Age | Commit message (Expand) | Author | Files | Lines |
2018-02-22 | sys/socket.h: add MSG_ZEROCOPY from linux v4.14 | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | sys/socket.h: add SOL_TLS from linux v4.13 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | sys/socket.h: add PF_SMC from linux v4.11 | Szabolcs Nagy | 1 | -1/+3 |
2018-01-09 | add additional uapi guards for Linux kernel header files | Hauke Mehrtens | 1 | -0/+2 |
2017-11-05 | add SO_ getsockopt options from linux v4.13 | Szabolcs Nagy | 1 | -0/+2 |
2017-11-05 | add new SO_ socket options from linux v4.12 | Szabolcs Nagy | 1 | -0/+3 |
2017-11-05 | add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing | Szabolcs Nagy | 1 | -0/+1 |
2017-11-05 | add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 | Szabolcs Nagy | 1 | -0/+1 |
2016-12-29 | add MS_NOREMOTELOCK mount flag from linux v4.9 | Szabolcs Nagy | 1 | -0/+1 |
2016-11-07 | remove redundant feature test macro checks in sys/time.h | Rich Felker | 1 | -5/+0 |
2016-10-20 | fix various header namespace issues under feature-test-macro control | Rich Felker | 1 | -2/+5 |
2016-10-20 | remove parameter names from public headers | Rich Felker | 1 | -2/+2 |
2016-10-20 | fix misspelling of a legacy macro name in sys/param.h | Rich Felker | 1 | -1/+1 |
2016-10-20 | add bits/hwcap.h and include it in sys/auxv.h | Szabolcs Nagy | 1 | -0/+1 |
2016-08-30 | add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h | Szabolcs Nagy | 1 | -1/+3 |
2016-07-03 | make brace placement in public header typedef'd structs consistent | Rich Felker | 1 | -2/+1 |
2016-07-03 | make brace placement in public header struct definitions consistent | Rich Felker | 9 | -32/+16 |
2016-07-03 | fix misplaced indention in sys/procfs.h | Rich Felker | 1 | -1/+1 |
2016-06-29 | add RUSAGE_THREAD (Linux extension) definition to sys/resource.h | Rich Felker | 1 | -0/+1 |
2016-06-29 | fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h | Rich Felker | 1 | -1/+1 |
2016-06-09 | avoid padding gaps in struct sockaddr_storage | Rich Felker | 1 | -1/+1 |
2016-06-09 | update sys/socket.h to linux v4.6 | Szabolcs Nagy | 1 | -1/+19 |
2016-06-09 | add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 | Szabolcs Nagy | 1 | -0/+1 |
2016-05-22 | fix undefined pointer arithmetic in CMSG_NXTHDR macro | Rich Felker | 1 | -3/+3 |
2016-03-19 | add MADV_FREE madvise command from linux v4.5 | Szabolcs Nagy | 1 | -0/+1 |
2016-03-19 | add EPOLLEXCLUSIVE epoll flag from linux v4.5 | Szabolcs Nagy | 1 | -0/+1 |
2016-03-19 | add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 | Szabolcs Nagy | 1 | -1/+2 |
2016-03-18 | deduplicate bits/mman.h | Szabolcs Nagy | 1 | -0/+59 |
2016-01-26 | add new PTRACE_SECCOMP_GET_FILTER ptrace command | Szabolcs Nagy | 1 | -0/+1 |
2016-01-26 | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags | Szabolcs Nagy | 1 | -0/+1 |
2016-01-26 | add new PTRACE_O_SUSPEND_SECCOMP ptrace option | Szabolcs Nagy | 1 | -1/+2 |
2016-01-26 | add new PR_CAP_AMBIENT and related defines to sys/prctl.h | Szabolcs Nagy | 1 | -0/+6 |
2016-01-24 | add MS_LAZYTIME mount option to sys/mount.h | Szabolcs Nagy | 1 | -1/+2 |
2016-01-24 | add AF_MPLS (PF_MPLS) address family to socket.h | Szabolcs Nagy | 1 | -0/+2 |
2016-01-24 | add MSG_FASTOPEN sendmsg/sendto flag to socket.h | Szabolcs Nagy | 1 | -0/+1 |
2015-07-21 | socket.h: fix SO_* for mips | Roman Yeryomin | 1 | -3/+3 |
2015-05-28 | add missing legacy LFS64 macros in sys/resource.h | Rich Felker | 1 | -0/+3 |
2015-04-17 | add PR_*_FP_MODE prctl options | Szabolcs Nagy | 1 | -0/+5 |
2015-04-17 | add PR_MPX_*_MANAGEMENT prctl options | Szabolcs Nagy | 1 | -0/+3 |
2015-03-04 | declare incomplete type struct itimerspec in timerfd.h | Rich Felker | 1 | -0/+2 |
2015-02-09 | add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF | Szabolcs Nagy | 1 | -0/+4 |
2015-01-30 | move MREMAP_MAYMOVE and MREMAP_FIXED out of bits | Trutz Behn | 1 | -0/+2 |
2014-12-23 | add new prctl command PR_SET_MM_MAP to sys/prctl.h | Szabolcs Nagy | 1 | -0/+21 |
2014-09-05 | fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h | Szabolcs Nagy | 2 | -2/+2 |
2014-07-20 | add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags | Szabolcs Nagy | 1 | -0/+3 |
2014-06-19 | implement sendmmsg and recvmmsg | Rich Felker | 1 | -0/+11 |
2014-05-30 | fix POSIX namespace pollution in sys/types.h | Szabolcs Nagy | 1 | -10/+6 |
2014-05-30 | add SO_BPF_EXTENSIONS socket option | Szabolcs Nagy | 1 | -0/+1 |
2014-04-15 | fix RLIMIT_ constants for mips | Szabolcs Nagy | 1 | -2/+5 |
2014-04-07 | add getauxval function | Rich Felker | 1 | -0/+16 |