]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2020-11-04  Szabolcs Nagyaarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] release/2.26/master
2020-03-25  Szabolcs Nagyaarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT
2020-03-25  Szabolcs Nagyaarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANT
2020-03-20  Andreas SchwabFix use-after-free in glob when expanding ~user (bug...
2020-03-20  Andreas SchwabFix array overflow in backtrace on PowerPC (bug 25423)
2019-11-28  Florian Weimerlibio: Disable vtable validation for pre-2.1 interposed...
2019-11-22  Marcin Kościelnickirtld: Check __libc_enable_secure before honoring LD_PRE...
2019-11-05  Dragan Mladjenovicmips: Force RWX stack for hard-float builds that can...
2019-09-13  Wilco DijkstraImprove performance of memmem
2019-09-13  Wilco DijkstraImprove performance of strstr
2019-09-13  Wilco DijkstraFix strstr bug with huge needles (bug 23637)
2019-09-13  Rajalakshmi... Speedup first memmem match
2019-09-13  Wilco DijkstraSimplify and speedup strstr/strcasestr first match
2019-09-13  Wilco DijkstraImprove strstr performance
2019-09-06  Wilco Dijkstra[AArch64] Add ifunc support for Ares
2019-09-06  Siddhesh Poyarekaraarch64,falkor: Use vector registers for memcpy
2019-09-06  Siddhesh Poyarekaraarch64,falkor: Ignore prefetcher tagging for smaller...
2019-09-06  Siddhesh Poyarekaraarch64/strncmp: Use lsr instead of mov+lsr
2019-09-06  Siddhesh Poyarekaraarch64/strncmp: Unbreak builds with old binutils
2019-09-06  Siddhesh Poyarekaraarch64: Improve strncmp for mutually misaligned inputs
2019-09-06  Siddhesh Poyarekaraarch64/strcmp: fix misaligned loop jump target
2019-09-06  Siddhesh Poyarekaraarch64: Improve strcmp unaligned performance
2019-09-06  Siddhesh Poyarekaraarch64: Fix branch target to loop16
2019-09-06  Siddhesh Poyarekaraarch64: Optimized memcmp for medium to large sizes
2019-09-06  Siddhesh Poyarekaraarch64: Use the L() macro for labels in memcmp
2019-09-06  Wilco Dijkstra[AArch64] Optimized memcmp.
2019-07-12  Adhemerval... posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
2019-07-12  Szabolcs Nagyaarch64: handle STO_AARCH64_VARIANT_PCS
2019-07-12  Szabolcs Nagyaarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VAR...
2019-05-22  Wilco DijkstraFix tcache count maximum (BZ #24531)
2019-05-16  Andreas SchwabFix crash in _IO_wfile_sync (bug 20568)
2019-02-07  Stefan LieblerAdd compiler barriers around modifications of the robus...
2019-02-04  H.J. Lux86-64 memcmp: Use unsigned Jcc instructions on size...
2019-02-01  H.J. Lux86-64 strnlen/wcsnlen: Properly handle the length...
2019-02-01  H.J. Lux86-64 strncpy: Properly handle the length parameter...
2019-02-01  H.J. Lux86-64 strncmp family: Properly handle the length param...
2019-02-01  H.J. Lux86-64 memset/wmemset: Properly handle the length param...
2019-02-01  H.J. Lux86-64 memrchr: Properly handle the length parameter...
2019-02-01  H.J. Lux86-64 memcpy: Properly handle the length parameter...
2019-02-01  H.J. Lux86-64 memcmp/wmemcmp: Properly handle the length param...
2019-02-01  H.J. Lux86-64 memchr/wmemchr: Properly handle the length param...
2019-01-11  Gabriel F.... powerpc: Regenerate ULPs
2019-01-11  Tulio Magno... [BZ #21745] powerpc: build some IFUNC math functions...
2019-01-02  Florian Weimerintl: Do not return NULL on asprintf failure in gettext...
2019-01-01  Florian Weimermalloc: Always call memcpy in _int_realloc [BZ #24027]
2018-11-27  Florian WeimerCVE-2018-19591: if_nametoindex: Fix descriptor for...
2018-11-09  Alexandra HájkováAdd an additional test to resolv/tst-resolv-network.c
2018-11-06  Andreas Schwablibanl: properly cleanup if first helper thread creatio...
2018-11-02  Adhemerval... x86: Fix Haswell CPU string flags (BZ#23709)
2018-10-22  Joseph MyersDisable -Wrestrict for two nptl/tst-attr3.c tests.
2018-10-22  Joseph MyersFix string/bug-strncat1.c build with GCC 8.
2018-10-22  Joseph MyersIgnore -Wrestrict for one strncat test.
2018-10-22  Joseph MyersDisable strncat test array-bounds warnings for GCC 8.
2018-10-22  Joseph MyersFix string/tester.c build with GCC 8.
2018-10-22  Joseph MyersFix nscd readlink argument aliasing (bug 22446).
2018-10-22  Steve EllceyIncrease buffer size due to warning from ToT GCC
2018-10-22  Joseph MyersFix p_secstodate overflow handling (bug 22463).
2018-10-22  Paul Eggerttimezone: pacify GCC -Wstringop-truncation
2018-10-22  Martin Seborutmp: Avoid -Wstringop-truncation warning
2018-10-22  Joseph MyersAvoid use of strlen in getlogin_r (bug 22447).
2018-10-22  Ilya Yu. Malakhovsignal: Use correct type for si_band in siginfo_t ...
2018-09-28  Adhemerval... Fix misreported errno on preadv2/pwritev2 (BZ#23579)
2018-09-28  Florian Weimerpreadv2/pwritev2: Handle offset == -1 [BZ #22753]
2018-09-10  Stefan LieblerFix segfault in maybe_script_execute.
2018-08-27  Martin Kuchtapthread_cond_broadcast: Fix waiters-after-spinning...
2018-07-29  H.J. Lux86: Populate COMMON_CPUID_INDEX_80000001 for Intel...
2018-07-29  H.J. Lux86: Correct index_cpu_LZCNT [BZ #23456]
2018-07-06  Florian Weimerconform/conformtest.pl: Escape literal braces in regula...
2018-07-03  Florian Weimerstdio-common/tst-printf.c: Remove part under a non...
2018-07-03  Florian Weimerlibio: Add tst-vtables, tst-vtables-interposed
2018-07-03  Florian WeimerSynchronize support/ infrastructure with master
2018-07-03  Florian WeimerNEWS: Reorder out-of-order bugs
2018-07-03  Florian Weimerlibio: Disable vtable validation in case of interpositi...
2018-06-29  Steve EllceyCheck length of ifname before copying it into to ifreq...
2018-06-29  Daniel Alvarezgetifaddrs: Don't return ifa entries with NULL names...
2018-06-28  Florian WeimerUse _STRUCT_TIMESPEC as guard in <bits/types/struct_tim...
2018-06-19  Gabriel F.... Fix parameter type in C++ version of iseqsig (bug 23171)
2018-06-01  Florian Weimerlibio: Avoid _allocate_buffer, _free_buffer function...
2018-05-24  Florian WeimerAdd NEWS entry for CVE-2018-11236
2018-05-24  Florian WeimerAdd references to CVE-2018-11236, CVE-2017-18269
2018-05-24  H.J. LuAdd a test case for [BZ #23196]
2018-05-24  Andreas SchwabDon't write beyond destination in __mempcpy_avx512_no_v...
2018-05-17  Paul PluzhnikovFix path length overflow in realpath [BZ #22786]
2018-05-17  Paul PluzhnikovFix stack overflow with huge PT_NOTE segment [BZ #20419]
2018-05-17  Stefan LieblerFix blocking pthread_join. [BZ #23137]
2018-05-17  Joseph MyersFix signed integer overflow in random_r (bug 17343).
2018-05-17  Adhemerval... i386: Fix i386 sigaction sa_restorer initialization...
2018-05-17  DJ Delorie[BZ #22342] Fix netgroup cache keys.
2018-05-17  Andrew SenkevichFix i386 memmove issue (bug 22644).
2018-05-17  Andreas SchwabFix crash in resolver on memory allocation failure...
2018-05-17  Jesse Hathawaygetlogin_r: return early when linux sentinel value...
2018-05-17  Florian Weimerresolv: Fully initialize struct mmsghdr in send_dg...
2018-02-08  Arjun ShankarUpdate NEWS for bug 22343 and bug 22774
2018-02-08  Arjun ShankarFix integer overflows in internal memalign and malloc...
2018-01-29  Tulio Magno... powerpc: Fix syscalls during early process initializati...
2018-01-29  Gabriel F.... Provide a C++ version of iseqsig (bug 22377)
2018-01-26  Szabolcs Nagy[AARCH64] Rewrite elf_machine_load_address using _DYNAM...
2018-01-19  H.J. LuNEWS: Add an entry for [BZ #22715]
2018-01-19  H.J. Lux86-64: Properly align La_x86_64_retval to VEC_SIZE...
2018-01-17  Florian Weimernptl/tst-thread-exit-clobber: Run with any C++ compiler
next