about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2022-01-121-3/+3
* math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy2022-01-101-3/+2
* ttydefaults.h: Fix CSTATUS to control-tSamuel Thibault2022-01-071-5/+1
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-061-19/+0
* elf: Add <dl-debug.h>H.J. Lu2022-01-031-0/+33
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01162-162/+162
* elf: Add _dl_find_object functionFlorian Weimer2021-12-281-0/+5
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-25/+0
* malloc: Use hp-timing on libmemusageAdhemerval Zanella2021-12-281-12/+0
* malloc: Remove atomic_* usageAdhemerval Zanella2021-12-281-14/+0
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-283-0/+32
* elf: Add _dl_audit_pltenterAdhemerval Zanella2021-12-281-0/+4
* elf: Add _dl_audit_preinitAdhemerval Zanella2021-12-281-0/+3
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2021-12-281-0/+10
* elf: Add _dl_audit_objcloseAdhemerval Zanella2021-12-281-0/+4
* elf: Add _dl_audit_objsearchAdhemerval Zanella2021-12-281-0/+7
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2021-12-281-0/+10
* elf: Add _dl_audit_objopenAdhemerval Zanella2021-12-281-0/+5
* hurd: Fix static-PIE startupSamuel Thibault2021-12-281-0/+31
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-152-0/+15
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-153-0/+76
* Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu2021-12-141-0/+20
* math: Add math-use-builtinds-fmin.hAdhemerval Zanella2021-12-132-0/+5
* math: Add math-use-builtinds-fmax.hAdhemerval Zanella2021-12-136-0/+9
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-9/+5
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-051-0/+25
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-171-0/+7
* elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella2021-11-091-0/+28
* x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein2021-10-271-1/+4
* elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella2021-10-211-0/+9
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-1/+13
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-10-192-9/+12
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-142-0/+29
* Add run-time check for indirect external accessH.J. Lu2021-10-071-0/+54
* Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu2021-10-072-2/+10
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-041-1/+8
* Disable symbol hack in libc_nonshared.aH.J. Lu2021-09-271-1/+2
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-222-5/+34
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-4/+8
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-162-12/+0
* htl: Move thread table to ld.soSergey Bugaev2021-09-161-0/+9
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-151-5/+6
* Add narrowing square root functionsJoseph Myers2021-09-106-0/+161
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0319-21/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-12/+0
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-1/+0
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-0/+0
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-2/+2
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-092-1/+64
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-0/+24