about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.20 v1.1.20Rich Felker2018-09-042-1/+78
* fix stack-based oob memory clobber in resolver's result sortingRich Felker2018-09-021-1/+1
* consistently use _NSIG/8 idiom for kernel sigset size in sigactionRich Felker2018-09-011-3/+3
* always terminate by SIGABRT when abort is calledRich Felker2018-09-012-4/+40
* optimize raise not to make a syscall for getting tidRich Felker2018-09-011-3/+1
* prevent perror from clobbering stderr's orientationRich Felker2018-08-301-0/+8
* prevent psignal/psiginfo from clobbering stderr orientation, errnoRich Felker2018-08-302-8/+21
* make vfprintf set stream orientation even for zero-length outputRich Felker2018-08-291-1/+2
* re-fix vfprintf temporary buffer logicRich Felker2018-08-291-2/+2
* fix missing flush of stderr at exit if it was put in buffered modeRich Felker2018-08-291-0/+1
* fix async thread cancellation on sh-fdpicRich Felker2018-08-292-0/+8
* fix async thread cancellation on powerpc64Rich Felker2018-08-291-0/+7
* vfwprintf: honor field width with 'c' format typeA. Wilcox2018-08-281-1/+4
* fix several values reported by sysconfRich Felker2018-08-281-8/+11
* fix return value of system on failure to spawn child processRich Felker2018-08-281-1/+1
* set stream orientations in open_[w]memstreamRich Felker2018-08-282-0/+3
* make fmemopen's w+ mode truncate the bufferRich Felker2018-08-281-0/+1
* set errno when fileno is called on a FILE with no underlying fdRich Felker2018-08-281-4/+7
* reject invalid arguments to pthread_barrierattr_setpsharedRich Felker2018-08-281-0/+1
* rewrite __aeabi_read_tp in asmSzabolcs Nagy2018-08-282-12/+6
* fix dubious char signedness check in limits.hRich Felker2018-08-281-1/+1
* fix deadlock in async thread self-cancellationRich Felker2018-08-281-1/+5
* time: fix incorrect DST offset when using POSIX timezones without DSTA. Wilcox2018-08-271-1/+1
* fix tls access on arm targets before armv6kSzabolcs Nagy2018-08-231-1/+1
* fix missing strerror text for EMULTIHOPRich Felker2018-08-231-0/+1
* fix printf precision specifier for hex floats on non-ld80 archsRich Felker2018-08-231-0/+1
* getopt: update optarg and optind correctly on missing argumentRich Felker2018-08-221-6/+6
* fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #ifRich Felker2018-08-221-1/+1
* remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker2018-08-202-2/+1
* mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer2018-08-183-3/+12
* fix pthread_create return value with PTHREAD_EXPLICIT_SCHEDRich Felker2018-08-161-0/+1
* fix sign of strftime %z output with offsets <1 hour west of UTCRich Felker2018-08-071-3/+2
* fix musl-gcc wrapper to be compatible with default-pie gcc toolchainsRich Felker2018-08-021-2/+2
* make pthread_attr_init honor defaults set by pthread_setattr_default_npRich Felker2018-07-273-4/+11
* bsearch: simplify and optimizeFangrui Song2018-07-231-6/+6
* move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix2018-07-206-3/+6
* remove inclusion guard hacks for sys/kd.hmidipix2018-07-201-7/+0
* remove spurious declaration of __getdents from readdir.cRich Felker2018-07-181-2/+0
* fix regression in alignment of dirent structs produced by readdirRich Felker2018-07-182-1/+7
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-1712-0/+123
* sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy2018-07-171-0/+1
* uchar.h: define char16_t and char32_t for old c++Szabolcs Nagy2018-07-171-1/+3
* block dlopen of libraries with initial-exec refs to dynamic TLSRich Felker2018-07-161-0/+8
* fix inefficient choice of tlsdesc function due to off-by-oneRich Felker2018-07-161-1/+1
* implement getaddrinfo's AI_ADDRCONFIG flagRich Felker2018-07-141-0/+39
* fix writes outside buffer by ungetc after setvbufRich Felker2018-07-131-1/+1
* add ST_RELATIME to statvfs.hRich Felker2018-07-121-0/+1
* resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrsRich Felker2018-07-111-15/+32
* optimize explicit_bzero for sizeAlexander Monakov2018-07-021-1/+1
* avoid spurious dso matches by dladdr outside bounds of load segmentsRich Felker2018-06-281-1/+10