Jean-Baptiste Boric
|
626b99ce1c
Kernel: Migrate hostname locking to ProtectedValue
|
4 лет назад |
Brian Gianforcaro
|
bfd4635274
Kernel: Disable big process lock for sys$uname()
|
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
|
a5b4b95a76
Kernel: Report correct architecture for uname()
|
4 лет назад |
Gunnar Beutner
|
2a78bf8596
Kernel: Fix the return type for syscalls
|
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 лет назад |
Andreas Kling
|
ce1775d81d
Kernel: Oops, fix broken sys$uname() function definition
|
4 лет назад |
Andreas Kling
|
a48d54dfc5
Kernel: Don't dereference untrusted userspace pointer in sys$uname()
|
4 лет назад |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 лет назад |
Brian Gianforcaro
|
8dd78201a4
Kernel: Use Userspace<T> for the uname syscall
|
5 лет назад |
Andreas Kling
|
949aef4aef
Kernel: Move syscall implementations out of Process.cpp
|
5 лет назад |