Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 631b8e90cd Kernel: Use KResultOr and TRY() for MasterPTY il y a 3 ans
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription il y a 3 ans
  Andreas Kling 5e2bae700d Kernel: Use TRY() in PTYMultiplexer::open() il y a 3 ans
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() il y a 3 ans
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton il y a 4 ans
  Andreas Kling 4c582b57e9 Kernel: Port PTYMultiplexer to ProtectedValue il y a 4 ans
  Andreas Kling 7f2791f02e Kernel: Increase maximum PTY count from 8 to 64 il y a 4 ans
  Brian Gianforcaro 43f930d3aa Kernel: Convert MasterPTY creation to use DoubleBuffer factory il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Brian Gianforcaro 425195e93f Kernel: Standardize the header include style to 'include <Kernel/...>' il y a 4 ans
  Brian Gianforcaro 8211aee4b5 Kernel: Remove unused header includes in TTY subtree il y a 4 ans
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` il y a 4 ans
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h il y a 4 ans
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables il y a 4 ans
  Brian Gianforcaro 77868abe6a Kernel: Make PTYMultiplexer::open API OOM safe il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions il y a 4 ans
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) il y a 4 ans
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. il y a 4 ans
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. il y a 4 ans
  asynts 7b0a1a98d9 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions il y a 4 ans
  Tom d89582880e Kernel: Switch singletons to use new Singleton class il y a 4 ans
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" il y a 5 ans
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" il y a 5 ans
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" il y a 5 ans
  Tom 5a98e329d1 AK: Get rid of make_singleton function il y a 5 ans