summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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