unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-07-07 12:52:07 to 2021-07-09 06:35:28 UTC [more...]

[RFC patch] avoid warning on accesses to hardwired address
 2021-07-09  6:34 UTC  (2+ messages)

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

[PATCH v3 00/10] Remove malloc hooks
 2021-07-09  4:07 UTC  (9+ messages)
` [PATCH v3 02/10] Add mcheck tests to malloc
            ` [PATCH] Add a generic malloc test for MALLOC_ALIGNMENT

[PATCH] Disable tst-mallocalign1-mcheck
 2021-07-09  2:11 UTC 

[PATCH] x86_64: Remove unneeded static PIE check for undefined weak diagnostic
 2021-07-09  1:27 UTC  (3+ messages)

[PATCH] powerpc64le: Fix typo in configure
 2021-07-09  1:01 UTC  (3+ messages)

[PATCH v5 00/11] Add futex2 syscalls
 2021-07-09  0:13 UTC  (12+ messages)
` [PATCH v5 01/11] futex2: Implement wait and wake functions
` [PATCH v5 02/11] futex2: Implement vectorized wait
` [PATCH v5 03/11] futex2: Implement requeue operation
` [PATCH v5 04/11] docs: locking: futex2: Add documentation
` [PATCH v5 05/11] selftests: futex2: Add wake/wait test
` [PATCH v5 06/11] selftests: futex2: Add timeout test
` [PATCH v5 07/11] selftests: futex2: Add wouldblock test
` [PATCH v5 08/11] selftests: futex2: Add waitv test
` [PATCH v5 09/11] selftests: futex2: Add requeue test
` [PATCH v5 10/11] perf bench: Add futex2 benchmark tests
` [PATCH v5 11/11] kernel: Enable waitpid() for futex2

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

[PATCH v7 0/4] Add close_range, closefrom, and posix_spawn_file_actions_closefrom_np
 2021-07-08 23:23 UTC  (20+ messages)
` [PATCH v7 1/4] support: Add support_stack_alloc
` [PATCH v7 2/4] linux: Add close_range
` [PATCH v7 3/4] io: Add closefrom [BZ #10353]
` [PATCH v7 4/4] posix: Add posix_spawn_file_actions_addclosefrom_np

[PATCH 1/3] powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE_ARCH_2_06
 2021-07-08 22:33 UTC  (4+ messages)
` [PATCH 2/3] powerpc64: Check cacheline size before using optimised memset routines

[PATCH] powerpc64: Remove strcspn ifunc from the loader
 2021-07-08 21:31 UTC  (3+ messages)

[PATCH v1] x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]
 2021-07-08 20:30 UTC  (8+ messages)
` [PATCH v2 1/2] x86-64: Test strlen and wcslen with 0 in the RSI register "
  ` [PATCH v2 2/2] x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list "

[PATCH v2 00/30] nss_dns move into libc
 2021-07-08 18:33 UTC  (35+ 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] nptl: Use out-of-line wake function in __libc_lock_unlock slow path
 2021-07-08 18:27 UTC  (4+ messages)

x86 CPU features detection for applications (and AMX)
 2021-07-08 17:56 UTC  (8+ messages)

Add NT_ARM_PAC_ENABLED_KEYS to elf.h
 2021-07-08 17:34 UTC  (2+ messages)

[PATCH powerpc64le] Use the target 'objcopy' when cross-compiling
 2021-07-08 16:49 UTC  (5+ messages)

[RFC][PATCH v12 0/8] Implementation of RTLD_SHARED for dlmopen
 2021-07-08 16:32 UTC  (9+ messages)
` [RFC][PATCH v12 1/8] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)
` [RFC][PATCH v12 2/8] Abstract loaded-DSO search code into a helper function
` [RFC][PATCH v12 3/8] Use the new DSO finder "
` [RFC][PATCH v12 4/8] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (bug 22745)
` [RFC][PATCH v12 5/8] Implement dlmopen RTLD_SHARED flag "
` [RFC][PATCH v12 6/8] Add dlmopen / RTLD_SHARED tests
` [RFC][PATCH v12 7/8] Restore separate libc loading for the TLS/namespace storage test
` [RFC][PATCH v12 8/8] Drop DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE from the libpthread DSO

[PATCH v2] elf: Fix DTV gap reuse logic (BZ #27135)
 2021-07-08 16:07 UTC 

x86 CPU features detection for applications (and AMX)
 2021-07-08 15:13 UTC  (3+ messages)

[PATCH] elf: Fix DTV gap reuse logic (BZ #27135)
 2021-07-08 13:34 UTC  (6+ messages)

[committed 0/2] Trivial malloc cleanups
 2021-07-08 13:16 UTC  (3+ messages)
` [committed 1/2] Move mcheck symbol from stdlib to malloc
` [committed 2/2] _int_realloc is static

[PATCH 0/5] Some rtld-audit fixes
 2021-07-08 12:13 UTC  (25+ messages)
` [PATCH 1/5] elf: Fix audit regression
` [PATCH 2/5] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
` [PATCH 3/5] elf: Add audit tests for modules with TLSDESC
` [PATCH 4/5] elf: Do not fail for failed dlmopen on audit modules (BZ #28061)
` [PATCH 5/5] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062)

[PATCH] nss: Do not produces static linker input files for libnss_files
 2021-07-08 11:59 UTC  (3+ messages)
` [PATCH] nss: Do not install "

[PATCH v2 0/7] nss_files move
 2021-07-08 10:33 UTC  (17+ messages)
` [PATCH 1/7] inet: Add hidden prototype for __inet_network
` [PATCH 2/7] libio: Add hidden prototype for ungetc
` [PATCH v2 3/7] libio: Replace internal _IO_getdelim symbol with __getdelim
` [PATCH 4/7] nss_files: Allocate nscd file registration data on the heap
` [PATCH 5/7] nss_files: Add generic code for set*ent, end*ent and file open
` [PATCH 6/7] nss_files: Move into libc
` [PATCH 7/7] nss: Access nss_files through direct references

[PATCH] Force building with -fno-common
 2021-07-08 10:27 UTC 

[PATCH] elf/tests: Make thrlock and noload depend on libm
 2021-07-08  6:15 UTC  (8+ messages)

question regarding two security features
 2021-07-08  1:58 UTC 

[PATCH] time: Skip overflow itimer tests on 32-bit systems
 2021-07-07 21:11 UTC  (6+ messages)

[PATCH] Harden tcache double-free check
 2021-07-07 18:28 UTC  (9+ messages)
  ` [PATCH v2] "

strlen
 2021-07-07 17:33 UTC 

[PATCH] scripts/build-many-glibcs.py: Switch one Arm target to thumb mode
 2021-07-07 15:52 UTC  (7+ messages)

Update MIPS libm-test-ulps [committed]
 2021-07-07 15:50 UTC 

Update powerpc-nofpu libm-test-ulps [committed]
 2021-07-07 15:35 UTC 

Seeking input from developers: glibc copyright assignment policy
 2021-07-07 15:01 UTC  (13+ messages)

[PATCH] soft-fp: Add __extendhfsf2/__extendhfdf2, __truncsfhf2/__truncdfhf2, __eqhf2/__nehf2
 2021-07-07 14:57 UTC  (2+ messages)

[PATCH v3] posix: Add terminal control setting support for posix_spawn
 2021-07-07 13:32 UTC 

[PATCH 0/4] GLIBC_PRIVATE ABI cleanups
 2021-07-07 12:53 UTC  (6+ 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).