unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-03-15 12:49:38 to 2021-03-17 02:36:10 UTC [more...]

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-03-17  2:34 UTC  (4+ messages)
` [PATCH 1/5] config: Added HAVE_SVE_ASM_SUPPORT for aarch64
` [PATCH 2/5] aarch64: Added optimized memcpy and memmove for A64FX
` [PATCH 3/5] aarch64: Added optimized memset "

[PATCH] locale: align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 arrays to uint16_t and uint32_t respectively
 2021-03-16 21:05 UTC  (7+ messages)

[PATCH 00/30] libpthread removal: pthread-compat-wrappers and other libc symbols
 2021-03-16 20:05 UTC  (31+ messages)
` [PATCH 01/30] nptl: Remove write from libpthread
` [PATCH 02/30] nptl: Remove read "
` [PATCH 03/30] nptl: Remove close "
` [PATCH 04/30] nptl: Remove accept "
` [PATCH 05/30] nptl: Remove connect "
` [PATCH 06/30] nptl: Remove recv "
` [PATCH 07/30] nptl: Remove recvfrom "
` [PATCH 08/30] nptl: Remove send "
` [PATCH 09/30] nptl: Remove sendto "
` [PATCH 10/30] nptl: Remove fsync "
` [PATCH 11/30] nptl: Remove lseek "
` [PATCH 12/30] nptl: Remove msync "
` [PATCH 13/30] nptl: Remove open "
` [PATCH 14/30] nptl: Remove pause "
` [PATCH 15/30] nptl: Remove pread "
` [PATCH 16/30] nptl: Remove pwrite "
` [PATCH 17/30] nptl: Remove tcdrain "
` [PATCH 18/30] nptl: Remove msgrcv "
` [PATCH 19/30] nptl: Remove msgsnd "
` [PATCH 20/30] nptl: Remove sigwait "
` [PATCH 21/30] nptl: Remove sigsuspend "
` [PATCH 22/30] nptl: Remove recvmsg "
` [PATCH 23/30] nptl: Remove sendmsg "
` [PATCH 24/30] nptl: Move fcntl "
` [PATCH 25/30] nptl: Move pthread_kill to libc
` [PATCH 26/30] nptl: Remove pthread raise implementation
` [PATCH 27/30] nptl: Move system to libc
` [PATCH 28/30] signal: Add __libc_sigaction
` [PATCH 29/30] nptl: Move sigaction to libc
` [PATCH 30/30] nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_current_sigrtmin

[PATCH] Don't test nanoseconds for non-LFS interface in io/tst-stat.c
 2021-03-16 19:59 UTC  (4+ messages)

SIGSTKSZ is now a run-time variable
 2021-03-16 19:46 UTC  (4+ messages)

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-16 18:26 UTC  (9+ messages)
` [PATCH v7 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v7 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v7 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v7 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v7 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH 00/18] Repost of pending libpthread removal patches
 2021-03-16 18:14 UTC  (26+ messages)
` [PATCH 01/18] nptl: Move pthread_mutex_consistent into libc
` [PATCH 02/18] nptl: Move __pthread_cleanup_routine "
` [PATCH 03/18] nptl: Move legacy unwinding implementation "
` [PATCH 04/18] nptl: Move legacy cancelation handling into libc as compat symbols
` [PATCH 05/18] nptl: Remove longjmp, siglongjmp from libpthread
` [PATCH 06/18] Legacy unwinder: Remove definition of _Unwind_GetCFA
` [PATCH 07/18] nptl: Move __pthread_cleanup_upto into libc
` [PATCH 08/18] nptl: Move pthread_once and __pthread_once "

[PATCH v3 00/37] libpthread removal: NPTL forwarders are gone
 2021-03-16 17:31 UTC  (38+ messages)
` [PATCH v3 01/37] nptl: Move pthread_mutex_consistent into libc
` [PATCH v3 02/37] nptl: Move __pthread_cleanup_routine "
` [PATCH v3 03/37] nptl: Move legacy unwinding implementation "
` [PATCH v3 04/37] nptl: Move legacy cancelation handling into libc as compat symbols
` [PATCH v3 05/37] nptl: Remove longjmp, siglongjmp from libpthread
` [PATCH v3 06/37] x86: Restore compile-time check for shadow stack pointer in longjmp
` [PATCH v3 07/37] nptl: Move __pthread_cleanup_upto into libc
` [PATCH v3 08/37] nptl: Move pthread_once and __pthread_once "
` [PATCH v3 09/37] nptl: Move __pthread_unwind_next "
` [PATCH v3 10/37] csu: Move calling main out of __libc_start_main_impl
` [PATCH v3 11/37] nptl: Move internal __nptl_nthreads variable into libc
` [PATCH v3 12/37] nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE
` [PATCH v3 13/37] nptl: Move __pthread_keys global variable into libc
` [PATCH v3 14/37] nptl: Move __nptl_deallocate_tsd "
` [PATCH v3 15/37] nptl: Move pthread_exit "
` [PATCH v3 16/37] nptl: Move pthread_setcancelstate "
` [PATCH v3 17/37] nptl: Move pthread_setcanceltype "
` [PATCH v3 18/37] nptl: Invoke the set_robust_list system call directly in fork
` [PATCH v3 19/37] dlfcn: Failures after dlmopen should not terminate process [BZ #24772]
` [PATCH v3 20/37] dlfcn: dlerror needs to call free from the base namespace [BZ #24773]
` [PATCH v3 21/37] Remove pthread_key_create-related internals from libc-lock.h
` [PATCH v3 22/37] elf: Introduce __tls_init_tp for second-phase TCB initialization
` [PATCH v3 23/37] nptl: Move part of TCB initialization from libpthread to __tls_init_tp
` [PATCH v3 24/37] nptl: Move pthread_key_create, __pthread_key_create into libc
` [PATCH v3 25/37] nptl: Move pthread_getspecific, __pthread_getspecific "
` [PATCH v3 26/37] nptl: Move pthread_setspecific, __pthread_setspecific "
` [PATCH v3 27/37] nptl: Move pthread_key_delete "
` [PATCH v3 28/37] nptl: Move rwlock functions with forwarders "
` [PATCH v3 29/37] nptl: Move the internal thread priority protection symbols "
` [PATCH v3 30/37] pthread: Introduce __pthread_early_init
` [PATCH v3 31/37] nptl: Move internal symbol __mutex_aconf into libc
` [PATCH v3 32/37] nptl: pthread_mutex_lock, pthread_mutex_unock single-threaded optimization
` [PATCH v3 33/37] x86: Remove low-level lock optimization
` [PATCH v3 34/37] nptl: Move core mutex functions into libc
` [PATCH v3 35/37] nptl: Move core condition variable "
` [PATCH v3 36/37] nptl: Move setxid broadcast implementation "
` [PATCH v3 37/37] nptl: Remove remnants of the libc/libpthread forwarder interface

[PATCH] x86_64: Update THREAD_SETMEM/THREAD_SETMEM_NC for IMM64
 2021-03-16 16:52 UTC  (15+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "
                ` [PATCH v5] x86_64: Update THREAD_SETMEM/THREAD_SETMEM_NC for IMM64 [BZ #27591]
                        ` [PATCH v6] x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq "

[RFC] execve.2: SYNOPSIS: Document both glibc wrapper and kernel sycalls
 2021-03-16 16:50 UTC  (4+ messages)
` [RFC v3 04/17] arch_prctl.2: SYNOPSIS: Remove unused includes
  ` AW: "

[PATCH v3 1/3] powerpc: Add optimized ilogb* for POWER9
 2021-03-16 16:20 UTC  (3+ messages)

[PATCH] support: arm: Add libc_do_syscall function to libsupport routines
 2021-03-16 15:36 UTC  (11+ messages)

[FYI] Patchwork database fixed for utf-8 related issues
 2021-03-16 14:56 UTC  (2+ messages)

[PATCH 0/5] iconv: module for MODIFIED-UTF-7
 2021-03-16 14:39 UTC  (3+ messages)
` [PATCH v3 0/5] iconv: module for IMAP-UTF-7
  ` [PATCH v3 5/5][pw utf test] Add test case "

[PATCH] io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
 2021-03-16 13:57 UTC  (7+ messages)

[PATCH] tunables: Fix comparison of tunable values
 2021-03-16 13:34 UTC 

[COMMITTED] powerpc: Update libm-test-ulps
 2021-03-16 13:32 UTC 

[PATCH] Fix SXID_ERASE behavior in setuid programs (BZ #27471)
 2021-03-16 11:12 UTC  (4+ messages)

[PATCH COMMITTED 2.33] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]
 2021-03-16 10:11 UTC 

[PATCH] support: Pass environ to child process
 2021-03-16  9:13 UTC  (2+ messages)

[PATCH v2 0/4] tunables and setxid programs
 2021-03-16  7:09 UTC  (6+ messages)
` [PATCH 1/4] support: Add capability to fork an sgid child
` [PATCH 2/4] tst-env-setuid: Use support_capture_subprogram_self_sgid
` [PATCH 3/4] Enhance setuid-tunables test
` [PATCH 4/4] Fix SXID_ERASE behavior in setuid programs (BZ #27471)
` [ignore][PATCH v2 0/4] tunables and setxid programs

[PATCH v2 0/4] tunables and setxid programs
 2021-03-16  7:07 UTC  (5+ messages)
` [PATCH 1/4] support: Add capability to fork an sgid child
` [PATCH 2/4] tst-env-setuid: Use support_capture_subprogram_self_sgid
` [PATCH 3/4] Enhance setuid-tunables test
` [PATCH 4/4] Fix SXID_ERASE behavior in setuid programs (BZ #27471)

[RFC] Auto-posting committed patches to this list?
 2021-03-16  3:55 UTC  (6+ messages)

[PATCH] Linux: Add execveat system call wrapper
 2021-03-15 22:17 UTC  (4+ messages)

[PATCH] elf: unconditionally add dl-static to sysdep-dl-routines in Makefile
 2021-03-15 21:01 UTC 

[PATCH 0/3] Merge helper for abilist files
 2021-03-15 20:12 UTC  (5+ messages)
` [PATCH 1/3] scripts/glibcsymbols.py: Extract from scripts/move-symbol-to-libc.py
` [PATCH 2/3] glibcymbols.read_abilist: Add check for duplicate symbols

[COMMITTED] support: Typo and formatting fixes
 2021-03-15 18:30 UTC  (2+ messages)

[PATCH 0/2] ld.so memory management cleanups
 2021-03-15 18:29 UTC  (5+ messages)
` [PATCH 2/2] dlfcn: dlerror needs to call free from the base namespace [BZ #24773]

[PATCH] Various pages: Remove unused <sys/types.h>
 2021-03-15 18:25 UTC  (3+ messages)

[PATCH] tst: Provide test for select
 2021-03-15 17:11 UTC  (2+ messages)

[PATCH v2 0/3] Clean up stack-protector-all build
 2021-03-15 16:34 UTC  (13+ messages)
` [PATCH 1/3] Add inhibit_stack_protector to ifuncmain9 [BZ #25680]
` [PATCH 2/3] Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]
` [PATCH 3/3] Build libc-start with stack protector for SHARED

[RFC] Fix static-only build of glibc [BZ #20845]
 2021-03-15 15:25 UTC  (5+ messages)

[PATCH v2 00/10] x86-64: Avoid RTM abort inside a RTM region
 2021-03-15 14:25 UTC  (11+ messages)
` [PATCH v2 01/10] x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMP
` [PATCH v2 02/10] x86-64: Add ifunc-avx2.h functions with 256-bit EVEX
` [PATCH v2 03/10] x86-64: Add strcpy family "
` [PATCH v2 04/10] x86-64: Add memmove "
` [PATCH v2 05/10] x86-64: Add memset "
` [PATCH v2 06/10] x86-64: Add memcmp "
` [PATCH v2 07/10] x86-64: Add AVX optimized string/memory functions for RTM
` [PATCH v2 08/10] x86: Add string/memory function tests in RTM region
` [PATCH v2 09/10] x86-64: Use ZMM16-ZMM31 in AVX512 memset family functions
` [PATCH v2 10/10] x86-64: Use ZMM16-ZMM31 in AVX512 memmove "

[PATCH 1/2] x86: Update large memcpy case in memmove-vec-unaligned-erms.S
 2021-03-15 14:16 UTC  (4+ messages)

[PATCH] tst: Provide test for getrusage
 2021-03-15 13:56 UTC  (3+ messages)

[PATCH v2] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]
 2021-03-15 13:40 UTC  (2+ messages)

[PATCH] elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]
 2021-03-15 12:55 UTC  (9+ messages)

[PATCH] x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
 2021-03-15 12:52 UTC  (3+ messages)
  ` [2.33][PATCH] "


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