aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19powerpc64le: Check HWCAP bits against compiler build flagsFlorian Weimer
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer
2021-05-18x86: Optimize memcmp-evex-movbe.SNoah Goldstein
2021-05-18x86: Optimize memcmp-avx2-movbe.SNoah Goldstein
2021-05-18x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein
2021-05-18linux: Fix clock_getres fallbackAdhemerval Zanella
2021-05-18Do not declare asctime_r and ctime_r for C2XJoseph Myers
2021-05-18htl: Add __libpthread_freeresSamuel Thibault
2021-05-18hurd: Add execveatSamuel Thibault
2021-05-18Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler
2021-05-18localedata: Use U+00AF MACRON in more EBCDIC charsets [BZ #27882]Florian Weimer
2021-05-18ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar
2021-05-18ldconfig: Fix memory leaksSiddhesh Poyarekar
2021-05-18charmap_conversion: Free conversion table on exitSiddhesh Poyarekar
2021-05-18elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar
2021-05-18show_archive_content: Fix trivial memory leakSiddhesh Poyarekar
2021-05-17Add C2X timespec_getresJoseph Myers
2021-05-17Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab
2021-05-17benchtests: Use JSON for bench-rawmemchr outputMatheus Castanho
2021-05-17powerpc: Add optimized rawmemchr for POWER10Matheus Castanho
2021-05-17nptl: Move pthread_sigqueue into libcFlorian Weimer
2021-05-17nptl: Move pthread_setschedprio into libcFlorian Weimer
2021-05-17nptl: Move pthread_setname_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_setaffinity_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_getname_np into libcFlorian Weimer
2021-05-17nptl: Move pthread_getcpuclockid into libcFlorian Weimer
2021-05-17nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer
2021-05-17nptl: Move pthread_getattr_default_np into libcFlorian Weimer
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer
2021-05-17powerpc: Remove _dl_var_initFlorian Weimer
2021-05-17mips: Remove _dl_var_initFlorian Weimer
2021-05-17m68k: Remove _dl_var_initFlorian Weimer
2021-05-17ia64: Remove _dl_var_initFlorian Weimer
2021-05-17arc: Remove _dl_var_initFlorian Weimer
2021-05-17aarch64: Remove _dl_var_initFlorian Weimer
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer
2021-05-17nptl: Move __nptl_create_event, __nptl_death_event into libcFlorian Weimer
2021-05-17nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-14nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1Adhemerval Zanella
2021-05-14stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka
2021-05-13Make sysdeps/generic/libc.abilist emptyJoseph Myers
2021-05-13support: Free gdb_script_nameSiddhesh Poyarekar
2021-05-13support: Close fds in copy_funcSiddhesh Poyarekar
2021-05-13inet: Free result from getaddrinfoSiddhesh Poyarekar
2021-05-12linux/check_native: Always close socket on returnSiddhesh Poyarekar
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER
2021-05-11nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer
2021-05-11nptl: Move pthread_cancel into libcFlorian Weimer