aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2020-12-30x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw
2020-12-21profil-counter: Add missing SIGINFO caseSamuel Thibault
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-04elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer
2020-12-04elf: Add extension mechanism to ld.so.cacheFlorian Weimer
2020-12-04elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer
2020-11-26elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-11-11struct _Unwind_Exception alignment should not depend on compiler flagsFlorian Weimer
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2020-10-30elf: Unify old and new format cache handling code in ld.soFlorian Weimer
2020-10-09linux: Add {f}stat{at} y2038 supportAdhemerval Zanella
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer
2020-10-07elf: Implement _dl_writeFlorian Weimer
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy
2020-07-08rtld: Account static TLS surplus for audit modulesSzabolcs Nagy
2020-07-08rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-06-25elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>Florian Weimer
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella
2020-06-05Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta
2020-05-28Hurd: Use __sigmask in favor of deprecated sigmaskFlorian Weimer
2020-05-25elf: Turn _dl_printf, _dl_error_printf, _dl_fatal_printf into functionsFlorian Weimer
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-04-24elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer
2020-02-20ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-02-18mips: Fix bracktrace result for signal framesAdhemerval Zanella
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers