259 Commits (114178dc8df79a5b1690ee1c7d6d90c79c76b6b7)

Author SHA1 Message Date
Rich Felker c71dbb24c9 move time64 socket options from arch bits to top-level sys/socket.h 7 years ago
Rich Felker a0252bc75b move msghdr and cmsghdr out of bits/socket.h 7 years ago
Rich Felker 0bbc04c981 make time-related socket options overridable by arch bits files 7 years ago
Rich Felker 1febd21d3f add time64 symbol name redirects to public headers, under arch control 7 years ago
Rich Felker 71d23fbeac remove indirect use of endian.h from public headers 7 years ago
Rich Felker 006a75a997 move IPC_STAT definition to a new bits/ipcstat.h file 7 years ago
Rich Felker 3c02bacf0f allow archs to define IPC_STAT, propagate time64 bit to other macros 7 years ago
Szabolcs Nagy 5b2b682ddc sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 7 years ago
Szabolcs Nagy c7081edcf8 sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1 7 years ago
Szabolcs Nagy f67b3c1799 sys/fanotify.h: update for linux v5.1 7 years ago
Rich Felker a31a30a007 remove implicit include of sys/sysmacros.h from sys/types.h 7 years ago
Szabolcs Nagy cff993cf32 sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 7 years ago
Szabolcs Nagy 13c73da72f sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20 7 years ago
Szabolcs Nagy db8b53f207 sys/mman.h: add new hugetlb mmap flags from linux v4.19 8 years ago
Szabolcs Nagy df4b017bcd sys/inotify.h: add IN_MASK_CREATE from linux v4.19 8 years ago
Szabolcs Nagy 31b3efbf3e sys/socket.h: add SO_TXTIME from linux v4.19 8 years ago
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