summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/sys/socket.h
AgeCommit message (Expand)Author
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