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.cpp
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-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-06
Kernel: Add /proc/{pid}/children to ProcFS
MacDue
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2021-12-30
Kernel: Add some implied auto qualifiers
Hendiadyoin1
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
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: Make it possible for KBufferBuilder creation to fail
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Make SysFS and ProcFS generator functions return KResult
Andreas Kling
2021-09-06
Kernel: Use TRY() more in process-specific ProcFS code
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-18
Kernel: Specify directory entry types properly
Sergey Bugaev
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-20
Kernel: Simplify ProcFS generated buffer caching
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
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: 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-02
Kernel/ProcFS: Clean dead processes properly
Liav A
2021-06-29
Kernel/ProcFS: Split code into more separate files
Liav A
2021-06-29
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
Liav A
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A