Age | Commit message (Expand) | Author |
---|---|---|
2021-07-14 | Kernel/ProcFS: Allow a process directory to have a null Process pointer | Liav A |
2021-07-11 | Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry | Andreas Kling |
2021-07-11 | Kernel: Replace "Folder" => "Directory" everywhere | Andreas Kling |
2021-07-11 | Kernel: Rename FS => FileSystem | Andreas Kling |
2021-07-08 | Kernel: Pledge promises accessible via /proc/PID/pledge | Ralf Donau |
2021-07-02 | Kernel/ProcFS: Lazily allocate all sub components of a PID folder | Liav A |
2021-07-02 | Kernel/ProcFS: Clean dead processes properly | Liav A |
2021-06-30 | Kernel: Don't compile JsonValue & friends into the kernel | Andreas Kling |
2021-06-29 | Kernel/ProcFS: Split code into more separate files | Liav A |