index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
API
Age
Commit message (
Expand
)
Author
2020-08-07
Kernel: Use Userspace<T> for the setsockopt syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getsockname syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getpeername syscall
Brian Gianforcaro
2020-08-06
Kernel+LibKeyboard: Store the keymap name when setting system keymap
Valtteri Koskivuori
2020-08-06
Kernel: Partial usage of Userspace<T> for the poll syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the futex syscall
Brian Gianforcaro
2020-08-05
Kernel + LibPthread: Use Userspace<T> in the create_thread syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the waitid syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the clock_nanosleep syscall
Brian Gianforcaro
2020-08-04
Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname()
Andreas Kling
2020-08-04
Kernel+LibC: Add sys$disown() for disowning child processes
Andreas Kling
2020-08-04
Kernel: Tidy up the syscalls list by reorganizing the enumerator macro
Andreas Kling
2020-08-02
Kernel: Use Userspace<T> in setkeymap syscall
Brian Gianforcaro
2020-08-02
Kernel: Use Userspace<T> in ptrace syscall
Brian Gianforcaro
2020-07-31
Kernel: Use Userspace<T> for sys$read() and sys$stat()
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling