unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-09-29 21:32:43 to 2021-10-07 16:59:16 UTC [more...]

[PATCH 1/2] Initial support for GNU_PROPERTY_1_NEEDED
 2021-10-07 16:58 UTC  (6+ messages)
` [PATCH 2/2] Add run-time chesk for indirect external access

[PATCH] dl: Use "adr" assembler command to get proper load address
 2021-10-07 16:53 UTC  (18+ messages)

[PATCH v2 00/22] futex: splitup and waitv syscall
 2021-10-07 13:27 UTC  (6+ messages)
` [PATCH v2 16/22] futex: Implement sys_futex_waitv()

[PATCH v7] io: Fix ftw internal realloc buffer (BZ #28126)
 2021-10-07 12:50 UTC  (2+ messages)

[PATCH 0/9] Improve hypot()
 2021-10-07 12:39 UTC  (28+ messages)
` [PATCH 1/9] benchtests: Make hypot input random
` [PATCH 2/9] benchtests: Add hypotf
` [PATCH 3/9] math: Simplify hypotf implementation
` [PATCH 4/9] math: Use an improved algorithm for hypot (dbl-64)
` [PATCH 5/9] math: Use an improved algorithm for hypotl (ldbl-96)
` [PATCH 6/9] math: Use an improved algorithm for hypotl (ldbl-128)
` [PATCH 7/9] math: Remove powerpc e_hypot
` [PATCH 8/9] i386: Move hypot implementation to C
` [PATCH 9/9] math: Remove the error handling wrapper from hypot and hypotf

[PATCH v6] io: Fix ftw internal realloc buffer (BZ #28126)
 2021-10-07  9:19 UTC  (4+ messages)

Add TEST_COMPARE_STRING_WIDE to support/check.h
 2021-10-06 21:44 UTC 

[PATCH] resolv: Fix tests by aligning hand crafted queries
 2021-10-06 20:53 UTC  (4+ messages)

[PATCH] elf: Add __libc_get_static_tls_bounds [BZ #16291]
 2021-10-06 20:23 UTC  (4+ messages)

[PATCH 0/7] Use RFC5424 for syslog
 2021-10-06 19:36 UTC  (12+ messages)
` [PATCH 1/7] support: Add xmkfifo
` [PATCH 2/7] misc: Add syslog test
` [PATCH 3/7] misc: syslog: Fix indentation and style
` [PATCH 4/7] misc: syslog: Simplify implementation
` [PATCH 5/7] misc: syslog: Use static buffer
` [PATCH 6/7] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
` [PATCH 7/7] misc: syslog: Use RFC5424

outb(2) Text regarding optimizations
 2021-10-06 19:14 UTC 

[PATCH] support: Also return fd when it is 0
 2021-10-06 16:34 UTC  (2+ messages)

[RISCV][CANCELED] RISC-V GNU Toolchain Biweekly Sync-up call (Oct 7, 2021)
 2021-10-06 16:05 UTC 

[PATCH] ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]
 2021-10-06 15:14 UTC  (2+ messages)

[COMMITTED] powerpc: update libm test ulps
 2021-10-06 14:14 UTC 

[COMMITTED] math: Also xfail the new j0f tests for ibm128-libgcc
 2021-10-06 14:14 UTC 

[COMMITTED] y2038: Use a common definition for stat for sparc32
 2021-10-06 14:14 UTC 

[PATCH] Add alloc_align attribute to memalign et al
 2021-10-06 13:10 UTC  (4+ messages)

[PATCH,v4] Fixed inaccuracy of j0f (BZ #28185)
 2021-10-06  7:15 UTC  (4+ messages)

[PATCH v4] elf: Avoid nested functions in the loader (all ports) [BZ #27220]
 2021-10-06  5:09 UTC 

[PATCH] libio: Update tst-wfile-sync to not depend on stdin
 2021-10-05 23:31 UTC 

[PATCH] elf: Update audit tests to not depend on stdout
 2021-10-05 23:30 UTC 

Remove unreliable parts of rt/tst-cpuclock2
 2021-10-05 19:34 UTC 

[PATCH v6 2/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader -- Algorithm changes
 2021-10-05 17:15 UTC  (4+ messages)

[PATCH v1 1/3] benchtests: Add medium cases and increase iters in bench-memset.c
 2021-10-05 16:33 UTC  (2+ messages)

[PATCH v1 1/2] x86: Modify ENTRY in sysdep.h so that p2align can be specified
 2021-10-05 16:32 UTC  (5+ messages)
` [PATCH v1 2/2] x86: Optimize memcmp-evex-movbe.S for frontend behavior and size

[PATCH v6 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader -- Testing infrastructure
 2021-10-05 14:27 UTC  (3+ messages)

[PATCH] S390: Add PCI_MIO and SIE HWCAPs
 2021-10-05 14:14 UTC 

[PATCH 00/15] Fix various NPTL synchronization issues
 2021-10-05 13:47 UTC  (22+ messages)
` [PATCH 01/15] nptl: Set cancellation type and state on pthread_exit (BZ #28267)
` [PATCH 02/15] nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIST (BZ #28268)
` [PATCH 03/15] nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)
` [PATCH 04/15] nptl: Move setxid flag out of cancelhandling
` [PATCH 05/15] nptl: Replace struct thread cancelhandling field
` [PATCH 06/15] nptl: Use exit_lock when accessing TID on pthread_getaffinity_np
` [PATCH 07/15] nptl: Use exit_lock when accessing TID on pthread_setaffinity
` [PATCH 08/15] nptl: Use exit_lock when accessing TID on pthread_getcpuclockid
` [PATCH 09/15] nptl: Use exit_lock when accessing TID on pthread_setschedparam
` [PATCH 10/15] nptl: Use exit_lock when accessing TID on pthread_getschedparam
` [PATCH 11/15] nptl: Use exit_lock when accessing TID on pthread_getname_np
` [PATCH 12/15] nptl: Use exit_lock when accessing TID on pthread_setname_np
` [PATCH 13/15] nptl: Use exit_lock when accessing TID on pthread_sigqueue
` [PATCH 14/15] nptl: Use exit_lock when accessing TID on pthread_setschedprio
` [PATCH 15/15] nptl: Remove INVALID_TD_P

[COMMITTED] aarch64: update libm test ulps
 2021-10-05 13:46 UTC 

Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compare
 2021-10-05 11:35 UTC  (2+ messages)

[PATCH,v3] Fixed inaccuracy of j0f (BZ #28185)
 2021-10-05  8:32 UTC  (3+ messages)

[PATCH] iconv: Use TIMEOUTFACTOR for iconv test timeout
 2021-10-05  1:56 UTC 

Timeouts using SSH wrapper when tests read /dev/stdout
 2021-10-04 21:43 UTC  (11+ messages)

Add fmaximum, fminimum functions [committed]
 2021-10-04 21:08 UTC  (6+ messages)

Fix stdio-common tests for GCC 12 -Waddress
 2021-10-04 18:53 UTC  (2+ messages)

[PATCH v3] elf: Avoid nested functions in the loader (all ports) [BZ #27220]
 2021-10-04 17:44 UTC  (8+ messages)

[PATCH] benchtests: Building benchmarks as static executables
 2021-10-04 16:02 UTC  (6+ messages)

[PATCH] Update to Unicode 14.0.0 [BZ #28390]
 2021-10-04 14:52 UTC  (3+ messages)
` [PATCH COMMITTED] "

[PATCH v2 0/2] benchtests: Building benchmarks as static executables
 2021-10-04 14:32 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v7 0/1] RFC: Add <sys/tagged-address.h>
 2021-10-04 13:58 UTC  (3+ messages)
` [PATCH v7 1/1] <sys/tagged-address.h>: An API for tagged address

Monday Patch Queue Review update (2021-10-04)
 2021-10-04 13:38 UTC 

[PATCH v4] elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
 2021-10-04 13:00 UTC  (3+ messages)

[PATCH] [PING 6] localedata: add new locale ab_GE
 2021-10-04 12:46 UTC 

[PATCH 0/4] 64-bit time_t tests improvements
 2021-10-04 11:43 UTC  (5+ messages)
` [PATCH 1/4] io: Do not skip timestamps tests for 32-bit time_t
` [PATCH 2/4] time: Ignore interval nanoseconds on tst-itimer

(no subject)
 2021-10-03 18:27 UTC 

[PATCH] support/shell-container.c: Use support_copy_file_range
 2021-10-01 15:13 UTC 

[PATCH v3] elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
 2021-10-01 16:09 UTC  (2+ messages)

[PATCH] nptl: pthread_kill must send signals to a specific thread [BZ #28407]
 2021-10-01 15:40 UTC  (2+ messages)

[PATCH] support: Add check for TID zero in support_wait_for_thread_exit
 2021-10-01 15:27 UTC  (2+ messages)

[PATCH v2] elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
 2021-10-01 15:24 UTC 

[RFC patch 0/5] RISC-V: Add vector ISA support
 2021-10-01 13:04 UTC  (3+ messages)
` [RFC patch 3/5] RISC-V: Save and restore VCSR when doing user context switch

[RFC patch 2/5] RISC-V: Reserve about 5K space in mcontext_t to support future ISA expansion
 2021-10-01 12:08 UTC  (4+ messages)

[PATCH v3 0/4] Add CLOCK_MONOTONIC support for PI mutexes
 2021-10-01 11:42 UTC  (3+ messages)

[PATCH 2/2] Add a pthread_create deadlock test [BZ #28357]
 2021-10-01 11:41 UTC  (2+ messages)

[PATCH 1/2] elf: Avoid deadlock between pthread_create and ctors [BZ #28357]
 2021-10-01 11:37 UTC  (2+ messages)

Add C2X _PRINTF_NAN_LEN_MAX
 2021-09-30 20:51 UTC  (2+ messages)

Add exp10 macro to <tgmath.h> (bug 26108) [committed]
 2021-09-30 20:41 UTC 

[PATCH v1] String: Add support for __memcmpeq() ABI on all targets
 2021-09-30 19:31 UTC  (3+ messages)
` [PATCH v7] "

[PATCH v2] Add missing braces to bsearch inline implementation [BZ #28400]
 2021-09-30 18:37 UTC  (2+ messages)

[PATCH v2] elf: Replace nsid with args.nsid [BZ #27609]
 2021-09-30 18:36 UTC  (3+ messages)

[PATCH] Suppress -Wcast-qual warnings in bsearch
 2021-09-30 18:09 UTC  (15+ messages)
    ` [PATCH v2] "

[PATCH] Add missing braces to bsearch inline implementation
 2021-09-30 16:49 UTC 

[PATCH v2 0/4] Fix ESRCH issues in pthread_cancel, pthread_kill
 2021-09-30 12:07 UTC  (5+ messages)
` [PATCH v2 1/4] support: Add support_wait_for_thread_exit

[PATCH v3 0/5] benchtests: Add memset zero fill benchmark test
 2021-09-30  0:55 UTC  (13+ messages)
` [PATCH v3 2/5] benchtests: Add memset zero fill benchtest


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