index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
sys
Age
Commit message (
Expand
)
Author
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
2020-10-14
LibC: We still need to use NULL (not nullptr) in C headers
Andreas Kling
2020-10-13
Style: Remove uses of NULL, substituting nullptr
Matthew L. Curry
2020-10-12
Kernel+LibC: Use uintptr_t as the main type in the syscall interface
Andreas Kling
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-09-27
LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.h
Luke
2020-09-27
LibC: Add ss_family to sockaddr_storage
Luke
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
LibC: Convert SO_ constants to enum
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-06
LibC: Add settimeofday
Nico Weber
2020-08-26
LibC: Prospective fix for openssl build
Sergio Ahumada
2020-08-12
LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexit
Ben Wiederhake
2020-08-12
LibC: Avoid ninja-imports of system functions
Ben Wiederhake
2020-08-11
LibC: Add sa_family_t and in_port_t types
Andreas Kling
2020-08-11
LibC: Declare sockaddr_storage
Andreas Kling
2020-08-11
LibC: Move stat(), lstat() and fstat() to <sys/stat.h>
Andreas Kling
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-07-19
LibC: add mkfifo(3)
Peter Elliott
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-24
Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing
Andreas Kling
2020-06-22
LibC: Implement pselect
Nico Weber
2020-06-22
LibC: Add timespec functions to sys/time.h
Nico Weber
2020-06-08
LibC: Add ws_xpixel and ws_ypixel members to struct winsize
Andreas Kling
2020-06-03
LibC: Make sure that ioctl() requests are #defined as macros
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-23
LibC: Move ssize_t from <stddef.h> to <sys/types.h>
Andreas Kling
2020-05-23
Kernel+LibC: Let's say that off_t is a ssize_t
Andreas Kling
2020-05-23
LibC: Declare ssize_t in a platform-agnostic way
Andreas Kling
2020-05-17
Kernel + LibC: Handle running processes in do_waitid()
AnotherTest
2020-05-11
Kernel+LibC: Add AF_MAX
Yonatan Goldschmidt
2020-05-10
LibC: Fix get{sock,peer}name to match their kernel-side prototypes
Yonatan Goldschmidt
2020-05-02
LibC: added F_SETLK and SO_TYPE defs
Ed Rochenski
2020-04-29
Kernel: Fix integer overflow in framebuffer resolution handling
Andreas Kling
2020-04-13
ptrace: Report error in PT_PEEK via errno
Itamar
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-13
ptrace: Add PT_POKE
Itamar
2020-04-13
ptrace: Add PT_PEEK
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-15
Userland: ifconfig can change the IP address of the default gateway
marprok
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-02-20
Kernel+LibC: Add SO_REUSEADDR macro
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-05
LibC: Move struct stat to sys/stat.h
joshua stein
2020-02-05
Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap it
Sergey Bugaev
2020-02-05
Kernel+LibC: Add some Unix signal types & definitions
Sergey Bugaev
[next]