about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Make libc symbols hidden in static PIE nsz/bug27072Szabolcs Nagy2021-01-201-2/+7
* csu: Move static pie self relocation later [BZ #27072]Szabolcs Nagy2021-01-201-2/+5
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-208-0/+34
* csu: Avoid weak ref for __ehdr_start in static PIESzabolcs Nagy2021-01-201-0/+4
* configure: Check for static PIE supportSzabolcs Nagy2021-01-209-0/+39
* elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2021-01-203-4/+14
* elf: Make the tunable struct definition internal onlySzabolcs Nagy2021-01-203-38/+43
* 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
* riscv: support GNU indirect functionVincent Chen2021-01-103-0/+79
* posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor2021-01-101-1/+1
* Add xfchmod to libsupportAlexandra Hájková2021-01-103-0/+30
* Add xchdir to libsupport.Alexandra Hájková2021-01-093-0/+30
* POSIX locale: Fix typo in commentMarc Aurèle La France2021-01-091-1/+1
* ARC: Regenerate ulpsVineet Gupta2021-01-081-4/+4
* mntent: Use __putc_unlocked instead of fputc_unlockedSiddhesh Poyarekar2021-01-081-6/+6
* aarch64: define PI_STATIC_AND_HIDDENSzabolcs Nagy2021-01-082-0/+9
* Update NEWS for CVE-2019-25013.Siddhesh Poyarekar2021-01-081-0/+3
* x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu2021-01-0721-113/+644
* Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra2021-01-0740-1843/+422
* Remove dbl-64/wordsize-64Wilco Dijkstra2021-01-074-4/+31
* Add SEGV_MTEAERR and SEGV_MTESERR from Linux 5.10.Joseph Myers2021-01-061-1/+5
* support: Add support_small_thread_stack_sizeAdhemerval Zanella2021-01-052-3/+11
* stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella2021-01-053-171/+389
* malloc: Add scratch_buffer_dupfreeAdhemerval Zanella2021-01-055-2/+83