Histórico de Commits

Autor SHA1 Mensagem Data
  Jelle Raaijmakers c3cff7d70a Kernel: Simplify BlockTimeout constructor há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Andreas Kling a7b5a58509 Kernel: Fix sys$select() not marking fd's after blocking was avoided há 4 anos atrás
  Brian Gianforcaro 5f6ab77352 Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum há 4 anos atrás
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time há 4 anos atrás
  Ben Wiederhake c040e64b7d Kernel: Make TimeManagement use AK::Time internally há 4 anos atrás
  Ben Wiederhake 2b6546c40a Kernel: Make Thread use AK::Time internally há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Brian Gianforcaro cbd8f78cce Kernel: Use uniform initialization instead of memset for a few stack buffer. há 4 anos atrás
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) há 4 anos atrás
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. há 4 anos atrás
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. há 4 anos atrás
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. há 4 anos atrás
  asynts 5356aae3cc Everywhere: Replace a bundle of dbg with dbgln. há 4 anos atrás
  Linus Groh 421587c15c Everywhere: Fix typos há 4 anos atrás
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum há 4 anos atrás
  Tom 1d621ab172 Kernel: Some futex improvements há 4 anos atrás
  Tom 49a76164c8 Kernel: Consolidate the various BlockCondition::unblock variants há 4 anos atrás
  Tom c455fc2030 Kernel: Change wait blocking to Process-only blocking há 4 anos atrás
  Tom 4bbee00650 Kernel: disown should unblock any potential waiters há 4 anos atrás
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions há 4 anos atrás
  Tom 12cf6f8650 Kernel: Add CLOCK_REALTIME support to the TimerQueue há 4 anos atrás
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler há 4 anos atrás