742 Commits (79c7ded0edaa0b3ab3fc95bf3b76a9e67683454a)

Author SHA1 Message Date
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
Szabolcs Nagy 3d4583c3fb add protocol families PF_IB and PF_VSOCK to socket.h 13 years ago
Szabolcs Nagy b54f169bfd update siginfo according to linux headers 13 years ago
Szabolcs Nagy a512c7d849 add PTRACE_PEEKSIGINFO to ptrace.h 13 years ago
Szabolcs Nagy b5c07e45fc add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN 13 years ago
Szabolcs Nagy d74e462a76 add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h 13 years ago
Szabolcs Nagy b5e409df70 remove TCP_COOKIE_TRANSACTIONS from tcp.h 13 years ago
Szabolcs Nagy 8f6ec7217f add SO_SELECT_ERR_QUEUE to socket.h 13 years ago
Rich Felker 9693501c15 change jmp_buf to share an underlying type and struct tag with sigjmp_buf 13 years ago
Rich Felker 9578f0530a undefine internal-use type macros at the end of alltypes.h 13 years ago