Age | Commit message (Expand) | Author | Files | Lines |
2013-07-30 | add macros for new(ish) prctl commands | Rich Felker | 1 | -0/+37 |
2013-07-30 | fix some prctl macros that were incorrectly copied into this file | Rich Felker | 1 | -3/+3 |
2013-07-27 | add wrapper headers, with warnings, for various incorrect names under sys | Rich Felker | 6 | -0/+11 |
2013-07-25 | add protocol families PF_IB and PF_VSOCK to socket.h | Szabolcs Nagy | 1 | -1/+5 |
2013-07-24 | add PTRACE_PEEKSIGINFO to ptrace.h | Szabolcs Nagy | 1 | -0/+11 |
2013-07-24 | add SO_SELECT_ERR_QUEUE to socket.h | Szabolcs Nagy | 1 | -0/+1 |
2013-07-22 | move register_t and u_int64_t (back) to alltypes | Rich Felker | 1 | -2/+5 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 4 | -16/+10 |
2013-07-19 | add UIO_MAXIOV macro in sys/uio.h | Rich Felker | 1 | -0/+2 |
2013-07-06 | add NFDBITS in sys/select.h with appropriate feature tests | Rich Felker | 1 | -0/+3 |
2013-07-03 | add legacy sys/ttydefaults.h header | rofl0r | 1 | -0/+39 |
2013-06-29 | fix shifts possibly larger than type in major() macro | Rich Felker | 1 | -1/+1 |
2013-06-28 | work around wrong kernel type for sem_nsems member of struct semid_ds | Rich Felker | 1 | -1/+9 |
2013-06-28 | add missing type shmatt_t in sys/shm.h | Rich Felker | 1 | -0/+2 |
2013-05-26 | fix the prototype of settimeofday to follow the original BSD declaration | Szabolcs Nagy | 1 | -5/+5 |
2013-05-15 | support full range of dev_t major/minor numbers in makedev, etc. macros | Rich Felker | 1 | -3/+10 |
2013-04-02 | re-add useconds_t | rofl0r | 1 | -0/+1 |
2013-04-01 | add new socket options to sys/socket.h following linux | Szabolcs Nagy | 1 | -2/+17 |
2013-04-01 | add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) | Szabolcs Nagy | 1 | -0/+1 |
2013-03-06 | fix epoll structure alignment on non-x86_64 archs | Rich Felker | 1 | -1/+5 |
2013-03-04 | fix some obscure header type size/alignment issues | Rich Felker | 1 | -4/+2 |
2013-01-12 | add MOD_TAI to sys/timex.h and update STA_RONLY | Szabolcs Nagy | 1 | -1/+2 |
2013-01-12 | add SWAP_FLAG_DISCARD to sys/swap.h | Szabolcs Nagy | 1 | -0/+1 |
2013-01-12 | add mount flags to sys/mount.h | Szabolcs Nagy | 1 | -4/+22 |
2013-01-12 | add IN_EXCL_UNLINK to sys/inotify.h | Szabolcs Nagy | 1 | -0/+1 |
2013-01-12 | add EPOLLWAKEUP flag to sys/epoll.h | Szabolcs Nagy | 1 | -0/+1 |
2013-01-12 | add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h | Szabolcs Nagy | 1 | -0/+2 |
2013-01-12 | add missing ptrace requests and options to sys/ptrace.h | Szabolcs Nagy | 1 | -1/+9 |
2013-01-12 | add missing protocol families to sys/socket.h | Szabolcs Nagy | 1 | -1/+11 |
2013-01-10 | fix another case of cloexec/nonblock flags not matching arch values | Rich Felker | 1 | -2/+3 |
2013-01-04 | wait.h: add linux specific, thread-related waitpid() flags | rofl0r | 1 | -0/+4 |
2012-12-27 | align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch | Rich Felker | 1 | -2/+3 |
2012-12-19 | socket.h: add SO_(SND/RCV)BUFFORCE to generic block | rofl0r | 1 | -0/+2 |
2012-12-15 | add some missing macros to sys/shm.h | Rich Felker | 1 | -0/+3 |
2012-12-13 | add missing flags in sys/timerfd.h | Rich Felker | 1 | -0/+6 |
2012-12-10 | fix regressions in app compatibility from previous sys/ipc.h changes | Rich Felker | 1 | -0/+5 |
2012-12-10 | syscall() declaration belongs in unistd.h, not sys/syscall.h | Rich Felker | 1 | -10/+0 |
2012-12-06 | fix names of ipc_perm __key/__seq elements | Rich Felker | 1 | -6/+2 |
2012-12-06 | add personality syscall | rofl0r | 1 | -0/+6 |
2012-12-06 | add struct msgbuf to sys/msg.h | rofl0r | 1 | -0/+7 |
2012-12-06 | ipc.h: fix gnu aliases for key and seq in struct ipc_perm | rofl0r | 1 | -2/+4 |
2012-12-06 | add obsolete futimesat() | rofl0r | 1 | -0/+1 |
2012-12-03 | feature test macros: make _GNU_SOURCE enable everything | Rich Felker | 1 | -4/+1 |
2012-11-26 | fix eventfd and inotify nonblock/cloexec flags to match arch values | Rich Felker | 2 | -4/+6 |
2012-11-25 | make sys/procfs.h mostly work on most archs | Rich Felker | 1 | -18/+0 |
2012-11-18 | fix breakage from introducing bits header for sys/io.h | Rich Felker | 1 | -0/+3 |
2012-11-18 | add port io functions to sys/io.h | Rich Felker | 1 | -2/+3 |
2012-11-17 | add cleaned-up sys/mtio.h | Rich Felker | 1 | -0/+188 |
2012-11-15 | disable SO_REUSEPORT in sys/socket.h | Rich Felker | 1 | -1/+1 |
2012-11-05 | fix numerous mips abi constant definition mismatches | Rich Felker | 1 | -0/+7 |