about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* fork.h: replace with register-atfork.hSamuel Thibault2021-03-291-27/+0
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-261-0/+4
* malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy2021-03-261-3/+3
* malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy2021-03-261-10/+31
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-251-3/+53
* Change how the symbol_version_reference macro is definedFlorian Weimer2021-03-251-0/+38
* Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer2021-03-161-8/+0
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-121-0/+19
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-111-6/+0
* Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer2021-03-011-46/+9
* Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer2021-03-011-0/+83
* __frame_state_for: Use <unwind-link.h> for unwinder accessFlorian Weimer2021-03-011-13/+8
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-012-11/+122
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-1/+5
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-011-0/+3
* Use <startup.h> in __libc_init_secureH.J. Lu2021-01-191-0/+26
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-134-11/+86
* Move generic nan-pseudo-number.h to ldbl-96Siddhesh Poyarekar2021-01-041-31/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02142-142/+142
* x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar2020-12-301-0/+31
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-211-0/+52
* profil-counter: Add missing SIGINFO caseSamuel Thibault2020-12-211-0/+10
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-181-2/+0
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-112-5/+6
* elf: Process glibc-hwcaps subdirectories in ldconfigFlorian Weimer2020-12-042-2/+66
* elf: Add extension mechanism to ld.so.cacheFlorian Weimer2020-12-041-1/+122
* elf: Add endianness markup to ld.so.cache (bug 27008)Florian Weimer2020-12-041-1/+63
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-041-5/+15
* elf: Introduce enum opt_format in the ldconfig implementationFlorian Weimer2020-11-261-1/+8
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-3/+16
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-0/+1
* struct _Unwind_Exception alignment should not depend on compiler flagsFlorian Weimer2020-11-111-9/+15
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-111-1/+1
* elf: Unify old and new format cache handling code in ld.soFlorian Weimer2020-10-301-4/+13
* linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2020-10-091-0/+6
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-091-0/+1
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-0/+3
* elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer2020-10-091-6/+6
* elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer2020-10-081-2/+4
* elf: Implement _dl_writeFlorian Weimer2020-10-071-0/+6
* Linux: Remove rseq supportFlorian Weimer2020-07-161-26/+0
* rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy2020-07-081-0/+3
* rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2020-07-081-2/+3
* rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy2020-07-081-0/+8
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-082-12/+15
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-072-0/+2
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-074-0/+88
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-072-0/+48
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+1
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-0/+26