unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-03-11 17:57:41 to 2021-03-15 22:17:38 UTC [more...]

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

[PATCH] support: arm: Add libc_do_syscall function to libsupport routines
 2021-03-15 22:14 UTC  (3+ 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  (6+ 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
` [PATCH 3/3] scripts/merge-abilist.py: New script to merge abilist files

[PATCH 00/18] Repost of pending libpthread removal patches
 2021-03-15 20:02 UTC  (23+ 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 09/18] nptl: Move __pthread_unwind_next "
` [PATCH 10/18] csu: Move calling main out of __libc_start_main_impl
` [PATCH 11/18] nptl: Move internal __nptl_nthreads variable into libc
` [PATCH 12/18] nptl_db: Introduce DB_MAIN_ARRAY_VARIABLE
` [PATCH 13/18] nptl: Move __pthread_keys global variable into libc
` [PATCH 14/18] nptl: Move __nptl_deallocate_tsd "
` [PATCH 15/18] nptl: Move pthread_exit "
` [PATCH 16/18] nptl: Move pthread_setcancelstate "
` [PATCH 17/18] nptl: Move pthread_setcanceltype "
` [PATCH 18/18] nptl: Invoke the set_robust_list system call directly in fork

[PATCH] locale: align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 arrays to uint16_t and uint32_t respectively
 2021-03-15 18:42 UTC 

[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  (6+ messages)
` [PATCH 1/2] dlfcn: Failures after dlmopen should not terminate process [BZ #24772]
` [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  (5+ messages)

[RFC] execve.2: SYNOPSIS: Document both glibc wrapper and kernel sycalls
 2021-03-15 18:00 UTC  (19+ messages)
` [RFC v3 00/17] man2: Use syscall(SYS_...); for system calls without a wrapper
` [RFC v3 01/17] access.2: "
` [RFC v3 02/17] alloc_hugepages.2: "
` [RFC v3 03/17] arch_prctl.2: "
` [RFC v3 04/17] arch_prctl.2: SYNOPSIS: Remove unused includes
  ` AW: "
` [RFC v3 05/17] capget.2: Use syscall(SYS_...); for system calls without a wrapper
` [RFC v3 06/17] clone.2: "
` [RFC v3 07/17] delete_module.2: wfix
` [RFC v3 08/17] epoll_wait.2: Use syscall(SYS_...); for system calls without a wrapper
` [RFC v3 09/17] execveat.2: "
` [RFC v3 10/17] exit_group.2: "
` [RFC v3 11/17] futex.2: "
` [RFC v3 12/17] getdents.2: "
` [RFC v3 13/17] getunwind.2: "
` [RFC v3 14/17] get_robust_list.2: "
` [RFC v3 16/17] init_module.2: "
` [RFC v3 17/17] ioprio_set.2: "

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

[PATCH v2 0/3] Clean up stack-protector-all build
 2021-03-15 16:34 UTC  (16+ 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)

[RFC] Auto-posting committed patches to this list?
 2021-03-15 15:02 UTC  (3+ 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  (5+ messages)
` [PATCH 2/2] x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

[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] x86_64: Update THREAD_SETMEM/THREAD_SETMEM_NC for IMM64
 2021-03-15 13:29 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[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] "

[PATCH] tst: Add test for sigtimedwait
 2021-03-15 11:42 UTC 

[PATCH] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-03-15  8:13 UTC  (4+ messages)

[RFC] Auto-posting committed patches to this list?
 2021-03-15  2:52 UTC  (2+ messages)

[PATCH] wprintf.3: SYNOPSIS: Use 'restrict' in prototypes
 2021-03-14 21:38 UTC  (2+ messages)

[PATCH 00/17] man3: SYNOPSIS: Use 'restrict' in prototypes
 2021-03-14 20:56 UTC  (21+ messages)
` [PATCH 01/17] scanf.3: SYNOPSIS: Use 'restrict' in prototypes; ffix too
` [PATCH 02/17] tsearch.3: SYNOPSIS: Use 'restrict' in prototypes
` [PATCH 03/17] unlocked_stdio.3: "
` [PATCH 04/17] wcpcpy.3: "
` [PATCH 05/17] wcpncpy.3: "
` [PATCH 06/17] wcrtomb.3: "
` [PATCH 07/17] wcscat.3: "
` [PATCH 08/17] wcscpy.3: "
` [PATCH 09/17] wcsncat.3: "
` [PATCH 10/17] wcsncpy.3: "
` [PATCH 11/17] wcsnrtombs.3: "
` [PATCH 12/17] wcsrtombs.3: "
` [PATCH 13/17] wcstoimax.3: "
` [PATCH 14/17] wcstok.3: "
` [PATCH 15/17] wcstombs.3: "
` [PATCH 16/17] wmemcpy.3: "
` [PATCH 17/17] wordexp.3: "

[PATCH 00/24] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 5)
 2021-03-14 20:53 UTC  (3+ messages)

[RFC PATCH] tst: Add test for gai_suspend
 2021-03-12 16:41 UTC  (3+ messages)

[PATCH] io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
 2021-03-12 14:21 UTC  (6+ messages)

[PATCH v4 1/5] support: Add support_stack_alloc
 2021-03-12 14:01 UTC  (5+ messages)

[COMMITTED] s390x: Regenerate ULPs
 2021-03-12 13:34 UTC 

libpthread removal in 2.34
 2021-03-12 13:11 UTC  (7+ messages)

[PATCH] MIPS: fix y2106 problem on N64 with statx
 2021-03-12 12:34 UTC  (2+ messages)

[RFC] io: Return UNSUPPORTED if filesystem do not support 64 bit timestamps
 2021-03-11 23:06 UTC  (3+ messages)
` [RFC v2] "

[PATCH v2] Mount /tmp as tmpfs in test-container and run utime tests in it
 2021-03-11 22:58 UTC  (6+ messages)

[PATCH v3] Add new C.UTF-8 locale (Bug 17318)
 2021-03-11 22:55 UTC  (4+ messages)

[PATCH 0/8] Move libpthread unwind-related functionality into libc
 2021-03-11 22:39 UTC  (3+ messages)
` [PATCH 8/8] nptl: Move __pthread_unwind_next "

[PATCH v2 1/8] posix: Consolidate register-atfork
 2021-03-11 22:31 UTC  (16+ messages)
` [PATCH v2 2/8] linux: Use __libc_single_threaded on fork
` [PATCH v2 3/8] posix: Consolidate fork implementation
` [PATCH v2 4/8] nptl: Move fork into libc
` [PATCH v2 5/8] posix: Do not clobber errno by atfork handlers
` [PATCH v2 6/8] Consolidate pthread_atfork
` [PATCH v2 7/8] support: Add xpthread_kill
` [PATCH v2 8/8] posix: Add _Fork [BZ #4737]

[PATCH v1] test-container: Always copy test-specific support files [BZ #27537]
 2021-03-11 22:05 UTC  (3+ messages)

[PATCH 1/8] posix: Consolidate register-atfork
 2021-03-11 19:30 UTC  (13+ messages)
` [PATCH 5/8] posix: Do not clobber errno by atfork handlers

[PATCH v2 0/2] malloc: split the mtag realloc fix patch
 2021-03-11 17:57 UTC  (3+ messages)
` [PATCH v2 1/2] malloc: Fix a realloc crash with heap tagging [BZ 27468]
` [PATCH v2 2/2] malloc: Fix a potential realloc issue with memory tagging


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