Brian Gianforcaro
|
668c429900
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
|
3 年 前 |
Brian Gianforcaro
|
f3baa5d8c9
Kernel: Convert random bytes interface to use AK::Bytes
|
3 年 前 |
Idan Horowitz
|
48325e2959
Kernel: Disable big process lock for sys$getrandom
|
4 年 前 |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
4 年 前 |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 年 前 |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 年 前 |
Andreas Kling
|
e46343bf9a
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
|
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 年 前 |
Andreas Kling
|
1730c23775
Kernel: Remove a bunch of no-longer-necessary SmapDisablers
|
4 年 前 |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
4 年 前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年 前 |
Brian Gianforcaro
|
b5a2a215f6
Kernel: Use Userspace<T> for the getrandom syscall
|
5 年 前 |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 年 前 |