Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling 398f8e7c96 Kernel: Use TRY() more in process-specific ProcFS code 3 anos atrás
  Andreas Kling a9204510a4 Kernel: Make file description lookup return KResultOr 3 anos atrás
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 anos atrás
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 anos atrás
  Sergey Bugaev ed5b3f8495 Kernel: Specify directory entry types properly 3 anos atrás
  Andreas Kling 1ea604adb1 Kernel/ProcFS: Avoid String allocation when traversing /proc/PID/fd/ 3 anos atrás
  Ali Mohammad Pur 64bc5f668d Kernel: Avoid enumerating all the fds to find a specific one in procfs 3 anos atrás
  Andreas Kling a412fd2ed8 Kernel/ProcFS: Avoid two unnecessary number-to-string conversions 3 anos atrás
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality 3 anos atrás
  sin-ack 2830a0ecda Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits 3 anos atrás
  sin-ack 748938ea59 Kernel: Handle allocation failure in ProcFS and friends 3 anos atrás
  Liav A 7ba991dc37 Kernel: Steer away from heap allocations for ProcFS process data 3 anos atrás
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() 3 anos atrás
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 anos atrás
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 3 anos atrás
  Andreas Kling 2d1a651e0a Kernel: Make purgeable memory a VMObject level concept (again) 4 anos atrás
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 anos atrás
  Andreas Kling 6fae2a5f9e Kernel/ProcFS: Remove unused ProcFSExposedComponent::entries_count() 4 anos atrás
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere 4 anos atrás
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 anos atrás
  Liav A bee75c1f24 Kernel/ProcFS: Allow a process directory to have a null Process pointer 4 anos atrás
  Andreas Kling fa9111ac46 Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry 4 anos atrás
  Andreas Kling 805319ed30 Kernel: Replace "Folder" => "Directory" everywhere 4 anos atrás
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem 4 anos atrás
  Ralf Donau 6113fe4747 Kernel: Pledge promises accessible via /proc/PID/pledge 4 anos atrás
  Liav A 32a4a4ac19 Kernel/ProcFS: Lazily allocate all sub components of a PID folder 4 anos atrás
  Liav A 3344f91fc4 Kernel/ProcFS: Clean dead processes properly 4 anos atrás
  Andreas Kling 6f0e8f823b Kernel: Don't compile JsonValue & friends into the kernel 4 anos atrás
  Liav A 47149e625f Kernel/ProcFS: Split code into more separate files 4 anos atrás