summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys/socket.h
AgeCommit message (Expand)Author
2021-08-14Kernel+LibC: Share definitions for sys/socket.h and sys/un.hAndreas Kling
2021-07-29Kernel+LibC: Add linger to sys/sockets.hLuke
2021-06-04LibC: Define `MSG_OOB`Jelle Raaijmakers
2021-05-17Kernel+Userspace: Implement the accept4() system callGunnar Beutner
2021-04-29Kernel: Add MSG_PEEK support for the IPv4SocketJustin
2021-04-28Kernel+LibC: Implement the socketpair() syscallGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27LibC: Add AF_INET6, PF_INET6 and IPPROTO_IPV6 macrosAndreas Kling
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-01-12Libraries: Move to Userland/Libraries/Andreas Kling