about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update INSTALL with package versions that are known to workTulio Magno Quites Machado Filho2021-01-252-25/+25
* aarch64: Move and update the definition of MTE_ENABLEDSzabolcs Nagy2021-01-252-11/+11
* Fix misplaced constAndreas Schwab2021-01-252-2/+2
* Update C-SKY libm-test-ulpsMao Han2021-01-232-54/+61
* manual: Correct argument order in mount examples [BZ #27207]John McCabe2021-01-221-2/+2
* linux: mips: Fix getdents64 fallback on mips64-n32Adhemerval Zanella2021-01-222-24/+42
* x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]H.J. Lu2021-01-221-13/+30
* x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baselineH.J. Lu2021-01-221-1/+1
* powerpc64: Select POWER9 machine for the scv instructionFlorian Weimer2021-01-223-1/+10
* x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]H.J. Lu2021-01-216-0/+184
* Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella2021-01-2117-37/+40
* aarch64: revert memcpy optimze for kunpeng to avoid performance degradationShuo Wang2021-01-211-1/+1
* Make libc symbols hidden in static PIESzabolcs Nagy2021-01-211-2/+7
* csu: Move static pie self relocation later [BZ #27072]Szabolcs Nagy2021-01-211-2/+5
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-218-0/+34
* csu: Avoid weak ref for __ehdr_start in static PIESzabolcs Nagy2021-01-211-0/+4
* configure: Check for static PIE supportSzabolcs Nagy2021-01-219-0/+39
* elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2021-01-213-4/+14
* elf: Make the tunable struct definition internal onlySzabolcs Nagy2021-01-213-38/+43
* <sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu2021-01-2124-847/+1162
* posix: Fix fnmatch.c on bootstrapAdhemerval Zanella2021-01-201-1/+1
* stdlib: Add testcase for BZ #26241Adhemerval Zanella2021-01-202-1/+103
* posix: Fix regex_internal.h on bootstrapAdhemerval Zanella2021-01-201-2/+4
* Use <startup.h> in __libc_init_secureH.J. Lu2021-01-193-5/+56
* elf: Avoid RELATIVE relocation for _dl_sysinfoH.J. Lu2021-01-191-2/+8
* libmvec: Add extra-test-objs to test-extrasH.J. Lu2021-01-191-0/+8
* Hurd: Add rtld-strncpy-c.cH.J. Lu2021-01-191-0/+1
* Update MIPS libm-test-ulps.Joseph Myers2021-01-182-22/+24
* Update arm libm-test-ulps.Joseph Myers2021-01-181-11/+12
* Update powerpc-nofpu libm-test-ulps.Joseph Myers2021-01-181-16/+17
* Update hppa libm-test-ulpsJohn David Anglin2021-01-181-11/+12
* ARC: nofpu: Regenerate ulpsVineet Gupta2021-01-171-5/+6
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-1510-2/+172
* math/test-tgmath2: Fix fabs failure when no long doubleStafford Horne2021-01-151-2/+2
* x86: Move x86 processor cache info to cpu_featuresH.J. Lu2021-01-145-412/+551
* Fix x86 build with --enable-tunable=noAdhemerval Zanella2021-01-142-0/+2
* ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu2021-01-133-15/+9
* Use the right argument code in unnormal testsSiddhesh Poyarekar2021-01-135-33/+35
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-1326-110/+598
* elf: work around a gcc bug in elf_get_dynamic_infoSzabolcs Nagy2021-01-131-23/+18
* x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-133-1/+11
* posix: consume less entropy on tempnameAdhemerval Zanella2021-01-121-3/+14
* Makerules: Do not require startup files for format.lds probe objectFlorian Weimer2021-01-121-3/+2
* install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song2021-01-116-77/+3
* math: Add BZ#18980 fix back on dbl-64 coshAdhemerval Zanella2021-01-111-1/+2
* posix: Sync tempname with gnulib [BZ #26648]Adhemerval Zanella2021-01-111-116/+164
* posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella2021-01-113-0/+22
* support: Add xchmod wrapperAdhemerval Zanella2021-01-112-0/+31
* Update STATX_ATTR_DAX value from Linux 5.10.Joseph Myers2021-01-111-1/+1
* riscv: Initialize $gp before resolving the IRELATIVE relocationVincent Chen2021-01-101-1/+21