about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix use of memset without declaration in sched.h cpu set macrosRich Felker2017-09-281-0/+1
* move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker2017-08-292-2/+2
* add _NL_LOCALE_NAME extension to nl_langinfoRich Felker2017-07-311-0/+6
* remove useless declarations in string.hAlexander Monakov2017-07-041-2/+0
* add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker2017-04-221-0/+1
* implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker2017-04-221-0/+1
* update tcp_info struct to linux v4.9Szabolcs Nagy2016-12-291-0/+2
* add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy2016-12-291-0/+1
* in public headers, don't assume pre-C99 compilers have __inline keywordQuentin Rameau2016-12-161-0/+2
* remove legacy i386 fallback stdarg implementation and frameworkRich Felker2016-12-151-4/+0
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-2/+1
* add limited pthread_setattr_default_np API to set stack size defaultsRich Felker2016-11-081-0/+2
* make netinet/in.h suppress clashing definitions from kernel headersRich Felker2016-11-071-0/+15
* don't claim support for resolv.h APIs that aren't supportedRich Felker2016-11-071-1/+1
* remove redundant feature test macro checks in sys/time.hRich Felker2016-11-071-5/+0
* fix various header namespace issues under feature-test-macro controlRich Felker2016-10-206-7/+18
* remove parameter names from public headersRich Felker2016-10-206-9/+9
* fix misspelling of a legacy macro name in sys/param.hRich Felker2016-10-201-1/+1
* add missing if_ether.h constantsDaniel Sabogal2016-10-201-0/+3
* add missing if_arp.h constantDaniel Sabogal2016-10-201-0/+1
* fix typo in utmpx.hDaniel Sabogal2016-10-201-1/+1
* add missing confstr constantsDaniel Sabogal2016-10-201-0/+2
* add pthread_setname_npFelix Janda2016-10-201-0/+1
* update icmphdr struct following linux v4.8Szabolcs Nagy2016-10-201-0/+1
* add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8Szabolcs Nagy2016-10-201-0/+9
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+1
* elf.h: update EM_ elf machine defines and add R_BPF_ definesSzabolcs Nagy2016-10-201-1/+101
* add ETH_P_NCSI to netinet/if_ether.h from linux v4.8Szabolcs Nagy2016-10-201-0/+1
* fix undefined behavior in sched.h cpu_set_t usageRich Felker2016-09-191-3/+3
* add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal2016-09-161-0/+15
* fix ifru_data and ifcu_buf types in net/if.hDaniel Sabogal2016-09-161-2/+2
* restore _Noreturn to __assert_failRich Felker2016-08-301-1/+1
* fix FFSYNC by changing it to O_SYNCDuncan Overbruck2016-08-301-1/+1
* add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.hSzabolcs Nagy2016-08-301-0/+2
* add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.hSzabolcs Nagy2016-08-301-0/+2
* add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy2016-08-301-1/+3
* add stdc-predef.h for library-level predefined macrosRich Felker2016-07-031-0/+10
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-033-16/+8
* add EF_SH_ sh specific macros to elf.hSzabolcs Nagy2016-07-031-1/+22
* add NT_ARM_SYSTEM_CALL to elf.hSzabolcs Nagy2016-07-031-0/+1
* add missing x86 relocs to elf.hSzabolcs Nagy2016-07-031-2/+5
* add DT_MIPS_RLD_MAP_REL to elf.hSzabolcs Nagy2016-07-031-1/+2
* add SHF_COMPRESSED section flag to elf.hSzabolcs Nagy2016-07-031-0/+23
* add powerpc tls optimization related definitions to elf.hSzabolcs Nagy2016-07-031-2/+6
* add nios2 definitions to elf.hSzabolcs Nagy2016-07-031-0/+50
* update elf.h with mips abi flags supportSzabolcs Nagy2016-07-031-1/+70
* update elf.h with new aarch64 relocsSzabolcs Nagy2016-07-031-1/+13
* update elf.h with powerpc64 elfv2 abi related macrosSzabolcs Nagy2016-07-031-2/+8
* add new powerpc64 relocations to elf.hSzabolcs Nagy2016-07-031-0/+9
* add EM_OPENRISC again to elf.hSzabolcs Nagy2016-07-031-0/+1