.. |
AnonymousFile.cpp
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 년 전 |
AnonymousFile.h
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 년 전 |
BlockBasedFileSystem.cpp
|
a7b70c62d7
Kernel: Fix broken disk cache behavior with O_DIRECT
|
3 년 전 |
BlockBasedFileSystem.h
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 년 전 |
Custody.cpp
|
d2ffcfb762
Kernel: Remove the Custody::absolute_path() API
|
3 년 전 |
Custody.h
|
d2ffcfb762
Kernel: Remove the Custody::absolute_path() API
|
3 년 전 |
DevPtsFS.cpp
|
f8ad3cc6a0
Kernel: Harden DevPtsFSInode::traverse_as_directory against OOM
|
3 년 전 |
DevPtsFS.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 년 전 |
DevTmpFS.cpp
|
9eb08bdb0f
Kernel: Make major and minor numbers to be DistinctNumerics
|
3 년 전 |
DevTmpFS.h
|
9eb08bdb0f
Kernel: Make major and minor numbers to be DistinctNumerics
|
3 년 전 |
DeviceFileTypes.h
|
0eb3718556
Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.h
|
3 년 전 |
Ext2FileSystem.cpp
|
d1d24eaef4
Kernel: Use a StringView for Ext2FSDirectoryEntry::name
|
3 년 전 |
Ext2FileSystem.h
|
a4b3bf1d63
Kernel: Remove empty Ext2FSInode::one_ref_left()
|
3 년 전 |
FIFO.cpp
|
0ae8702692
Kernel: Make File::stat() & friends return Error<struct stat>
|
3 년 전 |
FIFO.h
|
0ae8702692
Kernel: Make File::stat() & friends return Error<struct stat>
|
3 년 전 |
File.cpp
|
6e2a82df13
Kernel: Port File to RefCounted
|
3 년 전 |
File.h
|
9d034785de
Kernel: Make File::unref virtual
|
3 년 전 |
FileBackedFileSystem.cpp
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 년 전 |
FileBackedFileSystem.h
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 년 전 |
FileSystem.cpp
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
3 년 전 |
FileSystem.h
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
3 년 전 |
ISO9660FileSystem.cpp
|
b66bb11ed1
Kernel: Remove empty ISO9660Inode::one_ref_left()
|
3 년 전 |
ISO9660FileSystem.h
|
b66bb11ed1
Kernel: Remove empty ISO9660Inode::one_ref_left()
|
3 년 전 |
Inode.cpp
|
c427f8bbeb
Kernel: Always pass InodeIdentifier by value
|
3 년 전 |
Inode.h
|
08e927f084
Kernel: Synchronize removals from TmpFS inode map
|
3 년 전 |
InodeFile.cpp
|
69ef211925
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
|
3 년 전 |
InodeFile.h
|
0ae8702692
Kernel: Make File::stat() & friends return Error<struct stat>
|
3 년 전 |
InodeIdentifier.h
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
3 년 전 |
InodeMetadata.h
|
9eb08bdb0f
Kernel: Make major and minor numbers to be DistinctNumerics
|
3 년 전 |
InodeWatcher.cpp
|
fa517b213a
Kernel: Handle string format errors in FileSystem APIs :^)
|
3 년 전 |
InodeWatcher.h
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 년 전 |
Mount.cpp
|
4e7d307166
Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>
|
3 년 전 |
Mount.h
|
4e7d307166
Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>
|
3 년 전 |
OpenFileDescription.cpp
|
0ae8702692
Kernel: Make File::stat() & friends return Error<struct stat>
|
3 년 전 |
OpenFileDescription.h
|
43099fb387
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
|
3 년 전 |
Plan9FileSystem.cpp
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 년 전 |
Plan9FileSystem.h
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 년 전 |
ProcFS.cpp
|
69ef211925
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
|
3 년 전 |
ProcFS.h
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 년 전 |
SysFS.cpp
|
4cec16a713
Kernel: Add implied auto-specifiers in FileSystem
|
3 년 전 |
SysFS.h
|
478f543899
Kernel/SysFS: Prevent allocation for component name during construction
|
3 년 전 |
SysFSComponent.cpp
|
478f543899
Kernel/SysFS: Prevent allocation for component name during construction
|
3 년 전 |
SysFSComponent.h
|
478f543899
Kernel/SysFS: Prevent allocation for component name during construction
|
3 년 전 |
TmpFS.cpp
|
08e927f084
Kernel: Synchronize removals from TmpFS inode map
|
3 년 전 |
TmpFS.h
|
08e927f084
Kernel: Synchronize removals from TmpFS inode map
|
3 년 전 |
UnveilNode.h
|
44da58c0b2
Kernel: Move UnveilNode.h into Kernel/FileSystem/
|
4 년 전 |
VirtualFileSystem.cpp
|
182016d7c0
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
|
3 년 전 |
VirtualFileSystem.h
|
182016d7c0
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
|
3 년 전 |
ext2_fs.h
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 년 전 |
ext2_types.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |