sin-ack
|
2830a0ecda
Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits
|
3 years ago |
sin-ack
|
748938ea59
Kernel: Handle allocation failure in ProcFS and friends
|
3 years ago |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 years ago |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
3 years ago |
Luke
|
e06660d33c
Kernel/ProcFS: Get unveil stats instead of FDs stats for unveil data
|
3 years ago |
Liav A
|
0a5312730c
Kernel/ProcFS: Propagate errors correctly when they occur
|
3 years ago |
Liav A
|
7ba991dc37
Kernel: Steer away from heap allocations for ProcFS process data
|
3 years ago |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 years ago |
Andreas Kling
|
58f62cd1d0
Kernel/ProcFS: Add S_IFREG bit to regular files in /proc
|
3 years ago |
Andreas Kling
|
df5fa8aa39
Kernel/ProcFS: Remove redundant ProcFS& member from ProcFSInode
|
4 years ago |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
4 years ago |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 years ago |
Andreas Kling
|
b975a74a1d
Kernel/USB: Move USB bus information from /proc to /sys
|
4 years ago |
Andreas Kling
|
2da0581fd2
Kernel: Replace "folder" => "directory" everywhere
|
4 years ago |
Andreas Kling
|
b8d6c3722d
Kernel: Remove Inode::directory_entry_count()
|
4 years ago |
Andreas Kling
|
6766efff9c
Kernel: Make Inode::create_child() take the name as a StringView
|
4 years ago |
Andreas Kling
|
3b805a57e6
Kernel: Rename Inode::m_lock => m_inode_lock
|
4 years ago |
Liav A
|
bee75c1f24
Kernel/ProcFS: Allow a process directory to have a null Process pointer
|
4 years ago |
Brian Gianforcaro
|
1c43836990
Kernel: Remove unused header includes in FileSystem subtree
|
4 years ago |
Andreas Kling
|
fa9111ac46
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
|
4 years ago |
Andreas Kling
|
805319ed30
Kernel: Replace "Folder" => "Directory" everywhere
|
4 years ago |
Andreas Kling
|
a9decf5aa6
Kernel: Remove all friend declarations from SysFSComponentRegistry
|
4 years ago |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 years ago |
Liav A
|
3344f91fc4
Kernel/ProcFS: Clean dead processes properly
|
4 years ago |
Liav A
|
1f98d7d638
Kernel/ProcFS: Tighten modified time value across the filesystem objects
|
4 years ago |
Liav A
|
d79d9e833e
Kernel/ProcFS: Tighten permissions on the exposed objects
|
4 years ago |
Liav A
|
12b6e69150
Kernel: Introduce the new ProcFS design
|
4 years ago |
Liav A
|
b8ec5449f2
Kernel: Remove DMI exposed blobs from ProcFS
|
4 years ago |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |