]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2024-04-08  Wilco DijkstraAArch64: Add support for MOPS memcpy/memmove/memset
2024-04-08  Joseph MyersAdd HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
2024-04-08  Wilco DijkstraAArch64: Improve SVE memcpy and memmove
2024-04-08  Wilco DijkstraAArch64: Improve strrchr
2024-04-08  Wilco DijkstraAArch64: Optimize strnlen
2024-04-08  Wilco DijkstraAArch64: Optimize strlen
2024-04-08  Wilco DijkstraAArch64: Optimize strcpy
2024-04-08  Wilco DijkstraAArch64: Improve strchrnul
2024-04-08  Wilco DijkstraAArch64: Optimize strchr
2024-04-08  Wilco DijkstraAArch64: Improve strlen_asimd
2024-04-08  Wilco DijkstraAArch64: Optimize memrchr
2024-04-08  Wilco DijkstraAArch64: Optimize memchr
2024-04-08  Wilco Dijkstraaarch64: Use memcpy_simd as the default memcpy
2024-04-08  Wilco Dijkstraaarch64: Cleanup memset ifunc
2024-04-08  Wilco DijkstraAArch64: Fix typo in sve configure check (BZ# 29394)
2024-03-18  Florian Weimerlinux: Use rseq area unconditionally in sched_getcpu...
2024-03-18  Stefan LieblerInclude sys/rseq.h in tst-rseq-disable.c
2024-03-18  Florian Weimernptl: Unconditionally use a 32-byte rseq area
2024-03-18  Paul Eggertmake ‘struct pthread’ a complete type
2024-03-12  Andreas Schwabsupport: use 64-bit time_t (bug 30111)
2024-02-12  Adhemerval... malloc: Use __get_nprocs on arena_get2 (BZ 30945)
2024-02-05  Adhemerval... arm: Remove wrong ldr from _dl_start_user (BZ 31339)
2024-02-02  Daniel Cedermansparc: Remove unwind information from signal return...
2024-02-02  Adhemerval... sparc: Fix sparc64 memmove length comparison (BZ 31266)
2024-02-02  Adhemerval... sparc64: Remove unwind information from signal return...
2024-02-01  Andreas Larssonsparc: Fix broken memset for sparc32 [BZ #31068]
2024-02-01  Sunil K Pandeyx86_64: Optimize ffsll function code size.
2024-01-30  Arjun Shankarsyslog: Fix integer overflow in __vsyslog_internal...
2024-01-30  Arjun Shankarsyslog: Fix heap buffer overflow in __vsyslog_internal...
2024-01-30  Arjun Shankarsyslog: Fix heap buffer overflow in __vsyslog_internal...
2023-12-23  H.J. LuNEWS: Mention bug fixes for 29039/30745/30843
2023-12-23  H.J. Lux86-64: Fix the tcb field load for x32 [BZ #31185]
2023-12-23  H.J. Lux86-64: Fix the dtv field load for x32 [BZ #31184]
2023-12-22  Hector Martinelf: Fix TLS modid reuse generation assignment (BZ...
2023-10-19  Florian WeimerRevert "elf: Move l_init_called_next to old place of...
2023-10-18  Florian WeimerRevert "elf: Always call destructors in reverse constru...
2023-10-18  Florian WeimerRevert "elf: Remove unused l_text_end field from struct...
2023-10-02  Siddhesh Poyarekartunables: Terminate if end of input is reached (CVE...
2023-09-26  Siddhesh PoyarekarDocument CVE-2023-4806 and CVE-2023-5156 in NEWS
2023-09-26  Romain GeisslerFix leak in getaddrinfo introduced by the fix for CVE...
2023-09-15  Siddhesh Poyarekargetaddrinfo: Fix use after free in getcanonname (CVE...
2023-09-15  Aurelien Jarnoio: Fix record locking contants for powerpc64 with...
2023-09-13  Florian WeimerCVE-2023-4527: Stack read overflow with large TCP respo...
2023-09-11  Florian Weimerelf: Move l_init_called_next to old place of l_text_end...
2023-09-11  Florian Weimerelf: Remove unused l_text_end field from struct link_map
2023-09-11  Florian Weimerelf: Always call destructors in reverse constructor...
2023-09-11  Florian Weimerelf: Do not run constructors for proxy objects
2023-09-11  Florian Weimerelf: Introduce to _dl_call_fini
2023-09-05  Noah Goldsteinx86: Fix incorrect scope of setting `shared_per_thread...
2023-09-05  Noah Goldsteinx86: Use `3/4*sizeof(per-thread-L3)` as low bound for...
2023-09-05  Noah Goldsteinx86: Fix slight bug in `shared_per_thread` cache size...
2023-09-05  Noah Goldsteinx86: Increase `non_temporal_threshold` to roughly ...
2023-07-07  Florian Weimerelf: _dl_find_object may return 1 during early startup...
2023-05-31  Adhemerval... io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64
2023-05-30  Adhemerval... io: Fix record locking contants on 32 bit arch with...
2023-05-23  H.J. LuDocument BZ #20975 fix
2023-05-23  H.J. Lu__check_pf: Add a cancellation cleanup handler [BZ...
2023-04-28  Florian Weimergmon: Revert addition of tunables to the manual
2023-04-28  Florian Weimergmon: Revert addition of tunables to preserve GLIBC_PRI...
2023-04-28  Simon Kissanegmon: fix memory corruption issues [BZ# 30101]
2023-04-28  Simon Kissanegmon: improve mcount overflow handling [BZ# 27576]
2023-04-28  Леонид Юрьев... gmon: Fix allocated buffer overflow (bug 29444)
2023-04-28  Adam Yiposix: Fix system blocks SIGCHLD erroneously [BZ #30163]
2023-04-24  Florian Weimerx86_64: Fix asm constraints in feraiseexcept (bug 30305)
2023-04-24  Florian Weimergshadow: Matching sgetsgent, sgetsgent_r ERANGE handlin...
2023-03-15  H.J. Lux86: Check minimum/maximum of non_temporal_threshold...
2023-02-20  Vitaly Bukastdlib: Undo post review change to 16adc58e73f3 [BZ...
2023-02-08  Florian Weimerelf: Smoke-test ldconfig -p against system /etc/ld...
2023-02-07  Andreas SchwabUse 64-bit time_t interfaces in strftime and strptime...
2023-02-03  Adhemerval... elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds...
2023-02-02  Siddhesh Poyarekarcdefs: Limit definition of fortification macros
2023-01-12  Noah Goldsteinx86: Prevent SIGSEGV in memcmp-sse2 when data is concur...
2023-01-10  Florian Weimertime: Set daylight to 1 for matching DST/offset change...
2023-01-10  Alan Modraelf/tst-tlsopt-powerpc fails when compiled with -mcpu...
2022-12-28  Adhemerval... x86: Fix -Os build (BZ #29576)
2022-12-28  Adhemerval... sunrpc: Suppress GCC -Os warning on user2netname
2022-12-28  Martin Jansalocale: prevent maybe-uninitialized errors with -Os...
2022-12-28  Adhemerval... time: Use 64 bit time on tzfile
2022-12-28  Adhemerval... nscd: Use 64 bit time_t on libc nscd routines (BZ#...
2022-12-28  Adhemerval... nis: Build libnsl with 64 bit time_t
2022-11-29  Tulio Magno... Apply asm redirections in syslog.h before first use...
2022-11-24  Noah Goldsteinx86: Fix wcsnlen-avx2 page cross length comparison...
2022-11-22  Vladislav Khmelevskyelf: Fix rtld-audit trampoline for aarch64
2022-11-11  Florian WeimerLinux: Support __IPC_64 in sysvctl *ctl command argumen...
2022-11-09  Paul Eggertmktime: improve heuristic for ca-1986 Indiana DST
2022-11-09  Sergei TrofimovichMakerules: fix MAKEFLAGS assignment for upcoming make...
2022-11-03  caiyinyuLoongArch: Fix ABI related macros in elf.h to keep...
2022-11-02  Aurelien Jarnolinux: Fix fstatat on MIPSn64 (BZ #29730)
2022-10-28  Xi Ruoyaolonglong.h: update from GCC for LoongArch clz/ctz support
2022-10-26  Adhemerval... elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
2022-10-25  Adhemerval... linux: Fix generic struct_stat for 64 bit time (BZ...
2022-10-24  Aurelien JarnoAvoid undefined behaviour in ibm128 implementation...
2022-10-24  Michael Hudson... Fix BZ #29463 in the ibm128 implementation of y1l too
2022-10-14  Florian Weimerelf: Do not completely clear reused namespace in dlmope...
2022-10-13  Florian Weimernss: Use shared prefix in IPv4 address in tst-reload1
2022-10-13  Florian Weimernss: Fix tst-nss-files-hosts-long on single-stack hosts...
2022-10-13  Florian Weimernss: Implement --no-addrconfig option for getent
2022-10-09  Michael Hudson... Ensure calculations happen with desired rounding mode...
2022-10-04  Siddhesh Poyarekarnscd: Drop local address tuple variable [BZ #29607]
2022-10-03  Aurelien Jarnox86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr...
next