musl
2016-12-20 Rich Felkerwhen building for arm as thumb2 code, also request...
2016-12-20 Rich Felkerrework arm atomic/tp backends to be thumb-compatible...
2016-12-18 Rich Felkerdisable use of arm memcpy asm if building as thumb...
2016-12-18 Rich Felkermake arm setjmp/longjmp asm thumb2-compatible
2016-12-17 Szabolcs Nagyuse lookup table for malloc bin index instead of float...
2016-12-17 Szabolcs Nagyhandle ^ and $ in BRE subexpression start and end as...
2016-12-17 Rich Felkerfix mrand48/jrand48 return value on 64-bit archs
2016-12-17 Quentin Rameauin public headers, don't assume pre-C99 compilers have...
2016-12-17 Bobby Binghamfix crashing sigsetjmp on s390x
2016-12-17 Bobby Binghamfix use of incomplete struct type in s390x user.h
2016-12-17 Bobby Binghamfix typo in s390x user.h
2016-12-15 Rich Felkerremove legacy i386 fallback stdarg implementation and...
2016-12-07 Rich Felkerremove largish unused field from pthread structure
2016-11-13 Rich Felkerwork around gdb issues recognizing sigreturn trampoline...
2016-11-12 Bobby Binghamadd s390x port
2016-11-11 Bobby Binghamtreat null vdso base same as missing
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-11-08 Rich Felkerfix build regression on archs with variable page size
2016-11-08 Rich Felkeradd limited pthread_setattr_default_np API to set stack...
2016-11-08 Rich Felkerfix pthread_create regression from stack/guard size...
2016-11-08 Rich Felkermake netinet/in.h suppress clashing definitions from...
2016-11-08 Rich Felkersimplify pthread_attr_t stack/guard size representation
2016-11-08 Rich Felkerfix swprintf internal buffer state and error handling
2016-11-07 Daniel Sabogalfix integer overflow of tm_year in __secs_to_tm
2016-11-07 Szabolcs Nagyfix ldso reserved library name handling
2016-11-07 Szabolcs Nagyfix accidental global static pointer in ldso
2016-11-07 Rich Felkerdon't claim support for resolv.h APIs that aren't supported
2016-11-07 Hannu Nymanfix parsing of quoted time zone names
2016-11-07 Rich Felkerremove redundant feature test macro checks in sys/time.h
2016-10-22 Rich Felkerredesign snprintf without undefined behavior
2016-10-20 Rich Felkerfix various header namespace issues under feature-test...
2016-10-20 Rich Felkerremove parameter names from public headers
2016-10-20 Rich Felkerfix misspelling of a legacy macro name in sys/param.h
2016-10-20 Daniel Sabogaladd missing if_ether.h constants
2016-10-20 Daniel Sabogaladd missing if_arp.h constant
2016-10-20 Daniel Sabogalfix typo in utmpx.h
2016-10-20 Daniel Sabogaladd missing confstr constants
2016-10-20 Rich Felkerfix minor problem in previous strtod non-nearest roundi...
2016-10-20 Szabolcs Nagyfix strtod int optimization in non-nearest rounding...
2016-10-20 Szabolcs Nagyfix strtod and strtof rounding with many trailing zeros
2016-10-20 Rich Felkerfix gratuitous undefined behavior in strptime
2016-10-20 Rich Felkerfix getopt_long_only misinterpreting "--" as an option
2016-10-20 Szabolcs Nagyfix float formatting of some exact halfway cases
2016-10-20 Felix Jandaadd pthread_setname_np
2016-10-20 Daniel Sabogalfix clock_nanosleep error case
2016-10-20 Szabolcs Nagymath: fix pow signed shift ub
2016-10-20 Szabolcs Nagyupdate icmphdr struct following linux v4.8
2016-10-20 Szabolcs Nagyadd TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-10-20 Szabolcs Nagyelf.h: update EM_ elf machine defines and add R_BPF_...
2016-10-20 Szabolcs Nagyadd ETH_P_NCSI to netinet/if_ether.h from linux v4.8
2016-10-20 Szabolcs Nagyadd sh syscall numbers from linux v4.8
2016-10-20 Szabolcs Nagyfix preadv2 and pwritev2 syscall numbers on x32 for...
2016-10-20 Natanael Copause dynamic buffer for getmntent
2016-10-20 Rich Felkerfix integer overflows and uncaught EOVERFLOW in printf...
2016-10-20 Rich Felkerfix integer overflow in float printf needed-precision...
2016-10-06 Rich Felkerfix regexec with haystack strings longer than INT_MAX
2016-10-06 Rich Felkerfix missing integer overflow checks in regexec buffer...
2016-10-06 Szabolcs Nagyfix strftime %y for negative tm_year
2016-09-24 Daniel Sabogalfix getservby*_r result pointer value on error
2016-09-24 Daniel Sabogalremove dead case in gethostbyname2_r
2016-09-19 Rich Felkerfix undefined behavior in sched.h cpu_set_t usage
2016-09-19 Rich Felkersimplify/refactor fflush and make fflush_unlocked an...
2016-09-16 Daniel Sabogaladd missing *_unlocked and wcsftime_l prototypes to...
2016-09-16 Daniel Sabogalfix if_indextoname error case
2016-09-16 Daniel Sabogalfix ifru_data and ifcu_buf types in net/if.h
2016-09-16 Rich Felkerfix printf regression with alt-form octal, zero flag...
2016-08-30 Rich Felkerrestore _Noreturn to __assert_fail
2016-08-30 Olivier Brunelgetdtablesize: fix returning hard instead of soft rlimit
2016-08-30 Duncan Overbruckfix FFSYNC by changing it to O_SYNC
2016-08-30 Szabolcs Nagyconfigure: handle mipsisa64* triplet as a mips64 target
2016-08-30 Szabolcs Nagymath: fix 128bit long double inverse trigonometric...
2016-08-30 Szabolcs Nagyverify that ttyname refers to the same file as the fd
2016-08-30 Szabolcs Nagymicroblaze: add syscall numbers from linux v4.7
2016-08-30 Szabolcs Nagyadd SS_AUTODISARM sigaltstack ss_flags from linux v4...
2016-08-30 Szabolcs Nagyadd UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7...
2016-08-30 Szabolcs Nagyadd PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
2016-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-07-13 Rich Felkerrevert unrelated change that slipped into last commit
2016-07-13 Rich Felkerfix regression in tcsetattr on all mips archs
2016-07-07 Rich Felkerfix asctime day/month names not to vary by locale
2016-07-07 Rich Felkerremove obsolete and unused gethostbyaddr implementation
2016-07-06 Bobby Binghamremove obsolete gitignore rules
2016-07-06 Bobby Binghamremove or1k version of sem.h
2016-07-05 Rich Felkerrelease 1.1.15
2016-07-04 Rich Felkeradd stdc-predef.h for library-level predefined macros
2016-07-03 Rich Felkerimprove abort fallback behavior when raising SIGABRT...
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Szabolcs Nagyadd EF_SH_ sh specific macros to elf.h
2016-07-03 Szabolcs Nagyadd NT_ARM_SYSTEM_CALL to elf.h
2016-07-03 Szabolcs Nagyadd missing x86 relocs to elf.h
2016-07-03 Szabolcs Nagyadd DT_MIPS_RLD_MAP_REL to elf.h
2016-07-03 Szabolcs Nagyadd SHF_COMPRESSED section flag to elf.h
2016-07-03 Szabolcs Nagyadd powerpc tls optimization related definitions to...
2016-07-03 Szabolcs Nagyadd nios2 definitions to elf.h
2016-07-03 Szabolcs Nagyupdate elf.h with mips abi flags support
2016-07-03 Szabolcs Nagyupdate elf.h with new aarch64 relocs
2016-07-03 Szabolcs Nagyupdate elf.h with powerpc64 elfv2 abi related macros
2016-07-03 Szabolcs Nagyadd new powerpc64 relocations to elf.h
2016-07-03 Szabolcs Nagyadd EM_OPENRISC again to elf.h
next