about summary refs log tree commit diff
path: root/include/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy2016-01-241-0/+2
* add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy2016-01-241-0/+1
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-211-3/+3
* add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy2015-02-091-0/+4
* implement sendmmsg and recvmmsgRich Felker2014-06-191-0/+11
* add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy2014-05-301-0/+1
* sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy2014-02-251-0/+1
* fix remaining known namespace violations for netinet/in.hRich Felker2014-01-081-0/+4
* move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy2013-12-041-0/+2
* fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy2013-12-041-5/+1
* fix typo in socket.h (wrong macro name)Szabolcs Nagy2013-10-181-1/+1
* sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy2013-09-151-0/+1
* add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy2013-07-251-1/+5
* add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy2013-07-241-0/+1
* add new socket options to sys/socket.h following linuxSzabolcs Nagy2013-04-011-2/+17
* fix some obscure header type size/alignment issuesRich Felker2013-03-041-4/+2
* add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r2012-12-191-0/+2
* disable SO_REUSEPORT in sys/socket.hRich Felker2012-11-151-1/+1
* fix numerous mips abi constant definition mismatchesRich Felker2012-11-051-0/+7
* always expose accept4Rich Felker2012-09-291-4/+1
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-081-0/+4
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-5/+11
* fix socket.h on mipsRich Felker2012-08-051-0/+3
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-7/+0
* cleanup more bits cruft (sysmacros and socket)Rich Felker2011-09-181-0/+196
* fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker2011-06-161-2/+4
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-141-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+64