summaryrefslogtreecommitdiff
path: root/Libraries/LibC/sys/socket.h
AgeCommit message (Expand)Author
2020-02-20Kernel+LibC: Add SO_REUSEADDR macroAndreas Kling
2020-02-08Net: Add a basic sys$shutdown() implementationAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-02LibC: move in_addr and sockaddr_in to netinet/in.hjoshua stein
2019-12-06Kernel: Add getsockopt(SO_PEERCRED) for local socketsAndreas Kling
2019-10-11Libc: make library internal includes come from private include namespaceVincent Sanders
2019-09-19IPv4: Support overriding the default TTL (64)Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling