aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang2-0/+5
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang2-0/+5
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang2-0/+5
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2-1/+35
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2-13/+4
2022-10-28stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren1-0/+31
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-0/+8
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer1-0/+3
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-5/+1
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2-1/+30
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella1-0/+38
2022-10-06elf: Remove _dl_string_hwcapJavier Pello1-2/+0
2022-10-06elf: Remove hwcap parameter from add_to_cache signatureJavier Pello1-1/+1
2022-09-20m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella1-0/+25
2022-09-06elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer1-2/+4
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-4/+0
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-0/+4
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld4-35/+3
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto1-0/+24
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto4-6/+22
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