summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
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
2018-01-09add additional uapi guards for Linux kernel header filesHauke Mehrtens-0/+2
2017-11-05add SO_ getsockopt options from linux v4.13Szabolcs Nagy-0/+2
2017-11-05add new SO_ socket options from linux v4.12Szabolcs Nagy-0/+3
2017-11-05add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missingSzabolcs Nagy-0/+1
2017-11-05add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy-0/+1
2016-12-29add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy-0/+1
2016-11-07remove redundant feature test macro checks in sys/time.hRich Felker-5/+0
2016-10-20fix various header namespace issues under feature-test-macro controlRich Felker-2/+5
2016-10-20remove parameter names from public headersRich Felker-2/+2
2016-10-20fix misspelling of a legacy macro name in sys/param.hRich Felker-1/+1
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy-0/+1
2016-08-30add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy-1/+3
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker-2/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker-32/+16
2016-07-03fix misplaced indention in sys/procfs.hRich Felker-1/+1
2016-06-29add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker-0/+1
2016-06-29fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker-1/+1
2016-06-09avoid padding gaps in struct sockaddr_storageRich Felker-1/+1
2016-06-09update sys/socket.h to linux v4.6Szabolcs Nagy-1/+19
2016-06-09add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy-0/+1
2016-05-22fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker-3/+3
2016-03-19add MADV_FREE madvise command from linux v4.5Szabolcs Nagy-0/+1
2016-03-19add EPOLLEXCLUSIVE epoll flag from linux v4.5Szabolcs Nagy-0/+1
2016-03-19add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy-1/+2