601 Commits (476cd1d96560aaf7f210319597556e7fbcd60469)

Author SHA1 Message Date
Szabolcs Nagy fcea534e57 fix RLIMIT_ constants for mips 12 years ago
Rich Felker 21ada94c4b add getauxval function 12 years ago
sin fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r 12 years ago
Rich Felker 9505bfbc40 fix signal.h breakage from moving stack_t to arch-specific bits 12 years ago
Rich Felker bd5f221eaa move signal.h definition of stack_t to arch-specific bits 12 years ago
Rich Felker f6e2f7e13f move struct semid_ds to from shared sys/sem.h to bits 12 years ago
Szabolcs Nagy 6739b13a17 math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 12 years ago
Rich Felker 73f5b09605 in sys/procfs.h, avoid using __WORDSIZE macro 12 years ago
Szabolcs Nagy d82db8550a in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE 12 years ago
Szabolcs Nagy fb5a2ef8df if_ether.h: new ethernet protocol type 12 years ago
Szabolcs Nagy 099ce3631c sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option 12 years ago
Szabolcs Nagy a8a4e5c598 elf.h: add aarch64 relocations 12 years ago
Szabolcs Nagy d99c999322 elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips 12 years ago
rofl0r 0f169cbb79 sys/shm.h: move arch specific structs to bits/ 13 years ago
rofl0r 1a2e55b95a sys/sem.h: cheat and make all longs use time_t instead 13 years ago
Rich Felker fdb3efa5dd add flock64 alias for (struct) flock in fcntl.h 12 years ago
Szabolcs Nagy e74f3b0234 add parens when bit and arith ops are mixed in macros in public headers 12 years ago
Szabolcs Nagy aa6ce3d4e3 fix signed and unsigned comparision in macros in public headers 12 years ago
Rich Felker 89511cd943 reduce namespace pollution in netinet/udp.h 12 years ago
Rich Felker 685b1cd4a0 fix use of legacy u_intN_t types in netinet/tcp.h 12 years ago
Rich Felker fdaaa68d82 add support for BSD struct tcphdr in netinet/tcp.h 12 years ago
Rich Felker ad87c2eecf add nonstandard timespec/timeval conversion macros in sys/time.h 12 years ago
Timo Teräs a0351ee6a7 add NO_ADDRESS macro to netdb.h as an alias for NO_DATA 13 years ago
Rich Felker 513136efa4 fix namespace violation in sys/shm.h 13 years ago
Rich Felker a1527a0c3e fix namespace violations in utmpx.h 13 years ago
Rich Felker acde013522 fix remaining known namespace violations for netinet/in.h 13 years ago
Rich Felker 1d23b3c913 fix const-correctness of argument to stime 13 years ago
Rich Felker 74998fbec1 fix signedness of pgoff argument to remap_file_pages 13 years ago
Rich Felker 3500555db3 fix const-correctness in sigandset/sigorset arguments 13 years ago
Rich Felker 2c5e756025 remove sys/sysctl.h 13 years ago
Rich Felker 2750337379 fix incorrect type for wd argument of inotify_rm_watch 13 years ago
Rich Felker dbe221ecff fix argument types for legacy function inet_makeaddr 13 years ago
Rich Felker 839cc4e6da const-qualify the address argument to dladdr 13 years ago
Rich Felker 1e7a581ad6 add some missing LFS64 aliases for fadvise/fallocate functions 13 years ago
rofl0r 5c81b8fe45 add fanotify syscall wrapper and header 13 years ago
Timo Teräs 7e10f209fb fix struct signalfd_siginfo 13 years ago
Rich Felker 18144af297 implement legacy function herror 13 years ago
Rich Felker e36d8a1d74 add sys/quota.h and quotactl syscall wrapper 13 years ago
Rich Felker c91ad4f716 add netinet/igmp.h and multicast groups to netinet/in.h 13 years ago
Timo Teräs e2b4525e3b add TCP_INFO and TCP_MD5SIG socket option related structures 13 years ago
Rich Felker 8708e137d6 add posix_close, accepted for inclusion in the next issue of POSIX 13 years ago
Szabolcs Nagy b054137a64 move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace 13 years ago
Szabolcs Nagy 2c2418088d fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_* 13 years ago
Szabolcs Nagy ccbc365543 fix res_mkquery and res_send prototypes in resolv.h 13 years ago
Rich Felker 83c8fe5058 remove duplicate definition of _PATH_LASTLOG in paths.h 13 years ago
Rich Felker a223175704 remove now-unnecessary features.h inclusion from fnmatch.h 13 years ago
Rich Felker bb181ae3b8 expose FNM_* extensions in fnmatch.h without _GNU_SOURCE 13 years ago
Rich Felker 8c8cf4bbd2 increase TTY_NAME_MAX limit to 32 13 years ago
Rich Felker a663c93019 adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 case 13 years ago
Rich Felker c8a9c22173 restore type of NULL to void * except when used in C++ programs 13 years ago