summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-08-28make fmemopen's w+ mode truncate the bufferRich Felker-0/+1
2018-08-28set errno when fileno is called on a FILE with no underlying fdRich Felker-4/+7
2018-08-28reject invalid arguments to pthread_barrierattr_setpsharedRich Felker-0/+1
2018-08-28rewrite __aeabi_read_tp in asmSzabolcs Nagy-12/+6
2018-08-28fix dubious char signedness check in limits.hRich Felker-1/+1
2018-08-28fix deadlock in async thread self-cancellationRich Felker-1/+5
2018-08-27time: fix incorrect DST offset when using POSIX timezones without DSTA. Wilcox-1/+1
2018-08-23fix tls access on arm targets before armv6kSzabolcs Nagy-1/+1
2018-08-23fix missing strerror text for EMULTIHOPRich Felker-0/+1
2018-08-23fix printf precision specifier for hex floats on non-ld80 archsRich Felker-0/+1
2018-08-22getopt: update optarg and optind correctly on missing argumentRich Felker-6/+6
2018-08-22fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #ifRich Felker-1/+1
2018-08-20remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker-2/+1
2018-08-18mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer-3/+12
2018-08-16fix pthread_create return value with PTHREAD_EXPLICIT_SCHEDRich Felker-0/+1
2018-08-07fix sign of strftime %z output with offsets <1 hour west of UTCRich Felker-3/+2
2018-08-02fix musl-gcc wrapper to be compatible with default-pie gcc toolchainsRich Felker-2/+2
2018-07-27make pthread_attr_init honor defaults set by pthread_setattr_default_npRich Felker-4/+11
2018-07-23bsearch: simplify and optimizeFangrui Song-6/+6
2018-07-20move inclusion of linux headers for kd.h, soundcard.h, vt.h to bitsmidipix-3/+6
2018-07-20remove inclusion guard hacks for sys/kd.hmidipix-7/+0
2018-07-18remove spurious declaration of __getdents from readdir.cRich Felker-2/+0
2018-07-18fix regression in alignment of dirent structs produced by readdirRich Felker-1/+7
2018-07-17add support for arch-specific ptrace command macrosSzabolcs Nagy-0/+123
2018-07-17sys/ptrace.h: add missing PTRACE_EVENT_STOPSzabolcs Nagy-0/+1
2018-07-17uchar.h: define char16_t and char32_t for old c++Szabolcs Nagy-1/+3
2018-07-16block dlopen of libraries with initial-exec refs to dynamic TLSRich Felker-0/+8
2018-07-16fix inefficient choice of tlsdesc function due to off-by-oneRich Felker-1/+1
2018-07-14implement getaddrinfo's AI_ADDRCONFIG flagRich Felker-0/+39
2018-07-13fix writes outside buffer by ungetc after setvbufRich Felker-1/+1
2018-07-12add ST_RELATIME to statvfs.hRich Felker-0/+1
2018-07-11resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrsRich Felker-15/+32
2018-07-02optimize explicit_bzero for sizeAlexander Monakov-1/+1
2018-06-28avoid spurious dso matches by dladdr outside bounds of load segmentsRich Felker-1/+10
2018-06-28make dladdr consistently produce the first symbol in presence of aliasesRich Felker-1/+1
2018-06-28fix symtab-order-dependent spurious matches in dladdrRich Felker-5/+8
2018-06-27correctly handle non-matching symbols in dladdrRich Felker-4/+13
2018-06-27avoid using undefined pointer arithmetic in dladdrRich Felker-8/+9
2018-06-26fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander-2/+2
2018-06-26add explicit_bzero implementationDavid Carlier-0/+9
2018-06-26inet_ntop: do not compress single zeros in IPv6Arthur Jones-1/+1
2018-06-26strftime: fix underlying format string in %z formatDaniel Sabogal-1/+1
2018-06-26resolver: omit final dot (root/suppress-search) in canonical nameRich Felker-0/+4
2018-06-26fix regression in powerpc[64] SO_PEERSEC definitionRich Felker-0/+2
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker-1/+4
2018-06-26add m68k reg.h and user.hRich Felker-0/+78
2018-06-26fix dynamic linker mapping/clearing bss in first/only LOAD segmentRich Felker-6/+5
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy-0/+13
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy-3/+18
2018-06-20fix m68k float.h long double exponent rangeRich Felker-2/+2