summaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2025-11-22htl: Fix conditions for thread list variablesHEADmasterSamuel Thibault
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-18Remove support for lock elision.Stefan Liebler
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-17Reference COPYING.LIB in <sframe.h> copyright headerFlorian Weimer
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from tgammafAdhemerval Zanella
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra
2025-11-04atomic: Consolidate atomic_write_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_read_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_full_barrier implementationAdhemerval Zanella
2025-11-03tls: Add debug logging for TLS and TCB managementFrédéric Bérat
2025-10-17math: Add builtin support for (l)lround(f)Wilco Dijkstra
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-07-24sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flagClaudiu Zissulescu
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-07-14elf: Add SFrame stack tracingClaudiu Zissulescu
2025-07-05elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer
2025-07-05elf: Introduce _dl_debug_change_stateFlorian Weimer
2025-07-05elf: Introduce separate _r_debug_array variableFlorian Weimer
2025-05-28generic: Add missing parameter name to __getrandom_early_initFlorian Weimer
2025-05-16Remove <libc-tsd.h>Florian Weimer
2025-05-14S390: Use cfi_val_offset instead of cfi_escape.Stefan Liebler
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella
2025-04-08elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)Adhemerval Zanella
2025-03-27Implement C23 pownJoseph Myers
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-03-21Remove eloop-threshold.hAdhemerval Zanella
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella
2025-03-05Remove dl-procinfo.hAdhemerval Zanella
2025-02-28Remove unused dl-procinfo.hWilco Dijkstra
2025-02-02elf: Add l_soname accessor function for DT_SONAME valuesFlorian Weimer
2025-02-02elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_objectFlorian Weimer
2025-01-30ld.so: Decorate BSS mappingsPetr Malat
2025-01-10Add generic 'extra TLS'Michael Jeanson
2025-01-09elf: Always define TLS_TP_OFFSETFlorian Weimer
2025-01-09Move <thread_pointer.h> to kernel-independent sysdeps directoriesFlorian Weimer
2025-01-02elf: Introduce generic <dl-tls.h>Florian Weimer
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella
2024-12-20elf: Move _dl_rtld_map, _dl_rtld_audit_state out of GLFlorian Weimer
2024-12-20elf: Introduce is_rtld_link_mapFlorian Weimer
2024-12-19elf: Remove code dependent on __rtld_lock_default_lock_recursive macroFlorian Weimer
2024-12-04malloc: Optimize small memory clearing for callocH.J. Lu
2024-12-02elf: Consolidate stackinfo.hAdhemerval Zanella
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella
2024-11-12linux: Add support for getrandom vDSOAdhemerval Zanella