unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-03-16 17:29:53 to 2021-03-19 18:01:23 UTC [more...]

[PATCH] elf: unconditionally add dl-static to sysdep-dl-routines in Makefile
 2021-03-19 18:01 UTC  (2+ 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  (61+ 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

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 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] x86: Disable OSXSAVE related features [BZ #27605]
 2021-03-19 13:27 UTC 

[PATCH v2 1/2] fstatat64: use statx on kernel using uint32 for time
 2021-03-19 10:07 UTC  (3+ messages)
` [PATCH v2 2/2] MIPS: N64, make xstat as wrapper of generic fstatat

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

[PATCH v3 00/37] libpthread removal: NPTL forwarders are gone
 2021-03-18 22:06 UTC  (60+ 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 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

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

[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] locale: align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 arrays to uint16_t and uint32_t respectively
 2021-03-17 11:34 UTC  (8+ messages)

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-17 10:44 UTC  (6+ messages)
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[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

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

[PATCH 00/18] Repost of pending libpthread removal patches
 2021-03-16 18:14 UTC  (5+ messages)
` [PATCH 04/18] nptl: Move legacy cancelation handling into libc as compat symbols


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