aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2022-04-25elf: Remove unused enum allowmaskFangrui Song1-11/+0
2022-04-19elf: Remove __libc_init_secureFangrui Song1-24/+0
2022-04-12Remove _dl_skip_args_internal declarationSzabolcs Nagy1-5/+0
2022-03-23elf: Remove inline _dl_dprintfAdhemerval Zanella1-11/+0
2022-02-10elf: Remove LD_USE_LOAD_BIASAdhemerval Zanella2-6/+0
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-11/+0
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault1-1/+1
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard1-0/+23
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2-1/+7
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella1-1/+1
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu1-0/+36
2022-01-17elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella1-3/+3
2022-01-17Revert "elf: Fix 64 time_t support for installed statically binaries"Adhemerval Zanella1-3/+3
2022-01-12elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella1-3/+3
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy1-3/+2
2022-01-07ttydefaults.h: Fix CSTATUS to control-tSamuel Thibault1-5/+1
2022-01-06debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella1-19/+0
2022-01-03elf: Add <dl-debug.h>H.J. Lu1-0/+33
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert162-162/+162
2021-12-28elf: Add _dl_find_object functionFlorian Weimer1-0/+5
2021-12-28malloc: Remove memusage.hAdhemerval Zanella1-25/+0
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella1-12/+0
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella1-14/+0
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella3-0/+32
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella1-0/+4
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella1-0/+3
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella1-0/+10
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella1-0/+4
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella1-0/+7
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella1-0/+10
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella1-0/+5
2021-12-28hurd: Fix static-PIE startupSamuel Thibault1-0/+31
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella2-0/+15
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella3-0/+76
2021-12-14Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu1-0/+20
2021-12-13math: Add math-use-builtinds-fmin.hAdhemerval Zanella2-0/+5
2021-12-13math: Add math-use-builtinds-fmax.hAdhemerval Zanella6-0/+9
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-9/+5
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer1-0/+25
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer1-0/+7
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella1-0/+28
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein1-1/+4
2021-10-21elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella1-0/+9
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-1/+13
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2-9/+12
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2-0/+29
2021-10-07Add run-time check for indirect external accessH.J. Lu1-0/+54
2021-10-07Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu2-2/+10
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy1-1/+8
2021-09-27Disable symbol hack in libc_nonshared.aH.J. Lu1-1/+2