Timon Kruiper
|
a4534678f9
Kernel: Implement InterruptDisabler using generic Processor functions
|
3 years ago |
MacDue
|
d951e2ca97
Kernel: Add /proc/{pid}/children to ProcFS
|
3 years ago |
Andreas Kling
|
2617adac52
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Liav A
|
b5ef900ccd
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
|
3 years ago |
Hendiadyoin1
|
05381753c2
Kernel: Bail out earlier from Process::lookup_stacks_directory
|
3 years ago |
Andreas Kling
|
580d89f093
Kernel: Put Process unveil state in a SpinlockProtected container
|
3 years ago |
Andreas Kling
|
24f02bd421
Kernel: Put Process's current directory in a SpinlockProtected
|
3 years ago |
Idan Horowitz
|
feb00b7105
Everywhere: Make JSON serialization fallible
|
3 years ago |
Idan Horowitz
|
0218c62be4
Kernel: Make Process::procfs_get_pledge_stats OOM-fallible
|
3 years ago |
Ali Mohammad Pur
|
a1cb2c371a
AK+Kernel: OOM-harden most parts of Trie
|
3 years ago |
Andreas Kling
|
b56646e293
Kernel: Switch process file descriptor table from spinlock to mutex
|
3 years ago |
Andreas Kling
|
8ebec2938c
Kernel: Convert process file descriptor table to a SpinlockProtected
|
3 years ago |
Idan Horowitz
|
0142f33ddc
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
|
3 years ago |
Idan Horowitz
|
d3e7ec5a56
Kernel: Remove useless return value from procfs_get_thread_stack
|
3 years ago |
Idan Horowitz
|
efc61370c0
Kernel: Convert ProcFS Process getters to try_serialize_absolute_path
|
3 years ago |
Idan Horowitz
|
a4560313eb
Kernel: Replace all usages of String::number with KString::number
|
3 years ago |
Hendiadyoin1
|
04d75f4ff9
Kernel: Add some implied auto qualifiers
|
3 years ago |
Daniel Bertalan
|
2175c689ef
Kernel: Remove redundant (K)String::characters() calls
|
3 years ago |
Daniel Bertalan
|
1d2f78682b
Kernel+AK: Eliminate a couple of temporary String allocations
|
3 years ago |
Daniel Bertalan
|
8dd11ae717
Kernel+SystemServer: Add /dev/tty
|
3 years ago |
Andreas Kling
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
3 years ago |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Ben Wiederhake
|
3582184d8c
Kernel: Expose inode information in /proc/pid/fds
|
3 years ago |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 years ago |
Andreas Kling
|
905065f8c8
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
|
3 years ago |
Andreas Kling
|
6f992d784f
Kernel: Add const variant of Process::perf_events()
|
3 years ago |
Andreas Kling
|
213b8868af
Kernel: Rename file_description(fd) => open_file_description(fd)
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |