История коммитов

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