unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-07-17 22:27:44 to 2020-07-27 00:41:01 UTC [more...]

[PATCH v2 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader
 2020-07-27  0:40 UTC  (8+ messages)
      ` [PATCH v2.1 "
          ` [PATCH v3 "

[PATCH] elf: Sort only uninitialized objects in _dl_map_object_deps()
 2020-07-27  0:36 UTC  (4+ messages)

[PATCH] ld.so: add an --argv0 option
 2020-07-26 20:00 UTC  (3+ messages)

5 x86-64 test failures on master, math/test-*-j0
 2020-07-25 21:10 UTC  (5+ messages)
    ` [PATCH] Update x86-64 libm-test-ulps

[PATCH] Update tcache double-free check
 2020-07-25 21:07 UTC  (4+ messages)

what is the application scenes of adding optimized Q-register for memcpy
 2020-07-25 10:02 UTC  (3+ messages)

C-kermit fails
 2020-07-25  1:59 UTC  (10+ messages)

[PATCH v3] y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time
 2020-07-24 21:11 UTC 

[PATCH] NEWS: Deprecate nss_hesiod
 2020-07-24 20:47 UTC  (2+ messages)

[PATCH] NEWS: Deprecate weak libpthread symbols for single-threaded checks
 2020-07-24 20:40 UTC  (4+ messages)

Use binutils 2.35 branch in build-many-glibcs.py
 2020-07-24 20:39 UTC 

[PATCH 00/16] Add y2038 support for stat functions
 2020-07-24 14:39 UTC  (45+ messages)
` [PATCH 01/16] linux: Always define STAT_IS_KERNEL_STAT
` [PATCH 02/16] linux: Define STAT64_IS_KERNEL_STAT64
` [PATCH 03/16] linux: Consolidate xstat{64}
` [PATCH 04/16] linux: Consolidate lxstat{64}
` [PATCH 05/16] linux: Consolidate fxstat{64}
` [PATCH 06/16] linux: Consolidate fxstatat{64}
` [PATCH 07/16] Linux: Consolidate xmknod
` [PATCH 08/16] Remove internal usage of extensible stat functions
` [PATCH 09/16] Remove stat wrapper functions, move them to exported symbols
` [PATCH 10/16] Remove mknod wrapper functions, move them to symbols
` [PATCH 11/16] linux: Move the struct stat{64} to struct_stat.h
` [PATCH 12/16] linux: Implement {l}fstat{at} in terms of fstatat
` [PATCH 13/16] linux: Disentangle fstatat from fxstatat
` [PATCH 14/16] linux: Move {f}xstat{at} to compat symbols
` [PATCH 15/16] linux: Add {f}stat{at} y2038 support
` [PATCH 16/16] linux: Move xmknoda{at} to compat symbols

glibc 2.32 - Release manager authorization
 2020-07-24 13:22 UTC 

[suggestion] tcache double-free check
 2020-07-24 12:29 UTC  (10+ messages)

[PATCH v2] y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time
 2020-07-24 12:11 UTC  (3+ messages)

New Dutch PO file for 'libc' (version 2.31.9000)
 2020-07-24  9:07 UTC 

[PATCH v7 00/14] aarch64: branch protection support
 2020-07-24  8:06 UTC  (5+ messages)
` [PATCH v7 14/14] aarch64: add NEWS entry about "

[PATCH] aarch64: Respect p_flags when protecting code with PROT_BTI
 2020-07-23 21:25 UTC  (4+ messages)

[PATCH] nptl: Properly inline setgroups syscall [BZ #26248]
 2020-07-23 21:20 UTC  (16+ messages)
  ` [PATCH] nptl: Zero-extend arguments to SETXID syscalls "
      ` V2 "

[RFC PATCH 0/3] implement dlmopen hooks for gdb
 2020-07-23 21:20 UTC  (4+ messages)

New Bulgarian PO file for 'libc' (version 2.31.9000)
 2020-07-23 20:12 UTC 

New German PO file for 'libc' (version 2.31.9000)
 2020-07-23 19:42 UTC 

New Czech PO file for 'libc' (version 2.31.9000)
 2020-07-23 18:52 UTC 

New Chinese (traditional) PO file for 'libc' (version 2.31.9000)
 2020-07-23 17:37 UTC 

New Polish PO file for 'libc' (version 2.31.9000)
 2020-07-23 16:57 UTC 

[PATCH] powerpc: Move cache line size to rtld_global_ro
 2020-07-23 16:46 UTC  (5+ messages)
` [PATCH 1/2] powerpc: Initialize rtld_global_ro for static dlopen [BZ #20802]
  ` [PATCH 2/2] powerpc: Move cache line size to rtld_global_ro

[RFC][PATCH v2 0/6] binutils patches to add DT_GNU_UNIQUE
 2020-07-23 15:47 UTC  (5+ messages)

New Turkish PO file for 'libc' (version 2.31.9000)
 2020-07-23 15:12 UTC 

[PATCH] Use size_t for mallinfo fields
 2020-07-23 14:38 UTC  (9+ messages)

New French PO file for 'libc' (version 2.31.9000)
 2020-07-23 13:32 UTC 

New x86-64 micro-architecture levels
 2020-07-23 13:21 UTC  (15+ messages)

New Brazilian Portuguese PO file for 'libc' (version 2.31.9000)
 2020-07-23 11:42 UTC 

New Korean PO file for 'libc' (version 2.31.9000)
 2020-07-23  9:52 UTC 

New Ukrainian PO file for 'libc' (version 2.31.9000)
 2020-07-23  8:32 UTC 

New template for 'libc' made available
 2020-07-23  7:17 UTC 

[PATCH] Disable warnings due to deprecated libselinux symbols used by nss and nscd
 2020-07-23  4:35 UTC  (5+ messages)

[RFC][PATCH] * bits/confname.h: Define _CS_POSIX_V7_THREADS_CFLAGS, _CS_POSIX_V7_THREADS_LDFLAGS
 2020-07-23  3:39 UTC 

[PATCH v2 2/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader
 2020-07-22 18:10 UTC  (3+ messages)
  ` [PATCH v3 "

[PATCH v3 00/19] glibc port for 32-bit RISC-V (RV32)
 2020-07-22 16:33 UTC  (7+ messages)
` [PATCH v3 14/19] RISC-V: Fix llrint and llround missing exceptions on RV32
` [PATCH v3 18/19] Documentation for the RISC-V 32-bit port

[PATCH] makedb: fix build with libselinux >= 3.1
 2020-07-22 15:23 UTC  (5+ messages)

[PATCH] Workaround deprecation warnings introduced in libselinux >= 3.1
 2020-07-22 15:03 UTC  (3+ messages)

[PATCH] y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time
 2020-07-22  7:30 UTC 

[PATCH] powerpc: Fix POWER10 selection
 2020-07-21 21:04 UTC  (4+ messages)

nearbyint(double) on aarch64 vs. riscv
 2020-07-21 20:26 UTC  (5+ messages)

massive increase of the size of the library
 2020-07-21 19:37 UTC  (7+ messages)

New Chinese (simplified) PO file for 'libc' (version 2.30.9000)
 2020-07-21 17:22 UTC 

[PATCH] powerpc64le: guarantee a .gnu.attributes section [BZ #26220]
 2020-07-21 14:32 UTC  (3+ messages)

[PATCH 0/5] Linux: lchmod and AT_SYMLINK_NOFOLLOW support for fchmodat
 2020-07-21  9:54 UTC  (3+ messages)

[PATCH 00/11] Fix fgetsgent_r data corruption bug (20338)
 2020-07-21  3:28 UTC  (24+ messages)
` [PATCH 01/11] nss_files: Consolidate file opening in __nss_files_fopen
` [PATCH 02/11] nss_compat: Do not use mmap to read database files (bug 26258)
` [PATCH 03/11] nss_files: Consolidate line parse declarations in <nss_files.h>
` [PATCH 04/11] nss_files: Use generic result pointer in parse_line
` [PATCH 05/11] libio: Add fseterr_unlocked for internal use
` [PATCH 06/11] nss: Add __nss_fgetent_r
` [PATCH 07/11] grp: Implement fgetgrent_r using __nss_fgetent_r
` [PATCH 08/11] gshadow: Implement fgetsgent_r using __nss_fgetent_r (bug 20338)
` [PATCH 09/11] pwd: Implement fgetpwent_r using __nss_fgetent_r
` [PATCH 10/11] shadow: Implement fgetspent_r "
` [PATCH 11/11] libio: Remove __libc_readline_unlocked

Update powerpc-nofpu libm-test-ulps [committed]
 2020-07-20 20:17 UTC 

Use MPFR 4.1.0 in build-many-glibcs.py
 2020-07-20 17:48 UTC  (3+ messages)
` Ping "

[PATCH v2] elf: Change TLS static surplus default back to 1664
 2020-07-20 14:33 UTC  (3+ messages)

[PATCH v7] string: Adds tests for test-strncasecmp and test-strncpy
 2020-07-20 13:25 UTC  (3+ messages)

[PATCH] Fix tst-libc_dlvsym{, -static} on ARC: don't check _sys_{err, sig}list
 2020-07-20  7:26 UTC  (2+ messages)

[hurd,commited] hurd: Fix longjmp early in initialization
 2020-07-18 13:11 UTC 

git commit -> IRC, Bugzilla, email integration
 2020-07-18 13:10 UTC  (2+ messages)


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).