296 Commits (007997299248b8682dcbb73595c53dfe86071c83)

Author SHA1 Message Date
Gonzalo Alvarez 84015cee17 fix typo that broke sys/reg.h and sys/user.h 2 years ago
Rich Felker 7019fbe103 sys/user.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker e709a6f07a sys/reg.h: derive __WORDSIZE from __LONG_MAX 2 years ago
Rich Felker cbf1c7b605 add missing STATX_ATTR_* macros omitted when statx was added 2 years ago
Rich Felker bdc9a9ff6f uio.h: add RWF_NOAPPEND flag for pwritev2 2 years ago
Duncan Bellamy b817541f1c add statx interface using syscall, fallback to fstatat 4 years ago
Rich Felker 81cced6ebe add preadv2 and pwritev2 syscall wrappers, flag value macros 2 years ago
наб 7291c6c66a statvfs: allocate spare for f_type 3 years ago
Rich Felker ea3b40a321 fix integer overflow in WIFSTOPPED macro 3 years ago
Rich Felker 25e6fee27f remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE 4 years ago
Szabolcs Nagy bdb5454065 sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13 5 years ago
Szabolcs Nagy aa3bab6ce4 sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13 5 years ago
Szabolcs Nagy c5ecaca743 sys/socket.h: add new SO_ socket options from linux v5.11 5 years ago
Szabolcs Nagy f35b99b387 sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11 5 years ago
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 6 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 7 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