summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
2024-02-24add statx interface using syscall, fallback to fstatatDuncan Bellamy-0/+55
2024-01-25add preadv2 and pwritev2 syscall wrappers, flag value macrosRich Felker-0/+7
2023-08-19statvfs: allocate spare for f_typeнаб-1/+2
2023-02-08fix integer overflow in WIFSTOPPED macroRich Felker-1/+1
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker-8/+8
2022-03-08sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13Szabolcs Nagy-0/+9
2022-03-08sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13Szabolcs Nagy-0/+3
2022-03-08sys/socket.h: add new SO_ socket options from linux v5.11Szabolcs Nagy-0/+2
2022-03-08sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11Szabolcs Nagy-0/+6
2021-02-15sys/prctl.h: add MTE related constants from linux v5.10Szabolcs Nagy-0/+7
2021-02-15sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy-0/+1
2021-02-15sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10Szabolcs Nagy-0/+1
2021-02-15sys/membarrier.h: add new constants from linux v5.10Szabolcs Nagy-0/+4
2020-11-29sys/fanotify.h: add new FAN_* macros from linux v5.9Szabolcs Nagy-0/+4
2020-11-29add missing personality valuesWilliam Woodruff-0/+3
2020-09-09sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7Szabolcs Nagy-0/+1
2020-09-09sys/fanotify.h: update to linux v5.7Szabolcs Nagy-1/+3
2020-09-09sys/random.h: add GRND_INSECURE from linux v5.6Szabolcs Nagy-0/+1
2020-09-09sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6Szabolcs Nagy-0/+3
2020-08-30fix regression with applications that expect struct winsize in ioctl.hRich Felker-0/+2
2020-08-24add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker-7/+0
2020-01-29fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker-5/+0
2020-01-29fix unprotected macro argument in sys/ttydefaults.hRich Felker-1/+1
2020-01-11define RLIMIT_RTTIME, bump RLIMIT_NLIMITSLeah Neukirchen-1/+2
2020-01-01remove gratuitous aligned attribute from __ptrace_syscall_infoRich Felker-1/+2
2019-12-30sys/wait.h: add P_PIDFD from linux v5.4Szabolcs Nagy-1/+2
2019-12-30sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4Szabolcs Nagy-0/+4
2019-12-30sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4Szabolcs Nagy-0/+2
2019-12-30sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3Szabolcs Nagy-0/+28
2019-12-30sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3Szabolcs Nagy-0/+1
2019-12-22fix elf_prstatus regression on time64, existing wrong definition on x32Rich Felker-4/+3
2019-12-18fix regression in ioctl definitions provided by arch/generic bitsRich Felker-0/+1
2019-11-02move time64 socket options from arch bits to top-level sys/socket.hRich Felker-0/+11
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker-0/+34
2019-11-02make time-related socket options overridable by arch bits filesRich Felker-6/+11
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker-0/+67
2019-10-17remove indirect use of endian.h from public headersRich Felker-5/+0
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker-3/+1
2019-08-02allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker-6/+8
2019-07-01sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1Szabolcs Nagy-0/+1
2019-07-01sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1Szabolcs Nagy-0/+1
2019-07-01sys/fanotify.h: update for linux v5.1Szabolcs Nagy-1/+33
2019-06-21remove implicit include of sys/sysmacros.h from sys/types.hRich Felker-1/+0
2019-03-13sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0Szabolcs Nagy-0/+7
2019-03-13sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20Szabolcs Nagy-0/+1
2019-03-13sys/mman.h: add new hugetlb mmap flags from linux v4.19Szabolcs Nagy-0/+4
2019-03-13sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy-0/+1
2019-03-13sys/socket.h: add SO_TXTIME from linux v4.19Szabolcs Nagy-0/+2
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker-0/+17
2019-02-07update line discipline constantsBobby Bingham-0/+12