- a926fe2 fix incorrect type for new si_call_addr in siginfo_t by Rich Felker · 11 years ago
- 3d4583c add protocol families PF_IB and PF_VSOCK to socket.h by Szabolcs Nagy · 11 years ago
- b54f169 update siginfo according to linux headers by Szabolcs Nagy · 11 years ago
- a512c7d add PTRACE_PEEKSIGINFO to ptrace.h by Szabolcs Nagy · 11 years ago
- b5c07e4 add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN by Szabolcs Nagy · 11 years ago
- d74e462 add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h by Szabolcs Nagy · 11 years ago
- b5e409d remove TCP_COOKIE_TRANSACTIONS from tcp.h by Szabolcs Nagy · 11 years ago
- 8f6ec72 add SO_SELECT_ERR_QUEUE to socket.h by Szabolcs Nagy · 11 years ago
- 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
- 9578f05 undefine internal-use type macros at the end of alltypes.h by Rich Felker · 11 years ago
- 009f186 move register_t and u_int64_t (back) to alltypes by Rich Felker · 11 years ago
- 1c6cace fix regression in size of nlink_t (broken stat struct) on x86_64 by Rich Felker · 11 years ago
- 8327ae0 make regoff_t and regex_t match C++ ABI by Rich Felker · 11 years ago
- 4e3c6b4 make pthread_key_t unsigned to match ABI by Rich Felker · 11 years ago
- 0109d95 make pthread attribute types structs, even when they just have one field by Rich Felker · 11 years ago
- c4dd0c9 change wint_t to unsigned by Rich Felker · 11 years ago
- 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
- 41e2fd9 add UIO_MAXIOV macro in sys/uio.h by Rich Felker · 11 years ago
- b823ef2 fix FILENAME_MAX to match PATH_MAX by Rich Felker · 11 years ago
- ca9aff6 add NFDBITS in sys/select.h with appropriate feature tests by Rich Felker · 11 years ago
- ab72420 add legacy sys/ttydefaults.h header by rofl0r · 11 years ago
- 0636d59 add legacy scsi/scsi_ioctl.h header by rofl0r · 11 years ago
- f206fec paths.h: remove cruft by rofl0r · 11 years ago
- fbcd820 add stubs for additional legacy ether.h functions by Rich Felker · 11 years ago
- 9b732fe fix shifts possibly larger than type in major() macro by Rich Felker · 11 years ago
- 780cbbe implement minimal dlinfo function by Rich Felker · 11 years ago
- 062f40e work around wrong kernel type for sem_nsems member of struct semid_ds by Rich Felker · 11 years ago
- 553d566 add missing type shmatt_t in sys/shm.h by Rich Felker · 11 years ago
- 1e2281b minor compatibility fixes in utmp.h and fixing mismatch with paths.h by Rich Felker · 11 years ago
- f03db4b document in sysconf and unistd.h that per-thread cpu clocks exist by Rich Felker · 11 years ago
- a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
- e40f48a implement inet_lnaof, inet_netof, and inet_makeaddr by Rich Felker · 11 years ago
- 83966b3 add ether_aton[_r] and ether_ntoa[_r] functions by Rich Felker · 11 years ago
- 4191d24 add clock id macros for a number of new(ish) Linux-specific clocks by Rich Felker · 11 years ago
- 0173990 fix the type of CLOCKS_PER_SEC to match new clock_t type by Rich Felker · 11 years ago
- f7244d2 improve handling of nonstandard fields in struct tm by Rich Felker · 11 years ago
- 31ff797 fix the prototype of settimeofday to follow the original BSD declaration by Szabolcs Nagy · 11 years ago
- 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 11 years ago
- ec9f535 remove the __STDC_FORMAT_MACROS nonsense from inttypes.h by Rich Felker · 11 years ago
- 2c18426 support full range of dev_t major/minor numbers in makedev, etc. macros by Rich Felker · 11 years ago
- 2897bfd remove compound literals from math.h to please c++ by Szabolcs Nagy · 12 years ago
- 43653c1 remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h by Rich Felker · 12 years ago
- 4ba3ebd make ifaddrs.h expose sys/socket.h by Rich Felker · 12 years ago
- b4ea638 add support for program_invocation[_short]_name by Rich Felker · 12 years ago
- b3792c8 include/ifaddrs.h: add prototypes for get/freeifaddrs by rofl0r · 12 years ago
- 202db37 add getifaddrs by rofl0r · 12 years ago
- 5ffe494 net/if.h: add some missing IFF_ constants by rofl0r · 12 years ago
- f4ded93 add prototype for dn_skipname by Rich Felker · 12 years ago
- baec93c add arpa/tftp.h by rofl0r · 12 years ago
- f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 12 years ago
- c7af271 eliminate bits/wchar.h by Rich Felker · 12 years ago
- 201995f eliminate gcc dependency for testing char signedness in limits.h by Rich Felker · 12 years ago
- ddfb267 add put*ent functions for passwd/group files and similar for shadow by Rich Felker · 12 years ago
- 47cf491 re-add useconds_t by rofl0r · 12 years ago
- 82aad3a add arpa/nameser_compat.h by rofl0r · 12 years ago
- da144ee make tm_zone etc visible under _GNU_SOURCE by rofl0r · 12 years ago
- e82bd04 add new socket options to sys/socket.h following linux by Szabolcs Nagy · 12 years ago
- 46f45f7 adding ethernet protocol ids to if_ether.h following linux by Szabolcs Nagy · 12 years ago
- d4c04d1 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) by Szabolcs Nagy · 12 years ago
- 2e76210 add new linux tcp socket option flags to netinet/tcp.h by Szabolcs Nagy · 12 years ago
- 0b2764d provide prototype for pthread_getattr_np by Rich Felker · 12 years ago
- 08514d0 fix epoll structure alignment on non-x86_64 archs by Rich Felker · 12 years ago
- f440761 fix missing type error in grp.h from adding fgetgrent by Rich Felker · 12 years ago
- 8c74178 fix some obscure header type size/alignment issues by Rich Felker · 12 years ago
- e201d82 fix cruft in utmp.h that was broken by changes in utmpx.h by Rich Felker · 12 years ago
- d1eae83 namespace conformance to latest standards in strings.h by Rich Felker · 12 years ago
- 8224bdb scsci/sg.h: fix usage of undefined macro HZ by rofl0r · 12 years ago
- caec662 add arpa/ftp.h by rofl0r · 12 years ago
- 2cc6335 add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals by Rich Felker · 12 years ago
- cac8729 add fgetgrent function by Rich Felker · 12 years ago
- d514264 pthread stack treatment overhaul for application-provided stacks, etc. by Rich Felker · 12 years ago
- 725c555 SOL_TCP is nonstandard and not in the reserved namespace by Rich Felker · 12 years ago
- 55ddbc3 add RTLD_NODELETE flag for dlopen by Rich Felker · 12 years ago
- 4d07e55 add support for RTLD_NOLOAD to dlopen by Rich Felker · 12 years ago
- 41d7c77 use a common definition of NULL as 0L for C and C++ by Rich Felker · 12 years ago
- 200f96c add MOD_TAI to sys/timex.h and update STA_RONLY by Szabolcs Nagy · 12 years ago
- d650631 add SWAP_FLAG_DISCARD to sys/swap.h by Szabolcs Nagy · 12 years ago
- 645c6d9 add mount flags to sys/mount.h by Szabolcs Nagy · 12 years ago
- 48854df add IN_EXCL_UNLINK to sys/inotify.h by Szabolcs Nagy · 12 years ago
- ada88f6 add EPOLLWAKEUP flag to sys/epoll.h by Szabolcs Nagy · 12 years ago
- c7351ff add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h by Szabolcs Nagy · 12 years ago
- 2010361 add missing ptrace requests and options to sys/ptrace.h by Szabolcs Nagy · 12 years ago
- 119645b add missing multicast socket options to netinet/in.h by Szabolcs Nagy · 12 years ago
- f13a478 add missing protocol families to sys/socket.h by Szabolcs Nagy · 12 years ago
- 2dec297 fix another case of cloexec/nonblock flags not matching arch values by Rich Felker · 12 years ago
- d84923d setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility) by rofl0r · 12 years ago
- 2ba3f44 add legacy header values.h by rofl0r · 12 years ago
- 87781ac time.h: add BSD aliases for otherwise internal struct tm members by rofl0r · 12 years ago
- e895ddc wait.h: add linux specific, thread-related waitpid() flags by rofl0r · 12 years ago
- 2c1f8fd __assert_fail(): remove _Noreturn, to get proper stacktraces by rofl0r · 12 years ago
- 5d893e5 add some new-ish IPPROTO constants that were missing by Rich Felker · 12 years ago
- d18a410 expose [v]asprintf under _BSD_SOURCE by Rich Felker · 12 years ago
- 761ebe0 align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch by Rich Felker · 12 years ago
- 8442358 add linux extension POLLRDHUP to poll.h by Rich Felker · 12 years ago
- 5d5ab51 merge a few fixes by sh4rm4 by Rich Felker · 12 years ago
- 3159e2f socket.h: add SO_(SND/RCV)BUFFORCE to generic block by rofl0r · 12 years ago
- 3c4214d math: more correct tgmath.h type cast logic by Szabolcs Nagy · 12 years ago
- 36d7303 add inet_network (required for wine) by rofl0r · 12 years ago
- 26cf9c3 link.h: expose glibc/svr4 dynlinker debugging glue by rofl0r · 12 years ago
- e9e2b66 math: new type cast logic in tgmath.h by Szabolcs Nagy · 12 years ago