提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. 4 年之前
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 年之前
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 年之前
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 年之前
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 年之前
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 年之前
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions 4 年之前
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Andreas Kling 22831033d0 Kernel: Virtualize the File::stat() operation 4 年之前
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 年之前
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 5 年之前
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 5 年之前
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 5 年之前
  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 年之前
  Ben Wiederhake 42b057b0c9 Kernel: Mark compilation-unit-only functions as static 5 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Peter Elliott d01eba6fa3 Kernel: Implement FIFOs/named pipes 5 年之前
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 年之前
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 年之前
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h 5 年之前
  Liav A f3f8b88d8f Kernel: Fix syntax error in FIFO_DEBUG 5 年之前
  Andreas Kling c6693f9b3a Kernel: Simplify a bunch of dbg() and klog() calls 5 年之前
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 年之前
  Liav A 03592a80fc FIFO: Use dbg() instead of dbgprintf() 5 年之前
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前