Age | Commit message (Expand) | Author | Files | Lines |
2014-04-16 | fix RLIMIT_ constants for mips | Szabolcs Nagy | 1 | -2/+5 |
2014-03-11 | move struct semid_ds to from shared sys/sem.h to bits | Rich Felker | 1 | -16/+1 |
2014-03-08 | in sys/procfs.h, avoid using __WORDSIZE macro | Rich Felker | 1 | -1/+1 |
2014-02-25 | sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option | Szabolcs Nagy | 1 | -0/+1 |
2014-02-23 | sys/shm.h: move arch specific structs to bits/ | rofl0r | 1 | -16/+7 |
2014-02-22 | sys/sem.h: cheat and make all longs use time_t instead | rofl0r | 1 | -8/+8 |
2014-02-11 | fix signed and unsigned comparision in macros in public headers | Szabolcs Nagy | 1 | -1/+1 |
2014-02-05 | add nonstandard timespec/timeval conversion macros in sys/time.h | Rich Felker | 1 | -0/+11 |
2014-01-08 | fix namespace violation in sys/shm.h | Rich Felker | 1 | -6/+8 |
2014-01-08 | fix remaining known namespace violations for netinet/in.h | Rich Felker | 1 | -0/+4 |
2014-01-07 | fix signedness of pgoff argument to remap_file_pages | Rich Felker | 1 | -1/+1 |
2014-01-07 | remove sys/sysctl.h | Rich Felker | 1 | -17/+0 |
2014-01-07 | fix incorrect type for wd argument of inotify_rm_watch | Rich Felker | 1 | -1/+1 |
2014-01-02 | add fanotify syscall wrapper and header | rofl0r | 1 | -0/+73 |
2013-12-29 | fix struct signalfd_siginfo | Timo Teräs | 1 | -2/+3 |
2013-12-20 | add sys/quota.h and quotactl syscall wrapper | Rich Felker | 1 | -0/+104 |
2013-12-04 | move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace | Szabolcs Nagy | 1 | -0/+2 |
2013-12-04 | fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_* | Szabolcs Nagy | 1 | -5/+1 |
2013-11-24 | use 0 instead of NULL in headers where NULL is not defined | Szabolcs Nagy | 1 | -1/+1 |
2013-11-23 | timeradd/timersub: cast result to void to get rid of warnings | rofl0r | 1 | -2/+2 |
2013-11-09 | adjust sys/wait.h not to produde errors in strict ISO C feature profile | Rich Felker | 1 | -3/+7 |
2013-10-25 | add legacy ftime function and sys/timeb.h | Rich Felker | 1 | -0/+22 |
2013-10-18 | fix typo in socket.h (wrong macro name) | Szabolcs Nagy | 1 | -1/+1 |
2013-09-16 | sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority | Szabolcs Nagy | 1 | -0/+3 |
2013-09-15 | sys/socket.h: add new SO_BUSY_POLL socket option | Szabolcs Nagy | 1 | -0/+1 |
2013-09-15 | ptrace.h: add new ptrace requests to get/set sigmask | Szabolcs Nagy | 1 | -0/+2 |
2013-08-21 | add SUN_LEN macro to sys/un.h under appropriate feature tests | Rich Felker | 1 | -0/+19 |
2013-08-14 | add missing MSG_EXCEPT in sys/msg.h | Rich Felker | 1 | -0/+1 |
2013-08-10 | fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 | Rich Felker | 1 | -2/+2 |
2013-08-08 | sys/personality.h: add missing C++ compat | rofl0r | 1 | -0/+7 |
2013-08-08 | sys/personality.h: add missing macros | rofl0r | 1 | -0/+33 |
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 |