Age | Commit message (Expand) | Author | Files | Lines |
2017-09-28 | fix use of memset without declaration in sched.h cpu set macros | Rich Felker | 1 | -0/+1 |
2017-08-29 | move IPPORT_RESERVED from netdb.h to netinet/in.h | Rich Felker | 2 | -2/+2 |
2017-07-31 | add _NL_LOCALE_NAME extension to nl_langinfo | Rich Felker | 1 | -0/+6 |
2017-07-04 | remove useless declarations in string.h | Alexander Monakov | 1 | -2/+0 |
2017-04-22 | add no-op POSIX_SPAWN_USEVFORK to spawn.h | Rich Felker | 1 | -0/+1 |
2017-04-22 | implement new posix_spawn flag POSIX_SPAWN_SETSID | Rich Felker | 1 | -0/+1 |
2016-12-29 | update tcp_info struct to linux v4.9 | Szabolcs Nagy | 1 | -0/+2 |
2016-12-29 | add MS_NOREMOTELOCK mount flag from linux v4.9 | Szabolcs Nagy | 1 | -0/+1 |
2016-12-16 | in public headers, don't assume pre-C99 compilers have __inline keyword | Quentin Rameau | 1 | -0/+2 |
2016-12-15 | remove legacy i386 fallback stdarg implementation and framework | Rich Felker | 1 | -4/+0 |
2016-11-11 | generalize ELF hash table types not to assume 32-bit entries | Rich Felker | 1 | -2/+1 |
2016-11-08 | add limited pthread_setattr_default_np API to set stack size defaults | Rich Felker | 1 | -0/+2 |
2016-11-07 | make netinet/in.h suppress clashing definitions from kernel headers | Rich Felker | 1 | -0/+15 |
2016-11-07 | don't claim support for resolv.h APIs that aren't supported | Rich Felker | 1 | -1/+1 |
2016-11-07 | remove redundant feature test macro checks in sys/time.h | Rich Felker | 1 | -5/+0 |
2016-10-20 | fix various header namespace issues under feature-test-macro control | Rich Felker | 6 | -7/+18 |
2016-10-20 | remove parameter names from public headers | Rich Felker | 6 | -9/+9 |
2016-10-20 | fix misspelling of a legacy macro name in sys/param.h | Rich Felker | 1 | -1/+1 |
2016-10-20 | add missing if_ether.h constants | Daniel Sabogal | 1 | -0/+3 |
2016-10-20 | add missing if_arp.h constant | Daniel Sabogal | 1 | -0/+1 |
2016-10-20 | fix typo in utmpx.h | Daniel Sabogal | 1 | -1/+1 |
2016-10-20 | add missing confstr constants | Daniel Sabogal | 1 | -0/+2 |
2016-10-20 | add pthread_setname_np | Felix Janda | 1 | -0/+1 |
2016-10-20 | update icmphdr struct following linux v4.8 | Szabolcs Nagy | 1 | -0/+1 |
2016-10-20 | add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 | Szabolcs Nagy | 1 | -0/+9 |
2016-10-20 | add bits/hwcap.h and include it in sys/auxv.h | Szabolcs Nagy | 1 | -0/+1 |
2016-10-20 | elf.h: update EM_ elf machine defines and add R_BPF_ defines | Szabolcs Nagy | 1 | -1/+101 |
2016-10-20 | add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 | Szabolcs Nagy | 1 | -0/+1 |
2016-09-19 | fix undefined behavior in sched.h cpu_set_t usage | Rich Felker | 1 | -3/+3 |
2016-09-16 | add missing *_unlocked and wcsftime_l prototypes to wchar.h | Daniel Sabogal | 1 | -0/+15 |
2016-09-16 | fix ifru_data and ifcu_buf types in net/if.h | Daniel Sabogal | 1 | -2/+2 |
2016-08-30 | restore _Noreturn to __assert_fail | Rich Felker | 1 | -1/+1 |
2016-08-30 | fix FFSYNC by changing it to O_SYNC | Duncan Overbruck | 1 | -1/+1 |
2016-08-30 | add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h | Szabolcs Nagy | 1 | -0/+2 |
2016-08-30 | add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h | Szabolcs Nagy | 1 | -0/+2 |
2016-08-30 | add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h | Szabolcs Nagy | 1 | -1/+3 |
2016-07-03 | add stdc-predef.h for library-level predefined macros | Rich Felker | 1 | -0/+10 |
2016-07-03 | make brace placement in public header typedef'd structs consistent | Rich Felker | 3 | -16/+8 |
2016-07-03 | add EF_SH_ sh specific macros to elf.h | Szabolcs Nagy | 1 | -1/+22 |
2016-07-03 | add NT_ARM_SYSTEM_CALL to elf.h | Szabolcs Nagy | 1 | -0/+1 |
2016-07-03 | add missing x86 relocs to elf.h | Szabolcs Nagy | 1 | -2/+5 |
2016-07-03 | add DT_MIPS_RLD_MAP_REL to elf.h | Szabolcs Nagy | 1 | -1/+2 |
2016-07-03 | add SHF_COMPRESSED section flag to elf.h | Szabolcs Nagy | 1 | -0/+23 |
2016-07-03 | add powerpc tls optimization related definitions to elf.h | Szabolcs Nagy | 1 | -2/+6 |
2016-07-03 | add nios2 definitions to elf.h | Szabolcs Nagy | 1 | -0/+50 |
2016-07-03 | update elf.h with mips abi flags support | Szabolcs Nagy | 1 | -1/+70 |
2016-07-03 | update elf.h with new aarch64 relocs | Szabolcs Nagy | 1 | -1/+13 |
2016-07-03 | update elf.h with powerpc64 elfv2 abi related macros | Szabolcs Nagy | 1 | -2/+8 |
2016-07-03 | add new powerpc64 relocations to elf.h | Szabolcs Nagy | 1 | -0/+9 |
2016-07-03 | add EM_OPENRISC again to elf.h | Szabolcs Nagy | 1 | -0/+1 |