Andreas Kling
|
b5f54d4153
Kernel+LibC: Add sys$set_process_name() for changing the process name
|
5 yıl önce |
Ben Wiederhake
|
76c135ddcf
Kernel: Make clock_nanosleep aware of dynamic tick length
|
5 yıl önce |
Ben Wiederhake
|
4a5a7b68eb
Kernel: Make usleep aware of dynamic tick length
|
5 yıl önce |
Ben Wiederhake
|
b3472cb4a7
Kernel: Allow process creation during low-entropy condition
|
5 yıl önce |
Nico Weber
|
4eb967b5eb
LibC+Kernel: Start implementing sysconf
|
5 yıl önce |
Tom
|
419703a1f2
Kernel: Fix checking BlockResult
|
5 yıl önce |
Andrew Kaster
|
f96b827990
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
|
5 yıl önce |
Tom
|
bc107d0b33
Kernel: Add SMP IPI support
|
5 yıl önce |
Tom
|
2a82a25fec
Kernel: Various context switch fixes
|
5 yıl önce |
Tom
|
788b2d64c6
Kernel: Require a reason to be passed to Thread::wait_on
|
5 yıl önce |
Sergey Bugaev
|
a8489967a3
Kernel: Add Plan9FS :^)
|
5 yıl önce |
Sergey Bugaev
|
3645b9e2a6
Kernel: Make sure to drop region with interrupts enabled
|
5 yıl önce |
Sergey Bugaev
|
6111cfda73
AK: Make Vector::unstable_remove() return the removed value
|
5 yıl önce |
Andreas Kling
|
11c4a28660
Kernel: Move headers intended for userspace use into Kernel/API/
|
5 yıl önce |
Nico Weber
|
cbbd55bd6b
LibC: Remove a few comments now that we have man pages for this.
|
5 yıl önce |
Tom
|
e373e5f007
Kernel: Fix signal delivery
|
5 yıl önce |
Andreas Kling
|
a98712035c
Kernel: Fix non-blocking write() blocking instead of short-writing
|
5 yıl önce |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 yıl önce |
Tom
|
fb41d89384
Kernel: Implement software context switching and Processor structure
|
5 yıl önce |
Sergey Bugaev
|
6efbbcd4ba
Kernel: Port mounts to reference inodes directly
|
5 yıl önce |
Andreas Kling
|
d4195672b7
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
|
5 yıl önce |
Nico Weber
|
d2684a8645
LibC+Kernel: Implement ppoll
|
5 yıl önce |
Andreas Kling
|
4dbbe1885f
Kernel: Silence debug spam on exec
|
5 yıl önce |
Nico Weber
|
d23e655c83
LibC: Implement pselect
|
5 yıl önce |
Nico Weber
|
dd53e070c5
Kernel+LibC: Remove setreuid() / setregid() again
|
5 yıl önce |
Nico Weber
|
a38754d9f2
Kernel+LibC: Implement seteuid() and friends!
|
5 yıl önce |
Andreas Kling
|
0609eefd57
Kernel: Add "setkeymap" pledge promise
|
5 yıl önce |
Andreas Kling
|
10fd862a55
Kernel: Unbreak sys$setkeymap()
|
5 yıl önce |
Sergey Bugaev
|
47d83800e1
Kernel+LibC: Do not return -ENAMETOOLONG from sys$readlink()
|
5 yıl önce |
Hüseyin ASLITÜRK
|
174987f930
Kernel: Replace char and u8 data types to u32 for code point
|
5 yıl önce |