Cronologia Commit

Autore SHA1 Messaggio Data
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 anni fa
  Andreas Kling 0899153170 Kernel: Protect PTYMultiplexer freelist with spinlock instead of mutex 3 anni fa
  Brian Gianforcaro e88e4967d1 Kernel: Mark PTYMultiplexer init & parse_hex_digit as UNMAP_AFTER_INIT 3 anni fa
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 anni fa
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 anni fa
  Liav A f5de4f24b2 Kernel/Devices: Defer creation of SysFS component after the constructor 3 anni fa
  Andreas Kling 631b8e90cd Kernel: Use KResultOr and TRY() for MasterPTY 3 anni fa
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 anni fa
  Andreas Kling 5e2bae700d Kernel: Use TRY() in PTYMultiplexer::open() 3 anni fa
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() 3 anni fa
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 4 anni fa
  Andreas Kling 4c582b57e9 Kernel: Port PTYMultiplexer to ProtectedValue 4 anni fa
  Andreas Kling 7f2791f02e Kernel: Increase maximum PTY count from 8 to 64 4 anni fa
  Brian Gianforcaro 43f930d3aa Kernel: Convert MasterPTY creation to use DoubleBuffer factory 4 anni fa
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 anni fa
  Brian Gianforcaro 425195e93f Kernel: Standardize the header include style to 'include <Kernel/...>' 4 anni fa
  Brian Gianforcaro 8211aee4b5 Kernel: Remove unused header includes in TTY subtree 4 anni fa
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` 4 anni fa
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h 4 anni fa
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables 4 anni fa
  Brian Gianforcaro 77868abe6a Kernel: Make PTYMultiplexer::open API OOM safe 4 anni fa
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. 4 anni fa
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 anni fa
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anni fa
  Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions 4 anni fa
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 anni fa
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 anni fa
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 anni fa
  asynts 7b0a1a98d9 Everywhere: Replace a bundle of dbg with dbgln. 4 anni fa
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 anni fa