oweals/musl.git
2018-09-04 Rich Felkerrelease 1.1.20 v1.1.20
2018-09-02 Rich Felkerfix stack-based oob memory clobber in resolver's result...
2018-09-01 Rich Felkerconsistently use _NSIG/8 idiom for kernel sigset size...
2018-09-01 Rich Felkeralways terminate by SIGABRT when abort is called
2018-09-01 Rich Felkeroptimize raise not to make a syscall for getting tid
2018-08-30 Rich Felkerprevent perror from clobbering stderr's orientation
2018-08-30 Rich Felkerprevent psignal/psiginfo from clobbering stderr orienta...
2018-08-30 Rich Felkermake vfprintf set stream orientation even for zero...
2018-08-30 Rich Felkerre-fix vfprintf temporary buffer logic
2018-08-30 Rich Felkerfix missing flush of stderr at exit if it was put in...
2018-08-29 Rich Felkerfix async thread cancellation on sh-fdpic
2018-08-29 Rich Felkerfix async thread cancellation on powerpc64
2018-08-29 A. Wilcoxvfwprintf: honor field width with 'c' format type
2018-08-29 Rich Felkerfix several values reported by sysconf
2018-08-29 Rich Felkerfix return value of system on failure to spawn child...
2018-08-29 Rich Felkerset stream orientations in open_[w]memstream
2018-08-28 Rich Felkermake fmemopen's w+ mode truncate the buffer
2018-08-28 Rich Felkerset errno when fileno is called on a FILE with no under...
2018-08-28 Rich Felkerreject invalid arguments to pthread_barrierattr_setpshared
2018-08-28 Szabolcs Nagyrewrite __aeabi_read_tp in asm
2018-08-28 Rich Felkerfix dubious char signedness check in limits.h
2018-08-28 Rich Felkerfix deadlock in async thread self-cancellation
2018-08-27 A. Wilcoxtime: fix incorrect DST offset when using POSIX timezon...
2018-08-23 Szabolcs Nagyfix tls access on arm targets before armv6k
2018-08-23 Rich Felkerfix missing strerror text for EMULTIHOP
2018-08-23 Rich Felkerfix printf precision specifier for hex floats on non...
2018-08-22 Rich Felkergetopt: update optarg and optind correctly on missing...
2018-08-22 Rich Felkerfix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid...
2018-08-21 Rich Felkerremove erroneous SYMLINK_MAX definition from limits...
2018-08-18 Segev Finermips archs: fix runaway execution if start fn passed...
2018-08-16 Rich Felkerfix pthread_create return value with PTHREAD_EXPLICIT_SCHED
2018-08-08 Rich Felkerfix sign of strftime %z output with offsets <1 hour...
2018-08-02 Rich Felkerfix musl-gcc wrapper to be compatible with default...
2018-07-27 Rich Felkermake pthread_attr_init honor defaults set by pthread_se...
2018-07-23 Fangrui Songbsearch: simplify and optimize
2018-07-20 midipixmove inclusion of linux headers for kd.h, soundcard...
2018-07-20 midipixremove inclusion guard hacks for sys/kd.h
2018-07-18 Rich Felkerremove spurious declaration of __getdents from readdir.c
2018-07-18 Rich Felkerfix regression in alignment of dirent structs produced...
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-07-18 Szabolcs Nagysys/ptrace.h: add missing PTRACE_EVENT_STOP
2018-07-18 Szabolcs Nagyuchar.h: define char16_t and char32_t for old c++
2018-07-16 Rich Felkerblock dlopen of libraries with initial-exec refs to...
2018-07-16 Rich Felkerfix inefficient choice of tlsdesc function due to off...
2018-07-15 Rich Felkerimplement getaddrinfo's AI_ADDRCONFIG flag
2018-07-14 Rich Felkerfix writes outside buffer by ungetc after setvbuf
2018-07-13 Rich Felkeradd ST_RELATIME to statvfs.h
2018-07-11 Rich Felkerresolver: don't depend on v4mapped ipv6 to probe routab...
2018-07-02 Alexander Monakovoptimize explicit_bzero for size
2018-06-28 Rich Felkeravoid spurious dso matches by dladdr outside bounds...
2018-06-28 Rich Felkermake dladdr consistently produce the first symbol in...
2018-06-28 Rich Felkerfix symtab-order-dependent spurious matches in dladdr
2018-06-27 Rich Felkercorrectly handle non-matching symbols in dladdr
2018-06-27 Rich Felkeravoid using undefined pointer arithmetic in dladdr
2018-06-27 Patrick Oppenlanderfix missing timeout argument to futex syscall in __fute...
2018-06-26 David Carlieradd explicit_bzero implementation
2018-06-26 Arthur Jonesinet_ntop: do not compress single zeros in IPv6
2018-06-26 Daniel Sabogalstrftime: fix underlying format string in %z format
2018-06-26 Rich Felkerresolver: omit final dot (root/suppress-search) in...
2018-06-26 Rich Felkerfix regression in powerpc[64] SO_PEERSEC definition
2018-06-26 Rich Felkerfix value of SO_PEERSEC on mips archs
2018-06-26 Rich Felkeradd m68k reg.h and user.h
2018-06-26 Rich Felkerfix dynamic linker mapping/clearing bss in first/only...
2018-06-21 Szabolcs Nagyadd memfd_create syscall wrapper
2018-06-21 Szabolcs Nagyadd mlock2 linux syscall wrapper
2018-06-20 Rich Felkerfix m68k float.h long double exponent range
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2018-06-19 Szabolcs Nagys390x: add kexec_file_load syscall number from linux...
2018-06-19 Szabolcs Nagymips: add HWCAP_ flags from linux v4.17
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ flags from linux v4.17
2018-06-19 Szabolcs Nagyadd speculation control prctls from linux v4.17
2018-06-19 Szabolcs Nagyadd ETH_P_PREAUTH ethertype from linux v4.17
2018-06-19 Szabolcs Nagyadd TCP_NLA_* from linux v4.17
2018-06-19 Szabolcs Nagyadd {MSG,SEM,SHM}_STAT_ANY from linux v4.17
2018-06-19 Szabolcs Nagyadd MAP_FIXED_NOREPLACE from linux v4.17
2018-06-19 Szabolcs Nagypowerpc: add pkey syscall numbers from linux v4.16
2018-06-19 Szabolcs Nagyaarch64: add HWCAP_ASIMDFHM from linux v4.16
2018-06-19 Szabolcs Nagysys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from...
2018-06-19 Szabolcs Nagynetinet/if_ether.h: add ETH_TLEN from linux v4.16
2018-06-19 Szabolcs Nagynetinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
2018-06-19 Szabolcs Nagysys/epoll.h: add EPOLLNVAL from linux v4.16
2018-06-19 Rich Felkeradd m68k port
2018-06-14 Rich Felkeradd support for m68k 80-bit long double variant
2018-06-12 Rich Felkeradd missing m68k relocation types in elf.h
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-06-02 Rich Felkerfix output size handling for multi-unicode-char big5...
2018-06-02 Rich Felkerfix iconv mapping of big5-hkscs characters that map...
2018-05-09 Will Dietzfix iconv conversion to UTF-32 with implicit (big)...
2018-05-09 Will Dietzfix iconv buffer overflow converting to legacy JIS...
2018-05-09 Rich Felkermake linking of thread-start with explicit scheduling...
2018-05-09 Rich Felkerimprove design of thread-start with explicit scheduling...
2018-05-08 Rich Felkerclean up and reduce size of internal pthread structure
2018-05-06 Rich Felkerimprove joinable/detached thread state handling
2018-05-05 Rich Felkerimprove pthread_exit synchronization with functions...
2018-05-04 Rich Felkerremove incorrect ESRCH error from pthread_kill
2018-05-02 Rich Felkeruse a dedicated futex object for pthread_join instead...
2018-05-01 Rich Felkeroptimize sigisemptyset
2018-05-01 Rich Felkeravoid excessive stack usage in getcwd
2018-05-01 Rich Felkerwork around arm gcc's rejection of r7 asm constraints...
2018-04-27 Rich Felkergetopt_long_only: don't prefix-match long-options that...
next