]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2020-06-30  Joseph MyersFix strtod multiple-precision division bug (bug 26137).
2020-06-30  Florian WeimerLinux: Fix UTC offset setting in settimeofday for __TIM...
2020-06-30  John Marshallrandom: range is not portably RAND_MAX [BZ #7003]
2020-06-29  Joseph MyersUpdate kernel version to 5.7 in tst-mman-consts.py.
2020-06-29  Tulio Magno... powerpc: Add support for POWER10
2020-06-29  Samuel Thibaulthurd: Simplify usleep timeout computation
2020-06-29  Samuel Thibaulthtl: Enable cancel*16 an cancel*20 tests
2020-06-28  Samuel Thibaulthurd: Add remaining cancelation points
2020-06-28  Samuel Thibaulthurd: fix usleep(ULONG_MAX)
2020-06-28  Samuel Thibaulthurd: Make fcntl(F_SETLKW*) cancellation points
2020-06-28  Samuel Thibaulthurd: make wait4 a cancellation point
2020-06-28  Samuel Thibaulthurd: Fix port definition in HURD_PORT_USE_CANCEL
2020-06-28  Samuel Thibaulthurd: make close a cancellation point
2020-06-28  Samuel Thibaulthurd: make open and openat cancellation points
2020-06-28  Samuel Thibaulthurd: clean fd and port on thread cancel
2020-06-28  Samuel Thibaulthtl: Move cleanup handling to non-private libc-lock
2020-06-28  Samuel Thibaulthtl: Fix includes for lockfile
2020-06-27  Samuel Thibaulthtl: avoid cancelling threads inside critical sections
2020-06-26  Samuel Thibaulttst-cancel4-common.c: fix calling socketpair
2020-06-26  H.J. Lux86: Detect Intel Advanced Matrix Extensions
2020-06-26  Mike FABIANSet width of JUNGSEONG/JONGSEONG characters from UD7B0...
2020-06-26  Stefan LieblerS390: Optimize __memset_z196.
2020-06-26  Stefan LieblerS390: Optimize __memcpy_z196.
2020-06-25  Florian Weimerelf: Include <stddef.h> (for size_t), <sys/stat.h>...
2020-06-25  Szabolcs Nagynptl: Don't madvise user provided stack
2020-06-24  Stefan LieblerS390: Regenerate ULPs.
2020-06-24  Florian Weimerhtl: Add wrapper header for <semaphore.h> with hidden...
2020-06-24  Florian Weimerelf: Include <stdbool.h> in <dl-tunables.h> because...
2020-06-24  Samuel Thibaulthtl: Fix case when sem_*wait is canceled while holding...
2020-06-23  Samuel Thibaulthtl: Make sem_*wait cancellations points
2020-06-23  Samuel Thibaulthtl: Simplify non-cancel path of __pthread_cond_timedwa...
2020-06-23  Samuel Thibaulthtl: Enable tst-cancel25 test
2020-06-23  Tulio Magno... powerpc: Add new hwcap values
2020-06-23  Alex Butleraarch64: MTE compatible strncmp
2020-06-23  Alex Butleraarch64: MTE compatible strcmp
2020-06-23  Alex Butleraarch64: MTE compatible strrchr
2020-06-23  Alex Butleraarch64: MTE compatible memrchr
2020-06-23  Alex Butleraarch64: MTE compatible memchr
2020-06-23  Alex Butleraarch64: MTE compatible strcpy
2020-06-23  Joseph MyersAdd MREMAP_DONTUNMAP from Linux 5.7
2020-06-22  H.J. Lux86: Update CPU feature detection [BZ #26149]
2020-06-22  Adhemerval... aarch64: Remove fpu Makefile
2020-06-22  Adhemerval... m68k: Use sqrt{f} builtin for coldfire
2020-06-22  Adhemerval... arm: Use sqrt{f} builtin
2020-06-22  Adhemerval... riscv: Use sqrt{f} builtin
2020-06-22  Adhemerval... s390: Use sqrt{f} builtin
2020-06-22  Adhemerval... sparc: Use sqrt{f} builtin
2020-06-22  Adhemerval... mips: Use sqrt{f} builtin
2020-06-22  Adhemerval... alpha: Use builtin sqrt{f}
2020-06-22  Adhemerval... i386: Use builtin sqrtl
2020-06-22  Adhemerval... x86_64: Use builtin sqrt{f,l}
2020-06-22  Adhemerval... powerpc: Use sqrt{f} builtin
2020-06-22  Adhemerval... s390x: Use fma{f} builtin
2020-06-22  Adhemerval... aarch64: Use math-use-builtins for ceil{f}
2020-06-22  Adhemerval... math: Decompose math-use-builtins.h
2020-06-20  Samuel Thibaulthurd: Add mremap
2020-06-19  Adhemerval... ia64: Use generic exp10f
2020-06-19  Adhemerval... New exp10f version without SVID compat wrapper
2020-06-19  Adhemerval... i386: Use generic exp10f
2020-06-19  Paul Zimmermannmath: Optimized generic exp10f with wrappers
2020-06-19  Adhemerval... benchtests: Add exp10f benchmark
2020-06-18  H.J. Lux86: Update F16C detection [BZ #26133]
2020-06-17  Sunil K PandeyFix avx2 strncmp offset compare condition check [BZ...
2020-06-17  Samuel Thibaultnptl: Remove now-spurious tst-cancelx9 references
2020-06-17  H.J. Lux86_64: Use %xmmN with vpxor to clear a vector register
2020-06-17  H.J. Lux86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]
2020-06-16  Paul E. Murphypowerpc64le: refactor e_sqrtf128.c
2020-06-15  Joseph MyersUpdate syscall-names.list for Linux 5.7.
2020-06-15  Vineet Guptaieee754/dbl-64: Reduce the scope of temporary storage...
2020-06-15  Florian Weimermanual: Add pthread_attr_setsigmask_np, pthread_attr_ge...
2020-06-15  Florian Weimerld.so: Check for new cache format first and enhance...
2020-06-14  Samuel Thibaulthurd: Fix __writev_nocancel_nostatus
2020-06-14  Samuel Thibaulthurd: Make send* cancellation points
2020-06-14  Samuel Thibaulthtl: Enable more cancellation tests
2020-06-14  Samuel Thibaulthurd: Make write and pwrite64 cancellation points
2020-06-14  Samuel Thibaulthtl: Fix cleanup support for IO locking
2020-06-14  Samuel Thibaulthtl: Move cleanup stack to variable shared between...
2020-06-14  Samuel Thibaulthtl: initialize first and prevent from unloading
2020-06-14  Samuel Thibaulthtl: Add noreturn attribute on __pthread_exit forward
2020-06-14  Samuel Thibaulthurd: Make recv* cancellation points
2020-06-11  Paul E. Murphypowerpc: Automatic CPU detection in preconfigure
2020-06-10  Joseph MyersUse Linux 5.7 in build-many-glibcs.py.
2020-06-10  Samuel Thibaulthtl: Enable more cancel tests
2020-06-10  Samuel Thibaulthtl: Fix linking static tests by factorizing the symbol...
2020-06-09  H.J. LuAdd "%d" support to _dl_debug_vdprintf
2020-06-09  Andrea Coralloaarch64: MTE compatible strlen
2020-06-09  Andrea Coralloaarch64: MTE compatible strchr
2020-06-09  Andrea Coralloaarch64: MTE compatible strchrnul
2020-06-08  Krzysztof KochAArch64: Merge Falkor memcpy and memmove implementations
2020-06-08  Samuel Thibaulthurd: document that gcc&gdb look at the trampoline...
2020-06-08  Samuel Thibaultpthread: Move back linking rules to nptl and htl
2020-06-07  Samuel Thibaulthtl: Enable more tests
2020-06-07  Samuel Thibaulthtl: Fix registration of atfork handlers in modules
2020-06-07  Samuel Thibaulthtl: Fix tls initialization for already-created threads
2020-06-07  Samuel Thibaulthurd: Make read and pread64 cancellable
2020-06-07  Samuel Thibaulthurd: Fix unwinding over interruptible RPC
2020-06-07  Samuel Thibaulthtl: Enable but XFAIL tst-flock2, tst-signal1, tst...
2020-06-07  Samuel Thibaulthurd: XFAIL more tests that require setpshared support
2020-06-07  Samuel Thibaulthurd: Briefly document in xfails the topics of the...
2020-06-07  Samuel Thibaulthtl: Enable more tests
next