summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-31add _NL_LOCALE_NAME extension to nl_langinfoRich Felker1-0/+6
2017-07-04remove useless declarations in string.hAlexander Monakov1-2/+0
2017-04-22add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker1-0/+1
2017-04-22implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker1-0/+1
2016-12-29update tcp_info struct to linux v4.9Szabolcs Nagy1-0/+2
2016-12-29add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy1-0/+1
2016-12-16in public headers, don't assume pre-C99 compilers have __inline keywordQuentin Rameau1-0/+2
2016-12-15remove legacy i386 fallback stdarg implementation and frameworkRich Felker1-4/+0
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker1-2/+1
2016-11-08add limited pthread_setattr_default_np API to set stack size defaultsRich Felker1-0/+2
2016-11-07make netinet/in.h suppress clashing definitions from kernel headersRich Felker1-0/+15
2016-11-07don't claim support for resolv.h APIs that aren't supportedRich Felker1-1/+1
2016-11-07remove redundant feature test macro checks in sys/time.hRich Felker1-5/+0
2016-10-20fix various header namespace issues under feature-test-macro controlRich Felker6-7/+18
2016-10-20remove parameter names from public headersRich Felker6-9/+9
2016-10-20fix misspelling of a legacy macro name in sys/param.hRich Felker1-1/+1
2016-10-20add missing if_ether.h constantsDaniel Sabogal1-0/+3
2016-10-20add missing if_arp.h constantDaniel Sabogal1-0/+1
2016-10-20fix typo in utmpx.hDaniel Sabogal1-1/+1
2016-10-20add missing confstr constantsDaniel Sabogal1-0/+2
2016-10-20add pthread_setname_npFelix Janda1-0/+1
2016-10-20update icmphdr struct following linux v4.8Szabolcs Nagy1-0/+1
2016-10-20add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8Szabolcs Nagy1-0/+9
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy1-0/+1
2016-10-20elf.h: update EM_ elf machine defines and add R_BPF_ definesSzabolcs Nagy1-1/+101
2016-10-20add ETH_P_NCSI to netinet/if_ether.h from linux v4.8Szabolcs Nagy1-0/+1
2016-09-19fix undefined behavior in sched.h cpu_set_t usageRich Felker1-3/+3
2016-09-16add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal1-0/+15
2016-09-16fix ifru_data and ifcu_buf types in net/if.hDaniel Sabogal1-2/+2
2016-08-30restore _Noreturn to __assert_failRich Felker1-1/+1
2016-08-30fix FFSYNC by changing it to O_SYNCDuncan Overbruck1-1/+1
2016-08-30add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.hSzabolcs Nagy1-0/+2
2016-08-30add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.hSzabolcs Nagy1-0/+2
2016-08-30add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy1-1/+3
2016-07-03add stdc-predef.h for library-level predefined macrosRich Felker1-0/+10
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker3-16/+8
2016-07-03add EF_SH_ sh specific macros to elf.hSzabolcs Nagy1-1/+22
2016-07-03add NT_ARM_SYSTEM_CALL to elf.hSzabolcs Nagy1-0/+1
2016-07-03add missing x86 relocs to elf.hSzabolcs Nagy1-2/+5
2016-07-03add DT_MIPS_RLD_MAP_REL to elf.hSzabolcs Nagy1-1/+2
2016-07-03add SHF_COMPRESSED section flag to elf.hSzabolcs Nagy1-0/+23
2016-07-03add powerpc tls optimization related definitions to elf.hSzabolcs Nagy1-2/+6
2016-07-03add nios2 definitions to elf.hSzabolcs Nagy1-0/+50
2016-07-03update elf.h with mips abi flags supportSzabolcs Nagy1-1/+70
2016-07-03update elf.h with new aarch64 relocsSzabolcs Nagy1-1/+13
2016-07-03update elf.h with powerpc64 elfv2 abi related macrosSzabolcs Nagy1-2/+8
2016-07-03add new powerpc64 relocations to elf.hSzabolcs Nagy1-0/+9
2016-07-03add EM_OPENRISC again to elf.hSzabolcs Nagy1-0/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker24-92/+46
2016-07-03fix misplaced indention in sys/procfs.hRich Felker1-1/+1