Commit History

作者 SHA1 備註 提交日期
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 年之前
  sin-ack 748938ea59 Kernel: Handle allocation failure in ProcFS and friends 4 年之前
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult 4 年之前
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> 4 年之前
  Liav A 7ba991dc37 Kernel: Steer away from heap allocations for ProcFS process data 4 年之前
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ 4 年之前
  Andreas Kling df5fa8aa39 Kernel/ProcFS: Remove redundant ProcFS& member from ProcFSInode 4 年之前
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 4 年之前
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() 4 年之前
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView 4 年之前
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 年之前
  Andreas Kling a803c4026c Kernel: Make FileSystem::class_name() return a StringView 4 年之前
  Andreas Kling 98080497d2 Kernel: Use Forward.h headers more 4 年之前
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem 4 年之前
  Liav A 12b6e69150 Kernel: Introduce the new ProcFS design 4 年之前
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 年之前
  Brian Gianforcaro cbe1e05771 Kernel: Move ProcFS API towards OOM safety 4 年之前
  Spencer Dixon 2156c728cd Kernel: Fix `write`s to `ProcFS` (#6879) 4 年之前
  Brian Gianforcaro 869becc944 Kernel: Remove unused function ProcFS::add_sys_string 4 年之前
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> 4 年之前
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Ben Wiederhake 860a3bbce3 Kernel: Use default con/de-structors 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling 37d8faf1b4 ProcFS: Fix /proc/PID/* hardening bypass 4 年之前
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type 4 年之前
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 年之前
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 年之前
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API 4 年之前
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 年之前