summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-28make dladdr consistently produce the first symbol in presence of aliasesRich Felker1-1/+1
2018-06-28fix symtab-order-dependent spurious matches in dladdrRich Felker1-5/+8
2018-06-27correctly handle non-matching symbols in dladdrRich Felker1-4/+13
2018-06-27avoid using undefined pointer arithmetic in dladdrRich Felker1-8/+9
2018-06-26fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander1-2/+2
2018-06-26add explicit_bzero implementationDavid Carlier2-0/+9
2018-06-26inet_ntop: do not compress single zeros in IPv6Arthur Jones1-1/+1
2018-06-26strftime: fix underlying format string in %z formatDaniel Sabogal1-1/+1
2018-06-26resolver: omit final dot (root/suppress-search) in canonical nameRich Felker1-0/+4
2018-06-26fix regression in powerpc[64] SO_PEERSEC definitionRich Felker2-0/+2
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker4-1/+4
2018-06-26add m68k reg.h and user.hRich Felker2-0/+78
2018-06-26fix dynamic linker mapping/clearing bss in first/only LOAD segmentRich Felker1-6/+5
2018-06-20add memfd_create syscall wrapperSzabolcs Nagy2-0/+13
2018-06-20add mlock2 linux syscall wrapperSzabolcs Nagy2-3/+18
2018-06-20fix m68k float.h long double exponent rangeRich Felker1-2/+2
2018-06-20work around broken kernel struct ipc_perm on some big endian archsRich Felker7-6/+79
2018-06-19s390x: add kexec_file_load syscall number from linux v4.17Szabolcs Nagy1-0/+1
2018-06-19mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy3-0/+3
2018-06-19aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy1-0/+4
2018-06-19add speculation control prctls from linux v4.17Szabolcs Nagy1-0/+9
2018-06-19add ETH_P_PREAUTH ethertype from linux v4.17Szabolcs Nagy1-0/+1
2018-06-19add TCP_NLA_* from linux v4.17Szabolcs Nagy1-0/+10
2018-06-19add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy3-0/+3
2018-06-19add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy1-0/+1
2018-06-19powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy2-0/+6
2018-06-19aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy1-0/+1
2018-06-19sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16Szabolcs Nagy1-1/+7
2018-06-19netinet/if_ether.h: add ETH_TLEN from linux v4.16Szabolcs Nagy1-0/+1
2018-06-19netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16Szabolcs Nagy1-0/+1
2018-06-19sys/epoll.h: add EPOLLNVAL from linux v4.16Szabolcs Nagy1-0/+1
2018-06-19add m68k portRich Felker27-0/+1079
2018-06-14add support for m68k 80-bit long double variantRich Felker2-2/+21
2018-06-12add missing m68k relocation types in elf.hRich Felker1-1/+19
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy15-17/+32
2018-06-01fix output size handling for multi-unicode-char big5-hkscs charactersRich Felker1-5/+13
2018-06-01fix iconv mapping of big5-hkscs characters that map to two unicode charsRich Felker1-1/+1
2018-05-09fix iconv conversion to UTF-32 with implicit (big) endiannessWill Dietz1-0/+2
2018-05-09fix iconv buffer overflow converting to legacy JIS-based encodingsWill Dietz1-0/+1
2018-05-09make linking of thread-start with explicit scheduling conditionalRich Felker3-28/+36
2018-05-09improve design of thread-start with explicit scheduling attributesRich Felker2-23/+39
2018-05-07clean up and reduce size of internal pthread structureRich Felker1-7/+9
2018-05-05improve joinable/detached thread state handlingRich Felker6-24/+33
2018-05-05improve pthread_exit synchronization with functions targeting tidRich Felker6-17/+18
2018-05-04remove incorrect ESRCH error from pthread_killRich Felker1-1/+2
2018-05-02use a dedicated futex object for pthread_join instead of tid fieldRich Felker4-5/+8
2018-05-01optimize sigisemptysetRich Felker1-2/+3
2018-05-01avoid excessive stack usage in getcwdRich Felker1-2/+2
2018-05-01work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker1-14/+39
2018-04-27getopt_long_only: don't prefix-match long-options that match short onesRich Felker1-2/+15