about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* nptl: Perform signal initialization upon pthread_createFlorian Weimer2021-05-215-88/+131
* nptl: Remove unused __libc_pthread_init functionFlorian Weimer2021-05-212-36/+0
* x86: Improve memset-vec-unaligned-erms.SNoah Goldstein2021-05-201-22/+28
* Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>Florian Weimer2021-05-201-0/+3
* elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer2021-05-201-0/+3
* nptl: Add missing __pthread_cond_wait alias in static buildsFlorian Weimer2021-05-191-0/+3
* Remove --enable-stackguard-randomization (BZ #27872)Adhemerval Zanella2021-05-193-28/+0
* s390x: Check HWCAP bits against compiler flagsFlorian Weimer2021-05-191-0/+40
* powerpc64le: Check HWCAP bits against compiler build flagsFlorian Weimer2021-05-191-0/+52
* elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer2021-05-192-0/+31
* x86: Optimize memcmp-evex-movbe.SNoah Goldstein2021-05-181-302/+408
* x86: Optimize memcmp-avx2-movbe.SNoah Goldstein2021-05-183-281/+402
* x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein2021-05-182-12/+60
* linux: Fix clock_getres fallbackAdhemerval Zanella2021-05-181-1/+1
* Do not declare asctime_r and ctime_r for C2XJoseph Myers2021-05-181-2/+2
* htl: Add __libpthread_freeresSamuel Thibault2021-05-182-1/+25
* hurd: Add execveatSamuel Thibault2021-05-184-43/+123
* Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler2021-05-181-0/+19
* localedata: Use U+00AF MACRON in more EBCDIC charsets [BZ #27882]Florian Weimer2021-05-1812-12/+12
* ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar2021-05-181-17/+17
* ldconfig: Fix memory leaksSiddhesh Poyarekar2021-05-181-6/+14
* charmap_conversion: Free conversion table on exitSiddhesh Poyarekar2021-05-181-0/+7
* elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar2021-05-181-4/+12
* show_archive_content: Fix trivial memory leakSiddhesh Poyarekar2021-05-181-0/+1
* Add C2X timespec_getresJoseph Myers2021-05-1744-2/+189
* Missing ENOMEM in realloc_check wrapper (bug 27870)Andreas Schwab2021-05-172-2/+5
* benchtests: Use JSON for bench-rawmemchr outputMatheus Castanho2021-05-171-15/+39
* powerpc: Add optimized rawmemchr for POWER10Matheus Castanho2021-05-176-27/+188
* nptl: Move pthread_sigqueue into libcFlorian Weimer2021-05-1765-34/+102
* nptl: Move pthread_setschedprio into libcFlorian Weimer2021-05-1765-35/+99
* nptl: Move pthread_setname_np into libcFlorian Weimer2021-05-1765-33/+104
* nptl: Move pthread_setaffinity_np into libcFlorian Weimer2021-05-1765-51/+115
* nptl: Move pthread_getname_np into libcFlorian Weimer2021-05-1764-35/+77
* nptl: Move pthread_getcpuclockid into libcFlorian Weimer2021-05-1765-36/+93
* nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer2021-05-172-60/+6
* nptl: Move pthread_getattr_default_np into libcFlorian Weimer2021-05-1766-35/+112
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-174-18/+26
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-172-10/+0
* powerpc: Remove _dl_var_initFlorian Weimer2021-05-174-122/+10
* mips: Remove _dl_var_initFlorian Weimer2021-05-174-100/+0
* m68k: Remove _dl_var_initFlorian Weimer2021-05-174-122/+0
* ia64: Remove _dl_var_initFlorian Weimer2021-05-174-102/+0
* arc: Remove _dl_var_initFlorian Weimer2021-05-174-129/+0
* aarch64: Remove _dl_var_initFlorian Weimer2021-05-174-130/+0
* elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2021-05-178-13/+208
* nptl: Move __nptl_create_event, __nptl_death_event into libcFlorian Weimer2021-05-176-9/+15
* nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer2021-05-177-18/+24
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-1613-41/+308
* nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1Adhemerval Zanella2021-05-141-17/+39
* stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka2021-05-143-17/+133