Historique des commits

Auteur SHA1 Message Date
  Andreas Kling cfe54f86bd Kernel: Remove unused /proc/mm file il y a 4 ans
  Andreas Kling 57a2394cb4 Kernel: Unbreak /proc/PID/root symlink il y a 4 ans
  Mart G ff7dee49f6 ProcFS: Ignore directories in refresh_data(). il y a 4 ans
  Andreas Kling 6412e7e8e3 Kernel: Remove /proc/mounts il y a 4 ans
  Andreas Kling 9b907e27ce Kernel: Remove /proc/inodes il y a 4 ans
  Andreas Kling 7c4ddecacb Kernel: Convert a bunch of String::format() => String::formatted() il y a 4 ans
  asynts dca6f1f49b Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Andreas Kling 5dafb72370 Kernel+Profiler: Make profiling per-process and without core dumps il y a 4 ans
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Tom d3e6cdf21f Kernel: Provide consistent memory stats in ProcFS il y a 4 ans
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions il y a 4 ans
  Tom c943ca95c4 Kernel: Fix ProcFS returning Inodes that are being deleted il y a 4 ans
  Tom a1904b67e9 Kernel: Fix dirty page map bitmap il y a 4 ans
  Tom 476f17b3f1 Kernel: Merge PurgeableVMObject into AnonymousVMObject il y a 4 ans
  Tom bc5d6992a4 Kernel: Memory purging improvements il y a 4 ans
  Andreas Kling 0e2b7f9c9a Kernel: Remove the per-process icon_id and sys$set_process_icon() il y a 4 ans
  Andreas Kling 21ccbc2167 Kernel: Expose process executable paths in /proc/all il y a 4 ans
  AnotherTest a9184fcb76 Kernel: Implement unveil() as a prefix-tree il y a 4 ans
  Andreas Kling 82f86e35d6 Kernel+LibC: Introduce a "dumpable" flag for processes il y a 4 ans
  Andreas Kling 3c9bd911b8 Kernel: Make /proc/PID directories owned by the EUID:EGID il y a 4 ans
  Brendan Coles b156c5a8eb ProcFS: pid_vm: Replace duplicated purgeable key with kernel+cacheable il y a 4 ans
  Tom 5f51d85184 Kernel: Improve time keeping and dramatically reduce interrupt load il y a 4 ans
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) il y a 4 ans
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API il y a 4 ans
  Tom 6cb640eeba Kernel: Move some time related code from Scheduler into TimeManagement il y a 4 ans
  Sergey Bugaev 098070b767 Kernel: Add unveil('b') il y a 4 ans
  Andreas Kling dfce9051fa ProcFS: Take the "all inodes" lock when generating /proc/inodes il y a 4 ans
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean il y a 4 ans
  Tom ba238ac62a Kernel: Simplify ProcFS callbacks by using function pointers directly il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans