summaryrefslogtreecommitdiff
path: root/include/sys
AgeCommit message (Expand)AuthorFilesLines
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy1-1/+5
2013-07-24add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy1-0/+11
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy1-0/+1
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker1-2/+5
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker4-16/+10
2013-07-19add UIO_MAXIOV macro in sys/uio.hRich Felker1-0/+2
2013-07-06add NFDBITS in sys/select.h with appropriate feature testsRich Felker1-0/+3
2013-07-03add legacy sys/ttydefaults.h headerrofl0r1-0/+39
2013-06-29fix shifts possibly larger than type in major() macroRich Felker1-1/+1
2013-06-28work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker1-1/+9
2013-06-28add missing type shmatt_t in sys/shm.hRich Felker1-0/+2
2013-05-26fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy1-5/+5
2013-05-15support full range of dev_t major/minor numbers in makedev, etc. macrosRich Felker1-3/+10
2013-04-02re-add useconds_trofl0r1-0/+1
2013-04-01add new socket options to sys/socket.h following linuxSzabolcs Nagy1-2/+17
2013-04-01add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)Szabolcs Nagy1-0/+1
2013-03-06fix epoll structure alignment on non-x86_64 archsRich Felker1-1/+5
2013-03-04fix some obscure header type size/alignment issuesRich Felker1-4/+2
2013-01-12add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy1-1/+2
2013-01-12add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy1-0/+1
2013-01-12add mount flags to sys/mount.hSzabolcs Nagy1-4/+22
2013-01-12add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy1-0/+1
2013-01-12add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy1-0/+1
2013-01-12add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy1-0/+2
2013-01-12add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy1-1/+9
2013-01-12add missing protocol families to sys/socket.hSzabolcs Nagy1-1/+11
2013-01-10fix another case of cloexec/nonblock flags not matching arch valuesRich Felker1-2/+3
2013-01-04wait.h: add linux specific, thread-related waitpid() flagsrofl0r1-0/+4
2012-12-27align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker1-2/+3
2012-12-19socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r1-0/+2
2012-12-15add some missing macros to sys/shm.hRich Felker1-0/+3
2012-12-13add missing flags in sys/timerfd.hRich Felker1-0/+6
2012-12-10fix regressions in app compatibility from previous sys/ipc.h changesRich Felker1-0/+5
2012-12-10syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker1-10/+0
2012-12-06fix names of ipc_perm __key/__seq elementsRich Felker1-6/+2
2012-12-06add personality syscallrofl0r1-0/+6
2012-12-06add struct msgbuf to sys/msg.hrofl0r1-0/+7
2012-12-06ipc.h: fix gnu aliases for key and seq in struct ipc_permrofl0r1-2/+4
2012-12-06add obsolete futimesat()rofl0r1-0/+1
2012-12-03feature test macros: make _GNU_SOURCE enable everythingRich Felker1-4/+1
2012-11-26fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker2-4/+6
2012-11-25make sys/procfs.h mostly work on most archsRich Felker1-18/+0
2012-11-18fix breakage from introducing bits header for sys/io.hRich Felker1-0/+3
2012-11-18add port io functions to sys/io.hRich Felker1-2/+3
2012-11-17add cleaned-up sys/mtio.hRich Felker1-0/+188
2012-11-15disable SO_REUSEPORT in sys/socket.hRich Felker1-1/+1
2012-11-05fix numerous mips abi constant definition mismatchesRich Felker1-0/+7
2012-11-04mips cache flush/ctl syscall support and headerRich Felker1-0/+22
2012-10-21fix issues with wait constants in stdlib.hRich Felker1-2/+0
2012-09-29always expose accept4Rich Felker1-4/+1