unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-05-05 08:33:26 to 2021-05-09 20:02:21 UTC [more...]

[PATCH 1/3] alloc_hugepages.2, arch_prctl.2, capget.2, clone.2, delete_module.2, execveat.2, exit_group.2, get_robust_list.2, getunwind.2, init_module.2: Add note about the use of syscall(2)
 2021-05-09 20:02 UTC  (6+ messages)
` [PATCH 2/3] Various pages: Remove unused <sys/ipc.h> (and <sys/types.h>)
` [PATCH 3/3] open.2: Remove unused <sys/stat.h>

[PATCH] open_by_handle_at.2: Remove unused <sys/stat.h>
 2021-05-09 18:10 UTC  (2+ messages)

Bug reporting
 2021-05-09 17:58 UTC  (4+ messages)

[PATCH] stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)
 2021-05-09 16:32 UTC  (3+ messages)

[PATCH v1] x86: Add EVEX optimized memchr family not safe for RTM
 2021-05-08 12:58 UTC  (20+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

GDB shared library tracking with stap probes x _dl_debug_state
 2021-05-08 10:55 UTC  (5+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-08  9:45 UTC  (18+ messages)

[PATCH] x86: Fix an unknown vector operation in memchr-evex.S
 2021-05-08  3:17 UTC  (6+ messages)

The value of "Reviewed-by:", give and ask for it
 2021-05-07 21:45 UTC 

[PATCH v2] localedata: Updates for Taiwanese locales [BZ #24409]
 2021-05-07 21:23 UTC  (2+ messages)

[PATCH] powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopy
 2021-05-07 20:04 UTC  (4+ messages)

[PATCH] more out of bounds checking improvements
 2021-05-07 19:30 UTC  (14+ messages)

[PATCH 1/3] misc: use _fitoa_word to implement __fd_to_filename
 2021-05-07 19:20 UTC  (6+ messages)
` [PATCH 3/3] linux: implement ttyname as a wrapper around ttyname_r

[PATCH] malloc: Make tunable callback functions static
 2021-05-07 17:25 UTC  (2+ messages)

[PATCH v2] elf: Implement filtering of symbols historically defined in libpthread
 2021-05-07 16:40 UTC  (30+ messages)

Programming model for tagged addresses
 2021-05-07 14:24 UTC  (4+ messages)

[PATCH 1/4] Remove architecture specific sched_cpucount optimizations
 2021-05-07 12:43 UTC  (26+ messages)
` [PATCH 3/4] linux: Use /sys/devices/system/cpu/possible on __get_nprocs_conf
` [PATCH 4/4] linux: Remove /proc/cpuinfo fallback on alpha and sparc

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-07 12:31 UTC  (12+ messages)

[PATCH] Run $(objpfx)iconvconfig as an installed program
 2021-05-07 11:39 UTC  (7+ messages)
` PING^1 "
  ` PING^2 "
  ` [PATCH v2] Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]

benchtest question
 2021-05-07  9:27 UTC 

[PATCH 1/3] linux: Move flockfile/_IO_flockfile into libc
 2021-05-07  6:37 UTC  (6+ messages)
` [PATCH 2/3] linux: Move ftrylockfile/_IO_ftrylockfile "
` [PATCH 3/3] linux: Move funlockfile/_IO_funlockfile "

[PING][PATCH v2] localedata: Updates for Taiwanese locales [BZ #24409]
 2021-05-07  1:28 UTC 

[PATCH] add support for -Wmismatched-dealloc
 2021-05-06 23:54 UTC  (15+ messages)

[PATCH v2] powerpc: Optimized memmove for POWER10
 2021-05-06 19:51 UTC  (11+ messages)

[PATCH 00/13] Linux: Move most stack management out of libpthread
 2021-05-06 18:11 UTC  (14+ messages)
` [PATCH 01/13] scripts/versions.awk: Add strings and hashes to <first-versions.h>
` [PATCH v2 02/13] elf, nptl: Resolve recursive lock implementation early
` [PATCH 03/13] nptl: Export __libc_multiple_threads from libc as an internal symbol
` [PATCH 04/13] Linux: Explicitly disable cancellation checking in the dynamic loader
` [PATCH 05/13] Linux: Simplify and fix the definition of SINGLE_THREAD_P
` [PATCH 06/13] nptl: Eliminate __pthread_multiple_threads
` [PATCH 07/13] elf: Introduce __tls_pre_init_tp
` [PATCH 08/13] nptl: Move more stack management variables into _rtld_global
` [PATCH 09/13] nptl: Simplify the change_stack_perm calling convention
` [PATCH 10/13] nptl: Move changing of stack permissions into ld.so
` [PATCH 11/13] nptl: Simplify resetting the in-flight stack in __reclaim_stacks
` [PATCH 12/13] nptl: Move __default_pthread_attr, __default_pthread_attr_lock into libc
` [PATCH 13/13] Linux: Move __reclaim_stacks into the fork implementation in libc

[PATCH v3 00/13] Add futex2 syscalls
 2021-05-06 14:48 UTC  (4+ messages)

[PATCH 0/3] Checking HWCAP bits against compiler flags
 2021-05-06 12:30 UTC  (4+ messages)
` [PATCH 1/3] elf: Add hook for checking HWCAP bits after auxiliary vector parsing
` [PATCH 2/3] powerpc64le: Check HWCAP bits against compiler build flags
` [PATCH 3/3] s390x: Check HWCAP bits against compiler flags

[PATCH 0/7] nptl: Move barrier implemention into libc
 2021-05-06 11:45 UTC  (16+ messages)
` [PATCH 1/7] nptl: Move pthread_barrier_destroy "
` [PATCH 2/7] nptl: Move pthread_barrier_init "
` [PATCH 3/7] nptl: Move pthread_barrier_wait "
` [PATCH 4/7] nptl: Move pthread_barrierattr_destroy "
` [PATCH 5/7] nptl: Move pthread_barrierattr_init "
` [PATCH 6/7] nptl: Move pthread_barrierattr_getpshared "
` [PATCH 7/7] nptl: Move pthread_barrierattr_setpshared "

Having TTL of resolved IP addresses in 'getaddrinfo' or 'getaddrinfo_a'
 2021-05-06  9:20 UTC  (5+ messages)

[PATCH v2] tst: Provide test for getrusage
 2021-05-06  9:12 UTC  (4+ messages)

[RFC PATCH] tst: Add test for gai_suspend
 2021-05-06  9:11 UTC  (5+ messages)

[PATCH v2] tst: Add test for adjtime
 2021-05-06  9:10 UTC  (3+ messages)

[RFC] bpf.2: Use standard types and attributes
 2021-05-05 22:22 UTC  (11+ messages)
` [RFC v2] "

[PATCH v5 1/5] support: Add support_stack_alloc
 2021-05-05 21:41 UTC  (5+ messages)
` [PATCH v5 2/5] support: Add xclone
` [PATCH v5 3/5] linux: Add close_range
` [PATCH v5 4/5] io: Add closefrom [BZ #10353]
` [PATCH v5 5/5] posix: Add posix_spawn_file_actions_closefrom_np

Undefined use of weak symbols in gnulib
 2021-05-05 20:31 UTC  (7+ messages)

[PATCH 00/11] nptl: Move semaphore functions into libc
 2021-05-05 15:30 UTC  (24+ messages)
` [PATCH 01/11] nptl: Move pthread_testcancel "
` [PATCH 02/11] nptl: Consolidate aysnc cancel enable/disable implementation in libc
` [PATCH 03/11] nptl: Move sem_clockwait into libc
` [PATCH 04/11] nptl: Move sem_close, sem_open "
` [PATCH 05/11] nptl: Move sem_destroy "
` [PATCH 06/11] nptl: Move sem_getvalue "
` [PATCH 07/11] nptl: Move sem_init "
` [PATCH 08/11] nptl: Move sem_post "
` [PATCH 09/11] nptl: Move sem_timedwait "
` [PATCH 10/11] nptl: Move sem_unlink "
` [PATCH 11/11] nptl: Move sem_trywait, sem_wait "


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