about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+1
* add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy2016-08-301-1/+3
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-031-2/+1
* make brace placement in public header struct definitions consistentRich Felker2016-07-039-32/+16
* fix misplaced indention in sys/procfs.hRich Felker2016-07-031-1/+1
* add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker2016-06-291-0/+1
* fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker2016-06-291-1/+1
* avoid padding gaps in struct sockaddr_storageRich Felker2016-06-091-1/+1
* update sys/socket.h to linux v4.6Szabolcs Nagy2016-06-091-1/+19
* add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker2016-05-221-3/+3
* add MADV_FREE madvise command from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add EPOLLEXCLUSIVE epoll flag from linux v4.5Szabolcs Nagy2016-03-191-0/+1
* add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy2016-03-191-1/+2
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-0/+59
* add new PTRACE_SECCOMP_GET_FILTER ptrace commandSzabolcs Nagy2016-01-261-0/+1
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* add new PTRACE_O_SUSPEND_SECCOMP ptrace optionSzabolcs Nagy2016-01-261-1/+2
* add new PR_CAP_AMBIENT and related defines to sys/prctl.hSzabolcs Nagy2016-01-261-0/+6
* add MS_LAZYTIME mount option to sys/mount.hSzabolcs Nagy2016-01-241-1/+2
* add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy2016-01-241-0/+2
* add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy2016-01-241-0/+1
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-211-3/+3
* add missing legacy LFS64 macros in sys/resource.hRich Felker2015-05-281-0/+3
* add PR_*_FP_MODE prctl optionsSzabolcs Nagy2015-04-171-0/+5
* add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy2015-04-171-0/+3
* declare incomplete type struct itimerspec in timerfd.hRich Felker2015-03-041-0/+2
* add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy2015-02-091-0/+4
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-0/+2
* add new prctl command PR_SET_MM_MAP to sys/prctl.hSzabolcs Nagy2014-12-231-0/+21
* fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy2014-09-052-2/+2
* add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy2014-07-201-0/+3
* implement sendmmsg and recvmmsgRich Felker2014-06-191-0/+11
* fix POSIX namespace pollution in sys/types.hSzabolcs Nagy2014-05-301-10/+6
* add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy2014-05-301-0/+1
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-2/+5
* add getauxval functionRich Felker2014-04-071-0/+16
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-16/+1
* in sys/procfs.h, avoid using __WORDSIZE macroRich Felker2014-03-081-1/+1
* sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy2014-02-251-0/+1
* sys/shm.h: move arch specific structs to bits/rofl0r2014-02-231-16/+7
* sys/sem.h: cheat and make all longs use time_t insteadrofl0r2014-02-221-8/+8
* fix signed and unsigned comparision in macros in public headersSzabolcs Nagy2014-02-111-1/+1
* add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker2014-02-051-0/+11
* fix namespace violation in sys/shm.hRich Felker2014-01-081-6/+8
* fix remaining known namespace violations for netinet/in.hRich Felker2014-01-081-0/+4
* fix signedness of pgoff argument to remap_file_pagesRich Felker2014-01-071-1/+1
* remove sys/sysctl.hRich Felker2014-01-071-17/+0
* fix incorrect type for wd argument of inotify_rm_watchRich Felker2014-01-071-1/+1
* add fanotify syscall wrapper and headerrofl0r2014-01-021-0/+73