index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
sys
Age
Commit message (
Expand
)
Author
2021-06-04
LibC: Define `MSG_OOB`
Jelle Raaijmakers
2021-05-30
LibC: Stub out btowc
Tim Schumacher
2021-05-23
LibC: Use \010 for erasing instead of \0177
Daniel Bertalan
2021-05-19
LibC: Add functions for the new statvfs syscalls
Justin
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-17
Kernel+LibC: Support more `termios` settings in TTY
Daniel Bertalan
2021-05-16
LibC+Kernel: Add sys/ttydefaults.h
Daniel Bertalan
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-14
LibC: Move makedev(), major(), minor(), to sys/types.h
Jean-Baptiste Boric
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-09
LibC: Add definition for the rlim_t type
Gunnar Beutner
2021-05-08
LibC: Add stubs for getrlimit()/setrlimit()
Gunnar Beutner
2021-05-02
LibPthread: Implement pthread_spinlock_t API.
Brian Gianforcaro
2021-04-29
Kernel: Add MSG_PEEK support for the IPv4Socket
Justin
2021-04-28
Kernel+LibC: Implement the socketpair() syscall
Gunnar Beutner
2021-04-26
LibC: Add additional data types
Panagiotis Vasilopoulos
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
Ports: Fix building openssh
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibDebug: Implement ability to set watchpoints
FalseHonesty
2021-04-18
Kernel: Add ptrace commands for reading/writing the debug registers
FalseHonesty
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-04-16
Kernel: Add some missing socket ioctls
sin-ack
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-03-31
Kernel: Added TIOCSTI ioctl placeholder (#6037)
Baitinq
2021-03-29
LibC: Implement utimes function
Jelle Raaijmakers
2021-03-28
Kernel+LibC: Implement sys$ioctl() FIONBIO
Andreas Kling
2021-03-27
LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macros
Andreas Kling
2021-03-21
LibC: Add x86_64 Registers
Hendiadyoin1
2021-03-17
LibC+Kernel: Switch off_t to 64 bits
Jean-Baptiste Boric
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
LibC+LibPthread: Implement pthread_rwlock_*
AnotherTest
2021-02-15
LibC+LibPthread: Stub out pthread_rwlock_* functions
AnotherTest
2021-02-15
Kernel+LibC: Implement readv
AnotherTest
2021-02-15
Kernel+LibC: Stub out SO_{SND_RCV}BUF
AnotherTest
2021-02-14
Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling