about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* make dladdr consistently produce the first symbol in presence of aliasesRich Felker2018-06-281-1/+1
* fix symtab-order-dependent spurious matches in dladdrRich Felker2018-06-281-5/+8
* correctly handle non-matching symbols in dladdrRich Felker2018-06-271-4/+13
* avoid using undefined pointer arithmetic in dladdrRich Felker2018-06-271-8/+9
* fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander2018-06-261-2/+2
* add explicit_bzero implementationDavid Carlier2018-06-262-0/+9
* inet_ntop: do not compress single zeros in IPv6Arthur Jones2018-06-261-1/+1
* strftime: fix underlying format string in %z formatDaniel Sabogal2018-06-261-1/+1
* resolver: omit final dot (root/suppress-search) in canonical nameRich Felker2018-06-261-0/+4
* fix regression in powerpc[64] SO_PEERSEC definitionRich Felker2018-06-262-0/+2
* fix value of SO_PEERSEC on mips archsRich Felker2018-06-264-1/+4
* add m68k reg.h and user.hRich Felker2018-06-262-0/+78
* fix dynamic linker mapping/clearing bss in first/only LOAD segmentRich Felker2018-06-261-6/+5
* add memfd_create syscall wrapperSzabolcs Nagy2018-06-202-0/+13
* add mlock2 linux syscall wrapperSzabolcs Nagy2018-06-202-3/+18
* fix m68k float.h long double exponent rangeRich Felker2018-06-201-2/+2
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-207-6/+79
* s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-193-0/+3
* aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-191-0/+4
* add speculation control prctls from linux v4.17Szabolcs Nagy2018-06-191-0/+9
* add ETH_P_PREAUTH ethertype from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* add TCP_NLA_* from linux v4.17Szabolcs Nagy2018-06-191-0/+10
* add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy2018-06-193-0/+3
* add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy2018-06-192-0/+6
* aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16Szabolcs Nagy2018-06-191-1/+7
* netinet/if_ether.h: add ETH_TLEN from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* sys/epoll.h: add EPOLLNVAL from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* add m68k portRich Felker2018-06-1927-0/+1079
* add support for m68k 80-bit long double variantRich Felker2018-06-142-2/+21
* add missing m68k relocation types in elf.hRich Felker2018-06-121-1/+19