509 Commits (9ca1f62b0c0d3e50480eb654ac941ff943ce0558)

Author SHA1 Message Date
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
Rich Felker f03db4bdff document in sysconf and unistd.h that per-thread cpu clocks exist 13 years ago
Rich Felker a3e2f3c2b1 respect iso c namespace in stdio.h and wchar.h regarding va_list 13 years ago
Rich Felker e40f48a421 implement inet_lnaof, inet_netof, and inet_makeaddr 13 years ago
Rich Felker 83966b369d add ether_aton[_r] and ether_ntoa[_r] functions 13 years ago
Rich Felker 4191d24476 add clock id macros for a number of new(ish) Linux-specific clocks 13 years ago
Rich Felker 0173990284 fix the type of CLOCKS_PER_SEC to match new clock_t type 13 years ago
Rich Felker f7244d205f improve handling of nonstandard fields in struct tm 13 years ago
Szabolcs Nagy 31ff797787 fix the prototype of settimeofday to follow the original BSD declaration 13 years ago
Rich Felker 22730d6560 add FLT_TRUE_MIN, etc. macros from C11 13 years ago
Rich Felker ec9f5353b1 remove the __STDC_FORMAT_MACROS nonsense from inttypes.h 13 years ago
Rich Felker 2c184264ea support full range of dev_t major/minor numbers in makedev, etc. macros 13 years ago
Szabolcs Nagy 2897bfdd60 remove compound literals from math.h to please c++ 13 years ago
Rich Felker 43653c1250 remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h 13 years ago
Rich Felker 4ba3ebdcfe make ifaddrs.h expose sys/socket.h 13 years ago