aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2022-03-29elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard1-0/+23
2022-03-29elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2-1/+7
2022-03-29elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella1-1/+1
2022-03-29elf: Add _dl_audit_pltexitAdhemerval Zanella3-0/+32
2022-03-29elf: Add _dl_audit_pltenterAdhemerval Zanella1-0/+4
2022-03-29elf: Add _dl_audit_preinitAdhemerval Zanella1-0/+3
2022-03-29elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella1-0/+10
2022-03-29elf: Add _dl_audit_objcloseAdhemerval Zanella1-0/+4
2022-03-29elf: Add _dl_audit_objsearchAdhemerval Zanella1-0/+7
2022-03-29elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella1-0/+10
2022-03-29elf: Add _dl_audit_objopenAdhemerval Zanella1-0/+5
2022-03-29elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2-0/+29
2021-11-03ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2-9/+12
2021-11-03ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2-5/+34
2021-10-19elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy1-1/+8
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar1-1/+0
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-0/+0
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella1-2/+2
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu2-1/+64
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella1-0/+24
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-31/+12
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2-0/+5
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer1-12/+31
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella1-0/+32
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer1-4/+79
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2-0/+22
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella1-28/+0
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer1-0/+3
2021-05-24Properly check stack alignment [BZ #27901]H.J. Lu1-14/+26
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer1-0/+28
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer1-4/+6
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer1-6/+0
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2-0/+31
2021-05-13Make sysdeps/generic/libc.abilist emptyJoseph Myers1-1/+0
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer1-1/+10
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-0/+11
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-0/+4
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer1-1/+24
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer1-0/+19
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