aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
azanella/bz25263-loader-realpathelf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Geoffrey Thomas14 months
azanella/bz30558-posix_timerlinux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558, 27895, 29705, 32...Adhemerval Zanella13 months
azanella/cancel-wrappers-inlinelinux: Inline __syscall_internal_cancel and __syscall_cancelAdhemerval Zanella13 months
azanella/clangstdlib: Avoid strlen plt with clang-20Adhemerval Zanella13 months
azanella/memory-seal-v6linux: Add support for PT_GNU_MUTABLEAdhemerval Zanella14 months
azanella/ubsan-undefgmon: Fix UB in sprofilAdhemerval Zanella12 months
masterbenchtest: Correct shell script related to bench-malloc-threadCupertino Miranda12 months
release/2.39/masterx86: Detect Intel Diamond RapidsH.J. Lu13 months
release/2.40/masterx86: Detect Intel Diamond RapidsH.J. Lu13 months
release/2.41/masterelf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]Aurelien Jarno12 months
[...]
 
TagDownloadAuthorAge
glibc-2.41.9000glibc-2.41.9000.tar.xz  glibc-2.41.9000.zip  Andreas K. Hüttel15 months
glibc-2.41glibc-2.41.tar.xz  glibc-2.41.zip  Andreas K. Hüttel15 months
glibc-2.40.9000glibc-2.40.9000.tar.xz  glibc-2.40.9000.zip  Andreas K. Hüttel21 months
glibc-2.40glibc-2.40.tar.xz  glibc-2.40.zip  Andreas K. Hüttel21 months
glibc-2.14.9000glibc-2.14.9000.tar.xz  glibc-2.14.9000.zip  Carlos O'Donell2 years
glibc-2.39.9000glibc-2.39.9000.tar.xz  glibc-2.39.9000.zip  Andreas K. Hüttel2 years
glibc-2.39glibc-2.39.tar.xz  glibc-2.39.zip  Andreas K. Hüttel2 years
glibc-2.38.9000glibc-2.38.9000.tar.xz  glibc-2.38.9000.zip  Andreas K. Hüttel3 years
glibc-2.38glibc-2.38.tar.xz  glibc-2.38.zip  Andreas K. Hüttel3 years
glibc-2.37.9000glibc-2.37.9000.tar.xz  glibc-2.37.9000.zip  Carlos O'Donell3 years
[...]
 
AgeCommit messageAuthorFilesLines
2019-11-28Implement __libc_early_initfw/libc-early-init-2Florian Weimer14-10/+311
2019-11-28Introduce <elf_machine_sym_no_match.h>Florian Weimer5-23/+90
2019-11-27Move _dl_open_check to its original place in dl_open_workerFlorian Weimer1-6/+2
2019-11-27Block signals during the initial part of dlopenFlorian Weimer1-2/+26
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer10-38/+328
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer4-131/+258
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2-49/+114
2019-11-27Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer7-21/+216
2019-11-27resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer11-1/+253
2019-11-27dlsym: Do not determine caller link map if not neededFlorian Weimer1-4/+21
[...]