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-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
2021-08-12
Kernel: Steer away from heap allocations for ProcFS process data
Liav A
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel/ProcFS: Remove unused ProcFSExposedComponent::entries_count()
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
[next]