summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2016-12-15remove legacy i386 fallback stdarg implementation and frameworkRich Felker-4/+0
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker-2/+1
2016-11-08add limited pthread_setattr_default_np API to set stack size defaultsRich Felker-0/+2
2016-11-07make netinet/in.h suppress clashing definitions from kernel headersRich Felker-0/+15
2016-11-07don't claim support for resolv.h APIs that aren't supportedRich Felker-1/+1
2016-11-07remove redundant feature test macro checks in sys/time.hRich Felker-5/+0
2016-10-20fix various header namespace issues under feature-test-macro controlRich Felker-7/+18
2016-10-20remove parameter names from public headersRich Felker-9/+9
2016-10-20fix misspelling of a legacy macro name in sys/param.hRich Felker-1/+1
2016-10-20add missing if_ether.h constantsDaniel Sabogal-0/+3
2016-10-20add missing if_arp.h constantDaniel Sabogal-0/+1
2016-10-20fix typo in utmpx.hDaniel Sabogal-1/+1
2016-10-20add missing confstr constantsDaniel Sabogal-0/+2
2016-10-20add pthread_setname_npFelix Janda-0/+1
2016-10-20update icmphdr struct following linux v4.8Szabolcs Nagy-0/+1
2016-10-20add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8Szabolcs Nagy-0/+9
2016-10-20add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy-0/+1
2016-10-20elf.h: update EM_ elf machine defines and add R_BPF_ definesSzabolcs Nagy-1/+101
2016-10-20add ETH_P_NCSI to netinet/if_ether.h from linux v4.8Szabolcs Nagy-0/+1
2016-09-19fix undefined behavior in sched.h cpu_set_t usageRich Felker-3/+3
2016-09-16add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal-0/+15
2016-09-16fix ifru_data and ifcu_buf types in net/if.hDaniel Sabogal-2/+2
2016-08-30restore _Noreturn to __assert_failRich Felker-1/+1
2016-08-30fix FFSYNC by changing it to O_SYNCDuncan Overbruck-1/+1
2016-08-30add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.hSzabolcs Nagy-0/+2
2016-08-30add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.hSzabolcs Nagy-0/+2
2016-08-30add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy-1/+3
2016-07-03add stdc-predef.h for library-level predefined macrosRich Felker-0/+10
2016-07-03make brace placement in public header typedef'd structs consistentRich Felker-16/+8
2016-07-03add EF_SH_ sh specific macros to elf.hSzabolcs Nagy-1/+22
2016-07-03add NT_ARM_SYSTEM_CALL to elf.hSzabolcs Nagy-0/+1
2016-07-03add missing x86 relocs to elf.hSzabolcs Nagy-2/+5
2016-07-03add DT_MIPS_RLD_MAP_REL to elf.hSzabolcs Nagy-1/+2
2016-07-03add SHF_COMPRESSED section flag to elf.hSzabolcs Nagy-0/+23
2016-07-03add powerpc tls optimization related definitions to elf.hSzabolcs Nagy-2/+6
2016-07-03add nios2 definitions to elf.hSzabolcs Nagy-0/+50
2016-07-03update elf.h with mips abi flags supportSzabolcs Nagy-1/+70
2016-07-03update elf.h with new aarch64 relocsSzabolcs Nagy-1/+13
2016-07-03update elf.h with powerpc64 elfv2 abi related macrosSzabolcs Nagy-2/+8
2016-07-03add new powerpc64 relocations to elf.hSzabolcs Nagy-0/+9
2016-07-03add EM_OPENRISC again to elf.hSzabolcs Nagy-0/+1
2016-07-03make brace placement in public header struct definitions consistentRich Felker-92/+46
2016-07-03fix misplaced indention in sys/procfs.hRich Felker-1/+1
2016-06-30pthread: implement try/timed join variantsBobby Bingham-0/+2
2016-06-29add RUSAGE_THREAD (Linux extension) definition to sys/resource.hRich Felker-0/+1
2016-06-29fix incorrect definition of RUSAGE_CHILDREN in sys/resource.hRich Felker-1/+1
2016-06-09avoid padding gaps in struct sockaddr_storageRich Felker-1/+1
2016-06-09update sys/socket.h to linux v4.6Szabolcs Nagy-1/+19
2016-06-09add new tcp_info fields from linux v4.6Szabolcs Nagy-0/+4
2016-06-09add CLONE_NEWCGROUP clone flag, new in linux v4.6Szabolcs Nagy-0/+1