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