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
2023-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-13
Kernel: Don't include Kernel/Arch/RegisterState from userspace
Andrew Kaster
2023-03-11
Kernel: Add non standard value to sys$sysconf
Fabian Dellwing
2023-03-05
Kernel: Move process coredump metadata modification to the prctl syscall
Liav A
2023-03-01
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
Liav A
2023-03-01
Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file
Liav A
2023-02-25
Kernel: Mark sys$prctl() as not needing the big lock
Liav A
2023-02-24
Kernel+Userland: Refine preventing syscall annotations of Regions option
Liav A
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-02-24
Kernel+Userland: Move prctl numbers header file to Kernel/API directory
Liav A
2023-02-19
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
Peter Elliott
2023-02-19
Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)
Peter Elliott
2023-02-06
Kernel: Protect Thread::m_name with a spinlock
Sam Atkins
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-02-06
Kernel: Remove create_inode_watcher syscall from the big lock
Sam Atkins
2023-02-06
Kernel: Remove pledge syscall from the big lock
Sam Atkins
2023-02-03
Kernel/aarch64: Include Error.h to fix aarch64 missing ErrorOr
Steffen Rusitschka
2023-02-02
Kernel: Remove trap based syscall handling
Agustin Gianni
2023-01-21
Kernel+Libraries: Don't include limits.h from LibELF/Validation.h
Andrew Kaster
2023-01-21
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
Andrew Kaster
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-10
Kernel+LibCore: Make %sid path parsing not take ages
Andreas Kling
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-16
Kernel/Memory: Add option to annotate region mapping as immutable
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-11
Kernel: Bump maximum pthread stack size to 32MiB
sin-ack
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-12-11
Kernel+LibC+Tests: Implement `pwritev(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `setregid(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-11
Kernel+LibC: Implement `readlinkat(2)`
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `symlinkat(2)`
sin-ack
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-05
LibC: Add missing definitions for IPv6 packet info
Clemens Wasser
2022-11-05
Kernel: Add support for jails
Liav A
2022-11-05
Kernel: Make sys$msyscall() not take the big lock
Andreas Kling
2022-10-27
Kernel+LibC: Report correct scheduling priority limits
kleines Filmröllchen
2022-10-27
Kernel: Make scheduler control syscalls more generic
kleines Filmröllchen
2022-10-24
Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWAT
Gunnar Beutner
2022-10-24
Kernel: Add definition for MSB_EOR
Gunnar Beutner
2022-10-24
Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPE
Gunnar Beutner
2022-10-22
Kernel+Base: Introduce MS_NOREGULAR mount flag
Liav A
2022-10-14
Kernel: Implement userspace support for syscalls on AARCH64
Gunnar Beutner
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-18
Kernel: Add missing include in API
Ben Wiederhake
2022-08-23
Kernel: Remove big lock from sys$socket
James Bellamy
[next]