about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/personality.h: add missing C++ compatrofl0r2013-08-081-0/+7
* sys/personality.h: add missing macrosrofl0r2013-08-081-0/+33
* add macros for new(ish) prctl commandsRich Felker2013-07-301-0/+37
* fix some prctl macros that were incorrectly copied into this fileRich Felker2013-07-301-3/+3
* add wrapper headers, with warnings, for various incorrect names under sysRich Felker2013-07-276-0/+11
* add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy2013-07-251-1/+5
* add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy2013-07-241-0/+11
* add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy2013-07-241-0/+1
* move register_t and u_int64_t (back) to alltypesRich Felker2013-07-221-2/+5
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-224-16/+10
* add UIO_MAXIOV macro in sys/uio.hRich Felker2013-07-191-0/+2
* add NFDBITS in sys/select.h with appropriate feature testsRich Felker2013-07-061-0/+3
* add legacy sys/ttydefaults.h headerrofl0r2013-07-031-0/+39
* fix shifts possibly larger than type in major() macroRich Felker2013-06-291-1/+1
* work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker2013-06-281-1/+9
* add missing type shmatt_t in sys/shm.hRich Felker2013-06-281-0/+2
* fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy2013-05-261-5/+5