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-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-05
Kernel: Define PT_WRITE_I and PT_WRITE_D
Idan Horowitz
2021-12-05
Kernel: Add support for the POLLWRBAND poll event
Idan Horowitz
2021-12-05
Kernel: Define the POLLRDNORM alias for POLLIN
Idan Horowitz
2021-12-05
Kernel: Define the POLLWRNORM alias for POLLOUT
Idan Horowitz
2021-12-05
Kernel: Add the IPPROTO_{IGMP, IPIP, RAW} protocol macros
Idan Horowitz
2021-12-05
Kernel: Add the IP_{BLOCK_SOURCE, UNBLOCK_SOURCE, OPTIONS} macros
Idan Horowitz
2021-12-05
Kernel: Add the SO_OOBINLINE SOL_SOCKET-level option macro
Idan Horowitz
2021-12-05
Kernel: Implement the SO_DONTROUTE SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Implement the SO_ACCEPTCONN SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Stub out the SO_DEBUG SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_WAITALL sys$recvmsg flag
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flag
Idan Horowitz
2021-12-04
Kernel: Wrap x86 assembly behind `ARCH(...)` in Syscall.h
Daniel Bertalan
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-12-01
LibC: Define the MADV_DONTNEED madvise advice macro
Idan Horowitz
2021-12-01
LibC: Make the madvise advice field a value instead of a bitfield
Idan Horowitz
2021-12-01
LibC: Add the SIGFPE si_code macros
Idan Horowitz
2021-11-26
Kernel: Ensure KeyEvent::key sent to Userspace respects keyboard layout
macarc
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-11-21
Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctls
Andreas Kling
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-28
LibC: Include sys/uio.h in sys/socket.h for struct iovec
Idan Horowitz
2021-10-28
Kernel: Add the IFF_* SIOCGIFFLAGS flag macros
Idan Horowitz
2021-10-28
Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt
Idan Horowitz
2021-10-28
LibC: Add IPPROTO_ICMPV6 macro
Idan Horowitz
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-13
Kernel: Implement pread syscall
Rodrigo Tobar
2021-10-01
Kernel: Fix a few typos
Nico Weber
2021-09-23
Kernel: Define PT_READ_I and PT_READ_D
Jelle Raaijmakers
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-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
2021-09-09
Kernel: Define INADDR_BROADCAST constant
Rodrigo Tobar
2021-09-07
Kernel: Remove redundant [[nodiscard]] on KResult return values
Andreas Kling
2021-09-05
Kernel: Make KResult usable with TRY() as well
Andreas Kling
2021-09-05
Kernel: Make KResult pull in the TRY macro
Andreas Kling
2021-09-05
Kernel: Add KResultOr::release_error()
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-08-17
Kernel+Userland: Remove global futexes
Andreas Kling
[next]