unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-07-01 22:32:24 to 2021-07-06 10:51:39 UTC [more...]

[PATCH 1/3] powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06
 2021-07-06 10:51 UTC 

[PATCH v4] rtld: Add --no-default-paths option
 2021-07-06 10:21 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] rtld: Add tests for new "

[PATCH] powerpc64le: Fix typo in configure
 2021-07-06 10:19 UTC 

[PATCH v5 0/8] malloc hooks removal
 2021-07-06 10:17 UTC  (10+ messages)
` [PATCH v5 1/8] Move malloc hooks into a compat DSO
` [PATCH v5 2/8] mcheck: Wean away from malloc hooks
` [PATCH v5 3/8] Simplify __malloc_initialized
` [PATCH v5 4/8] mtrace: Wean away from malloc hooks
` [PATCH v5 5/8] glibc.malloc.check: "
` [PATCH v5 6/8] Remove "
` [PATCH v5 7/8] Remove __after_morecore_hook
` [PATCH v5 8/8] Remove __morecore and __default_morecore

[PATCH 0/7] Linux 64-bit time_t socket fixes
 2021-07-06  9:29 UTC  (20+ messages)
` [PATCH 1/7] linux: Consolidate Linux getsockopt implementation
` [PATCH 2/7] linux: Consolidate Linux setsockopt implementation
` [PATCH 3/7] linux: Use the expected size for SO_TIMESTAMP{NS} convertion
` [PATCH 4/7] linux: Fix setsockopt fallback
` [PATCH 5/7] support: Add support_socket_time64_timestamp
` [PATCH 6/7] socket: Add recvmsg timestamp test
` [PATCH 7/7] socket: Add recvmmsg "

new:mbrtoc32.3: convert from to c32
 2021-07-05 21:09 UTC  (3+ messages)

Seeking input from developers: glibc copyright assignment policy
 2021-07-05 20:37 UTC  (16+ messages)

new:mbrtoc32.3: convert from to c32
 2021-07-05 20:31 UTC  (3+ messages)

[PATCH] Add valgrind smoke test
 2021-07-05 20:28 UTC  (5+ messages)
      ` Fwd: "

[PATCH v6 0/5] Add close_range, closefrom, and posix_spawn_file_actions_closefrom_np
 2021-07-05 20:26 UTC  (4+ messages)
` [PATCH v6 4/5] io: Add closefrom [BZ #10353]

Seeking input from developers: glibc copyright assignment policy
 2021-07-05 18:52 UTC  (4+ messages)

[PATCH] linux: Check for null value msghdr struct before use
 2021-07-05 17:51 UTC  (2+ messages)

[PATCH 0/8] Additional time64 aliases
 2021-07-05 13:42 UTC  (9+ messages)
` [PATCH 1/8] misc: Add time64 alias for ioctl
` [PATCH 2/8] io: Add time64 alias for fcntl
` [PATCH 3/8] Linux: Add time64 alias for prctl
` [PATCH 4/8] socket: Add time64 alias for sendmmsg
` [PATCH 5/8] socket: Add time64 alias for recvmsg
` [PATCH 6/8] socket: Add time64 alias for sendmsg
` [PATCH 7/8] socket: Add time64 alias for getsockopt
` [PATCH 8/8] socket: Add time64 alias for setsockopt

Missing time64 prototypes for !__REDIRECT compilers
 2021-07-05 12:55 UTC  (8+ messages)

Missing time64 getsockopt/setsockopt emulation
 2021-07-05 12:25 UTC  (2+ messages)

systemd-journald crashing on arm/mips/ppc with glibc/trunk
 2021-07-05 12:21 UTC  (2+ messages)

Patch queue review meeting for 2021-07-05
 2021-07-05  4:37 UTC 

glibc 2.34 - Slushy freeze effective immediately
 2021-07-05  2:43 UTC 

[COMMITTED] hooks.c: Remove incorrect comment
 2021-07-04 12:46 UTC 

[PATCH] glibc.malloc.check: Fix nit in documentation
 2021-07-04 12:44 UTC 

GPLv3 § 2
 2021-07-03 11:42 UTC 

Seeking input from developers: glibc copyright assignment policy
 2021-07-03  6:03 UTC  (7+ messages)

[PATCH] bench-malloc-thread.c: add assert that malloc() is never out of memory
 2021-07-03  4:58 UTC 

[PATCH v4 00/10] Remove malloc hooks
 2021-07-02 21:46 UTC  (35+ messages)
` [PATCH v4 01/10] Drop source dependencies on hooks.c and arena.c
` [PATCH v4 02/10] mtrace: Deprecate mallwatch and tr_break
            ` [COMMITTED] mtrace: Add attribute nocommon to mallwatch
` [PATCH v4 03/10] Move glibc.malloc.check implementation into its own file
` [PATCH v4 04/10] malloc: Move malloc hook references to hooks.c
` [PATCH v4 05/10] glibc.malloc.check: Wean away from malloc hooks
` [PATCH v4 06/10] mcheck: "
` [PATCH v4 07/10] mtrace: "
` [PATCH v4 08/10] Remove "
` [PATCH v4 09/10] Remove __after_morecore_hook
` [PATCH v4 10/10] Remove __morecore and __default_morecore

[PATCH] powerpc64: Remove strcspn ifunc from the loader
 2021-07-02 19:56 UTC  (2+ messages)

[PATCH 00/30] Move nss_dns into libc
 2021-07-02 18:50 UTC  (31+ 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

[PATCH] x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
 2021-07-02 15:03 UTC  (6+ messages)
  ` [PATCH v2] "

aarch64 lacks HP_TIMING support in glibc
 2021-07-02 13:53 UTC  (6+ messages)

[PATCH] iconvconfig: Use the public feof_unlocked
 2021-07-02 10:59 UTC  (2+ messages)

[PATCH] Drop source dependencies on hooks.c and arena.c
 2021-07-02 10:00 UTC 

[PATCH v3 00/10] Remove malloc hooks
 2021-07-02  9:59 UTC  (14+ messages)
` [PATCH v3 01/10] mtrace: Deprecate mallwatch and tr_break
` [PATCH v3 02/10] Add mcheck tests to malloc
` [PATCH v3 03/10] Move glibc.malloc.check implementation into its own file
` [PATCH v3 04/10] malloc: Move malloc hook references to hooks.c
` [PATCH v3 05/10] glibc.malloc.check: Wean away from malloc hooks
` [PATCH v3 06/10] mcheck: "
` [PATCH v3 07/10] mtrace: "
` [PATCH v3 08/10] Remove "
` [PATCH v3 09/10] Remove __after_morecore_hook
` [PATCH v3 10/10] Remove __morecore and __default_morecore

[PATCH 0/6] gconv configuration parsing cleanups
 2021-07-02  9:27 UTC  (4+ messages)
` [PATCH 4/6] iconvconfig: Use common gconv module parsing function

[PATCH] Add optional _Float16 support
 2021-07-02  9:21 UTC  (10+ messages)
        ` [llvm-dev] "

[PATCH] Update tcache double-free check
 2021-07-02  8:45 UTC  (10+ messages)

[PATCH] malloc: Initiate tcache shutdown even without allocations [BZ #28028]
 2021-07-02  1:23 UTC  (2+ messages)

[PATCH v2 08/10] Remove malloc hooks
 2021-07-01 22:47 UTC  (2+ messages)

[PATCH v2 07/10] mtrace: Wean away from malloc hooks
 2021-07-01 22:44 UTC  (2+ messages)

[PATCH v2 06/10] mcheck: Wean away from malloc hooks
 2021-07-01 22:31 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).