about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-2010-0/+138
* 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
* add sh syscall numbers from linux v4.8Szabolcs Nagy2016-10-201-0/+14
* fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8Szabolcs Nagy2016-10-201-2/+2
* use dynamic buffer for getmntentNatanael Copa2016-10-201-4/+13
* fix integer overflows and uncaught EOVERFLOW in printf coreRich Felker2016-10-202-46/+89
* fix integer overflow in float printf needed-precision computationRich Felker2016-10-191-1/+1
* fix regexec with haystack strings longer than INT_MAXRich Felker2016-10-061-26/+28
* fix missing integer overflow checks in regexec buffer size computationsRich Felker2016-10-061-5/+18
* fix strftime %y for negative tm_yearSzabolcs Nagy2016-10-061-0/+1
* fix getservby*_r result pointer value on errorDaniel Sabogal2016-09-242-0/+3
* remove dead case in gethostbyname2_rDaniel Sabogal2016-09-241-2/+0
* fix undefined behavior in sched.h cpu_set_t usageRich Felker2016-09-191-3/+3
* simplify/refactor fflush and make fflush_unlocked an alias for fflushRich Felker2016-09-181-30/+23
* add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal2016-09-161-0/+15
* fix if_indextoname error caseDaniel Sabogal2016-09-161-1/+6
* fix ifru_data and ifcu_buf types in net/if.hDaniel Sabogal2016-09-161-2/+2
* fix printf regression with alt-form octal, zero flag, and field widthRich Felker2016-09-161-1/+1
* restore _Noreturn to __assert_failRich Felker2016-08-302-2/+2
* getdtablesize: fix returning hard instead of soft rlimitOlivier Brunel2016-08-301-1/+1
* fix FFSYNC by changing it to O_SYNCDuncan Overbruck2016-08-301-1/+1
* configure: handle mipsisa64* triplet as a mips64 targetSzabolcs Nagy2016-08-301-1/+1
* math: fix 128bit long double inverse trigonometric functionsSzabolcs Nagy2016-08-301-1/+1
* verify that ttyname refers to the same file as the fdSzabolcs Nagy2016-08-301-4/+11
* microblaze: add syscall numbers from linux v4.7Szabolcs Nagy2016-08-301-0/+3
* 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
* fix pread/pwrite syscall calling convention on shRich Felker2016-08-114-2/+7
* revert unrelated change that slipped into last commitRich Felker2016-07-131-1/+1
* fix regression in tcsetattr on all mips archsRich Felker2016-07-134-10/+10
* fix asctime day/month names not to vary by localeRich Felker2016-07-071-5/+4
* remove obsolete and unused gethostbyaddr implementationRich Felker2016-07-061-52/+0
* remove obsolete gitignore rulesBobby Bingham2016-07-061-2/+0
* remove or1k version of sem.hBobby Bingham2016-07-061-11/+0
* release 1.1.15 v1.1.15Rich Felker2016-07-052-1/+40
* add stdc-predef.h for library-level predefined macrosRich Felker2016-07-031-0/+10
* improve abort fallback behavior when raising SIGABRT fails to terminateRich Felker2016-07-031-1/+5
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-0311-34/+17
* 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