243 Commits (403555690775f7c8806372644f543518e6664e3b)

Author SHA1 Message Date
Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it 7 years ago
Bobby Bingham 1dd915c370 update line discipline constants 7 years ago
Bobby Bingham 3517d74a5e move arch-invariant definitions out of bits/ioctl.h 7 years ago
Szabolcs Nagy a71276e258 add SIGSYS support to sys/signalfd.h from linux v4.18 8 years ago
Szabolcs Nagy 0a9a5c20c7 add AF_XDP to sys/socket.h from linux v4.18 8 years ago
midipix f2c6dbe244 move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 8 years ago
midipix 2fab90a71a remove inclusion guard hacks for sys/kd.h 8 years ago
Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 8 years ago
Szabolcs Nagy 7ea32a8282 sys/ptrace.h: add missing PTRACE_EVENT_STOP 8 years ago
Rich Felker 062015204a add ST_RELATIME to statvfs.h 8 years ago
Rich Felker 587f5a53bc fix value of SO_PEERSEC on mips archs 8 years ago
Szabolcs Nagy 38f2fa3d02 add memfd_create syscall wrapper 8 years ago
Szabolcs Nagy b64d66d0b0 add mlock2 linux syscall wrapper 8 years ago
Szabolcs Nagy da9f2b2ac8 add speculation control prctls from linux v4.17 8 years ago
Szabolcs Nagy af55070eae add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 8 years ago
Szabolcs Nagy 156a3bedb2 add MAP_FIXED_NOREPLACE from linux v4.17 8 years ago
Szabolcs Nagy 0f7aa600f7 sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16 8 years ago
Szabolcs Nagy 29f3202b73 sys/epoll.h: add EPOLLNVAL from linux v4.16 8 years ago
Hauke Mehrtens e206582091 add getrandom syscall wrapper 8 years ago
Szabolcs Nagy 121d18d2f2 sys/prctl.h: add new PR_SVE_* macros from linux v4.15 8 years ago
Szabolcs Nagy 9b57db3f95 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 8 years ago
Szabolcs Nagy abdaba8616 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi 9 years ago
Szabolcs Nagy 5431c20040 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 9 years ago
Szabolcs Nagy 986bc21713 sys/socket.h: add MSG_ZEROCOPY from linux v4.14 9 years ago
Szabolcs Nagy 404097a4ef sys/socket.h: add SOL_TLS from linux v4.13 9 years ago
Szabolcs Nagy 709bbf5175 sys/socket.h: add PF_SMC from linux v4.11 9 years ago
Hauke Mehrtens b583c5d3b4 add additional uapi guards for Linux kernel header files 8 years ago
Szabolcs Nagy c35a8bf456 add SO_ getsockopt options from linux v4.13 9 years ago
Szabolcs Nagy 54f04d9991 add new SO_ socket options from linux v4.12 9 years ago
Szabolcs Nagy d800403032 add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing 9 years ago
Szabolcs Nagy 5c596ed867 add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 9 years ago
Szabolcs Nagy a8a8fdff96 add MS_NOREMOTELOCK mount flag from linux v4.9 10 years ago
Rich Felker 7352b59d68 remove redundant feature test macro checks in sys/time.h 10 years ago
Rich Felker 7597fc25a2 fix various header namespace issues under feature-test-macro control 10 years ago
Rich Felker 2ed4e9d927 remove parameter names from public headers 10 years ago
Rich Felker 4b8f94c250 fix misspelling of a legacy macro name in sys/param.h 10 years ago
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Szabolcs Nagy 0f8ad40be0 add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h 10 years ago
Rich Felker ee3f0c5516 make brace placement in public header typedef'd structs consistent 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Rich Felker 093288dcb3 fix misplaced indention in sys/procfs.h 10 years ago
Rich Felker 5c43e1dbc8 add RUSAGE_THREAD (Linux extension) definition to sys/resource.h 10 years ago
Rich Felker b3bbc7b160 fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h 10 years ago
Rich Felker 1e6fc0b690 avoid padding gaps in struct sockaddr_storage 10 years ago
Szabolcs Nagy a0bb50a142 update sys/socket.h to linux v4.6 10 years ago
Szabolcs Nagy f6f4aa5ddb add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 10 years ago
Rich Felker 81fb75a1d7 fix undefined pointer arithmetic in CMSG_NXTHDR macro 10 years ago
Szabolcs Nagy d578c74e67 add MADV_FREE madvise command from linux v4.5 10 years ago
Szabolcs Nagy b10ca0f560 add EPOLLEXCLUSIVE epoll flag from linux v4.5 10 years ago
Szabolcs Nagy c1aabc6cac add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 10 years ago