623 Commits (f5fb20b0e934770c37093105524ea644dcaba5e2)

Author SHA1 Message Date
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
Rich Felker 009f186810 move register_t and u_int64_t (back) to alltypes 13 years ago
Rich Felker 1c6cace0bf fix regression in size of nlink_t (broken stat struct) on x86_64 13 years ago
Rich Felker 8327ae0cb2 make regoff_t and regex_t match C++ ABI 13 years ago
Rich Felker 4e3c6b4303 make pthread_key_t unsigned to match ABI 13 years ago
Rich Felker 0109d950e6 make pthread attribute types structs, even when they just have one field 13 years ago
Rich Felker c4dd0c98ba change wint_t to unsigned 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 41e2fd9d52 add UIO_MAXIOV macro in sys/uio.h 13 years ago
Rich Felker b823ef2db1 fix FILENAME_MAX to match PATH_MAX 13 years ago
Rich Felker ca9aff6a16 add NFDBITS in sys/select.h with appropriate feature tests 13 years ago
rofl0r ab72420439 add legacy sys/ttydefaults.h header 13 years ago
rofl0r 0636d5977a add legacy scsi/scsi_ioctl.h header 13 years ago
rofl0r f206fec1c8 paths.h: remove cruft 13 years ago
Rich Felker fbcd82040c add stubs for additional legacy ether.h functions 13 years ago
Rich Felker 9b732fe51b fix shifts possibly larger than type in major() macro 13 years ago
Rich Felker 780cbbe63a implement minimal dlinfo function 13 years ago
Rich Felker 062f40ef3e work around wrong kernel type for sem_nsems member of struct semid_ds 13 years ago
Rich Felker 553d566c3f add missing type shmatt_t in sys/shm.h 13 years ago
Rich Felker 1e2281b835 minor compatibility fixes in utmp.h and fixing mismatch with paths.h 13 years ago