about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* Disable symbol hack in libc_nonshared.aH.J. Lu2021-09-271-1/+2
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-222-5/+34
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-4/+8
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-162-12/+0
* htl: Move thread table to ld.soSergey Bugaev2021-09-161-0/+9
* elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-151-5/+6
* Add narrowing square root functionsJoseph Myers2021-09-106-0/+161
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0319-21/+0
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-12/+0
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-221-1/+0
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-0/+0
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-2/+2
* Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2021-07-092-1/+64
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-0/+24
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-31/+12
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-272-0/+5
* Linux: Move aio_init from librt into libcFlorian Weimer2021-06-251-12/+31
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-241-0/+32
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-221-4/+79
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-152-0/+22
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-041-28/+0
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-031-0/+3
* Properly check stack alignment [BZ #27901]H.J. Lu2021-05-241-14/+26
* elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer2021-05-191-0/+28
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-171-4/+6
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-171-6/+0
* elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2021-05-172-0/+31
* Make sysdeps/generic/libc.abilist emptyJoseph Myers2021-05-131-1/+0
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-101-1/+10
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-101-0/+11
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-101-0/+4
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-101-1/+24
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-0/+19
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-211-0/+5
* Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer2021-04-211-12/+0
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-211-0/+7
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-211-0/+9
* csu: Move calling main out of __libc_start_main_implFlorian Weimer2021-04-211-0/+24
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-211-0/+14
* 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