resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs
[oweals/musl.git] / src /
2017-11-11 Rich Felkerreformat cjk iconv tables to be diff-friendly, match...
2017-11-11 Bobby Binghamprevent fork's errno from being clobbered by atfork...
2017-11-10 Rich Felkeradd iso-2022-jp support (decoding only) to iconv
2017-11-10 Rich Felkeradd iconv framework for decoding stateful encodings
2017-11-10 Rich Felkersimplify/optimize iconv utf-8 case
2017-11-10 Rich Felkerhandle ascii range individually in each iconv case
2017-11-10 Rich Felkermove iconv_close to its own translation unit
2017-11-10 Rich Felkerrefactor iconv conversion descriptor encoding/decoding
2017-11-10 A. Wilcoxfix getaddrinfo error code for non-numeric service...
2017-11-10 Rich Felkerfix mismatched type of __pthread_tsd_run_dtors weak...
2017-11-05 Rich Felkeradjust posix_spawn dup2 action behavior to match future...
2017-10-21 Rich Felkerfix regression in glob with literal . or .. path component
2017-10-19 Will Dietzposix_spawn: use larger stack to cover worst-case in...
2017-10-18 Rich Felkerin dns parsing callback, enforce MAXADDRS to preclude...
2017-10-14 Rich Felkerfix incorrect base name offset from nftw when pathname...
2017-10-14 Rich Felkerfix read-after-free type error in pthread_detach
2017-10-14 Szabolcs Nagymath: rewrite fma with mostly int arithmetics
2017-10-13 Rich Felkerfor executing init array functions, use function type...
2017-10-13 Rich Felkerfix access by setjmp and longjmp to __hwcap on arm...
2017-09-07 Rich Felkerwork around incorrect EPERM from mmap syscall
2017-09-07 Rich Felkerfix glob descent into . and .. with GLOB_PERIOD
2017-09-07 Rich Felkerdon't treat numeric port strings as servent records...
2017-09-07 Rich Felkerfix signal masking race in pthread_create with priority...
2017-09-04 Bartosz Brachaczekhandle whitespace before %% in scanf
2017-09-04 Alexander Monakovfix OOB reads in Xbyte_memmem
2017-09-04 Alexander Monakovfree allocations in clearenv
2017-09-04 Alexander Monakovoverhaul environment functions
2017-09-01 Rich Felkerfix erroneous acceptance of f4 9x xx xx code sequences...
2017-08-31 Rich Felkerfix erroneous stop before input limit in mbsnrtowcs...
2017-08-30 Szabolcs Nagyadd a_clz_64 helper function
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 Rich Felkerfix unsynchronized access to FILE structure in fflush(0)
2017-08-12 Daniel Sabogalfix signed overflow in ftok
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-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-06-23 Rich Felkerpowerpc64: add single-instruction math functions
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 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-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-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-16 Rich Felkerfix POSIX-format TZ dst transition times for southern...
2017-03-15 Szabolcs Nagyfix threshold constants in j0f, y0f, j1f, y1f
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-06 Szabolcs Nagyfix lsearch and lfind to pass key as first arg to the...
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 Felkertreat base 1 as an error in strtol-family functions
2017-01-05 Rich Felkerfix getopt[_long] clobbering of optopt on success
2017-01-03 Rich Felkermake globfree safe after failed glob from over-length...
2017-01-02 Rich Felkerfix strftime %y for negative years
2016-12-20 Rich Felkerfix support for initialized TLS in static PIE binaries
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
next