unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-09-10 01:50:36 to 2021-09-16 05:23:49 UTC [more...]

[PATCH v3 0/5] benchtests: Add memset zero fill benchmark test
 2021-09-16  5:23 UTC  (29+ 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 v5] "

[PATCH] ld.so: Handle read-only dynamic section gracefully [BZ #28340]
 2021-09-16  4:48 UTC  (15+ messages)

[PATCH v3 0/6] futex2: Add wait on multiple futexes syscall
 2021-09-16  4:10 UTC  (13+ 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

[PATCH htl v4 0/4] Rewrite THREAD_GSCOPE
 2021-09-15 23:05 UTC  (7+ messages)
` [PATCH htl v4 2/4] htl: Move thread table to ld.so
` [PATCH htl v4 3/4] htl: Reimplement GSCOPE
` [PATCH htl v4 4/4] elf: Remove THREAD_GSCOPE_IN_TCB

Redirect fma calls to __fma in libm [committed]
 2021-09-15 22:58 UTC 

[RFC patch 0/5] RISC-V: Add vector ISA support
 2021-09-15 19:37 UTC  (16+ 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 00/20] futex: splitup and waitv syscall
 2021-09-15 18:47 UTC  (30+ messages)
` [PATCH 01/20] futex: Move to kernel/futex/
` [PATCH 02/20] futex: Split out syscalls
` [PATCH 03/20] futex: Rename {,__}{,un}queue_me()
` [PATCH 04/20] futex: Rename futex_wait_queue_me()
` [PATCH 05/20] futex: Rename: queue_{,un}lock()
` [PATCH 06/20] futex: Rename __unqueue_futex()
` [PATCH 07/20] futex: Rename hash_futex()
` [PATCH 08/20] futex: Rename: {get,cmpxchg}_futex_value_locked()
` [PATCH 09/20] futex: Split out PI futex
` [PATCH 10/20] futex: Rename: hb_waiter_{inc,dec,pending}()
` [PATCH 11/20] futex: Rename: match_futex()
` [PATCH 12/20] futex: Rename mark_wake_futex()
` [PATCH 13/20] futex: Split out requeue
` [PATCH 14/20] futex: Split out wait/wake
` [PATCH 15/20] futex: Simplify double_lock_hb()
` [PATCH 16/20] futex: Implement sys_futex_waitv()
` [PATCH 17/20] futex,x86: Wire up sys_futex_waitv()
` [PATCH 18/20] futex,arm: "
` [PATCH 19/20] selftests: futex: Add sys_futex_waitv() test
` [PATCH 20/20] selftests: futex: Test sys_futex_waitv() timeout

[PATCH 1/5] x86_64: Add support for bcmp using sse2, sse4_1, avx2, and evex
 2021-09-15 18:30 UTC  (29+ 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
` [PATCH v2 1/5] x86_64: Add support for bcmp using sse2, sse4_1, avx2, and evex
  ` [PATCH v2 2/5] x86_64: Add sse2 optimized bcmp implementation in memcmp.S
  ` [PATCH v2 3/5] x86_64: Add sse4_1 optimized bcmp implementation in memcmp-sse4.S
  ` [PATCH v2 4/5] x86_64: Add avx2 optimized bcmp implementation in bcmp-avx2.S
  ` [PATCH v2 5/5] x86_64: Add evex optimized bcmp implementation in bcmp-evex.S
    ` Re: [PATCH 1/5] x86_64: Add support for bcmp using sse2, sse 4_1, avx2, and evex

[PATCH htl v3 0/5] Rewrite THREAD_GSCOPE
 2021-09-15 15:16 UTC  (14+ 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 v2] ld.so: Handle read-only dynamic section gracefully [BZ #28340]
 2021-09-15 13:04 UTC  (5+ messages)

Fix build-many-glibcs.py --strip for installed library renaming
 2021-09-15  1:24 UTC 

[hurd, commited] mach lll_lock/unlock: Explicitly request private locking
 2021-09-14 23:37 UTC 

[PATCH] powerpc: Fix unrecognized instruction errors with recent GCC
 2021-09-14 18:19 UTC 

New French PO file for 'libc' (version 2.33.9000)
 2021-09-14 17:47 UTC 

[PATCH v11 0/1] Extend struct r_debug to support multiple namespaces
 2021-09-14 16:56 UTC  (2+ messages)
` [PATCH v11 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-14 14:06 UTC  (2+ messages)

[PATCH] Fix subscript error with odd TZif file [BZ #28338]
 2021-09-14  5:49 UTC 

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

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

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 v3 0/2] Fix pthread_cancel, pthread_kill race (bug 12889)
 2021-09-10 15:19 UTC  (4+ messages)
` [PATCH v3 2/2] nptl: Fix race between pthread_kill and thread exit "

Using __ppoll64 internally
 2021-09-10 14:22 UTC  (10+ 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  (10+ messages)

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


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