public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/14] libpthread removal: pthread-compat-wrappers and other libc symbols
 2021-03-19 20:29 UTC  (13+ messages)
` [PATCH v2 01/14] Add OTHER_SHLIB_COMPAT
` [PATCH v2 02/14] nptl: Remove send from libpthread
` [PATCH v2 03/14] nptl: Remove lseek "
` [PATCH v2 04/14] nptl: Remove open "
` [PATCH v2 05/14] nptl: Remove pread "
` [PATCH v2 06/14] nptl: Remove pwrite "
` [PATCH v2 07/14] nptl: Remove msgsnd from pthread-compat-wrappers
` [PATCH v2 08/14] nptl: Remove msgrcv "
` [PATCH v2 09/14] nptl: Remove sigsuspend "
` [PATCH v2 10/14] nptl: Move pthread_kill to libc
` [PATCH v2 11/14] nptl: Remove pthread raise implementation
` [PATCH v2 12/14] nptl: Move sigaction to libc

[RFC 0/2] Transparent multi-version symbol support
 2021-03-19 20:26 UTC  (13+ messages)
` [RFC 1/2] Change how the symbol_version_reference macro is defined
` [RFC 2/2] Fold compat_symbol_unique functionality into compat_symbol

[PATCH v2 0/3] Transparent support for multiple symbol versions
 2021-03-19 20:07 UTC  (4+ messages)
` [PATCH v2 1/3] Change how the symbol_version_reference macro is defined
` [PATCH v2 2/3] locale: Use compat_symbol_reference in _nl_postload_ctype
` [PATCH v2 3/3] Fold compat_symbol_unique functionality into compat_symbol

[PATCH] nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]
 2021-03-19 20:02 UTC  (2+ messages)

[PATCH v3 00/37] libpthread removal: NPTL forwarders are gone
 2021-03-19 19:56 UTC  (43+ messages)
` [PATCH v3 01/37] nptl: Move pthread_mutex_consistent into libc
` [PATCH v3 05/37] nptl: Remove longjmp, siglongjmp from libpthread
` [PATCH v3 08/37] nptl: Move pthread_once and __pthread_once into libc
` [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 v2 1/2] fstatat64: use statx on kernel using uint32 for time
 2021-03-19 18:42 UTC  (5+ messages)
` [PATCH v2 2/2] MIPS: N64, make xstat as wrapper of generic fstatat

[PATCH v6] x86_64: Correct THREAD_SETMEM/THREAD_SETMEM_NC for movq [BZ #27591]
 2021-03-19 18:35 UTC 

[PATCH 0/5] More stat fixes
 2021-03-19 18:31 UTC  (6+ messages)
` [PATCH 1/5] linux: Implement fstatat with __fstatat64_time64
` [PATCH 2/5] linux: Disable fstatat64 fallback if __ASSUME_STATX is defined
` [PATCH 3/5] linux: Use statx for MIPSn64
` [PATCH 4/5] support: Add support_path_support_time64_value
` [PATCH 5/5] linux: Add y2106 support on utimensat tests

[PATCH] locale: align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 arrays to uint16_t and uint32_t respectively
 2021-03-19 18:31 UTC  (9+ messages)

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-19 18:12 UTC  (4+ messages)

[PATCH] elf: unconditionally add dl-static to sysdep-dl-routines in Makefile
 2021-03-19 18:02 UTC  (3+ messages)

[PATCH] elf: Add EM_INTELGT for Intel Graphics Technology
 2021-03-19 17:55 UTC  (2+ messages)

[PATCH 00/30] libpthread removal: pthread-compat-wrappers and other libc symbols
 2021-03-19 16:51 UTC  (51+ messages)
` [PATCH 08/30] nptl: Remove send from libpthread
` [PATCH 11/30] nptl: Remove lseek "
` [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

tunables vs osxsave vs checkpointing vs _dl_runtime_resolve
 2021-03-19 16:43 UTC  (12+ messages)

[PATCH 1/9] Auxiliary function for reduction modulo 2*pi
 2021-03-19 15:06 UTC  (9+ messages)
` [PATCH 2/9] Fix the inaccuracy of j0f and of y0f [BZ #14469 and #14471]
` [PATCH 3/9] Fix the inaccuracy of j1f (BZ 14470) and y1f (BZ 14472)
` [PATCH 4/9] Added new entries for j0/j1/y0/y1 and regenerate ulps
` [PATCH 5/9] ulps update for sparc (from Adhemerval Zanella)
` [PATCH 6/9] ulps update for s390 "
` [PATCH 7/9] ulps update for aarch64 "
` [PATCH 8/9] ulps update for powerpc "
` [PATCH 9/9] ulps update for x86_64

[PATCH] x86: Disable OSXSAVE related features [BZ #27605]
 2021-03-19 13:27 UTC 

[PATCH 0/6] malloc: more memory tagging optimizations
 2021-03-19 13:27 UTC  (7+ messages)
` [PATCH 1/6] malloc: Use memsize instead of CHUNK_AVAILABLE_SIZE
` [PATCH 2/6] malloc: Use different tag after mremap
` [PATCH 3/6] malloc: Use chunk2rawmem throughout
` [PATCH 4/6] malloc: Rename chunk2rawmem
` [PATCH 5/6] malloc: Remove unnecessary tagging around _mid_memalign
` [PATCH 6/6] malloc: Ensure mtag code path in checked_request2size is cold

[PATCH] add workload traces for missing functions (double format)
 2021-03-19  9:09 UTC 

[PATCH v8 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-03-19  3:10 UTC  (3+ messages)
` [PATCH v8 2/3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
` [PATCH v8 3/3] arm64: pac: Optimize kernel entry/exit key installation code paths

[PATCH] Update sv_SE to treate 'W' as a distinct character (Bug 25036)
 2021-03-19  1:43 UTC 

[PATCH] MIPS: fix y2106 problem on N64 with statx
 2021-03-19  1:00 UTC  (8+ messages)
  ` 回复: "
      ` 回复: "
          ` 回复: "

[PATCH] Add an internal wrapper for clone, clone2 and clone3
 2021-03-18 23:18 UTC  (8+ messages)
    ` [PATCH v2] "
          ` [PATCH v3] "
            ` PING^1 "

[COMMITTED] support: Use syscall function instead of INLINE_SYSCALL_CALL
 2021-03-18 20:53 UTC 

Compat symbols in abilist files
 2021-03-18 20:25 UTC  (3+ messages)

[PATCH v2 2/2] malloc: Fix a potential realloc issue with memory tagging
 2021-03-18 18:59 UTC  (2+ messages)

[PATCH v3 1/3] powerpc: Add optimized ilogb* for POWER9
 2021-03-18 16:51 UTC  (3+ messages)
` [PATCH v3 2/3] powerpc: Add optimized llogb* "

[PATCH] S390: Don't test nanoseconds in io/tst-stat.c
 2021-03-18 13:31 UTC  (4+ messages)

[PATCH] x86-64: Don't inline atof without SSE2 [BZ #27600]
 2021-03-18  5:03 UTC  (2+ messages)

[PATCH] support: Use __utimensat64 to set file access and modification times
 2021-03-17 22:32 UTC  (5+ messages)

why don't setjmp save MXCSR register and x87 control word?
 2021-03-17 21:08 UTC  (2+ messages)

[PATCH] tst: Provide test for getrusage
 2021-03-17 16:24 UTC  (5+ messages)

[PATCH] Don't test nanoseconds for non-LFS interface in io/tst-stat.c
 2021-03-17 13:04 UTC  (5+ messages)

[PATCH v2 1/2] tst: Add test for ntp_gettime
 2021-03-17 12:23 UTC  (2+ messages)

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-03-17  2:35 UTC  (6+ 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 4/5] scripts: Added Vector Length Set test helper script
` [PATCH 5/5] benchtests: Added generic_memcpy and generic_memmove to large benchtests

page:  |  | latest

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