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
/
ProcessSpecificExposed.cpp
Age
Commit message (
Expand
)
Author
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-22
Kernel: Use Process::credentials() and remove user ID/group ID helpers
Anthony Iacono
2022-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-18
Kernel: Make Region's physical page accessors safer to use
Andreas Kling
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-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-05-06
Kernel: Add /proc/{pid}/children to ProcFS
MacDue
2022-04-03
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
Andreas Kling
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-14
Kernel: Bail out earlier from Process::lookup_stacks_directory
Hendiadyoin1
2022-03-08
Kernel: Put Process unveil state in a SpinlockProtected container
Andreas Kling
2022-03-08
Kernel: Put Process's current directory in a SpinlockProtected
Andreas Kling
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-16
Kernel: Make Process::procfs_get_pledge_stats OOM-fallible
Idan Horowitz
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-16
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
Idan Horowitz
2022-01-16
Kernel: Remove useless return value from procfs_get_thread_stack
Idan Horowitz
2022-01-12
Kernel: Convert ProcFS Process getters to try_serialize_absolute_path
Idan Horowitz
2022-01-12
Kernel: Replace all usages of String::number with KString::number
Idan Horowitz
2021-12-30
Kernel: Add some implied auto qualifiers
Hendiadyoin1
2021-12-30
Kernel: Remove redundant (K)String::characters() calls
Daniel Bertalan
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-12
Kernel+SystemServer: Add /dev/tty
Daniel Bertalan
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-11-08
Kernel: Expose inode information in /proc/pid/fds
Ben Wiederhake
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-09-07
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
Andreas Kling
2021-09-07
Kernel: Add const variant of Process::perf_events()
Andreas Kling
2021-09-07
Kernel: Rename file_description(fd) => open_file_description(fd)
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-06
Kernel: Make KBufferBuilder::append() & friends return KResult
Andreas Kling
2021-09-06
Kernel: Use TRY() more in process-specific ProcFS code
Andreas Kling
2021-09-05
Kernel: Make file description lookup return KResultOr
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-18
Kernel: Specify directory entry types properly
Sergey Bugaev
2021-08-17
Kernel/ProcFS: Avoid String allocation when traversing /proc/PID/fd/
Andreas Kling
2021-08-16
Kernel: Avoid enumerating all the fds to find a specific one in procfs
Ali Mohammad Pur
2021-08-15
Kernel/ProcFS: Avoid two unnecessary number-to-string conversions
Andreas Kling
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-15
Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits
sin-ack
2021-08-15
Kernel: Handle allocation failure in ProcFS and friends
sin-ack
[next]