musl
2017-08-30 Rich Felkeradd powerpc64 and s390x to list of supported archs...
2017-08-29 Rich Felkerfix undefined behavior in memset due to missing sequenc...
2017-08-29 Alexander Monakov__init_libc: add fallbacks for __progname setup
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-08-29 Szabolcs Nagyfix mips ioctl macros to match linux asm/sockios.h
2017-08-29 Rich Felkerfix unsynchronized access to FILE structure in fflush(0)
2017-08-12 Daniel Sabogalfix signed overflow in ftok
2017-08-12 Thomas Petazzonifix build failure for sh4a due to missing colon in...
2017-08-12 Rich Felkertrap UB from attempts to join a detached thread
2017-08-12 Bobby Binghamppc64: fix setjmp/longjmp handling of TOC pointer
2017-08-12 Leah Neukirchenqsort: add a short comment about the algorithm
2017-08-11 Rich Felkerdisable global visibility override hack (vis.h) by...
2017-08-01 Rich Felkeradd _NL_LOCALE_NAME extension to nl_langinfo
2017-07-04 Jens Gustedtfix missing volatile qualifier on lock in __get_locale
2017-07-04 Alexander Monakovremove ineffective compiler assist from printf
2017-07-04 Alexander Monakovfix undefined behavior in ptrace
2017-07-04 Jens Gustedtunify the use of FUTEX_PRIVATE
2017-07-04 Alexander Monakovfix undefined behavior in free
2017-07-04 Alexander Monakovreapply va_arg hacks removal to wprintf
2017-07-04 Alexander Monakovremove useless declarations in string.h
2017-07-04 Rich Felkerallow specifying argv[0] when invoking a program via...
2017-07-04 Rich Felkerfix regression in dlopen promotion from RTLD_LOCAL...
2017-07-04 Rich Felkerldso: avoid spurious & possible erroneous work for...
2017-06-23 Rich Felkerpowerpc64: add single-instruction math functions
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...
next