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
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-12
Kernel: Remove sys$select() syscall
Jean-Baptiste Boric
2021-12-12
Kernel+LibC: Implement sigtimedwait()
Idan Horowitz
2021-12-05
Kernel: Implement new ptrace function PT_PEEKBUF
Ben Wiederhake
2021-12-05
Kernel+strace: Remove unnecessary indirection for PEEK
Ben Wiederhake
2021-12-04
Kernel: Wrap x86 assembly behind `ARCH(...)` in Syscall.h
Daniel Bertalan
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-10-13
Kernel: Implement pread syscall
Rodrigo Tobar
2021-10-01
Kernel: Fix a few typos
Nico Weber
2021-09-16
Kernel+LibC: Pack SC_stat_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_mount_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_setsockopt_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_accept4_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better
Brian Gianforcaro
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-12
Kernel+LibC: Add sys$perf_register_string()
Andreas Kling
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-08-10
Kernel: Alphabetize the syscall list
Andreas Kling
2021-08-10
Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()
Andreas Kling
2021-08-07
Kernel: Disable big process lock for sys$sync
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$sysconf
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$get_stack_bounds
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$gettimeofday
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_nanosleep
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$clock_gettime()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getkeymap
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$getrandom
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputch
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dbgputstr
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$dump_backtrace()
Idan Horowitz
2021-08-06
Kernel: Disable big process lock for sys$beep()
Idan Horowitz
2021-08-06
Kernel: Make a bunch of "char const* to_string()" return StringView
Andreas Kling
2021-07-25
Kernel+LibSystem: Add a 4th syscall argument
Andreas Kling
2021-07-20
Kernel: Disable big process lock for sys$yield()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock for sys$gettid()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock for sys$getpid()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock for sys$uname()
Brian Gianforcaro
2021-07-20
Kernel: Disable big process lock in sys$gethostname() sys$sethostname()
Brian Gianforcaro
2021-07-20
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
Brian Gianforcaro
2021-07-20
Kernel: Instrument syscalls with their process big lock requirements
Brian Gianforcaro
2021-07-09
LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall
Ali Mohammad Pur
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-05
Kernel+LibC: Remove sys$donate()
Andreas Kling
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
[prev]
[next]