summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
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
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham-0/+98
2018-12-09add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy-1/+5
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy-1/+4
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix-3/+3
2018-07-20remove inclusion guard hacks for sys/kd.hmidipix-7/+0
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy-0/+2
2018-07-17sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy-0/+1
2018-07-12add ST_RELATIME to statvfs.hRich Felker-0/+1
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker-1/+1
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy-0/+5
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy-3/+8
2018-06-19add speculation control prctls from linux v4.17Szabolcs Nagy-0/+9
2018-06-19add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy-0/+3
2018-06-19add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy-0/+1
2018-06-19sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16Szabolcs Nagy-1/+7
2018-06-19sys/epoll.h: add EPOLLNVAL from linux v4.16Szabolcs Nagy-0/+1
2018-02-22add getrandom syscall wrapperHauke Mehrtens-0/+19
2018-02-22sys/prctl.h: add new PR_SVE_* macros from linux v4.15Szabolcs Nagy-0/+6
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy-0/+2
2018-02-22sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy-0/+26
2018-02-22sys/mman.h: add MADV_WIPEONFORK from linux v4.14Szabolcs Nagy-0/+2
2018-02-22sys/socket.h: add MSG_ZEROCOPY from linux v4.14Szabolcs Nagy-0/+2
2018-02-22sys/socket.h: add SOL_TLS from linux v4.13Szabolcs Nagy-0/+1
2018-02-22sys/socket.h: add PF_SMC from linux v4.11Szabolcs Nagy-1/+3