musl
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
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Rich Felkerfix misplaced indention in sys/procfs.h
2016-07-03 Rich Felkerformat mips bits/termios.h consistently mips64 and...
2016-07-03 Szabolcs Nagyfix CBAUDEX in powerpc termios.h
2016-07-03 Szabolcs Nagyfix TCS* definitions in mips termios.h
2016-07-03 Szabolcs Nagyfix mips termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix powerpc termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix generic termios.h macro exposure/namespace issues
2016-07-03 Rich Felkerdefine appropriate feature test macros to get CBAUD...
2016-07-03 Szabolcs Nagyfix FIOQSIZE in arm ioctl.h
2016-07-03 Szabolcs Nagyremove termios2 related ioctls from sh ioctl.h
2016-07-03 Szabolcs Nagyfix TIOCMSET in mips ioctl.h
2016-07-03 Szabolcs Nagyfix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
2016-07-03 Szabolcs Nagyremove mips and powerpc ioctls that are missing from...
2016-07-03 Szabolcs Nagyadd missing TIOC* macros to ioctl.h
2016-07-03 Szabolcs Nagyadd missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2016-07-03 Szabolcs Nagyremove ioctl macros that were removed from linux uapi
2016-07-03 Szabolcs Nagyuse the generic ioctl.h for x86_64, x32 and aarch64
2016-07-03 Rich Felkeradd consistent reserved fields in mips64/n32 termios...
2016-07-01 Rich Felkerfix posix_fadvise syscall args on powerpc, unify with...
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2016-06-29 Rich Felkerfix misordered syscall arguments for posix_fadvise...
2016-06-29 Rich Felkerin posix_fadvise, don't bypass __syscall macro infrastr...
2016-06-29 Natanael Coparefactor name_from_dns in hostname lookup backend
next