musl
2017-06-23 Dmitry Golovinfix clang CFLAGS checks and silence unused argument...
2017-06-23 Rich Felkers390x: add single-instruction math functions
2017-06-22 Szabolcs Nagyfix arm run-time abi string functions
2017-06-21 Rich Felkerfix regression in getspnam[_r] error code for insuffici...
2017-06-21 Rich Felkerfix omission of microblaze user.h definitions
2017-06-21 Bartosz Brachaczekfix iconv conversions for iso88592-iso885916
2017-06-21 Rich Felkerhandle errors from localtime_r in ctime_r
2017-06-15 Rich Felkerset errno when getpw*_r, getgr*_r, and getspnam_r fail
2017-06-15 Rich Felkerhandle localtime errors in ctime
2017-06-15 Rich Felkerhandle mremap failure in realloc of mmap-serviced alloc...
2017-06-14 A. Wilcoxgetdate: correctly specify error number
2017-06-14 A. Wilcoxcatopen: set errno to EOPNOTSUPP
2017-06-08 Rich Felkerfix glob failure to match plain "/" to root directory
2017-06-08 Rich Felkeruse hard-coded sh4a atomic opcodes to avoid linker...
2017-06-01 Natanael Copatowupper/towlower: fast path for ascii chars
2017-06-01 Rich Felkerremove long-obsolete clang workarounds from mips* sysca...
2017-06-01 Rich Felkerfix fstatat syscall on mips64
2017-05-28 Samuel Hollandfix fchown fallback on arches without chown(2)
2017-05-28 Rich Felkerfix iconv conversions to legacy 8bit encodings
2017-04-23 Rich Felkerhave posix_spawnattr_setflags check for supported flags
2017-04-23 Rich Felkeradd no-op POSIX_SPAWN_USEVFORK to spawn.h
2017-04-22 Bobby Binghams390x: provide sigcontext struct definition
2017-04-22 Rich Felkerimplement new posix_spawn flag POSIX_SPAWN_SETSID
2017-04-22 Rich Felkerremove va_arg hacks in printf core with undefined behavior
2017-04-21 Rich Felkermake ttyname[_r] return ENODEV rather than ENOENT
2017-04-21 Rich Felkerfix regression in support for resolv.conf attempts...
2017-04-21 Szabolcs Nagyfix scalbn when result is in the subnormal range
2017-04-21 Rich Felkerallow full-range file offsets to mmap on archs with...
2017-04-12 Rich Felkerfix dl_iterate_phdr in static PIE binaries
2017-04-12 Rich Felkerfix read past end of buffer in getaddrinfo backend
2017-03-21 Szabolcs Nagyaarch64: add single instruction math functions
2017-03-21 Julien Ramseierfix strptime output for %C without %y
2017-03-21 Julien Ramseierfix processing of strptime %p format
2017-03-21 Julien Ramseierfix off-by-one in strptime %j
2017-03-21 Julien Ramseierregex: fix newline matching with negated brackets
2017-03-21 Rich Felkerincrease limit on locale name length from 15 to 23...
2017-03-21 Rich Felkersearch locale name variants for gettext translations
2017-03-21 Rich Felkermake setlocale return a single name for LC_ALL if all...
2017-03-21 Rich Felkerfix dlopen/dlsym regression opening libs already loaded...
2017-03-16 Rich Felkerfix POSIX-format TZ dst transition times for southern...
2017-03-16 Tuan M. Hoangs390x: fix fpreg_t and remove unused per_struct
2017-03-15 Rich Felkerprecalculate gnu hash rather than doing it lazily in...
2017-03-15 Szabolcs Nagyfix threshold constants in j0f, y0f, j1f, y1f
2017-03-14 Rich Felkerremove unused refcnt field for shared libraries
2017-03-14 Rich Felkeravoid loading of multiple libc versions via explicit...
2017-03-14 Rich Felkerfix one-byte overflow in legacy getpass function
2017-03-14 Rich Felkerfix wide scanf's use of a compound literal past its...
2017-03-14 Rich Felkerfix possible fd leak, unrestored cancellation state...
2017-03-14 Rich Felkerin static dl_iterate_phdr, fix use of possibly-uninitia...
2017-03-14 Rich Felkerfix free of uninitialized buffer pointer on error in...
2017-03-14 Rich Felkeremulate lazy relocation as deferrable relocation
2017-03-13 Rich Felkerreorder addend handling before symbol lookup in relocat...
2017-03-13 Rich Felkerrework ldso handling of global symbol table for consistency
2017-03-12 Szabolcs Nagytreat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in...
2017-03-08 Rich Felkerfix ld-behavior-dependent crash in ppc64 ldso startup
2017-03-06 Szabolcs Nagyfix lsearch and lfind to pass key as first arg to the...
2017-02-23 Rich Felkerallow page size to vary on arm
2017-02-15 Rich Felkerfix build regression in arm atomics asm with new binutils
2017-02-15 Bobby Binghams390x: implement dlsym
2017-01-29 Rich Felkeravoid unbounded strlen in gettext functions
2017-01-29 Rich Felkerfix use of uninitialized pointer in gettext core
2017-01-29 Rich Felkerfix bindtextdomain logic error deactivating other domains
2017-01-19 Rich Felkerfix spurious EINTR errors from multithreaded set*id...
2017-01-13 rofl0rfix crashes in x32 __tls_get_addr
2017-01-05 Rich Felkerfix crash from corrupted tls module list after failed...
2017-01-05 Rich Felkertreat base 1 as an error in strtol-family functions
2017-01-05 Rich Felkerfix getopt[_long] clobbering of optopt on success
2017-01-04 Rich Felkerreduce impact of REG_* namespace pollution in x86[_64...
2017-01-03 Rich Felkermake globfree safe after failed glob from over-length...
2017-01-02 Rich Felkerfix strftime %y for negative years
2017-01-01 Rich Felkerrelease 1.1.16
2016-12-30 Szabolcs Nagyupdate tcp_info struct to linux v4.9
2016-12-30 Szabolcs Nagyadd MS_NOREMOTELOCK mount flag from linux v4.9
2016-12-30 Szabolcs Nagyadd pkey_{mprotect,alloc,free} syscalls from linux...
2016-12-20 Rich Felkerfix support for initialized TLS in static PIE binaries
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
next