Sergey Bugaev
|
cddaeb43d3
Kernel: Introduce "sigaction" pledge
|
5 năm trước cách đây |
Angel
|
6137475c39
Kernel: fix assertion on readlink() syscall
|
5 năm trước cách đây |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 năm trước cách đây |
Andreas Kling
|
dd924b730a
Kernel+LibC: Fix various build issues introduced by ssize_t
|
5 năm trước cách đây |
Andreas Kling
|
b3736c1b1e
Kernel: Use a FlatPtr for the "argument" to ioctl()
|
5 năm trước cách đây |
Sergey Bugaev
|
7541122206
Kernel+LibC: Switch isatty() to use a fcntl()
|
5 năm trước cách đây |
AnotherTest
|
8582a06899
Kernel + LibC: Handle running processes in do_waitid()
|
5 năm trước cách đây |
AnotherTest
|
9d54f21859
Kernel: wait() should not block if WNOHANG is specified
|
5 năm trước cách đây |
Andreas Kling
|
f7a75598bb
Kernel: Remove Process::any_thread()
|
5 năm trước cách đây |
Andreas Kling
|
0e7f85c24a
Kernel: Sending a signal to a process now goes to the main thread
|
5 năm trước cách đây |
Andreas Kling
|
21d5f4ada1
Kernel: Absorb LibBareMetal back into the kernel
|
5 năm trước cách đây |
Andreas Kling
|
204fb27333
Kernel: Remove now-unused KernelInfoPage.h
|
5 năm trước cách đây |
Andreas Kling
|
2dc051c866
Kernel: Remove sys$getdtablesize()
|
5 năm trước cách đây |
Andreas Kling
|
426c4e387d
Kernel: Use copy_to_user() in sys$gettimeofday()
|
5 năm trước cách đây |
Andreas Kling
|
3a92d0828d
Kernel: Remove the "kernel info page" used for fast gettimeofday()
|
5 năm trước cách đây |
Sergey Bugaev
|
752617cbb2
Kernel: Disallow opening socket files
|
5 năm trước cách đây |
Andreas Kling
|
5bfd893292
Kernel+Userland: Add "settime" pledge promise for setting system time
|
5 năm trước cách đây |
Andreas Kling
|
1cddb1055f
Kernel: Only allow superuser to call sys$clock_settime()
|
5 năm trước cách đây |
Andreas Kling
|
652b22ee9c
Kernel: Remove SmapDisabler in sys$clock_settime()
|
5 năm trước cách đây |
Andreas Kling
|
55f61c0004
Kernel: Add for_each_vmobject_of_type<T>
|
5 năm trước cách đây |
Andreas Kling
|
042b1f6814
Kernel: Propagate failure to commit VM regions in more places
|
5 năm trước cách đây |
Andreas Kling
|
6fe83b0ac4
Kernel: Crash the current process on OOM (instead of panicking kernel)
|
5 năm trước cách đây |
Ben Wiederhake
|
dce3faff08
Kernel: Don't crash on invalid fcntl
|
5 năm trước cách đây |
Michael Lelli
|
58a34fbe09
Kernel: Fix pledge syscall applying new pledges when it fails (#2076)
|
5 năm trước cách đây |
Brian Gianforcaro
|
25a620a573
Kernel: Enable timeout support for sys$futex(FUTEX_WAIT)
|
5 năm trước cách đây |
Andreas Kling
|
fb826aa59a
Kernel: Make sys$sethostname() superuser-only
|
5 năm trước cách đây |
Luke Payne
|
f191b84b50
Kernel: Added the ability to set the hostname via new syscall
|
5 năm trước cách đây |
Brian Gianforcaro
|
0f3990cfa3
Kernel: Support signaling all processes with pid == -1
|
5 năm trước cách đây |
Brian Gianforcaro
|
1f64e3eb16
Kernel: Implement FUTEX_WAKE of arbitrary count.
|
5 năm trước cách đây |
Drew Stratford
|
4a37362249
LibPthread: implicitly call pthread_exit on return from start routine.
|
5 năm trước cách đây |