summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorFilesLines
2020-01-29fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.hRich Felker1-5/+0
2020-01-29fix unprotected macro argument in sys/ttydefaults.hRich Felker1-1/+1
2020-01-11define RLIMIT_RTTIME, bump RLIMIT_NLIMITSLeah Neukirchen1-1/+2
2020-01-01remove gratuitous aligned attribute from __ptrace_syscall_infoRich Felker1-1/+2
2019-12-30sys/wait.h: add P_PIDFD from linux v5.4Szabolcs Nagy1-1/+2
2019-12-30sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4Szabolcs Nagy1-0/+4
2019-12-30sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4Szabolcs Nagy1-0/+2
2019-12-30sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3Szabolcs Nagy1-0/+28
2019-12-30sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3Szabolcs Nagy1-0/+1
2019-12-22fix elf_prstatus regression on time64, existing wrong definition on x32Rich Felker1-4/+3
2019-12-18fix regression in ioctl definitions provided by arch/generic bitsRich Felker1-0/+1
2019-11-02move time64 socket options from arch bits to top-level sys/socket.hRich Felker1-0/+11
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker1-0/+34
2019-11-02make time-related socket options overridable by arch bits filesRich Felker1-6/+11
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker10-0/+67
2019-10-17remove indirect use of endian.h from public headersRich Felker3-5/+0
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker1-3/+1
2019-08-02allow archs to define IPC_STAT, propagate time64 bit to other macrosRich Felker4-6/+8
2019-07-01sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1Szabolcs Nagy1-0/+1
2019-07-01sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1Szabolcs Nagy1-0/+1
2019-07-01sys/fanotify.h: update for linux v5.1Szabolcs Nagy1-1/+33
2019-06-21remove implicit include of sys/sysmacros.h from sys/types.hRich Felker1-1/+0
2019-03-13sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0Szabolcs Nagy1-0/+7
2019-03-13sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20Szabolcs Nagy1-0/+1
2019-03-13sys/mman.h: add new hugetlb mmap flags from linux v4.19Szabolcs Nagy2-0/+4
2019-03-13sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy1-0/+1
2019-03-13sys/socket.h: add SO_TXTIME from linux v4.19Szabolcs Nagy1-0/+2
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker1-0/+17
2019-02-07update line discipline constantsBobby Bingham1-0/+12
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham1-0/+98
2018-12-09add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy1-1/+5
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy1-1/+4
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix3-3/+3
2018-07-20remove inclusion guard hacks for sys/kd.hmidipix1-7/+0
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy1-0/+2
2018-07-17sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy1-0/+1
2018-07-12add ST_RELATIME to statvfs.hRich Felker1-0/+1
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker1-1/+1
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy1-0/+5
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy1-3/+8
2018-06-19add speculation control prctls from linux v4.17Szabolcs Nagy1-0/+9
2018-06-19add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy3-0/+3
2018-06-19add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy1-0/+1
2018-06-19sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16Szabolcs Nagy1-1/+7
2018-06-19sys/epoll.h: add EPOLLNVAL from linux v4.16Szabolcs Nagy1-0/+1
2018-02-22add getrandom syscall wrapperHauke Mehrtens1-0/+19
2018-02-22sys/prctl.h: add new PR_SVE_* macros from linux v4.15Szabolcs Nagy1-0/+6
2018-02-22add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy1-0/+2
2018-02-22sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy2-0/+26
2018-02-22sys/mman.h: add MADV_WIPEONFORK from linux v4.14Szabolcs Nagy1-0/+2