Andreas Kling
|
1b739a72c2
Kernel+Userland: Remove chroot functionality
|
4 年之前 |
Andreas Kling
|
4657c79143
Kernel+LibC: Add sys$perf_register_string()
|
4 年之前 |
Andreas Kling
|
fdfc66db61
Kernel+LibC: Allow clock_gettime() to run without syscalls
|
4 年之前 |
Andreas Kling
|
595ed59eb7
Kernel: Alphabetize the syscall list
|
4 年之前 |
Andreas Kling
|
fa64ab26a4
Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()
|
4 年之前 |
Idan Horowitz
|
9d21c79671
Kernel: Disable big process lock for sys$sync
|
4 年之前 |
Idan Horowitz
|
ad419a669d
Kernel: Disable big process lock for sys$sysconf
|
4 年之前 |
Idan Horowitz
|
efeb01e35f
Kernel: Disable big process lock for sys$get_stack_bounds
|
4 年之前 |
Idan Horowitz
|
d40038a04f
Kernel: Disable big process lock for sys$gettimeofday
|
4 年之前 |
Idan Horowitz
|
3ba2449058
Kernel: Disable big process lock for sys$clock_nanosleep
|
4 年之前 |
Idan Horowitz
|
fbd848e6eb
Kernel: Disable big process lock for sys$clock_gettime()
|
4 年之前 |
Idan Horowitz
|
1a08694dfc
Kernel: Disable big process lock for sys$getkeymap
|
4 年之前 |
Idan Horowitz
|
48325e2959
Kernel: Disable big process lock for sys$getrandom
|
4 年之前 |
Idan Horowitz
|
b1f4f6ee15
Kernel: Disable big process lock for sys$dbgputch
|
4 年之前 |
Idan Horowitz
|
c7ad4c6c32
Kernel: Disable big process lock for sys$dbgputstr
|
4 年之前 |
Idan Horowitz
|
00818b8447
Kernel: Disable big process lock for sys$dump_backtrace()
|
4 年之前 |
Idan Horowitz
|
da0b7d1737
Kernel: Disable big process lock for sys$beep()
|
4 年之前 |
Andreas Kling
|
af46f2214c
Kernel: Make a bunch of "char const* to_string()" return StringView
|
4 年之前 |
Andreas Kling
|
deff554096
Kernel+LibSystem: Add a 4th syscall argument
|
4 年之前 |
Brian Gianforcaro
|
8f01a8b741
Kernel: Disable big process lock for sys$yield()
|
4 年之前 |
Brian Gianforcaro
|
5c10fb4007
Kernel: Disable big process lock for sys$gettid()
|
4 年之前 |
Brian Gianforcaro
|
638598b15d
Kernel: Disable big process lock for sys$getpid()
|
4 年之前 |
Brian Gianforcaro
|
bfd4635274
Kernel: Disable big process lock for sys$uname()
|
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 年之前 |
Brian Gianforcaro
|
af543328ea
Kernel: Instrument syscalls with their process big lock requirements
|
4 年之前 |
Ali Mohammad Pur
|
e37f9fa7db
LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall
|
4 年之前 |
Edwin Hoksberg
|
99328e1038
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
|
4 年之前 |
Andreas Kling
|
565796ae4e
Kernel+LibC: Remove sys$donate()
|
4 年之前 |
ForLoveOfCats
|
ce6658acc1
KeyboardSettings+Kernel: Setting to enable Num Lock on login
|
4 年之前 |