]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2 hours ago  Florian Weimerelf: Preserve _rtld_global layout for the release branch release/2.39/master
3 hours ago  Florian Weimerelf: Compile _dl_debug_state separately (bug 33224)
3 hours ago  Florian Weimerelf: Restore support for _r_debug interpositions and...
3 hours ago  Florian Weimerelf: Introduce _dl_debug_change_state
3 hours ago  Florian Weimerelf: Introduce separate _r_debug_array variable
3 hours ago  Florian Weimerelf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor
3 hours ago  Florian Weimerelf: Fix handling of symbol versions which hash to...
3 hours ago  Florian Weimerelf: Second ld.so relocation only if libc.so has been...
3 hours ago  Florian Weimerelf: Reorder audit events in dlcose to match _dl_fini...
3 hours ago  Florian Weimerelf: Call la_objclose for proxy link maps in _dl_fini...
3 hours ago  Florian Weimerelf: Signal la_objopen for the proxy link map in dlmope...
3 hours ago  Florian Weimerelf: Add the endswith function to <endswith.h>
3 hours ago  Florian Weimerelf: Update DSO list, write audit log to elf/tst-audit2...
3 hours ago  Florian Weimerelf: Switch to main malloc after final ld.so self-reloc...
3 hours ago  Florian Weimerelf: Introduce _dl_relocate_object_no_relro
3 hours ago  Florian Weimerelf: Do not define consider_profiling, consider_symbind...
3 hours ago  Florian Weimerelf: rtld_multiple_ref is always true
3 hours ago  Florian WeimerRevert "elf: Run constructors on cyclic recursive dlope...
3 hours ago  Florian Weimerelf: Fix map_complete Systemtap probe in dl_open_worker
3 hours ago  Florian Weimerelf: Signal RT_CONSISTENT after relocation processing...
3 hours ago  Florian Weimerelf: Signal LA_ACT_CONSISTENT to auditors after RT_CONS...
3 hours ago  Florian Weimerelf: Run constructors on cyclic recursive dlopen (bug...
3 hours ago  Adam Sampsonldconfig: Move endswithn into a new header file
2 days ago  H.J. Lux86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]
2 days ago  H.J. Lux86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]
2 days ago  Florian Weimerlibio: Test for fdopen memory leak without SEEK_END...
2 days ago  Andreas SchwabRemove memory leak in fdopen (bug 31840)
2 days ago  Joe Ramsaymath: Remove no-mathvec flag
4 days ago  Jens RemusUse TLS initial-exec model for __libc_tsd_CTYPE_* threa...
4 days ago  Florian Weimerctype: Fallback initialization of TLS using relocations...
4 days ago  Florian WeimerUse proper extern declaration for _nl_C_LC_CTYPE_{class...
4 days ago  Florian WeimerRemove <libc-tsd.h>
4 days ago  Carlos O'Donellctype: Reformat Makefile.
4 days ago  Florian Weimerelf: Handle ld.so with LOAD segment gaps in _dl_find_ob...
4 days ago  Florian Weimerelf: Extract rtld_setup_phdr function from dl_main
4 days ago  Florian Weimerelf: Do not add a copy of _dl_find_object to libc.so
4 days ago  Adhemerval... arm: Use _dl_find_object on __gnu_Unwind_Find_exidx...
6 days ago  Luna LambAArch64: Improve codegen in SVE log1p
6 days ago  Dylan FlemingAArch64: Optimize inverse trig functions
6 days ago  Wilco DijkstraAArch64: Avoid memset ifunc in cpu-features.c [BZ ...
2025-07-24  Florian Weimerposix: Fix double-free after allocation failure in...
2025-06-20  Florian WeimerFix error reporting (false negatives) in SGID tests
2025-06-20  Florian Weimersupport: Pick group in support_capture_subprogram_self_...
2025-06-17  Carlos O'Donellppc64le: Revert "powerpc: Optimized strcmp for power10...
2025-06-17  Carlos O'Donellppc64le: Revert "powerpc : Add optimized memchr for...
2025-06-17  Carlos O'Donellppc64le: Revert "powerpc: Fix performance issues of...
2025-05-21  Florian Weimerelf: Fix subprocess status handling for tst-dlopen...
2025-05-20  Sunil K Pandeyx86_64: Fix typo in ifunc-impl-list.c.
2025-05-20  Florian Weimerelf: Test case for bug 32976 (CVE-2025-4802)
2025-05-20  Florian Weimersupport: Add support_record_failure_barrier
2025-05-20  Florian Weimersupport: Use const char * argument in support_capture_s...
2025-05-16  Florian Weimerelf: Keep using minimal malloc after early DTV resize...
2025-05-14  H.J. Lusysdeps/unix/sysv/linux/x86_64/Makefile: Add the end...
2025-05-14  H.J. Lusysdeps/x86_64/Makefile (tests): Add the end marker
2025-05-14  H.J. Lusort-makefile-lines.py: Allow '_' in name and "^# name"
2025-05-14  Arjun Shankarlibio: Correctly link tst-popen-fork against libpthread
2025-05-14  Arjun Shankarlibio: Fix a deadlock after fork in popen
2025-05-14  H.J. Lulibio: Sort test variables in Makefile
2025-05-12  Florian WeimerLinux: Switch back to assembly syscall wrapper for...
2025-04-29  Florian Weimernptl: PTHREAD_COND_INITIALIZER compatibility with pre...
2025-04-29  Malte Skarupkenptl: Use all of g1_start and g_signals
2025-04-29  Malte Skarupkenptl: rename __condvar_quiesce_and_switch_g1
2025-04-29  Malte Skarupkenptl: Fix indentation
2025-04-29  Malte Skarupkenptl: Use a single loop in pthread_cond_wait instaed...
2025-04-29  Malte Skarupkenptl: Remove g_refs from condition variables
2025-04-29  Malte Skarupkenptl: Remove unnecessary quadruple check in pthread_con...
2025-04-29  Malte Skarupkenptl: Remove unnecessary catch-all-wake in condvar...
2025-04-29  Malte Skarupkenptl: Update comments and indentation for new condvar...
2025-04-29  Frank Barruspthreads NPTL: lost wakeup fix 2
2025-04-14  H.J. Lux86: Detect Intel Diamond Rapids
2025-04-14  Sunil K Pandeyx86: Handle unknown Intel processor with default tuning
2025-04-14  Sunil K Pandeyx86: Add ARL/PTL/CWF model detection support
2025-04-14  Sunil K Pandeyx86: Optimize xstate size calculation
2025-04-14  Noah Goldsteinx86: Use `Avoid_Non_Temporal_Memset` to control non...
2025-04-14  Florian Weimerx86: Tunables may incorrectly set Prefer_PMINUB_for_str...
2025-04-14  Noah Goldsteinx86: Disable non-temporal memset on Skylake Server
2025-04-14  Noah Goldsteinx86: Fix value for `x86_memset_non_temporal_threshold...
2025-04-14  Joe Damatox86: Enable non-temporal memset tunable for AMD
2025-04-14  Noah Goldsteinx86: Add seperate non-temporal tunable for memset
2025-03-31  Florian Weimerx86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with...
2025-03-29  Florian Weimerx86: Use separate variable for TLSDESC XSAVE/XSAVEC...
2025-03-29  Florian Weimerx86: Skip XSAVE state size reset if ISA level requires...
2025-03-20  Sunil K Pandeyx86_64: Add atanh with FMA
2025-03-20  Sunil K Pandeyx86_64: Add sinh with FMA
2025-03-20  Sunil K Pandeyx86_64: Add tanh with FMA
2025-03-20  H.J. Lux86-64: Exclude FMA4 IFUNC functions for -mapxf
2025-03-12  Michael Jeansonnptl: clear the whole rseq area before registration
2025-02-28  Wilco Dijkstramath: Improve layout of exp/exp10 data
2025-02-28  Wilco DijkstraAArch64: Use prefer_sve_ifuncs for SVE memset
2025-02-28  Wilco DijkstraAArch64: Add SVE memset
2025-02-28  Wilco Dijkstramath: Improve layout of expf data
2025-02-28  Wilco DijkstraAArch64: Remove zva_128 from memset
2025-02-28  Wilco DijkstraAArch64: Optimize memset
2025-02-28  Wilco DijkstraAArch64: Improve generic strlen
2025-02-27  Yat Long PoonAArch64: Improve codegen for SVE logs
2025-02-27  Luna LambAArch64: Improve codegen in SVE tans
2025-02-27  Joana CruzAArch64: Improve codegen of AdvSIMD atan(2)(f)
2025-02-27  Joana CruzAArch64: Improve codegen of AdvSIMD logf function family
2025-02-27  Pierre BlanchardAArch64: Improve codegen in AdvSIMD logs
2025-02-27  Joe RamsayAArch64: Simplify rounding-multiply pattern in several...
next