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
/
Syscall.h
Age
Commit message (
Expand
)
Author
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-30
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-30
Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-19
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
Brian Gianforcaro
2020-08-19
Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation
Brian Gianforcaro
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-11
Kernel: Forward declare struct stat in the syscall API header
Andreas Kling
2020-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-07
Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface
Brian Gianforcaro
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