Daniel Bertalan
|
182016d7c0
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
|
3 年之前 |
circl
|
63760603f3
Kernel+LibC+LibCore: Add lchown and fchownat functions
|
3 年之前 |
Daniel Bertalan
|
726c023f9e
Kernel: Propagate allocation failure in resolve_path_without_veil
|
3 年之前 |
Martin Bříza
|
f75bab2a25
Kernel: Move symlink recursion limit to .h, increase it to 8
|
3 年之前 |
sin-ack
|
69ef211925
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
|
3 年之前 |
Andreas Kling
|
0f9ca51c76
Kernel: Remove unused Inode::preopen_fd()
|
3 年之前 |
Sam Atkins
|
c6a97ea843
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
|
3 年之前 |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 年之前 |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 年之前 |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 年之前 |
Ben Wiederhake
|
88ca12f037
Kernel: Enable early-returns from VFS::for_each_mount
|
3 年之前 |
Liav A
|
aee4786d8e
Kernel: Introduce the DeviceManagement singleton
|
3 年之前 |
Ralf Donau
|
ec03f29fd1
Kernel/VFS: Restrict special unveil rule for Loader.so
|
3 年之前 |
Liav A
|
4f04cb98c1
Kernel/VFS: Silence mknod debug spam
|
3 年之前 |
Liav A
|
e0d712c6f7
Kernel+SystemServer: Defer creation of device nodes to userspace
|
3 年之前 |
Andreas Kling
|
ed5d04b0ea
Kernel: Use KResultOr and TRY() for FIFO
|
3 年之前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年之前 |
Andreas Kling
|
0d44cdb7a2
Kernel: Wrap two VirtualFileSystem directory traversals in TRY()
|
3 年之前 |
Andreas Kling
|
56a2594de7
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
3 年之前 |
Andreas Kling
|
cda2b9e71c
Kernel: Improvements to Custody absolute path serialization
|
3 年之前 |
Andreas Kling
|
0cf65cf7ec
Kernel: Use TRY() even more in VirtualFileSystem
|
3 年之前 |
Andreas Kling
|
71187d865e
Kernel: Tidy up VirtualFileSystem::mount_root() a little bit
|
3 年之前 |
Andreas Kling
|
a5e71debef
Kernel: Use TRY() in VirtualFileSystem
|
3 年之前 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 年之前 |
Andreas Kling
|
59335bd8ea
Kernel: Rename FileDescription::create() => try_create()
|
3 年之前 |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
3 年之前 |
Timothy Flynn
|
02e3633b7f
AK: Move FormatParser definition from header to implementation file
|
3 年之前 |
Andreas Kling
|
29a58459ab
Kernel: Use ProtectedValue for VirtualFileSystem::m_mounts
|
3 年之前 |
Andreas Kling
|
1b739a72c2
Kernel+Userland: Remove chroot functionality
|
3 年之前 |
Andreas Kling
|
7676edfb9b
Kernel: Stop allowing implicit conversion from KResult to int
|
3 年之前 |