summaryrefslogtreecommitdiff
path: root/Libraries/LibC/sys
AgeCommit message (Expand)Author
2020-11-10Kernel+LibC: Add adjtime(2)Nico Weber
2020-10-14LibC: We still need to use NULL (not nullptr) in C headersAndreas Kling
2020-10-13Style: Remove uses of NULL, substituting nullptrMatthew L. Curry
2020-10-12Kernel+LibC: Use uintptr_t as the main type in the syscall interfaceAndreas Kling
2020-10-02Everywhere: Fix typosNico Weber
2020-09-27LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.hLuke
2020-09-27LibC: Add ss_family to sockaddr_storageLuke
2020-09-17Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitionsNico Weber
2020-09-17LibC: Convert SO_ constants to enumNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-06LibC: Add settimeofdayNico Weber
2020-08-26LibC: Prospective fix for openssl buildSergio Ahumada
2020-08-12LibC: Move C++ABI functions to cxxabi.cpp, typecheck cxa_atexitBen Wiederhake
2020-08-12LibC: Avoid ninja-imports of system functionsBen Wiederhake
2020-08-11LibC: Add sa_family_t and in_port_t typesAndreas Kling
2020-08-11LibC: Declare sockaddr_storageAndreas Kling
2020-08-11LibC: Move stat(), lstat() and fstat() to <sys/stat.h>Andreas Kling
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-07-19LibC: add mkfifo(3)Peter Elliott
2020-07-11LibC: Implement tcflush(3)Peter Elliott
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-24Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passingAndreas Kling
2020-06-22LibC: Implement pselectNico Weber
2020-06-22LibC: Add timespec functions to sys/time.hNico Weber
2020-06-08LibC: Add ws_xpixel and ws_ypixel members to struct winsizeAndreas Kling
2020-06-03LibC: Make sure that ioctl() requests are #defined as macrosAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-23LibC: Move ssize_t from <stddef.h> to <sys/types.h>Andreas Kling
2020-05-23Kernel+LibC: Let's say that off_t is a ssize_tAndreas Kling
2020-05-23LibC: Declare ssize_t in a platform-agnostic wayAndreas Kling
2020-05-17Kernel + LibC: Handle running processes in do_waitid()AnotherTest
2020-05-11Kernel+LibC: Add AF_MAXYonatan Goldschmidt
2020-05-10LibC: Fix get{sock,peer}name to match their kernel-side prototypesYonatan Goldschmidt
2020-05-02LibC: added F_SETLK and SO_TYPE defsEd Rochenski
2020-04-29Kernel: Fix integer overflow in framebuffer resolution handlingAndreas Kling
2020-04-13ptrace: Report error in PT_PEEK via errnoItamar
2020-04-13ptrace: Add PT_SETREGSItamar
2020-04-13ptrace: Add PT_POKEItamar
2020-04-13ptrace: Add PT_PEEKItamar
2020-04-13CPU: Handle breakpoint trapItamar
2020-04-05Kernel: Add the SO_BINDTODEVICE socket optionAnotherTest
2020-03-28strace: Change implementation to use ptrace()Itamar
2020-03-28Kernel: Add 'ptrace' syscallItamar
2020-03-15Userland: ifconfig can change the IP address of the default gatewaymarprok
2020-03-11Userland: Set the mask of a network adapter with ifconfig (#1388)Marios Prokopakis
2020-02-20Kernel+LibC: Add SO_REUSEADDR macroAndreas Kling
2020-02-08Net: Add a basic sys$shutdown() implementationAndreas Kling
2020-02-05LibC: Move struct stat to sys/stat.hjoshua stein
2020-02-05Kernel+LibC: Add sys$waitid(), and make sys$waitpid() wrap itSergey Bugaev
2020-02-05Kernel+LibC: Add some Unix signal types & definitionsSergey Bugaev