about summary refs log tree commit diff
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* support full range of dev_t major/minor numbers in makedev, etc. macrosRich Felker2013-05-151-3/+10
* re-add useconds_trofl0r2013-04-021-0/+1
* add new socket options to sys/socket.h following linuxSzabolcs Nagy2013-04-011-2/+17
* add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)Szabolcs Nagy2013-04-011-0/+1
* fix epoll structure alignment on non-x86_64 archsRich Felker2013-03-061-1/+5
* fix some obscure header type size/alignment issuesRich Felker2013-03-041-4/+2
* add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy2013-01-121-1/+2
* add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy2013-01-121-0/+1
* add mount flags to sys/mount.hSzabolcs Nagy2013-01-121-4/+22
* add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy2013-01-121-0/+1
* add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy2013-01-121-0/+1
* add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy2013-01-121-0/+2
* add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy2013-01-121-1/+9
* add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* fix another case of cloexec/nonblock flags not matching arch valuesRich Felker2013-01-101-2/+3
* wait.h: add linux specific, thread-related waitpid() flagsrofl0r2013-01-041-0/+4
* align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker2012-12-271-2/+3
* socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r2012-12-191-0/+2
* add some missing macros to sys/shm.hRich Felker2012-12-151-0/+3
* add missing flags in sys/timerfd.hRich Felker2012-12-131-0/+6
* fix regressions in app compatibility from previous sys/ipc.h changesRich Felker2012-12-101-0/+5
* syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker2012-12-101-10/+0
* fix names of ipc_perm __key/__seq elementsRich Felker2012-12-061-6/+2
* add personality syscallrofl0r2012-12-061-0/+6
* add struct msgbuf to sys/msg.hrofl0r2012-12-061-0/+7
* ipc.h: fix gnu aliases for key and seq in struct ipc_permrofl0r2012-12-061-2/+4
* add obsolete futimesat()rofl0r2012-12-061-0/+1