Andreas Kling
|
0f6f863382
Kernel: Convert remaining users of copy_string_from_user()
|
4 лет назад |
Jean-Baptiste Boric
|
626b99ce1c
Kernel: Migrate hostname locking to ProtectedValue
|
4 лет назад |
Brian Gianforcaro
|
10ce896d4f
Kernel: Disable big process lock in sys$gethostname() sys$sethostname()
|
4 лет назад |
Brian Gianforcaro
|
9201a06027
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
|
4 лет назад |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 лет назад |
Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 лет назад |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
4 лет назад |
Gunnar Beutner
|
bf779e182e
Kernel: Remove obsolete size_t casts
|
4 лет назад |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 лет назад |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
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 лет назад |
Brian Gianforcaro
|
cfedd62b5c
Kernel: Use Userspace<T> for the sethostname syscall
|
5 лет назад |
Brian Gianforcaro
|
1d9554f470
Kernel: Use Userspace<T> for the gethostname syscall
|
5 лет назад |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 лет назад |