提交历史

作者 SHA1 备注 提交日期
  Daniel Bertalan 2175c689ef Kernel: Remove redundant (K)String::characters() calls 3 年之前
  Daniel Bertalan 1d2f78682b Kernel+AK: Eliminate a couple of temporary String allocations 3 年之前
  Idan Horowitz d7ec5d042f Kernel: Port Process to ListedRefCounted 3 年之前
  Idan Horowitz 3d0b5efcfc Kernel: Remove Process::all_processes() 3 年之前
  Andreas Kling ac7ce12123 Kernel: Remove the kmalloc_eternal heap :^) 3 年之前
  Andreas Kling 3399b6c57f Kernel: Remove old SlabAllocator :^) 3 年之前
  Liav A 9eb08bdb0f Kernel: Make major and minor numbers to be DistinctNumerics 3 年之前
  Brian Gianforcaro 74ee491b84 Kernel: Handle string format errors in SlabAllocator stats :^) 3 年之前
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 年之前
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Brian Gianforcaro 9f6eabd73a Kernel: Move TTY subsystem to use KString instead of `AK::String` 3 年之前
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path 3 年之前
  Ben Wiederhake 88ca12f037 Kernel: Enable early-returns from VFS::for_each_mount 3 年之前
  Ben Wiederhake 8d13f6ddce Kernel+SystemServer: Change bootmode to system_mode 3 年之前
  Idan Horowitz 399b5ffb64 Kernel: Add the /proc/stat ProcFS component 3 年之前
  Liav A 9d9d57056e Kernel/PCI: Remove Address from enumeration callback 3 年之前
  Liav A da327746a2 Kernel: Rename two PCI components 3 年之前
  Liav A 82bb08a15c Kernel/PCI: Cache more details about PCI devices when enumerating them 3 年之前
  Liav A fd4397a430 Kernel/Devices: Use try_create_device helper for ConsoleDevice 3 年之前
  Liav A 5e8dcb9ca7 Kernel/Devices: Move ConsoleDevice into the Devices source directory 3 年之前
  Liav A aee4786d8e Kernel: Introduce the DeviceManagement singleton 3 年之前
  Liav A 04ba31b8c5 Kernel+Userland: Remove loadable kernel moduless 3 年之前
  Andreas Kling 905065f8c8 Kernel: Make PerformanceEventBuffer::to_json() return a KResult 3 年之前
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 年之前
  Liav A 25ea7461a0 Kernel/PCI: Simplify the entire subsystem 3 年之前
  Andreas Kling 9db8a14264 Kernel: Make SysFS and ProcFS generator functions return KResult 3 年之前
  Andreas Kling 2065ced8f6 Kernel: Make KBufferBuilder::append() & friends return KResult 3 年之前
  Andreas Kling 4ce99e4ab7 Kernel: Use ProcessID a bit more in Socket 3 年之前
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 年之前