提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 82f86e35d6 Kernel+LibC: Introduce a "dumpable" flag for processes 4 年之前
  Andreas Kling 3c9bd911b8 Kernel: Make /proc/PID directories owned by the EUID:EGID 4 年之前
  Brendan Coles b156c5a8eb ProcFS: pid_vm: Replace duplicated purgeable key with kernel+cacheable 4 年之前
  Tom 5f51d85184 Kernel: Improve time keeping and dramatically reduce interrupt load 4 年之前
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 年之前
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API 4 年之前
  Tom 6cb640eeba Kernel: Move some time related code from Scheduler into TimeManagement 4 年之前
  Sergey Bugaev 098070b767 Kernel: Add unveil('b') 4 年之前
  Andreas Kling dfce9051fa ProcFS: Take the "all inodes" lock when generating /proc/inodes 4 年之前
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 年之前
  Tom ba238ac62a Kernel: Simplify ProcFS callbacks by using function pointers directly 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Tom 0fab0ee96a Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process 4 年之前
  Tom 4b66692a55 Kernel: Make Heap implementation reusable, and make kmalloc expandable 4 年之前
  Ben Wiederhake 081bb29626 Kernel: Unbreak building with extra debug macros, part 2 4 年之前
  Ben Wiederhake b6afe1f0ce Kernel: Prefer snprintf over sprintf 4 年之前
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal 4 年之前
  Brian Gianforcaro c44d2515b4 Kernel: Emit ProcFS pledge/veil properties as "N/A" for kernel processes 4 年之前
  Ben Wiederhake 5e48eda218 Kernel: Avoid ninja-import of global variable 4 年之前
  Ben Wiederhake 42b057b0c9 Kernel: Mark compilation-unit-only functions as static 4 年之前
  Ben Wiederhake c3df2fe83f Kernel: Expose thread stacks as separate files 4 年之前
  Ben Wiederhake bee08a4b9f Kernel: More PID/TID typing 4 年之前
  Ben Wiederhake 7bdf54c837 Kernel: PID/PGID typing 4 年之前
  Ben Wiederhake f5744a6f2f Kernel: PID/TID typing 4 年之前
  Valtteri Koskivuori 471083ca3d ProcFS: Expose the current kernel keymap as /proc/keymap 4 年之前
  asynts b3d1a05261 Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t) 4 年之前
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. 4 年之前
  Tom 538b985487 Kernel: Remove ProcessInspectionHandle and make Process RefCounted 5 年之前
  Andreas Kling 396291b356 Kernel: Fix crash on cat /proc/PID/vmobjects 5 年之前
  Linus Groh fc0ec60d82 ProcFS: JSONify /proc/cpuinfo 5 年之前