summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys
AgeCommit message (Expand)Author
2021-06-04LibC: Define `MSG_OOB`Jelle Raaijmakers
2021-05-30LibC: Stub out btowcTim Schumacher
2021-05-23LibC: Use \010 for erasing instead of \0177Daniel Bertalan
2021-05-19LibC: Add functions for the new statvfs syscallsJustin
2021-05-17Kernel+Userspace: Implement the accept4() system callGunnar Beutner
2021-05-17Kernel+LibC: Support more `termios` settings in TTYDaniel Bertalan
2021-05-16LibC+Kernel: Add sys/ttydefaults.hDaniel Bertalan
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-14LibC: Move makedev(), major(), minor(), to sys/types.hJean-Baptiste Boric
2021-05-14LibC: Move mman.h to sys/mman.hJean-Baptiste Boric
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-09LibC: Add definition for the rlim_t typeGunnar Beutner
2021-05-08LibC: Add stubs for getrlimit()/setrlimit()Gunnar Beutner
2021-05-02LibPthread: Implement pthread_spinlock_t API.Brian Gianforcaro
2021-04-29Kernel: Add MSG_PEEK support for the IPv4SocketJustin
2021-04-28Kernel+LibC: Implement the socketpair() syscallGunnar Beutner
2021-04-26LibC: Add additional data typesPanagiotis Vasilopoulos
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25Ports: Fix building opensshGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibDebug: Implement ability to set watchpointsFalseHonesty
2021-04-18Kernel: Add ptrace commands for reading/writing the debug registersFalseHonesty
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17Kernel+LibC: Update struct stat to use struct timespec instead of time_tGunnar Beutner
2021-04-16Kernel: Add some missing socket ioctlssin-ack
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-03-31Kernel: Added TIOCSTI ioctl placeholder (#6037)Baitinq
2021-03-29LibC: Implement utimes functionJelle Raaijmakers
2021-03-28Kernel+LibC: Implement sys$ioctl() FIONBIOAndreas Kling
2021-03-27LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macrosAndreas Kling
2021-03-21LibC: Add x86_64 RegistersHendiadyoin1
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibC+LibPthread: Implement pthread_rwlock_*AnotherTest
2021-02-15LibC+LibPthread: Stub out pthread_rwlock_* functionsAnotherTest
2021-02-15Kernel+LibC: Implement readvAnotherTest
2021-02-15Kernel+LibC: Stub out SO_{SND_RCV}BUFAnotherTest
2021-02-14Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXECAndreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-30Kernel: Add FIBMAP ioctl to Ext2FileSystemPeter Elliott
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-17Kernel: Some futex improvementsTom
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling