about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix parsing of quoted time zone namesHannu Nyman2016-11-071-1/+1
* remove redundant feature test macro checks in sys/time.hRich Felker2016-11-071-5/+0
* redesign snprintf without undefined behaviorRich Felker2016-10-211-25/+38
* 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-202-1/+3
* fix minor problem in previous strtod non-nearest rounding bug fixRich Felker2016-10-201-1/+1
* fix strtod int optimization in non-nearest rounding modeSzabolcs Nagy2016-10-201-1/+4
* fix strtod and strtof rounding with many trailing zerosSzabolcs Nagy2016-10-201-0/+3
* fix gratuitous undefined behavior in strptimeRich Felker2016-10-201-2/+7
* fix getopt_long_only misinterpreting "--" as an optionRich Felker2016-10-201-1/+1
* fix float formatting of some exact halfway casesSzabolcs Nagy2016-10-201-1/+2
* add pthread_setname_npFelix Janda2016-10-202-0/+27
* fix clock_nanosleep error caseDaniel Sabogal2016-10-201-1/+3
* math: fix pow signed shift ubSzabolcs Nagy2016-10-201-2/+2
* 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-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