Max Wipfli
|
502436f9fc
Kernel: Stricter path checking in validate_path_against_process_veil
|
4 years ago |
Max Wipfli
|
82c25aad01
Kernel: Use the static LexicalPath::basename(String) in VFS
|
4 years ago |
Max Wipfli
|
3c0272126e
Kernel: Don't allocate Strings unnecessarily in process veil validation
|
4 years ago |
Max Wipfli
|
7405536a1a
AK+Everywhere: Use mostly StringView in LexicalPath
|
4 years ago |
Max Wipfli
|
fc6d051dfd
AK+Everywhere: Add and use static APIs for LexicalPath
|
4 years ago |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 years ago |
Max Wipfli
|
c1de46aaaf
Kernel: Don't assume there are no nodes if m_unveiled_paths.is_empty()
|
4 years ago |
Ali Mohammad Pur
|
90de1ded55
Kernel: Ensure that an unveil node with no permission is never accepted
|
4 years ago |
Andreas Kling
|
9d801d2345
Kernel: Rename Custody::create() => try_create()
|
4 years ago |
Mart G
|
e16a50b586
Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)
|
4 years ago |
Max Wipfli
|
9cc201fb29
Kernel: Ignore null parent custody without error in VFS::open
|
4 years ago |
Brian Gianforcaro
|
0b7395848a
Kernel: Plumb OOM propagation through Custody factory
|
4 years ago |
r-paiva
|
293a5c2b49
Kernel-VFS: Fixed kernel crash if parent custody is null
|
4 years ago |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 years ago |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 years ago |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
f27352dfdc
Kernel: Use more if-with-initializer in VFS
|
4 years ago |
Andreas Kling
|
a7b6282086
Kernel: Silence debug spam about chown and symlink during boot
|
4 years ago |
Andreas Kling
|
10f10abaa3
Kernel: Convert klog() => dmesgln() in filesystem code
|
4 years ago |
Ben Wiederhake
|
336303bda4
Kernel: Make kgettimeofday use AK::Time
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
fdf03852c9
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
|
4 years ago |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
William Bowling
|
b97d23a71f
Kernel: Use the resolved parent path when testing create veil (#5231)
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 years ago |