summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorLines
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker-1/+1
2014-01-02add fanotify syscall wrapper and headerrofl0r-0/+73
2013-12-29fix struct signalfd_siginfoTimo Teräs-2/+3
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker-0/+104
2013-12-04move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy-0/+2
2013-12-04fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy-5/+1
2013-11-24use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy-1/+1
2013-11-23timeradd/timersub: cast result to void to get rid of warningsrofl0r-2/+2
2013-11-09adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker-3/+7
2013-10-25add legacy ftime function and sys/timeb.hRich Felker-0/+22
2013-10-18fix typo in socket.h (wrong macro name)Szabolcs Nagy-1/+1
2013-09-16sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setprioritySzabolcs Nagy-0/+3
2013-09-15sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy-0/+1
2013-09-15ptrace.h: add new ptrace requests to get/set sigmaskSzabolcs Nagy-0/+2
2013-08-21add SUN_LEN macro to sys/un.h under appropriate feature testsRich Felker-0/+19
2013-08-14add missing MSG_EXCEPT in sys/msg.hRich Felker-0/+1
2013-08-10fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker-2/+2
2013-08-08sys/personality.h: add missing C++ compatrofl0r-0/+7
2013-08-08sys/personality.h: add missing macrosrofl0r-0/+33
2013-07-30add macros for new(ish) prctl commandsRich Felker-0/+37
2013-07-30fix some prctl macros that were incorrectly copied into this fileRich Felker-3/+3
2013-07-27add wrapper headers, with warnings, for various incorrect names under sysRich Felker-0/+11
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy-1/+5
2013-07-24add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy-0/+11
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy-0/+1
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker-2/+5
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-16/+10
2013-07-19add UIO_MAXIOV macro in sys/uio.hRich Felker-0/+2
2013-07-06add NFDBITS in sys/select.h with appropriate feature testsRich Felker-0/+3
2013-07-03add legacy sys/ttydefaults.h headerrofl0r-0/+39
2013-06-29fix shifts possibly larger than type in major() macroRich Felker-1/+1
2013-06-28work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker-1/+9
2013-06-28add missing type shmatt_t in sys/shm.hRich Felker-0/+2
2013-05-26fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy-5/+5
2013-05-15support full range of dev_t major/minor numbers in makedev, etc. macrosRich Felker-3/+10
2013-04-02re-add useconds_trofl0r-0/+1
2013-04-01add new socket options to sys/socket.h following linuxSzabolcs Nagy-2/+17
2013-04-01add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)Szabolcs Nagy-0/+1
2013-03-06fix epoll structure alignment on non-x86_64 archsRich Felker-1/+5
2013-03-04fix some obscure header type size/alignment issuesRich Felker-4/+2
2013-01-12add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy-1/+2
2013-01-12add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy-0/+1
2013-01-12add mount flags to sys/mount.hSzabolcs Nagy-4/+22
2013-01-12add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy-0/+1
2013-01-12add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy-0/+1
2013-01-12add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy-0/+2
2013-01-12add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy-1/+9
2013-01-12add missing protocol families to sys/socket.hSzabolcs Nagy-1/+11
2013-01-10fix another case of cloexec/nonblock flags not matching arch valuesRich Felker-2/+3
2013-01-04wait.h: add linux specific, thread-related waitpid() flagsrofl0r-0/+4