568 Commits (1e7a581ad6e2b03e91748dd1295288e053f86e04)

Author SHA1 Message Date
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
Michael Forney 642936d6dd Fix dn_comp prototype and add stub 13 years ago
Szabolcs Nagy 10c8b7148b use 0 instead of NULL in headers where NULL is not defined 13 years ago
Szabolcs Nagy b0e9d57711 add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12 13 years ago
Timo Teräs 4b2c8fee35 add linux tcp state enums 13 years ago
Timo Teräs 7c0ca4d361 add multicast structures from RFC 3678 to netinet/in.h 13 years ago
rofl0r 8ff810d779 timeradd/timersub: cast result to void to get rid of warnings 13 years ago
Szabolcs Nagy a516077feb add legacy getloadavg api 13 years ago
Szabolcs Nagy 5d01ab4ac6 math: add (obsolete) bsd drem and finite functions 13 years ago
Rich Felker 46db37289f write floating point limit constants to 21 significant decimal places 13 years ago
Rich Felker f5980e330a adjust sys/wait.h not to produde errors in strict ISO C feature profile 13 years ago
Rich Felker 4ecf33614b fix inttypes.h PRI and SCN macros for [u]intptr_t types 13 years ago
Szabolcs Nagy b7d3210196 POSIX conformance fix: define struct entry in search.h 13 years ago
Rich Felker 4b15d9f46a add legacy ftime function and sys/timeb.h 13 years ago
Rich Felker 8f0359605a fix multiple minor namespace issues in headers 13 years ago
Szabolcs Nagy ebb4cc0fec use consistent include guard name in arpa/ftp.h 13 years ago
Szabolcs Nagy 20a34af862 fix typo in socket.h (wrong macro name) 13 years ago
Szabolcs Nagy 551da2c191 fix clockid macro names in time.h, reported by Paul Schutte 13 years ago
Szabolcs Nagy e1f1df9c74 math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0 13 years ago
Szabolcs Nagy 90710df5cc sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority 13 years ago
Szabolcs Nagy 268375c1c0 update include/elf.h following glibc changes 13 years ago
Szabolcs Nagy ae51aa7534 sys/socket.h: add new SO_BUSY_POLL socket option 13 years ago
Szabolcs Nagy 0a7ecf7606 ptrace.h: add new ptrace requests to get/set sigmask 13 years ago
Szabolcs Nagy 2607e39a04 net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers 13 years ago
Szabolcs Nagy 0dc630ec95 netinet/in.h: add missing IP protocol numbers from the linux uapi headers 13 years ago
Szabolcs Nagy b20760c023 support configurable page size on mips, powerpc and microblaze 13 years ago
Rich Felker c2d3fd3aad add workaround header for wait.h remapping to sys/wait.h 13 years ago
Rich Felker da19f88659 only expose struct tcphdr under _GNU_SOURCE 13 years ago
Rich Felker 09b2995bcb add struct tcphdr in netinet/tcp.h 13 years ago
Rich Felker 38e6acbf89 stdbool.h should define __bool_true_false_are_defined even for C++ 13 years ago
Rich Felker ecf4e24d81 add SUN_LEN macro to sys/un.h under appropriate feature tests 13 years ago
Rich Felker fcc522c923 de-duplicate dn_expand, fix return value and signature, clean up 13 years ago
Rich Felker 4ce6bd8345 add missing MSG_EXCEPT in sys/msg.h 13 years ago
Rich Felker 35eb1a1a9b provide declarations for strtod_l and family 13 years ago