summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
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
2016-03-18deduplicate bits/mman.hSzabolcs Nagy-0/+59
2016-01-26add new PTRACE_SECCOMP_GET_FILTER ptrace commandSzabolcs Nagy-0/+1
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy-0/+1
2016-01-26add new PTRACE_O_SUSPEND_SECCOMP ptrace optionSzabolcs Nagy-1/+2
2016-01-26add new PR_CAP_AMBIENT and related defines to sys/prctl.hSzabolcs Nagy-0/+6
2016-01-24add MS_LAZYTIME mount option to sys/mount.hSzabolcs Nagy-1/+2
2016-01-24add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy-0/+2
2016-01-24add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy-0/+1
2015-07-21socket.h: fix SO_* for mipsRoman Yeryomin-3/+3
2015-05-28add missing legacy LFS64 macros in sys/resource.hRich Felker-0/+3
2015-04-17add PR_*_FP_MODE prctl optionsSzabolcs Nagy-0/+5
2015-04-17add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy-0/+3
2015-03-04declare incomplete type struct itimerspec in timerfd.hRich Felker-0/+2
2015-02-09add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy-0/+4
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn-0/+2
2014-12-23add new prctl command PR_SET_MM_MAP to sys/prctl.hSzabolcs Nagy-0/+21
2014-09-05fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy-2/+2
2014-07-20add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy-0/+3
2014-06-19implement sendmmsg and recvmmsgRich Felker-0/+11
2014-05-30fix POSIX namespace pollution in sys/types.hSzabolcs Nagy-10/+6
2014-05-30add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy-0/+1
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy-2/+5
2014-04-07add getauxval functionRich Felker-0/+16
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker-16/+1
2014-03-08in sys/procfs.h, avoid using __WORDSIZE macroRich Felker-1/+1
2014-02-25sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy-0/+1
2014-02-23sys/shm.h: move arch specific structs to bits/rofl0r-16/+7
2014-02-22sys/sem.h: cheat and make all longs use time_t insteadrofl0r-8/+8
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy-1/+1
2014-02-05add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker-0/+11
2014-01-08fix namespace violation in sys/shm.hRich Felker-6/+8