aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2022-07-04Fix hurd namespace issues for internal signal functionsAdhemerval Zanella1-3/+3
2022-06-30Refactor internal-signals.hAdhemerval Zanella1-25/+6
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-11/+1
2022-06-14elf: Refine direct extern access diagnostics to protected symbolFangrui Song1-23/+27
2022-05-30elf: Remove _dl_skip_argsAdhemerval Zanella1-4/+0
2022-05-23math: Add math-use-builtins-fabs (BZ#29027)Adhemerval Zanella2-0/+4
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein1-0/+109
2022-05-17linux: Add pidfd_getfdAdhemerval Zanella1-0/+1
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy1-10/+3
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella2-27/+0
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella2-11/+5
2022-05-16Remove kernel version checkAdhemerval Zanella1-6/+0
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer1-0/+5
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2-13/+15
2022-04-27sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein1-0/+42
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