summaryrefslogtreecommitdiff
path: root/include/sys/socket.h
AgeCommit message (Expand)AuthorLines
2013-10-18fix typo in socket.h (wrong macro name)Szabolcs Nagy-1/+1
2013-09-15sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy-0/+1
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy-1/+5
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy-0/+1
2013-04-01add new socket options to sys/socket.h following linuxSzabolcs Nagy-2/+17
2013-03-04fix some obscure header type size/alignment issuesRich Felker-4/+2
2013-01-12add missing protocol families to sys/socket.hSzabolcs Nagy-1/+11
2012-12-19socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r-0/+2
2012-11-15disable SO_REUSEPORT in sys/socket.hRich Felker-1/+1
2012-11-05fix numerous mips abi constant definition mismatchesRich Felker-0/+7
2012-09-29always expose accept4Rich Felker-4/+1
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+4
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-5/+11
2012-08-05fix socket.h on mipsRich Felker-0/+3
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker-7/+0
2011-09-18cleanup more bits cruft (sysmacros and socket)Rich Felker-0/+196
2011-06-16fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker-2/+4
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+64