Daniel Bertalan
|
8dd11ae717
Kernel+SystemServer: Add /dev/tty
|
3 years ago |
Hendiadyoin1
|
e34eb3e36d
Kernel: Remove unused String.h includes
|
3 years ago |
James Mintram
|
8350b44ebd
Kernel: Add an x86 include check+error in x86/CPU.h
|
3 years ago |
Andreas Kling
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
3 years ago |
Andrew Kaster
|
eb1181b898
Kernel: Convert Process-related const member functions to static
|
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 |
SeekingBlues
|
3d174e3ad2
Kernel/ProcFS: Provide a way to write to ProcFS inodes
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |
Andreas Kling
|
9db8a14264
Kernel: Make SysFS and ProcFS generator functions return KResult
|
3 years ago |
Andreas Kling
|
2065ced8f6
Kernel: Make KBufferBuilder::append() & friends return KResult
|
3 years ago |
sin-ack
|
566c5d1e99
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
3 years ago |
Andreas Kling
|
8ebf08b6c8
Kernel: Make all ProcFS and SysFS files zero-sized
|
3 years ago |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 years ago |
Andreas Kling
|
1b739a72c2
Kernel+Userland: Remove chroot functionality
|
4 years ago |
sin-ack
|
748938ea59
Kernel: Handle allocation failure in ProcFS and friends
|
4 years ago |
Liav A
|
7ba991dc37
Kernel: Steer away from heap allocations for ProcFS process data
|
4 years ago |
Andreas Kling
|
07141434e0
Kernel/ProcFS: Make various things superuser-only once again
|
4 years ago |
Andreas Kling
|
a3063dfd33
Kernel: Simplify ProcFS generated buffer caching
|
4 years ago |
Andreas Kling
|
b975a74a1d
Kernel/USB: Move USB bus information from /proc to /sys
|
4 years ago |
Andreas Kling
|
6fae2a5f9e
Kernel/ProcFS: Remove unused ProcFSExposedComponent::entries_count()
|
4 years ago |
Andreas Kling
|
2da0581fd2
Kernel: Replace "folder" => "directory" everywhere
|
4 years ago |
Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 years ago |
Liav A
|
bee75c1f24
Kernel/ProcFS: Allow a process directory to have a null Process pointer
|
4 years ago |
Andreas Kling
|
98080497d2
Kernel: Use Forward.h headers more
|
4 years ago |
Andreas Kling
|
fa9111ac46
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
|
4 years ago |
Andreas Kling
|
c1143e1bae
Kernel: Remove friend classes from ProcFSComponentsRegistrar
|
4 years ago |
Andreas Kling
|
805319ed30
Kernel: Replace "Folder" => "Directory" everywhere
|
4 years ago |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 years ago |
Ralf Donau
|
6113fe4747
Kernel: Pledge promises accessible via /proc/PID/pledge
|
4 years ago |