unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-07-15 08:56:47 to 2021-07-20 10:25:46 UTC [more...]

[PATCH 0/8] Additional time64 aliases
 2021-07-20 10:25 UTC  (25+ 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

[PATCH v3 00/24] Move nss_dns and parts of libresolv into libc
 2021-07-20  9:17 UTC  (31+ 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 23/24] resolv: Move nss_dns "
` [PATCH 24/24] nss: Directly load nss_dns, without going through dlsym/dlopen

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

[PATCH v2 0/6] Some rtld-audit fixes
 2021-07-20  8:31 UTC  (8+ messages)
` [PATCH v2 1/6] elf: Fix audit regression
` [PATCH v2 2/6] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
` [PATCH v2 3/6] elf: Add audit tests for modules with TLSDESC
` [PATCH v2 4/6] elf: Do not fail for failed dlopem on audit modules (BZ #28061)
` [PATCH v2 5/6] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062)
` [PATCH v2 6/6] elf: Fix initial-exec TLS access on audit modules (BZ #28096)

[PATCH] manual: reallocarray and str*dup interposition is not supported
 2021-07-20  8:05 UTC  (2+ messages)

[PATCH] benchtests: Add memset zero fill benchmark tests
 2021-07-20  6:37 UTC  (7+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] benchtests: Enable scripts/plot_strings.py to read stdin
` [PATCH v2 2/5] benchtests: Add memset zero fill benchtest
` [PATCH v2 3/5] benchtests: Add a script to convert benchout string JSON to CSV
` [PATCH v2 4/5] benchtests: Remove redundant assert.h
` [PATCH v2 5/5] benchtests: Fix validate_benchout.py exceptions

[PATCH] setlocale: Fail if iconv module for charset is not present [BZ #27996]
 2021-07-20  2:36 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH 2/2] RISC-V: Update rv64 ULPs
 2021-07-20  0:45 UTC 

[PATCH 1/2] RISC-V: Update nofpu ULPs
 2021-07-20  0:45 UTC 

[hurd,commited] hurd: Add support for spawn_do_closefrom
 2021-07-19 21:47 UTC 

V10 [PATCH] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
 2021-07-19 21:06 UTC  (5+ messages)

[PATCH] Deny preload of files on NOEXEC mounts
 2021-07-19 19:33 UTC 

[PATCH v10 00/11] malloc hooks removal
 2021-07-19 18:46 UTC  (12+ messages)
` [PATCH v10 01/11] Make mcheck tests conditional on GLIBC_2.23 or earlier
` [PATCH v10 02/11] Remove __after_morecore_hook
` [PATCH v10 03/11] Remove __morecore and __default_morecore
` [PATCH v10 04/11] Move malloc hooks into a compat DSO
` [PATCH v10 05/11] mcheck: Wean away from malloc hooks [BZ #23489]
` [PATCH v10 06/11] Simplify __malloc_initialized
` [PATCH v10 07/11] mtrace: Wean away from malloc hooks
` [PATCH v10 08/11] glibc.malloc.check: "
` [PATCH v10 09/11] Move malloc_{g,s}et_state to libc_malloc_debug
` [PATCH v10 10/11] Remove malloc hooks [BZ #23328]
` [PATCH v10 11/11] mcheck Fix malloc_usable_size [BZ #22057]

[PATCH v5 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-07-19 16:45 UTC  (5+ messages)
` [PATCH v5 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v5 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v5 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v5 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH] elf: Fix tst-cpu-features-cpuinfo on some ADM systems (BZ #28090)
 2021-07-19 16:42 UTC  (3+ messages)

[PATCH 0/4] 64-bit time_t tests improvements
 2021-07-19 16:38 UTC  (5+ messages)
` [PATCH 1/4] io: Do not skip timestamps tests for 32-bit time_t
` [PATCH 2/4] time: Ignore interval nanoseconds on tst-itimer
` [PATCH 3/4] support: Add support_socket_time64_timestamp
` [PATCH 4/4] socket: Add socket timestamp test

C.UTF-8 review
 2021-07-19 15:37 UTC  (5+ messages)

[PATCH v2 0/8] Additional time64 system call wrappers
 2021-07-19 15:29 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

[PATCH] x86: Install <bits/platform/x86.h> [BZ #27958]
 2021-07-19 15:20 UTC  (3+ messages)

[PATCH v3] x86: Install <bits/platform/x86.h> [BZ #27958]
 2021-07-19 15:19 UTC 

glibc 2.34 - Slushy freeze effective immediately
 2021-07-19 14:30 UTC  (5+ messages)
` glibc 2.34 - Hard ABI "

[PATCH] i386: Add the clone3 wrapper
 2021-07-19 14:08 UTC  (2+ messages)

[y2038][info] meta-y2038 with upstream glibc
 2021-07-19 14:06 UTC 

[PATCH 0/5] Some rtld-audit fixes
 2021-07-19 13:17 UTC  (6+ messages)
` [PATCH 2/5] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)

clock(3) in error
 2021-07-19 12:04 UTC  (2+ messages)

glibc 2.33.9000 version checks and in memory file name change
 2021-07-19 11:49 UTC  (4+ messages)

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

clock(3) in error
 2021-07-19 10:38 UTC 

[PATCH v4 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-07-19 10:05 UTC  (9+ messages)
` [PATCH v4 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v4 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v4 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v4 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[PATCH] c++: implement C++17 hardware interference size
 2021-07-19  9:41 UTC  (19+ messages)

[PATCH v4] rtld: Add --no-default-paths option
 2021-07-19  8:34 UTC  (2+ messages)

[hurd, commited] htl: Do not expose pthread hidden proto outside libpthread
 2021-07-18 21:38 UTC 

(no subject)
 2021-07-18 19:06 UTC 

[PATCH v8 00/10] malloc hooks removal
 2021-07-17 22:04 UTC  (22+ 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 v5] Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
 2021-07-17 21:59 UTC  (5+ messages)

Undefined use of weak symbols in gnulib
 2021-07-17 16:39 UTC  (6+ messages)

[PATCH] tst-safe-linking: make false positives even more improbable
 2021-07-16 20:36 UTC  (2+ messages)

patchwork 32-bit i686 trybot is up and running
 2021-07-16 20:34 UTC  (4+ messages)

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

[COMMITTED] elf: Fix a wrong array access on tst-tls20
 2021-07-16 11:34 UTC 

[PATCH v3] elf: Fix DTV gap reuse logic (BZ #27135)
 2021-07-15 15:03 UTC  (9+ messages)

Buildbot improvements
 2021-07-15 12:24 UTC  (2+ messages)

[PATCH v2 00/30] nss_dns move into libc
 2021-07-15 12:21 UTC  (5+ messages)
` [PATCH 30/30] nss: Directly load nss_dns, without going through dlsym/dlopen

[PATCH] elf: Add -Wl, --no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)
 2021-07-15 11:59 UTC  (2+ messages)
` [PATCH] elf: Add -Wl,--no-as-needed "

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


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