public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
[glibc/azanella/pthread-multiple-fixes] nptl: Fix race between pthread_kill and thread exit (bug 12889)
 2021-08-20 17:56 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: pthread_kill, pthread_cancel should fail after exit (bug 19193)
 2021-08-20 17:55 UTC 

[glibc/azanella/pthread-multiple-fixes] support: Add support_wait_for_thread_exit
 2021-08-20 17:55 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Replace struct thread cancelhandling field
 2021-08-20 17:55 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Move setxid flag out of cancelhandling
 2021-08-20 17:55 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)
 2021-08-20 17:55 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIST
 2021-08-20 17:55 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Set cancellation type and state on pthread_exit
 2021-08-20 17:55 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)
 2021-08-20 17:55 UTC 

[glibc] Created branch 'azanella/pthread-multiple-fixes'
 2021-08-20 17:55 UTC 

[glibc] Deleted branch 'azanella/pthread-multiple-fixes'
 2021-08-20 17:55 UTC 

[glibc] Update string/test-memmove.c to cover 16KB copy
 2021-08-20 16:15 UTC 

[glibc/release/2.34/master] elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]
 2021-08-20 14:34 UTC 

[glibc] elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]
 2021-08-20 14:33 UTC 

[glibc] x86: fix Autoconf caching of instruction support checks [BZ #27991]
 2021-08-19 12:14 UTC 

[glibc/release/2.31/master] x86_64: Remove unneeded static PIE check for undefined weak diagnostic
 2021-08-18 20:45 UTC 

[glibc] arm: Simplify elf_machine_{load_address,dynamic}
 2021-08-18 18:13 UTC 

[glibc] riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]
 2021-08-18 17:01 UTC 

[glibc] Remove sysdeps/*/tls-macros.h
 2021-08-18 16:43 UTC 

[glibc] x86_64: Simplify elf_machine_{load_address,dynamic}
 2021-08-17 17:49 UTC 

[glibc/release/2.32/master] librt: add test (bug 28213)
 2021-08-17 13:52 UTC 

[glibc/release/2.32/master] librt: fix NULL pointer dereference (bug 28213)
 2021-08-17 13:52 UTC 

[glibc/release/2.33/master] librt: add test (bug 28213)
 2021-08-17 13:52 UTC 

[glibc/release/2.33/master] librt: fix NULL pointer dereference (bug 28213)
 2021-08-17 13:52 UTC 

[glibc/maskray/lld] configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205]
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] hurd: Drop fmh kludge
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] time: Fix overflow itimer tests on 32-bit systems
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] mips: increase stack alignment in clone to match the ABI
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] mips: align stack in clone [BZ #28223]
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] librt: add test (bug 28213)
 2021-08-16 17:15 UTC 

[glibc/maskray/lld] mtrace: Use a static buffer for printing [BZ #25947]
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] hurd mmap: Reduce the requested max vmprot
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] hurd mmap: Factorize MAP_SHARED flag check
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] aarch64: Make elf_machine_{load_address, dynamic} robust [BZ #28203]
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] elf: Unconditionally use __ehdr_start
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] hurd: Add support for AT_NO_AUTOMOUNT
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] [5/5] AArch64: Improve A64FX memset medium loops
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] [4/5] AArch64: Improve A64FX memset by removing unroll32
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] [3/5] AArch64: Improve A64FX memset for remaining bytes
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] [2/5] AArch64: Improve A64FX memset for large sizes
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] [1/5] AArch64: Improve A64FX memset for small sizes
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] Use binutils 2.37 branch in build-many-glibcs.py
 2021-08-16 17:14 UTC 

[glibc/maskray/lld] Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.h
 2021-08-16 17:13 UTC 

[glibc/maskray/lld] librt: fix NULL pointer dereference (bug 28213)
 2021-08-16 17:13 UTC 

[glibc/maskray/lld] powerpc64: Add checks for Altivec and VSX in ifunc selection
 2021-08-16 17:13 UTC 

[glibc/maskray/lld] powerpc64: Check cacheline size before using optimised memset routines
 2021-08-16 17:13 UTC 

[glibc/maskray/lld] powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06
 2021-08-16 17:13 UTC 

[glibc/maskray/lld] Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
 2021-08-16 17:13 UTC 

[glibc/maskray/lld] Add INADDR_DUMMY from Linux 5.13 to netinet/in.h
 2021-08-16 17:13 UTC 

[glibc/maskray/lld] (27 commits) configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
 2021-08-16 17:13 UTC 

[glibc] elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205]
 2021-08-16 17:00 UTC 

[glibc] hurd: Drop fmh kludge
 2021-08-16  9:22 UTC 

[glibc/release/2.34/master] librt: add test (bug 28213)
 2021-08-16  6:09 UTC 

[glibc] time: Fix overflow itimer tests on 32-bit systems
 2021-08-14 22:10 UTC 

[glibc] mips: increase stack alignment in clone to match the ABI
 2021-08-13 16:01 UTC 

[glibc] mips: align stack in clone [BZ #28223]
 2021-08-12 20:32 UTC 

[glibc] librt: add test (bug 28213)
 2021-08-12 10:43 UTC 

[glibc] mtrace: Use a static buffer for printing [BZ #25947]
 2021-08-12  1:10 UTC 

[glibc] hurd mmap: Reduce the requested max vmprot
 2021-08-11 16:40 UTC 

[glibc] hurd mmap: Factorize MAP_SHARED flag check
 2021-08-11 16:40 UTC 

[glibc] aarch64: Make elf_machine_{load_address, dynamic} robust [BZ #28203]
 2021-08-11 16:09 UTC 

[glibc/azanella/dso-opt] BZ #17645, fix slow DSO sorting behavior in dynamic loader -- Algorithm changes
 2021-08-10 21:06 UTC 

[glibc/azanella/dso-opt] BZ #17645, fix slow DSO sorting behavior in dynamic loader -- Testing infrastructure
 2021-08-10 21:06 UTC 

[glibc] Created branch 'azanella/dso-opt'
 2021-08-10 21:06 UTC 

[glibc] elf: Unconditionally use __ehdr_start
 2021-08-10 18:07 UTC 

[glibc] hurd: Add support for AT_NO_AUTOMOUNT
 2021-08-10 15:17 UTC 

[glibc/azanella/rtld-shared] elf: Add dlmopen / RTLD_SHARED tests
 2021-08-10 13:42 UTC 

[glibc/azanella/rtld-shared] elf: Implement dlmopen RTLD_SHARED flag (BZ #22745)
 2021-08-10 13:42 UTC 

[glibc/azanella/rtld-shared] elf: Make _dl_map_object_from_fd static
 2021-08-10 13:42 UTC 

[glibc/azanella/rtld-shared] elf: Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (BZ #22745)
 2021-08-10 13:42 UTC 

[glibc/azanella/rtld-shared] elf: Abstract loaded-DSO search code into a helper function
 2021-08-10 13:42 UTC 

[glibc/azanella/rtld-shared] elf: Define a new dynamic section tag - DT_GNU_FLAGS_1 (BZ #22745)
 2021-08-10 13:41 UTC 

[glibc] Created branch 'azanella/rtld-shared'
 2021-08-10 13:41 UTC 

[glibc] Deleted branch 'azanella/rtld-shared'
 2021-08-10 13:41 UTC 

[glibc] [5/5] AArch64: Improve A64FX memset medium loops
 2021-08-10 13:00 UTC 

[glibc] [4/5] AArch64: Improve A64FX memset by removing unroll32
 2021-08-10 13:00 UTC 

[glibc] [3/5] AArch64: Improve A64FX memset for remaining bytes
 2021-08-10 13:00 UTC 

[glibc] [2/5] AArch64: Improve A64FX memset for large sizes
 2021-08-10 13:00 UTC 

[glibc] [1/5] AArch64: Improve A64FX memset for small sizes
 2021-08-10 13:00 UTC 

[glibc/azanella/rtld-shared] elf: Add dlmopen / RTLD_SHARED tests
 2021-08-10 12:43 UTC 

[glibc/azanella/rtld-shared] elf: Implement dlmopen RTLD_SHARED flag (BZ #22745)
 2021-08-10 12:43 UTC 

[glibc/azanella/rtld-shared] elf: Make _dl_map_object_from_fd static
 2021-08-10 12:43 UTC 

[glibc/azanella/rtld-shared] elf: Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (BZ #22745)
 2021-08-10 12:43 UTC 

[glibc/azanella/rtld-shared] elf: Abstract loaded-DSO search code into a helper function
 2021-08-10 12:43 UTC 

[glibc/azanella/rtld-shared] elf: Define a new dynamic section tag - DT_GNU_FLAGS_1 (BZ #22745)
 2021-08-10 12:42 UTC 

[glibc] Created branch 'azanella/rtld-shared'
 2021-08-10 12:42 UTC 

[glibc] Deleted branch 'azanella/rtld-shared'
 2021-08-10 12:42 UTC 

[glibc/azanella/rtld-shared] elf: Add dlmopen / RTLD_SHARED tests
 2021-08-09 20:31 UTC 

[glibc/azanella/rtld-shared] elf: Implement dlmopen RTLD_SHARED flag (BZ #22745)
 2021-08-09 20:31 UTC 

[glibc/azanella/rtld-shared] elf: Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (BZ #22745)
 2021-08-09 20:31 UTC 

[glibc/azanella/rtld-shared] elf: Abstract loaded-DSO search code into a helper function
 2021-08-09 20:31 UTC 

[glibc/azanella/rtld-shared] elf: Define a new dynamic section tag - DT_GNU_FLAGS_1 (BZ #22745)
 2021-08-09 20:31 UTC 

[glibc] Created branch 'azanella/rtld-shared'
 2021-08-09 20:31 UTC 

[glibc] Deleted branch 'azanella/rtld-shared'
 2021-08-09 20:31 UTC 

[glibc/azanella/rtld-shared] elf: Add dlmopen / RTLD_SHARED tests
 2021-08-09 20:26 UTC 

[glibc/azanella/rtld-shared] elf: Implement dlmopen RTLD_SHARED flag (BZ #22745)
 2021-08-09 20:26 UTC 

[glibc/azanella/rtld-shared] elf: Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (BZ #22745)
 2021-08-09 20:26 UTC 

[glibc/azanella/rtld-shared] elf: Abstract loaded-DSO search code into a helper function
 2021-08-09 20:25 UTC 

[glibc/azanella/rtld-shared] elf: Define a new dynamic section tag - DT_GNU_FLAGS_1 (BZ #22745)
 2021-08-09 20:25 UTC 

[glibc] Created branch 'azanella/rtld-shared'
 2021-08-09 20:25 UTC 

[glibc] Deleted branch 'azanella/rtld-shared'
 2021-08-09 20:25 UTC 

[glibc/azanella/rtld-shared] elf: Add dlmopen / RTLD_SHARED tests
 2021-08-09 20:18 UTC 

[glibc/azanella/rtld-shared] elf: Implement dlmopen RTLD_SHARED flag (BZ #22745)
 2021-08-09 20:17 UTC 

[glibc/azanella/rtld-shared] elf: Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (BZ #22745)
 2021-08-09 20:17 UTC 

[glibc/azanella/rtld-shared] elf: Abstract loaded-DSO search code into a helper function
 2021-08-09 20:17 UTC 

[glibc/azanella/rtld-shared] elf: Define a new dynamic section tag - DT_GNU_FLAGS_1 (BZ #22745)
 2021-08-09 20:17 UTC 

[glibc] Created branch 'azanella/rtld-shared'
 2021-08-09 20:17 UTC 

[glibc] Use binutils 2.37 branch in build-many-glibcs.py
 2021-08-09 17:00 UTC 

[glibc] Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.h
 2021-08-09 16:51 UTC 

[glibc/release/2.34/master] librt: fix NULL pointer dereference (bug 28213)
 2021-08-09 14:52 UTC 

[glibc] librt: fix NULL pointer dereference (bug 28213)
 2021-08-09 14:50 UTC 

[glibc] powerpc64: Add checks for Altivec and VSX in ifunc selection
 2021-08-06 19:48 UTC 

[glibc] powerpc64: Check cacheline size before using optimised memset routines
 2021-08-06 19:48 UTC 

[glibc] powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06
 2021-08-06 19:47 UTC 

[glibc/release/2.34/master] Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
 2021-08-06 14:43 UTC 

[glibc] Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
 2021-08-06  8:51 UTC 

[glibc/maskray/lld] configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
 2021-08-06  5:07 UTC 

[glibc/maskray/lld] elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]
 2021-08-06  5:07 UTC 

[glibc/maskray/lld] elf: Replace .tls_common with .tbss definition [BZ #28152]
 2021-08-06  5:07 UTC 

[glibc] Created branch 'maskray/lld'
 2021-08-06  5:06 UTC 

[glibc] Deleted branch 'maskray/lld'
 2021-08-06  5:06 UTC 

[glibc] Add INADDR_DUMMY from Linux 5.13 to netinet/in.h
 2021-08-05 20:13 UTC 

[glibc] tst-mxfast: Don't run with mcheck
 2021-08-05  2:07 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add SVE support for aarch64 rtld-audit
 2021-08-04 20:54 UTC 

[glibc/azanella/ld-audit-fixes] elf: Fix runtime linker auditing on aarch64 (BZ #26643)
 2021-08-04 20:54 UTC 

[glibc/azanella/ld-audit-fixes] elf: Move LAV_CURRENT to link_lavcurrent.h
 2021-08-04 20:54 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add LA_SYMB_BINDNOW
 2021-08-04 20:54 UTC 

[glibc/azanella/ld-audit-fixes] elf: Issue la_symbind() for bind-now (BZ #23734)
 2021-08-04 20:54 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add la_activity during application exit
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add main application on main_map l_name
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Issue audit la_objopen() for vDSO
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_pltexit
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_pltenter
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_preinit
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objclose
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objsearch
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objopen
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
 2021-08-04 20:53 UTC 

[glibc/azanella/ld-audit-fixes] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062)
 2021-08-04 20:52 UTC 

[glibc/azanella/ld-audit-fixes] elf: Do not fail for failed dlopem on audit modules (BZ #28061)
 2021-08-04 20:52 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add audit tests for modules with TLSDESC
 2021-08-04 20:52 UTC 

[glibc/azanella/ld-audit-fixes] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
 2021-08-04 20:52 UTC 

[glibc] Created branch 'azanella/ld-audit-fixes'
 2021-08-04 20:52 UTC 

[glibc] Deleted branch 'azanella/ld-audit-fixes'
 2021-08-04 20:52 UTC 

[glibc] rt: Set the correct message queue for tst-mqueue10
 2021-08-04 20:39 UTC 

[glibc] Update sparc libm-test-ulps
 2021-08-04 20:39 UTC 

[glibc] linux: Add sparck brk implementation
 2021-08-04 20:39 UTC 

[glibc] test-dlclose-exit-race: avoid hang on pthread_create error
 2021-08-04 19:33 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add SVE support for aarch64 rtld-audit
 2021-08-04 17:48 UTC 

[glibc/azanella/ld-audit-fixes] elf: Fix runtime linker auditing on aarch64 (BZ #26643)
 2021-08-04 17:48 UTC 

[glibc/azanella/ld-audit-fixes] elf: Move LAV_CURRENT to link_lavcurrent.h
 2021-08-04 17:48 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add LA_SYMB_BINDNOW
 2021-08-04 17:48 UTC 

[glibc/azanella/ld-audit-fixes] elf: Issue la_symbind() for bind-now (BZ #23734)
 2021-08-04 17:48 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add la_activity during application exit
 2021-08-04 17:48 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add main application on main_map l_name
 2021-08-04 17:48 UTC 

[glibc/azanella/ld-audit-fixes] elf: Issue audit la_objopen() for vDSO
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_pltexit
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_pltenter
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_preinit
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objclose
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objsearch
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objopen
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062)
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Do not fail for failed dlopem on audit modules (BZ #28061)
 2021-08-04 17:47 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add audit tests for modules with TLSDESC
 2021-08-04 17:46 UTC 

[glibc/azanella/ld-audit-fixes] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
 2021-08-04 17:46 UTC 

[glibc] Created branch 'azanella/ld-audit-fixes'
 2021-08-04 17:46 UTC 

[glibc] Deleted branch 'azanella/ld-audit-fixes'
 2021-08-04 17:46 UTC 

[glibc] Deleted branch 'azanella/ld-audit-fixes'
 2021-08-04 17:32 UTC 

[glibc/release/2.34/master] iconv_charmap: Close output file when done
 2021-08-04 10:27 UTC 

[glibc/release/2.34/master] copy_and_spawn_sgid: Avoid double calls to close()
 2021-08-04 10:27 UTC 

[glibc/release/2.34/master] gaiconf_init: Avoid double-free in label and precedence lists
 2021-08-04 10:27 UTC 

[glibc/release/2.34/master] gconv_parseconfdir: Fix memory leak
 2021-08-04 10:27 UTC 

[glibc/release/2.34/master] ldconfig: avoid leak on empty paths in config file
 2021-08-04 10:27 UTC 

[glibc] gethosts: Remove unused argument _type
 2021-08-03 20:55 UTC 

[glibc] hurd: Avoid spurious warning
 2021-08-03 17:38 UTC 

[glibc] gaiconf_init: Avoid double-free in label and precedence lists
 2021-08-03 15:55 UTC 

[glibc] copy_and_spawn_sgid: Avoid double calls to close()
 2021-08-03 15:55 UTC 

[glibc] iconv_charmap: Close output file when done
 2021-08-03 15:55 UTC 

[glibc] gconv_parseconfdir: Fix memory leak
 2021-08-03 15:55 UTC 

[glibc] ldconfig: avoid leak on empty paths in config file
 2021-08-03 15:55 UTC 

[glibc] Fix build of nptl/tst-thread_local1.cc with GCC 12
 2021-08-02 16:34 UTC 

[glibc] nis: Fix leak on realloc failure in nis_getnames [BZ #28150]
 2021-08-02 15:24 UTC 

[glibc] Remove obsolete comments/name from several benchtest input files
 2021-08-02 13:27 UTC 

[glibc] Remove obsolete comments/name from acos-inputs, since slow path was removed
 2021-08-02 13:05 UTC 

[glibc] Created tag 'glibc-2.34.9000'
 2021-08-02  1:57 UTC 

[glibc] Open master branch for glibc 2.35 development
 2021-08-02  1:56 UTC 

[glibc] Created branch 'release/2.34/master'
 2021-08-02  1:49 UTC 

[glibc] Created tag 'glibc-2.34'
 2021-08-02  1:45 UTC 

[glibc] Update ChangeLog.old/ChangeLog.23
 2021-08-02  1:34 UTC 

[glibc] Prepare for glibc 2.34 release
 2021-08-02  1:25 UTC 

[glibc] po/nl.po: Update Dutch translation
 2021-08-02  1:01 UTC 

[glibc] Update install.texi, and regenerate INSTALL
 2021-08-01 20:49 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).