Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 lat temu |
Andreas Kling
|
1123af361d
Kernel: Convert Process::get_syscall_path_argument() to KString
|
4 lat temu |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 lat temu |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
4 lat temu |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 lat temu |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 lat temu |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 lat temu |
Andreas Kling
|
c32176db27
Kernel: Don't preserve set-uid bit in open() and bind() modes
|
4 lat temu |
asynts
|
7b0a1a98d9
Everywhere: Replace a bundle of dbg with dbgln.
|
4 lat temu |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 lat temu |
Brian Gianforcaro
|
1eeaed31c2
Kernel: Use Userspace<T> for the open syscall
|
5 lat temu |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 lat temu |