Commit History

Author SHA1 Message Date
  Liav A d189cb6a24 Kernel/Devices: Remove unnecessary virtual method 4 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ 4 years ago
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Tom 5ccc3637e3 Kernel: Fix race conditions processing async device requests 4 years ago
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names 4 years ago
  Lenny Maiorani 1b2364846f SinglyLinkedList: Implement `find` in terms of `AK::find` 4 years ago
  Lenny Maiorani 853cb8af5c DoublyLinkedList: Implement `find` in terms of `AK::find` 4 years ago
  Liav A 18e77aa285 Kernel: Add a method to determine the desired permissions of a Device 4 years ago
  Tom e445ff670d Kernel: Implement an asynchronous device request stack 4 years ago
  Andreas Kling 501cef2bd7 Revert "Kernel: Implement an asynchronous device request stack" 4 years ago
  Tom 2fd5ce1eb0 Kernel: Implement an asynchronous device request stack 4 years ago
  Tom d98edb3171 Kernel: List all CPUs in /proc/cpuinfo 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling e64c335e5a Revert "Kernel: Replace IRQHandler with the new InterruptHandler class" 5 years ago
  Liav A 6c72736b26 Kernel: Replace IRQHandler with the new InterruptHandler class 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself 6 years ago
  Sergey Bugaev fde8f7f538 Kernel: Expose info about source devices of mounts in /proc/df 6 years ago
  Jesse 401c87a0cc Kernel: mount system call (#396) 6 years ago
  Andreas Kling f4cec2f110 Kernel: Move File.{cpp,h} into FileSystem/ 6 years ago
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 years ago
  Andreas Kling 8454d3e184 Kernel: Add comment block about File, taking some from Device. 6 years ago
  Andreas Kling 2dd9ef6863 Kernel: Make File::absolute_path() const. 6 years ago
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. 6 years ago
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. 6 years ago