index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
ProcessExposed.h
Age
Commit message (
Expand
)
Author
2022-08-22
Kernel: Update atime/ctime/mtime timestamps atomically
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-07-30
Kernel: Remove PCI information node from ProcFS
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-19
Kernel: Create /proc/pid/cmdline to expose process arguments in procfs
Andrew Kaster
2022-05-06
Kernel: Add /proc/{pid}/children to ProcFS
MacDue
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
2022-03-02
Kernel/PCI: Don't create /proc/pci if PCI is disabled
Liav A
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2021-12-12
Kernel+SystemServer: Add /dev/tty
Daniel Bertalan
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-01
Kernel: Add an x86 include check+error in x86/CPU.h
James Mintram
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-14
Kernel: Convert Process-related const member functions to static
Andrew Kaster
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-17
Kernel/ProcFS: Provide a way to write to ProcFS inodes
SeekingBlues
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-06
Kernel: Make SysFS and ProcFS generator functions return KResult
Andreas Kling
2021-09-06
Kernel: Make KBufferBuilder::append() & friends return KResult
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-08-29
Kernel: Make all ProcFS and SysFS files zero-sized
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-15
Kernel: Handle allocation failure in ProcFS and friends
sin-ack
2021-08-12
Kernel: Steer away from heap allocations for ProcFS process data
Liav A
2021-07-28
Kernel/ProcFS: Make various things superuser-only once again
Andreas Kling
2021-07-20
Kernel: Simplify ProcFS generated buffer caching
Andreas Kling
2021-07-18
Kernel/USB: Move USB bus information from /proc to /sys
Andreas Kling
2021-07-17
Kernel/ProcFS: Remove unused ProcFSExposedComponent::entries_count()
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-14
Kernel/ProcFS: Allow a process directory to have a null Process pointer
Liav A
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Remove friend classes from ProcFSComponentsRegistrar
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-29
Kernel: ProcFS and SysFS component indices should be InodeIndex
Andreas Kling
2021-06-29
Kernel/ProcFS: Tighten modified time value across the filesystem objects
Liav A
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A