aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-04release 1.1.20v1.1.20Rich Felker
2018-09-02fix stack-based oob memory clobber in resolver's result sortingRich Felker
2018-09-01consistently use _NSIG/8 idiom for kernel sigset size in sigactionRich Felker
2018-09-01always terminate by SIGABRT when abort is calledRich Felker
2018-09-01optimize raise not to make a syscall for getting tidRich Felker
2018-08-30prevent perror from clobbering stderr's orientationRich Felker
2018-08-30prevent psignal/psiginfo from clobbering stderr orientation, errnoRich Felker
2018-08-29make vfprintf set stream orientation even for zero-length outputRich Felker
2018-08-29re-fix vfprintf temporary buffer logicRich Felker
2018-08-29fix missing flush of stderr at exit if it was put in buffered modeRich Felker
2018-08-29fix async thread cancellation on sh-fdpicRich Felker
2018-08-29fix async thread cancellation on powerpc64Rich Felker
2018-08-28vfwprintf: honor field width with 'c' format typeA. Wilcox
2018-08-28fix several values reported by sysconfRich Felker
2018-08-28fix return value of system on failure to spawn child processRich Felker
2018-08-28set stream orientations in open_[w]memstreamRich Felker
2018-08-28make fmemopen's w+ mode truncate the bufferRich Felker
2018-08-28set errno when fileno is called on a FILE with no underlying fdRich Felker
2018-08-28reject invalid arguments to pthread_barrierattr_setpsharedRich Felker
2018-08-28rewrite __aeabi_read_tp in asmSzabolcs Nagy
2018-08-28fix dubious char signedness check in limits.hRich Felker
2018-08-28fix deadlock in async thread self-cancellationRich Felker
2018-08-27time: fix incorrect DST offset when using POSIX timezones without DSTA. Wilcox
2018-08-23fix tls access on arm targets before armv6kSzabolcs Nagy
2018-08-23fix missing strerror text for EMULTIHOPRich Felker
2018-08-23fix printf precision specifier for hex floats on non-ld80 archsRich Felker
2018-08-22getopt: update optarg and optind correctly on missing argumentRich Felker
2018-08-22fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #ifRich Felker
2018-08-20remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker
2018-08-18mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer
2018-08-16fix pthread_create return value with PTHREAD_EXPLICIT_SCHEDRich Felker
2018-08-07fix sign of strftime %z output with offsets <1 hour west of UTCRich Felker
2018-08-02fix musl-gcc wrapper to be compatible with default-pie gcc toolchainsRich Felker
2018-07-27make pthread_attr_init honor defaults set by pthread_setattr_default_npRich Felker
2018-07-23bsearch: simplify and optimizeFangrui Song
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix
2018-07-20remove inclusion guard hacks for sys/kd.hmidipix
2018-07-18remove spurious declaration of __getdents from readdir.cRich Felker
2018-07-18fix regression in alignment of dirent structs produced by readdirRich Felker
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy
2018-07-17sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy
2018-07-17uchar.h: define char16_t and char32_t for old c++Szabolcs Nagy
2018-07-16block dlopen of libraries with initial-exec refs to dynamic TLSRich Felker
2018-07-16fix inefficient choice of tlsdesc function due to off-by-oneRich Felker
2018-07-14implement getaddrinfo's AI_ADDRCONFIG flagRich Felker
2018-07-13fix writes outside buffer by ungetc after setvbufRich Felker
2018-07-12add ST_RELATIME to statvfs.hRich Felker
2018-07-11resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrsRich Felker
2018-07-02optimize explicit_bzero for sizeAlexander Monakov
2018-06-28avoid spurious dso matches by dladdr outside bounds of load segmentsRich Felker