Commit History

Author SHA1 Message Date
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 years ago
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 years ago
  asynts 7b0a1a98d9 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 years ago
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 years ago
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 4 years ago
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 4 years ago
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 4 years ago
  Tom 5a98e329d1 AK: Get rid of make_singleton function 4 years ago
  Tom f0906250a1 Kernel: Move Singleton class to AK 4 years ago
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 4 years ago
  Liav A ac9a001b92 PTYMultiplexer: Use dbg() instead of dbgprintf() 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Sergey Bugaev d0d13e2bf5 Kernel: Move setting file flags and r/w mode to VFS::open() 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling b5da0b78eb Kernel: File::open() should apply r/w mode from the provided options 5 years ago
  Andreas Kling 752de9cd27 FileDescription: Disallow construction with a null File 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 years ago
  Andreas Kling c3b7ace3e0 Kernel: Assign Lock names in class member initializers. 6 years ago
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. 6 years ago
  Andreas Kling ca9ed13643 Kernel: Simplify Device::open(). 6 years ago
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. 6 years ago