about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix struct signalfd_siginfoTimo Teräs2013-12-291-2/+3
* add sys/quota.h and quotactl syscall wrapperRich Felker2013-12-201-0/+104
* move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy2013-12-041-0/+2
* fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy2013-12-041-5/+1
* use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy2013-11-241-1/+1
* timeradd/timersub: cast result to void to get rid of warningsrofl0r2013-11-231-2/+2
* adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker2013-11-091-3/+7
* add legacy ftime function and sys/timeb.hRich Felker2013-10-251-0/+22
* fix typo in socket.h (wrong macro name)Szabolcs Nagy2013-10-181-1/+1
* sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setprioritySzabolcs Nagy2013-09-161-0/+3
* sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy2013-09-151-0/+1
* ptrace.h: add new ptrace requests to get/set sigmaskSzabolcs Nagy2013-09-151-0/+2
* add SUN_LEN macro to sys/un.h under appropriate feature testsRich Felker2013-08-211-0/+19
* add missing MSG_EXCEPT in sys/msg.hRich Felker2013-08-141-0/+1
* fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker2013-08-101-2/+2