unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-09-03 09:13:20 to 2021-09-10 19:48:14 UTC [more...]

[PATCH v2] ioctl_tty.2: Fix information about header include file
 2021-09-10 19:47 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v8 0/1] Extend struct r_debug to support multiple namespaces
 2021-09-10 19:26 UTC  (4+ messages)
` [PATCH v8 1/1] Extend struct r_debug to support multiple namespaces [BZ #15971]

[PATCH v2] posix: Fix attribute access mode on getcwd [BZ #27476]
 2021-09-10 18:38 UTC 

[PATCH v3 0/2] Fix pthread_cancel, pthread_kill race (bug 12889)
 2021-09-10 15:19 UTC  (6+ messages)
` [PATCH v3 1/2] nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
` [PATCH v3 2/2] nptl: Fix race between pthread_kill and thread exit (bug 12889)

Using __ppoll64 internally
 2021-09-10 14:22 UTC  (11+ messages)

Remove tilegx port
 2021-09-10 13:53 UTC  (6+ messages)

[PATCH] ioctl_tty.2: Add example how to get or set baudrate on the serial port
 2021-09-10 13:39 UTC  (5+ messages)
` [PATCH v4] "

[PATCH] posix: Fix attribute access mode on getcwd with GNU extension [BZ #27476]
 2021-09-10 11:34 UTC  (2+ messages)

[PATCH] Add LD_NUMA_REPLICATION for glibc
 2021-09-10 11:01 UTC  (7+ messages)

[PATCH] dl: Use "adr" assembler command to get proper load address
 2021-09-10 10:10 UTC  (11+ messages)

[PATCH] termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc
 2021-09-10 10:01 UTC  (2+ messages)

[PATCH] configure: Fix check for INSERT in linker script
 2021-09-10  0:50 UTC 

[PATCH htl v3 0/5] Rewrite THREAD_GSCOPE
 2021-09-09 23:25 UTC  (9+ messages)
` [PATCH htl v3 1/5] elf: Replace most uses of THREAD_GSCOPE_IN_TCB
` [PATCH htl v3 2/5] htl: Move thread table to ld.so
` [PATCH htl v3 3/5] htl: Reimplement GSCOPE
` [PATCH htl v3 4/5] elf: Remove THREAD_GSCOPE_IN_TCB
` [PATCH htl v3 5/5] testrun.sh: Add support for --tool=rpctrace

[PATCH v3 0/7] Use introsort for qsort
 2021-09-09  0:39 UTC  (26+ messages)
` [PATCH v3 1/7] benchtests: Add bench-qsort
` [PATCH v3 2/7] support: Fix getopt_long with CMDLINE_OPTIONS
` [PATCH v3 3/7] stdlib: Optimization qsort{_r} swap implementation (BZ #19305)
` [PATCH v3 4/7] stdlib: Move insertion sort out qsort
` [PATCH v3 5/7] stdlib: qsort: Move some macros to inline function
` [PATCH v3 6/7] stdlib: Implement introsort with qsort
` [PATCH v3 7/7] stdlib: Remove use of mergesort on qsort (BZ #21719)

[PATCH v3 0/5] benchtests: Add memset zero fill benchmark test
 2021-09-09  0:22 UTC  (12+ messages)
` [PATCH v3 1/5] benchtests: Enable scripts/plot_strings.py to read stdin
` [PATCH v3 2/5] benchtests: Add memset zero fill benchtest
` [PATCH v3 3/5] benchtests: Remove redundant assert.h
` [PATCH v3 4/5] benchtests: Fix validate_benchout.py exceptions

[COMMITTED 2.32] posix: Correct attribute access mode on readlinkat [BZ #27024]
 2021-09-08 22:44 UTC 

[PATCH] _Static_assert needs two arguments for compatibility with GCC before 9
 2021-09-08 14:52 UTC  (2+ messages)

Update kernel version to 5.14 in tst-mman-consts.py
 2021-09-08 12:43 UTC 

Update syscall lists for Linux 5.14
 2021-09-08  6:55 UTC  (2+ messages)

V2 Patch of fix for #BZ 25847
 2021-09-08  2:52 UTC  (7+ messages)
` [PATCH v2 1/6] nptl: Fix pthread_cond_signal missing a sleeper (#BZ 25847)
` [PATCH v2 2/6] nptl: Remove the signal-stealing code. It is no longer needed
` [PATCH v2 3/6] nptl: Optimization by not incrementing wrefs in pthread_cond_wait
` [PATCH v2 4/6] nptl: Make test-cond-printers check the number of waiters
` [PATCH v2 5/6] nptl: Rename __wrefs to __crefs because its meaning has changed
` [PATCH v2 6/6] nptl: Cleaning up __g1_start and related code in pthread_cond_wait

Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-linux.h
 2021-09-07 21:24 UTC 

[PATCH v2] time: Fix compile error in itimer test affecting hurd
 2021-09-07 21:20 UTC  (4+ messages)

[PATCH v6 0/2] Extend struct r_debug to support multiple namespaces
 2021-09-07 15:18 UTC  (7+ messages)
` [PATCH v6 2/2] "

[PATCH v7 0/1] Extend struct r_debug to support multiple namespaces
 2021-09-07 15:15 UTC  (2+ messages)
` [PATCH v7 1/1] Extend struct r_debug to support multiple namespaces [BZ #15971]

Accuracy of Mathematical Functions
 2021-09-07 14:45 UTC 

[PATCH] MIPS: Setup errno for {f,l,}xstat
 2021-09-07 14:04 UTC  (4+ messages)

[PATCH v5] io: Fix ftw internal realloc buffer (BZ #28126)
 2021-09-07 12:33 UTC 

[PATCH v2 0/3] Revert the use of sched_getaffinity on get_nproc
 2021-09-07 12:22 UTC  (4+ messages)
` [PATCH v2 1/3] misc: Add __get_nprocs_sched
` [PATCH v2 2/3] linux: Simplify get_nprocs
` [PATCH v2 3/3] linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)

[PATCH 0/3] Revert the use of sched_getaffinity on get_nproc
 2021-09-07 12:12 UTC  (9+ messages)
` [PATCH 1/3] misc: Add __get_nprocs_sched
` [PATCH 2/3] linux: Simplify get_nprocs
` [PATCH 3/3] linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)

Use Linux 5.14 in build-many-glibcs.py
 2021-09-07  8:12 UTC  (2+ messages)

[PATCH] Make using non-default as/ld/etc easier
 2021-09-07  7:41 UTC  (2+ messages)

[PATCH v12 0/2] C.UTF-8
 2021-09-07  1:57 UTC  (7+ messages)
` [PATCH v12 1/2] Add 'codepoint_collation' support for LC_COLLATE
` [PATCH v12 2/2] Add generic C.UTF-8 locale (Bug 17318)

[PATCH] Deny preload of files on NOEXEC mounts
 2021-09-06 21:48 UTC  (12+ messages)

Copyright header for localedata files contributed under DCO
 2021-09-06 21:45 UTC  (8+ messages)

[PATCH v3 0/4] Add CLOCK_MONOTONIC support for PI mutexes
 2021-09-06 20:47 UTC  (5+ messages)
` [PATCH v3 1/4] Linux: Add FUTEX_LOCK_PI2
` [PATCH v3 2/4] nptl: Use FUTEX_LOCK_PI2 when available
` [PATCH v3 3/4] support: Add support_mutex_pi_monotonic
` [PATCH v3 4/4] nptl: Add CLOCK_MONOTONIC support for PI mutexes

[PATCH COMMITTED] locale: Add missing second argument to _Static_assert in C-collate-seq.c
 2021-09-06 18:12 UTC 

[committed] hppa: Update test ulps
 2021-09-06 17:41 UTC 

[PATCH] nptl: Fix type of pthread_mutexattr_setrobust_np (bug 28036)
 2021-09-06 15:57 UTC  (7+ messages)

[PATCH] AArch64: Update A64FX memset not to degrade at 16KB
 2021-09-06 15:54 UTC  (9+ messages)

[PATCH v11 0/2] C.UTF-8
 2021-09-06 15:24 UTC  (5+ messages)
` [PATCH v11 1/2] Add 'codepoint_collation' support for LC_COLLATE
` [PATCH v11 2/2] Add generic C.UTF-8 locale (Bug 17318)

[PATCH v2] nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np (bug 28036)
 2021-09-06 14:35 UTC 

[PATCH v6 0/1] RFC: Add <sys/tagged-address.h>
 2021-09-06 13:34 UTC  (10+ messages)
` [PATCH v6 1/1] <sys/tagged-address.h>: An API for tagged address

[PATCH v10 0/2] C.UTF-8
 2021-09-06  6:44 UTC  (4+ messages)
` [PATCH v10 1/2] Add 'codepoint_collation' support for LC_COLLATE
` [PATCH v10 2/2] Add generic C.UTF-8 locale (Bug 17318)

[PATCH] csu: Skip ARCH_SETUP_IREL if _dl_relocate_static_pie applied IRELATIVE relocations [BZ #27164]
 2021-09-06  6:30 UTC  (7+ messages)

[PATCH v9 0/2] C.UTF-8
 2021-09-06  3:41 UTC  (4+ messages)
` [PATCH v9 2/2] Add generic C.UTF-8 locale (Bug 17318)

[PATCH v2 0/5] futex2: Add wait on multiple futexes syscall
 2021-09-04 23:11 UTC  (6+ messages)
` [PATCH v2 1/5] futex: Prepare for futex_wait_multiple()
` [PATCH v2 2/5] futex2: Implement vectorized wait
` [PATCH v2 3/5] futex2: wire up syscall for x86
` [PATCH v2 4/5] selftests: futex2: Add waitv test
` [PATCH v2 5/5] selftests: futex2: Test futex_waitv timeout

[PATCH] localedata: add new locale ab_GE
 2021-09-04 13:41 UTC  (4+ messages)
` [PATCH] [PING] "

[PATCH] elf: Avoid nested functions in the loader (all ports) [BZ #27220]
 2021-09-04  3:52 UTC  (3+ messages)

[PATCH v6 0/2] Source attribution cleanups
 2021-09-03 16:01 UTC  (4+ messages)
` [PATCH v6 2/2] Remove "Contributed by" lines


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