.. |
AnonymousFile.cpp
|
Kernel: Rename Process::space() => Process::address_space()
|
2021-08-06 14:05:58 +02:00 |
AnonymousFile.h
|
Kernel: Tidy up AnonymousFile construction a bit
|
2021-09-05 14:33:25 +02:00 |
BlockBasedFileSystem.cpp
|
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
2021-09-07 13:53:14 +02:00 |
BlockBasedFileSystem.h
|
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
|
2021-08-22 03:34:09 +02:00 |
Custody.cpp
|
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
2021-09-06 19:25:36 +02:00 |
Custody.h
|
Kernel: Improvements to Custody absolute path serialization
|
2021-09-06 13:06:05 +02:00 |
DevFS.cpp
|
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
2021-09-07 13:53:14 +02:00 |
DevFS.h
|
Kernel: Tidy up DevFS construction and handle OOM errorso
|
2021-09-06 13:06:05 +02:00 |
DevPtsFS.cpp
|
Kernel: Tidy up DevPtsFS construction and handle OOM errors
|
2021-09-06 13:06:05 +02:00 |
DevPtsFS.h
|
Kernel: Tidy up DevPtsFS construction and handle OOM errors
|
2021-09-06 13:06:05 +02:00 |
ext2_fs.h
|
Everywhere: Behaviour => Behavior
|
2021-09-07 13:53:14 +02:00 |
ext2_types.h
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
Ext2FileSystem.cpp
|
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
2021-09-07 13:53:14 +02:00 |
Ext2FileSystem.h
|
Kernel: Tidy up Ext2FS construction a bit
|
2021-09-06 13:06:05 +02:00 |
FIFO.cpp
|
Kernel: Use TRY() in FIFO
|
2021-09-05 16:25:40 +02:00 |
FIFO.h
|
Kernel: Strongly typed user & group ID's
|
2021-08-29 01:09:19 +02:00 |
File.cpp
|
Kernel: Rename FileDescription::create() => try_create()
|
2021-08-29 01:09:19 +02:00 |
File.h
|
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
2021-09-05 12:54:48 +02:00 |
FileBackedFileSystem.cpp
|
Kernel: Rename FileBackedFS => FileBackedFileSystem
|
2021-07-11 00:33:27 +02:00 |
FileBackedFileSystem.h
|
Kernel: Rename FileBackedFS => FileBackedFileSystem
|
2021-07-11 00:33:27 +02:00 |
FileDescription.cpp
|
Kernel: Add FileDescription::try_serialize_absolute_path()
|
2021-09-07 13:53:14 +02:00 |
FileDescription.h
|
Kernel: Add FileDescription::try_serialize_absolute_path()
|
2021-09-07 13:53:14 +02:00 |
FileSystem.cpp
|
Everywhere: Replace AK::Singleton => Singleton
|
2021-08-08 00:03:45 +02:00 |
FileSystem.h
|
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
2021-09-05 12:54:48 +02:00 |
Inode.cpp
|
Kernel: Make KBufferBuilder::append() & friends return KResult
|
2021-09-06 18:56:51 +02:00 |
Inode.h
|
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
2021-09-05 12:54:48 +02:00 |
InodeFile.cpp
|
Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject
|
2021-09-06 13:06:05 +02:00 |
InodeFile.h
|
Kernel: Strongly typed user & group ID's
|
2021-08-29 01:09:19 +02:00 |
InodeIdentifier.h
|
Kernel: Rename FS => FileSystem
|
2021-07-11 00:20:38 +02:00 |
InodeMetadata.h
|
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
2021-09-05 12:54:48 +02:00 |
InodeWatcher.cpp
|
Kernel: Tidy up InodeWatcher construction
|
2021-09-05 01:10:56 +02:00 |
InodeWatcher.h
|
Kernel: Simplify WatchDescription::create()
|
2021-09-06 01:55:27 +02:00 |
ISO9660FileSystem.cpp
|
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
2021-09-07 13:53:14 +02:00 |
ISO9660FileSystem.h
|
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
2021-09-05 12:54:48 +02:00 |
Mount.cpp
|
Kernel: Make VirtualFileSystem::Mount a top-level class
|
2021-07-11 00:51:06 +02:00 |
Mount.h
|
Kernel/Ext2FS: Cache the root inode in a member variable
|
2021-07-18 01:53:04 +02:00 |
Plan9FileSystem.cpp
|
Kernel: Store process names as KString
|
2021-09-07 13:53:14 +02:00 |
Plan9FileSystem.h
|
Kernel: Tidy up Plan9FS construction a bit
|
2021-09-06 13:06:05 +02:00 |
ProcFS.cpp
|
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
2021-09-07 13:53:14 +02:00 |
ProcFS.h
|
Kernel: Strongly typed user & group ID's
|
2021-08-29 01:09:19 +02:00 |
SysFS.cpp
|
Kernel: Tidy up SysFS construction
|
2021-09-06 13:06:05 +02:00 |
SysFS.h
|
Kernel: Tidy up SysFS construction
|
2021-09-06 13:06:05 +02:00 |
SysFSComponent.cpp
|
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
2021-09-06 19:25:36 +02:00 |
SysFSComponent.h
|
Kernel: Tidy up SysFS construction
|
2021-09-06 13:06:05 +02:00 |
TmpFS.cpp
|
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
2021-09-07 13:53:14 +02:00 |
TmpFS.h
|
Kernel: Tidy up TmpFS and TmpFSInode construction
|
2021-09-06 02:36:21 +02:00 |
UnveilNode.h
|
Kernel: Move UnveilNode.h into Kernel/FileSystem/
|
2021-08-06 14:11:45 +02:00 |
VirtualFileSystem.cpp
|
Kernel: Wrap two VirtualFileSystem directory traversals in TRY()
|
2021-09-06 20:30:18 +02:00 |
VirtualFileSystem.h
|
Kernel: Tidy up VirtualFileSystem::mount_root() a little bit
|
2021-09-05 14:46:44 +02:00 |