aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-0/+5
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer1-12/+0
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer1-0/+7
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer1-0/+9
2021-04-21csu: Move calling main out of __libc_start_main_implFlorian Weimer1-0/+24
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-0/+14
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault1-27/+0
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella1-0/+4
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy1-3/+3
2021-03-26malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy1-10/+31
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer1-3/+53
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer1-0/+38
2021-03-16Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer1-8/+0
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella1-0/+19
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra1-6/+0
2021-03-01Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer1-46/+9
2021-03-01Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer1-0/+83
2021-03-01__frame_state_for: Use <unwind-link.h> for unwinder accessFlorian Weimer1-13/+8
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2-11/+122
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-1/+5
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu1-0/+3
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu1-0/+26
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu4-11/+86
2021-01-04Move generic nan-pseudo-number.h to ldbl-96Siddhesh Poyarekar1-31/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert142-142/+142
2020-12-30x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar1-0/+31
2020-12-21malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw1-0/+52
2020-12-21profil-counter: Add missing SIGINFO caseSamuel Thibault1-0/+10
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula1-2/+0
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy2-5/+6
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