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