aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2-2/+66
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer1-1/+122
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer1-1/+63
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer1-5/+15
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer1-1/+8
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-3/+16
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-0/+1
2020-11-11struct _Unwind_Exception alignment should not depend on compiler flagsFlorian Weimer1-9/+15
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault1-1/+1
2020-10-30elf: Unify old and new format cache handling code in ld.soFlorian Weimer1-4/+13
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella1-0/+6
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella1-0/+1
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-0/+3
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer1-6/+6
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer1-2/+4
2020-10-07elf: Implement _dl_writeFlorian Weimer1-0/+6
2020-07-16Linux: Remove rseq supportFlorian Weimer1-26/+0
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-0/+3
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy1-2/+3
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy1-0/+8
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2-12/+15
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella2-0/+2
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella4-0/+88
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella2-0/+48
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+1
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers1-0/+26
2020-06-25elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>Florian Weimer1-0/+2
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella10-45/+50
2020-06-05Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu1-1/+10
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta1-0/+5
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta1-0/+3
2020-05-28Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer1-2/+2
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer1-12/+7
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2-4/+4
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-0/+17
2020-04-24elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer1-0/+34
2020-02-20ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho1-0/+32
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer3-0/+76
2020-02-18mips: Fix bracktrace result for signal framesAdhemerval Zanella1-0/+30
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2-8/+37
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer1-6/+0
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho1-0/+21
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella4-0/+65
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-2/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers128-128/+128
2019-12-27Fix return code for __libc_signal_* functionsAdhemerval Zanella1-6/+6
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella1-2/+0
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-0/+9
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+5
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+5