282 Commits (e48e99c112246fb580596404074445cb25d7858d)

Author SHA1 Message Date
Szabolcs Nagy 19239cde94 sys/prctl.h: add MTE related constants from linux v5.10 5 years ago
Szabolcs Nagy d7210f0c12 sys/mman.h: add MAP_HUGE_16KB from linux v5.10 5 years ago
Szabolcs Nagy a7456524d7 sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10 5 years ago
Szabolcs Nagy 54ca1cc7f1 sys/membarrier.h: add new constants from linux v5.10 5 years ago
Szabolcs Nagy d078f83657 sys/fanotify.h: add new FAN_* macros from linux v5.9 6 years ago
William Woodruff badc5bb211 add missing personality values 5 years ago
Szabolcs Nagy a6c302bec1 sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 6 years ago
Szabolcs Nagy 8adf42f7c1 sys/fanotify.h: update to linux v5.7 6 years ago
Szabolcs Nagy 3da18e6951 sys/random.h: add GRND_INSECURE from linux v5.6 6 years ago
Szabolcs Nagy 8f4aa78a0c sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 6 years ago
Rich Felker 1ccc804e13 fix regression with applications that expect struct winsize in ioctl.h 6 years ago
Rich Felker 4d5786544b add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
Rich Felker e6093b5a87 fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h 6 years ago
Rich Felker a0217a2ff7 fix unprotected macro argument in sys/ttydefaults.h 6 years ago
Leah Neukirchen 2507e7f531 define RLIMIT_RTTIME, bump RLIMIT_NLIMITS 6 years ago
Rich Felker ac89e2ccf5 remove gratuitous aligned attribute from __ptrace_syscall_info 6 years ago
Szabolcs Nagy f296be74d5 sys/wait.h: add P_PIDFD from linux v5.4 6 years ago
Szabolcs Nagy 5675aaa559 sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 6 years ago
Szabolcs Nagy d95ead261e sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 6 years ago
Szabolcs Nagy f291c09ec9 sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 7 years ago
Szabolcs Nagy 06636c5542 sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 7 years ago
Rich Felker 3f959f6f76 fix elf_prstatus regression on time64, existing wrong definition on x32 6 years ago
Rich Felker b329095650 fix regression in ioctl definitions provided by arch/generic bits 6 years ago
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 7 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