unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-07-12 13:11:47 to 2021-07-15 09:28:29 UTC [more...]

[PATCH v3 00/24] Move nss_dns and parts of libresolv into libc
 2021-07-15  9:10 UTC  (23+ messages)
` [PATCH 01/24] resolv: Deprecate legacy interfaces in libresolv
` [PATCH 02/24] resolv: Move ns_name_skip to its own file and into libc (bug 28091)
` [PATCH 03/24] resolv: Move ns_name_uncompress into its own file and into libc
` [PATCH 04/24] resolv: Move ns_name_pton "
` [PATCH 05/24] resolv: Move ns_name_pack "
` [PATCH 06/24] resolv: Move ns_name_compress "
` [PATCH 07/24] resolv: Move dn_expand to "
` [PATCH 08/24] resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget
` [PATCH 09/24] resolv: Move dn_comp to its own file and into libc
` [PATCH 10/24] resolv: Move dn_skipname "
` [PATCH 11/24] resolv: Rename res_comp.c to res-name-checking.c and move "
` [PATCH 12/24] resolv: Move __res_get_nsaddr to its own file and "
` [PATCH 13/24] resolv: Move res_isourserver to its own file and reformat to GNU style
` [PATCH 14/24] resolv: Move ns_makecanon into its own file, and into libc
` [PATCH 15/24] resolv: Move ns_samename "
` [PATCH 16/24] resolv: Move res_nameinquery to its own file "
` [PATCH 17/24] resolv: Move res_queriesmatch "
` [PATCH 18/24] resolv: Move __res_context_hostalias into "
` [PATCH 19/24] resolv: Move res_hostalias into its own file, along with hostalias
` [PATCH 20/24] resolv: Move res_send, res_nsend into libc
` [PATCH 21/24] resolv: Move res_mkquery, res_nmkquery "
` [PATCH 22/24] resolv: Move res_query functions "

[PATCH] Revert "Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)"
 2021-07-15  9:05 UTC  (3+ messages)

Problem with close_range (util-linux)
 2021-07-15  9:04 UTC  (3+ messages)

C.UTF-8 review
 2021-07-15  8:56 UTC  (3+ messages)

[PATCH] AArch64: Improve A64FX memcpy
 2021-07-15  8:16 UTC  (7+ messages)

[PATCH] benchtests: Add memset zero fill benchmark tests
 2021-07-15  8:15 UTC  (3+ messages)

[PATCH v2 00/30] nss_dns move into libc
 2021-07-15  7:09 UTC  (64+ messages)
` [PATCH 01/30] socket: Add hidden prototype for setsockopt
` [PATCH 02/30] resolv: Deprecate legacy interfaces in <resolv.h>
` [PATCH 03/30] resolv: Sort Makefile routines and Versions lexicographically
` [PATCH 04/30] nss_dns: Do not use deprecated packet parsing functions
` [PATCH 05/30] resolv: Move ns_name_ntop to its own file and into libc
` [PATCH 06/30] resolv: Move ns_name_unpack "
` [PATCH 07/30] resolv: Move ns_name_skip "
` [PATCH 08/30] resolv: Move ns_name_uncompress into "
` [PATCH 09/30] resolv: Move ns_name_pton "
` [PATCH 10/30] resolv: Move ns_name_pack "
` [PATCH 11/30] resolv: Move ns_name_compress "
` [PATCH 12/30] resolv: Move dn_expand to "
` [PATCH 13/30] resolv: Move _getlong, _getshort, __putlong, __putshort to res-putget
` [PATCH 14/30] resolv: Move dn_comp to its own file and into libc
` [PATCH 15/30] resolv: Move dn_skipname "
` [PATCH 16/30] resolv: Rename res_comp.c to res-name-checking.c and move "
` [PATCH 17/30] resolv: Remove unnecessary res_isourserver_p call from send_dg
` [PATCH 18/30] resolv: Move __res_get_nsaddr to its own file and into libc
` [PATCH 19/30] resolv: Move res_isourserver to its own file and reformat to GNU style
` [PATCH 20/30] resolv: Move ns_makecanon into its own file, and into libc
` [PATCH 21/30] resolv: Move ns_samename "
` [PATCH 22/30] resolv: Move res_nameinquery to its own file "
` [PATCH 23/30] resolv: Move res_queriesmatch "
` [PATCH 24/30] resolv: Move __res_context_hostalias into "
` [PATCH 25/30] resolv: Move res_hostalias into its own file, along with hostalias
` [PATCH 26/30] resolv: Move res_send, res_nsend into libc
` [PATCH 27/30] resolv: Move res_mkquery, res_nmkquery "
` [PATCH 28/30] resolv: Move res_query functions "
` [PATCH 29/30] resolv: Move nss_dns "
` [PATCH 30/30] nss: Directly load nss_dns, without going through dlsym/dlopen

Buildbot improvements
 2021-07-15  4:11 UTC  (6+ messages)

[PATCH] ARC: fp: set FPU_STATUS.FWE to enable FPU_STATUS update on context switch
 2021-07-14 23:04 UTC 

[PATCH v5 00/11] Add futex2 syscalls
 2021-07-14 21:25 UTC  (5+ messages)
` [PATCH v5 02/11] futex2: Implement vectorized wait
` [PATCH v5 04/11] docs: locking: futex2: Add documentation

[PATCH] i386: Add the clone3 wrapper
 2021-07-14 18:56 UTC  (3+ messages)

[PATCH v8 00/10] malloc hooks removal
 2021-07-14 18:51 UTC  (28+ messages)
` [PATCH v8 01/10] Make mcheck tests conditional on GLIBC_2.24 or earlier
` [PATCH v8 02/10] Remove __after_morecore_hook
` [PATCH v8 03/10] Remove __morecore and __default_morecore
` [PATCH v8 04/10] Move malloc hooks into a compat DSO
` [PATCH v8 05/10] mcheck: Wean away from malloc hooks
` [PATCH v8 06/10] Simplify __malloc_initialized
` [PATCH v8 07/10] mtrace: Wean away from malloc hooks
` [PATCH v8 08/10] glibc.malloc.check: "
` [PATCH v8 09/10] Remove "
` [PATCH v8 10/10] mcheck Fix malloc_usable_size [BZ #22057]

[PATCH v3] elf: Fix DTV gap reuse logic (BZ #27135)
 2021-07-14 18:11 UTC  (5+ messages)

glibc 2.33.9000 version checks and in memory file name change
 2021-07-14 16:55 UTC  (2+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (July 15, 2021)
 2021-07-14 16:39 UTC 

[PATCH] Fix linknamespace errors and local-plt-usages in nss_files
 2021-07-14 15:00 UTC  (3+ messages)

[PATCH v8 0/3] Add an internal wrapper for clone, clone2 and clone3
 2021-07-14 13:42 UTC  (14+ messages)
` [PATCH v8 1/3] "
    ` [PATCH v9] "
` [PATCH v8 2/3] x86-64: Add the clone3 wrapper
` [PATCH v8 3/3] Add static tests for __clone_internal
    ` [PATCH v9] "

[PATCH] Fix build error when disable nscd
 2021-07-14  9:36 UTC  (2+ messages)

[PATCH] csu: Skip ARCH_SETUP_IREL if _dl_relocate_static_pie applied IRELATIVE relocations [BZ #27164]
 2021-07-14  2:15 UTC  (11+ messages)

[hurd,commited] htl: Fix linking static examples against libpthread
 2021-07-13 21:50 UTC 

[hurd,commited] htl: Let libc call __pthread_mutex_{,try,un}lock
 2021-07-13 21:37 UTC 

question regarding two security features
 2021-07-13 20:53 UTC  (5+ messages)

[PATCH v2] linux: Simplify get_nprocs
 2021-07-13 20:30 UTC 

[PATCH] linux: Simplify get_nprocs
 2021-07-13 19:17 UTC  (9+ messages)

[PATCH 1/3] powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06
 2021-07-13 19:03 UTC  (3+ messages)

[PATCH] posix: Ignore non opened files on tst-spawn5
 2021-07-13 16:52 UTC  (4+ messages)

[PATCH] Add optional _Float16 support
 2021-07-13 16:24 UTC  (9+ messages)
    ` [llvm-dev] "

Monday Patch Queue Review update (2021-07-12)
 2021-07-13 16:14 UTC 

[PATCH] time: Ignore interval nanoseconds on tst-itimer
 2021-07-13 14:17 UTC 

[PATCH] io: Do not skip timestamps tests for 32-bit time_t
 2021-07-13 14:17 UTC 

[PATCH] benchtests: Add memset zero fill benchmark tests
 2021-07-13 13:50 UTC  (2+ messages)

[RFC][PATCH v12 0/8] Implementation of RTLD_SHARED for dlmopen
 2021-07-13 13:08 UTC  (2+ messages)
` [External] : "

[PATCH v3 00/10] Remove malloc hooks
 2021-07-13 12:11 UTC  (10+ messages)
` [PATCH v3 02/10] Add mcheck tests to malloc

(no subject)
 2021-07-13  9:18 UTC 

[PATCH] libgomp: Include <limits.h> early to avoid link failure with glibc 2.34
 2021-07-13  7:54 UTC  (7+ messages)

[PATCH] mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]
 2021-07-13  1:05 UTC  (2+ messages)

Undefined use of weak symbols in gnulib
 2021-07-13  0:22 UTC  (6+ messages)

[PATCH v5] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
 2021-07-12 19:50 UTC  (4+ messages)

[PATCH] Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (bug 28071)
 2021-07-12 18:00 UTC  (14+ messages)

[PATCH] Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
 2021-07-12 15:59 UTC  (2+ messages)

[PATCH] tst-safe-linking: make false positives even more improbable
 2021-07-12 15:34 UTC 


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