601 Commits (476cd1d96560aaf7f210319597556e7fbcd60469)

Author SHA1 Message Date
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
Rich Felker 41c632824c fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 13 years ago
Rich Felker 7406fdf5a1 add pthread_setaffinity_np and pthread_getaffinity_np functions 13 years ago
Rich Felker eeb0328f20 add cpu affinity interfaces 13 years ago
rofl0r e28c2ecae4 sys/personality.h: add missing C++ compat 13 years ago
rofl0r 6a0aa82f51 sys/personality.h: add missing macros 13 years ago
Rich Felker 14012b91f2 add some new linux AT_* flags 13 years ago
Rich Felker f0ceb5abd9 add prototypes for euidaccess/eaccess 13 years ago
Rich Felker 2e5dfa515f fix feature test macro logic for _BSD_SOURCE 13 years ago
Rich Felker feff6b43e5 add missing c++ extern "C" wrapping to link.h 13 years ago
Rich Felker 78c6d30fd3 provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCE 13 years ago
Rich Felker 9a8d7bee80 add macros for new(ish) prctl commands 13 years ago
Rich Felker 9932505b68 fix some prctl macros that were incorrectly copied into this file 13 years ago
Rich Felker 54446d730c add wrapper headers, with warnings, for various incorrect names under sys 13 years ago
Rich Felker bf7b7282f5 a few more fixes for unistd/sysconf feature reporting 13 years ago
Rich Felker a6d39fdfa4 report presence of ADV and MSG options in unistd.h and sysconf 13 years ago
Rich Felker 77830507be report that posix_spawn is supported in unistd.h and sysconf 13 years ago
Rich Felker a926fe26c1 fix incorrect type for new si_call_addr in siginfo_t 13 years ago