Andreas Kling
|
7676edfb9b
Kernel: Stop allowing implicit conversion from KResult to int
|
4 年之前 |
Brian Gianforcaro
|
ed996fcced
Kernel: Remove unused header includes
|
4 年之前 |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
4 年之前 |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 年之前 |
Liav A
|
7c87891c06
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
|
4 年之前 |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 年之前 |
Andreas Kling
|
1123af361d
Kernel: Convert Process::get_syscall_path_argument() to KString
|
4 年之前 |
Mart G
|
e7310ba45a
Kernel+LibC: Add fstatat
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Andreas Kling
|
5444cabd39
Kernel: Rename FileDescription::fstat() => stat()
|
5 年之前 |
Brian Gianforcaro
|
431145148e
Kernel: Use Userspace<T> for the fstat syscall
|
5 年之前 |
Andreas Kling
|
314dbc10d4
Kernel: Use Userspace<T> for sys$read() and sys$stat()
|
5 年之前 |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 年之前 |