unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-09-06 14:27:48 to 2021-09-14 00:48:30 UTC [more...]

[PATCH 0/2] Fix close_range/closefrom tests
 2021-09-14  0:46 UTC  (7+ messages)
` [PATCH 2/2] Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and posix/tst-spawn5 (BZ #28260)

[PATCH v3 0/5] benchtests: Add memset zero fill benchmark test
 2021-09-14  0:44 UTC  (23+ 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 v4] "
` [PATCH v3 3/5] benchtests: Remove redundant assert.h
` [PATCH v3 4/5] benchtests: Fix validate_benchout.py exceptions
      ` [PATCH v4] "

[PATCH 1/5] x86_64: Add support for bcmp using sse2, sse4_1, avx2, and evex
 2021-09-13 23:22 UTC  (6+ messages)
` [PATCH 2/5] x86_64: Add sse2 optimized bcmp implementation in memcmp.S
` [PATCH 3/5] x86_64: Add sse4_1 optimized bcmp implementation in memcmp-sse4.S
` [PATCH 4/5] x86_64: Add avx2 optimized bcmp implementation in bcmp-avx2.S
` [PATCH 5/5] x86_64: Add evex optimized bcmp implementation in bcmp-evex.S

New French PO file for 'libc' (version 2.33.9000)
 2021-09-13 20:52 UTC 

[RFC patch 0/5] RISC-V: Add vector ISA support
 2021-09-13 19:11 UTC  (10+ messages)
` [RFC patch 1/5] RISC-V: Remove riscv-specific sigcontext.h
` [RFC patch 2/5] RISC-V: Reserve about 5K space in mcontext_t to support future ISA expansion
` [RFC patch 3/5] RISC-V: Save and restore VCSR when doing user context switch
` [RFC patch 4/5] RISC-V: Extend MINSIGSTKSZ and SIGSTKSZ to backup RVV registers
` [RFC 5/5] RISC-V: Expand PTHREAD_STACK_MIN to support RVV environment

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

Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-linux.h
 2021-09-13 17:41 UTC  (2+ messages)

[PATCH] elf: Avoid nested functions in the loader (all ports) [BZ #27220]
 2021-09-13 16:36 UTC  (4+ messages)

[PATCH] [PING 3] localedata: add new locale ab_GE
 2021-09-13 16:30 UTC 

[PATCH v10] Extend struct r_debug to support multiple namespaces [BZ #15971]
 2021-09-13 15:39 UTC 

[PATCH v3] iconvconfig: Fix behaviour with --prefix [BZ #28199]
 2021-09-13 15:17 UTC  (2+ messages)

[PATCH v9 0/1] Extend struct r_debug to support multiple namespaces
 2021-09-13 14:40 UTC  (3+ messages)
` [PATCH v9 1/1] Extend struct r_debug to support multiple namespaces [BZ #15971]

[PATCH v2] iconvconfig: Fix behaviour with --prefix [BZ #28199]
 2021-09-13 14:10 UTC  (3+ messages)

[PATCH] configure: Fix check for INSERT in linker script
 2021-09-13 13:58 UTC  (2+ messages)

Monday Patch Queue Review update (2021-09-13)
 2021-09-13 13:54 UTC 

[PATCH v5] io: Fix ftw internal realloc buffer (BZ #28126)
 2021-09-13 13:15 UTC  (2+ messages)

[PATCH v2 0/3] Revert the use of sched_getaffinity on get_nproc
 2021-09-13 11:05 UTC  (7+ 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)

Update kernel version to 5.14 in tst-mman-consts.py
 2021-09-13 10:56 UTC  (2+ messages)

[PATCH] Add LD_NUMA_REPLICATION for glibc
 2021-09-13 14:40 UTC  (5+ messages)

[patch] nscd.conf.5: describe reloading, clarifications, v5
 2021-09-10 23:25 UTC  (3+ messages)

Add narrowing square root functions [committed]
 2021-09-10 20:58 UTC 

[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] 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 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  (22+ messages)
` [PATCH v3 1/7] benchtests: Add bench-qsort
` [PATCH v3 4/7] stdlib: Move insertion sort out qsort
` [PATCH v3 6/7] stdlib: Implement introsort with qsort

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

[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 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  (6+ 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  (6+ 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 


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