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
2021-08-12
Kernel+LibC: Add sys$perf_register_string()
Andreas Kling
2021-08-10
Kernel: Add CLOCK_MONOTONIC_COARSE to the kernel time page
Andreas Kling
2021-08-10
Kernel: Only expose CLOCK_REALTIME_COARSE via the kernel time page
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
2021-07-04
WindowServer: Query driver for framebuffer offset
Tom
2021-07-04
WindowServer: Implement support for combined buffer flipping + flushing
Tom
2021-07-01
Kernel+LibPthread: Add support for usermode threads on x86_64
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Remove m_ prefix for public members
Gunnar Beutner
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-25
Userland: Add FB_FLUSH ioctl for fbdev
Sahan Fernando
2021-05-19
Kernel: Add statvfs & fstatvfs Syscalls
Justin
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
2021-04-30
Kernel/LibC: Implement `setreuid`
Jesse Buhagiar
2021-04-28
Kernel+LibC: Implement the socketpair() syscall
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
Kernel: Add a syscall to clear the profiling buffer
Brian Gianforcaro
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-03-17
LibC+Kernel: Switch off_t to 64 bits
Jean-Baptiste Boric
2021-03-11
Everywhere: Rename "logo" key to "super" key
Andreas Kling
2021-03-09
Kernel+UserspaceEmulator: Add sys$emuctl() system call
Andreas Kling
2021-03-03
Kernel: Don't trust user-supplied bool in sys$stat
Ben Wiederhake
[next]