aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
azanella/bz25263-loader-realpathelf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Geoffrey Thomas19 months
azanella/bz30558-posix_timerlinux: Do not spawn a new thread for SIGEV_THREAD (BZ 30558, 27895, 29705, 32...Adhemerval Zanella18 months
azanella/cancel-wrappers-inlinelinux: Inline __syscall_internal_cancel and __syscall_cancelAdhemerval Zanella18 months
azanella/clangstdlib: Avoid strlen plt with clang-20Adhemerval Zanella18 months
azanella/memory-seal-v6linux: Add support for PT_GNU_MUTABLEAdhemerval Zanella19 months
azanella/ubsan-undefgmon: Fix UB in sprofilAdhemerval Zanella17 months
masterbenchtest: Correct shell script related to bench-malloc-threadCupertino Miranda17 months
release/2.39/masterx86: Detect Intel Diamond RapidsH.J. Lu17 months
release/2.40/masterx86: Detect Intel Diamond RapidsH.J. Lu17 months
release/2.41/masterelf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]Aurelien Jarno17 months
[...]
 
TagDownloadAuthorAge
glibc-2.41.9000glibc-2.41.9000.tar.xz  glibc-2.41.9000.zip  Andreas K. Hüttel20 months
glibc-2.41glibc-2.41.tar.xz  glibc-2.41.zip  Andreas K. Hüttel20 months
glibc-2.40.9000glibc-2.40.9000.tar.xz  glibc-2.40.9000.zip  Andreas K. Hüttel2 years
glibc-2.40glibc-2.40.tar.xz  glibc-2.40.zip  Andreas K. Hüttel2 years
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üttel3 years
glibc-2.39glibc-2.39.tar.xz  glibc-2.39.zip  Andreas K. Hüttel3 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'Donell4 years
[...]
 
AgeCommit messageAuthorFilesLines
2016-03-28Add 32-bit Enhanced REP MOVSB/STOSB (ERMS) memcpy/memsethjl/erms/i386H.J. Lu8-1/+203
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu4-2/+31
2016-03-25resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer2-23/+49
2016-03-25tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer2-1/+10
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers7-21/+2628
2016-03-23Assume __NR_utimensat is always definedAurelien Jarno4-22/+12
2016-03-23Assume __NR_openat is always definedAurelien Jarno3-4/+6
2016-03-23x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock3-0/+8
2016-03-22Don't set %rcx twice before "rep movsb"H.J. Lu2-1/+5
2016-03-22Set index_arch_AVX_Fast_Unaligned_Load only for Intel processorsH.J. Lu3-74/+105
[...]