28 Commits (d874064579f4dd8150b0d6ff6d98942af6fcd1c3)

Author SHA1 Message Date
Roman Yeryomin 29ec7677a7 socket.h: fix SO_* for mips 11 years ago
Szabolcs Nagy 70572dce07 add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF 11 years ago
Rich Felker acb7e049b8 implement sendmmsg and recvmmsg 12 years ago
Szabolcs Nagy c8ea212668 add SO_BPF_EXTENSIONS socket option 12 years ago
Szabolcs Nagy 099ce3631c sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option 12 years ago
Rich Felker acde013522 fix remaining known namespace violations for netinet/in.h 13 years ago
Szabolcs Nagy b054137a64 move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace 13 years ago
Szabolcs Nagy 2c2418088d fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_* 13 years ago
Szabolcs Nagy 20a34af862 fix typo in socket.h (wrong macro name) 13 years ago
Szabolcs Nagy ae51aa7534 sys/socket.h: add new SO_BUSY_POLL socket option 13 years ago
Szabolcs Nagy 3d4583c3fb add protocol families PF_IB and PF_VSOCK to socket.h 13 years ago
Szabolcs Nagy 8f6ec7217f add SO_SELECT_ERR_QUEUE to socket.h 13 years ago
Szabolcs Nagy e82bd04cf7 add new socket options to sys/socket.h following linux 13 years ago
Rich Felker 8c741783fc fix some obscure header type size/alignment issues 13 years ago
Szabolcs Nagy f13a478860 add missing protocol families to sys/socket.h 14 years ago
rofl0r 3159e2fc81 socket.h: add SO_(SND/RCV)BUFFORCE to generic block 14 years ago
Rich Felker 91738d0241 disable SO_REUSEPORT in sys/socket.h 14 years ago
Rich Felker 32d6d77e54 fix numerous mips abi constant definition mismatches 14 years ago
Rich Felker 3609e019f3 always expose accept4 14 years ago
Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) 14 years ago
Rich Felker 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 7fee5f9606 fix socket.h on mips 14 years ago
Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 14 years ago
Rich Felker b0c088ee55 cleanup more bits cruft (sysmacros and socket) 15 years ago
Rich Felker 7f5471529c fix some struct padding to match LSB/glibc ABI where it may be helpful 15 years ago
Rich Felker 74eea628cf extensive header cleanup for standards conformance & correctness 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago