aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-28malloc: Remove memusage.hAdhemerval Zanella
2021-12-28malloc: Use hp-timing on libmemusageAdhemerval Zanella
2021-12-28malloc: Remove atomic_* usageAdhemerval Zanella
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella
2021-12-28hurd: Fix static-PIE startupSamuel Thibault
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-12-14Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu
2021-12-13math: Add math-use-builtinds-fmin.hAdhemerval Zanella
2021-12-13math: Add math-use-builtinds-fmax.hAdhemerval Zanella
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein
2021-10-21elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-07Add run-time check for indirect external accessH.J. Lu
2021-10-07Initial support for GNU_PROPERTY_1_NEEDEDH.J. Lu
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-09-27Disable symbol hack in libc_nonshared.aH.J. Lu
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella