unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-10-14 13:31:12 to 2019-10-18 19:51:07 UTC [more...]

[PATCH 3/4] Remove x64 _finite tests and references
 2019-10-18 19:50 UTC  (4+ messages)

[v2, with help] Re: run one test
 2019-10-18 19:46 UTC  (5+ messages)
` [v3, "
  ` [v4, "

[PATCH 2/4] Remove finite-math tests
 2019-10-18 18:14 UTC  (3+ messages)

[PATCH 1/4] Remove math-finite.h
 2019-10-18 18:11 UTC  (3+ messages)

[PATCH 1/2] y2038: Helper macro to convert struct __timespec64 to struct timespec
 2019-10-18 17:36 UTC  (4+ messages)
` [PATCH 2/2] y2038: linux: Provide __clock_getres64 implementation

RISCV NFPREG?
 2019-10-18 16:51 UTC  (3+ messages)

[PATCH v2 0/4] nptl: Add pthread_clockjoin_np
 2019-10-18 16:28 UTC  (10+ messages)
` [PATCH v2 2/4] manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_np
` [PATCH v2 3/4] nptl: Add pthread_clockjoin_np

[PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-18 15:50 UTC  (3+ messages)

[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-18 15:47 UTC  (5+ messages)

[PATCH] Include <kernel-features.h> explicitly in Linux clock_settime.c
 2019-10-18 15:18 UTC  (2+ messages)

[RFC] Add script for plotting string benchmark results
 2019-10-18 15:13 UTC  (2+ messages)

[PATCH v4 1/2] sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts
 2019-10-18 15:13 UTC  (4+ messages)
` [PATCH v4 2/2] Define __STATFS_MATCHES_STATFS64

[PATCH 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
 2019-10-18 15:09 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] elf: avoid redundant sort in dlopen
` [PATCH 3/3] elf: avoid stack allocation in dl_open_worker

[PATCH] manual: Remove warning in the documentation of the abort function
 2019-10-18 14:30 UTC  (14+ messages)

[PATCH 1/3] ipc: Refactor sysvipc internal definitions
 2019-10-18 13:34 UTC  (12+ messages)
` [PATCH 2/3] sysvipc: Implement semop based on semtimedop
` [PATCH 3/3] Update sysvipc kernel-features.h files for Linux 5.1

[PATCH] S390: Add new s390 platform z15
 2019-10-18 13:10 UTC  (4+ messages)
    ` [2.30 COMMITTED] "

[PATCH v3 00/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683)
 2019-10-18 12:58 UTC  (37+ messages)
` [PATCH v3 01/21] nptl: Handle EPIPE on tst-cancel2
` [PATCH v3 02/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683)
  ` Internal SIGTIMER use (was: Re: [PATCH v3 02/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683))
` [PATCH v3 03/21] nptl: x86_64: Fix Race conditions in pthread cancellation (BZ#12683)
` [PATCH v3 04/21] nptl: x32: "
` [PATCH v3 05/21] nptl: ia64: "
` [PATCH v3 06/21] nptl: mips: "
` [PATCH v3 07/21] nptl: i386: "
` [PATCH v3 08/21] nptl: aarch64: "
` [PATCH v3 09/21] nptl: arm: "
` [PATCH v3 10/21] nptl: powerpc: "
` [PATCH v3 11/21] nptl: microblaze: "
` [PATCH v3 12/21] nptl: sparc: "
` [PATCH v3 13/21] nptl: hppa: "
` [PATCH v3 14/21] nptl: m68k: "
` [PATCH v3 15/21] nptl: alpha: "
` [PATCH v3 16/21] nptl: sh: "
` [PATCH v3 17/21] nptl: riscv: "
` [PATCH v3 18/21] nptl: s390: "
` [PATCH v3 19/21] nptl: nios2: "
` [PATCH v3 20/21] nptl: csky: "
` [PATCH v3 21/21] Remove sysdep-cancel header

[PATCH] nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always defined
 2019-10-18 12:40 UTC  (4+ messages)

[PATCH] nptl/tst-cancel25 needs to be an internal test
 2019-10-18 12:32 UTC  (3+ messages)

[PATCH] nptl: Start new threads with all signals blocked [BZ #25098]
 2019-10-18 12:20 UTC  (7+ messages)

ELF destructor order vs constructor order
 2019-10-18 12:10 UTC 

Fix testroot.pristine creation copying dynamic linker
 2019-10-17 20:50 UTC  (3+ messages)

[PATCH] Avoid late malloc failure in dlopen [BZ #25112]
 2019-10-17 18:01 UTC 

[PATCH] sysdeps/nanosleep: Use clock_nanosleep_time64 if avaliable
 2019-10-17 17:10 UTC  (5+ messages)

[PATCH] aarch64: Optimized strnlen for Kunpeng processor
 2019-10-17 14:53 UTC 

[PATCH] aarch64: Optimized strlen for Kunpeng processor
 2019-10-17 14:52 UTC 

[PATCH] aarch64: Optimized implementation of memrchr
 2019-10-17 14:51 UTC 

[PATCH] aarch64: Optimized strcpy for Kunpeng processor
 2019-10-17 14:50 UTC 

[PATCH] aarch64: Optimized memcmp for Kunpeng processor
 2019-10-17 14:47 UTC 

[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-17 12:49 UTC 

[PATCH] Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]
 2019-10-17  9:21 UTC 

[RFC v5 00/21] RISC-V glibc port for the 32-bit
 2019-10-17  0:08 UTC  (8+ messages)
` [RFC v5 02/21] sysdeps/nanosleep: Use clock_nanosleep_time64 if avaliable

[PATCH] Split self-dlopen tests from elf/tst-dlopen-aout
 2019-10-16 21:12 UTC  (4+ messages)
  ` [PATCH] Rename and split elf/tst-dlopen-aout collection of tests (was: Re: [PATCH] Split self-dlopen tests from elf/tst-dlopen-aout)
    ` [PATCH] Rename and split elf/tst-dlopen-aout collection of tests

making the testsuite more like real life... ld.so edition
 2019-10-16 21:00 UTC 

[PATCH] sysdeps/wait: Use the waitid syscall if required
 2019-10-16 18:36 UTC  (6+ messages)

[PATCH v2] Enable inlining issignalingf within glibc
 2019-10-16 16:50 UTC  (3+ messages)
` [PATCH v3] Enable inlining issignalingf within glibc (was "v2")

[PATCH] dlfcn: Remove remnants of caller sensitivity from dlinfo
 2019-10-16 16:11 UTC  (2+ messages)

[PATCH] ldconfig: handle .dynstr located in separate segment (bug 25087)
 2019-10-16 13:42 UTC  (4+ messages)

[PATCH glibc 2.31 0/5] Restartable Sequences support for glibc 2.31
 2019-10-16 13:41 UTC  (3+ messages)
` [PATCH glibc 2.31 3/5] support record failure: allow use from constructor

[PATCH] elf: Always set l in _dl_init_paths (Bug 23462)
 2019-10-16 13:31 UTC  (6+ messages)

[Question] ifunc odering in ELF
 2019-10-16 12:55 UTC  (6+ messages)

[PATCH v4 1/4] lib: introduce copy_struct_from_user() helper
 2019-10-16 12:45 UTC  (6+ messages)
` [PATCH] usercopy: Avoid soft lockups in test_check_nonzero_user()

[PATCH 00/31] Add IEEE long double <-> string functions for powerpc64le
 2019-10-16  3:57 UTC  (36+ messages)
` [PATCH 01/31] ldbl-128ibm-compat: Add regular character printing functions
` [PATCH 02/31] ldbl-128ibm-compat: Add wide "
` [PATCH 03/31] ldbl-128ibm-compat: Add regular character, fortified "
` [PATCH 04/31] ldbl-128ibm-compat: Add wide "
` [PATCH 05/31] ldbl-128ibm-compat: Test double values
` [PATCH 06/31] ldbl-128ibm-compat: Test positional arguments
` [PATCH 07/31] ldbl-128ibm-compat: Add regular character scanning functions
` [PATCH 08/31] ldbl-128ibm-compat: Add wide "
` [PATCH 09/31] ldbl-128ibm-compat: Add argp_error and argp_failure
` [PATCH 10/31] ldbl-128ibm-compat: Add err.h functions
` [PATCH 11/31] ldbl-128ibm-compat: Add error.h functions
` [PATCH 12/31] ldbl-128ibm-compat: Reuse tests for err.h and "
` [PATCH 13/31] ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
` [PATCH 14/31] ldbl-128ibm-compat: Add obstack printing functions
` [PATCH 15/31] ldbl-128ibm-compat: Add syslog functions
` [PATCH 16/31] ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
` [PATCH 17/31] ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
` [PATCH 18/31] ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
` [PATCH 19/31] Remove hidden_def and hidden_proto from cvt functions
` [PATCH 20/31] Refactor *cvt functions implementation (1/5)
` [PATCH 21/31] Refactor *cvt functions implementation (2/5)
` [PATCH 22/31] Refactor *cvt functions implementation (3/5)
` [PATCH 23/31] Refactor *cvt functions implementation (4/5)
` [PATCH 24/31] Refactor *cvt functions implementation (5/5)
` [PATCH 25/31] ldbl-128ibm-compat: Add *cvt functions
` [PATCH 26/31] Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
` [PATCH 27/31] ldbl-128ibm-compat: Compiler flags for stdio functions
` [PATCH 28/31] Avoid compat symbols for totalorder in powerpc64le IEEE long double
` [PATCH 29/31] ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
` [PATCH 30/31] powerpc64le: Require a compiler with -mno-gnu-attribute
` [PATCH 31/31] RFC: powerpc64le: Enable support for IEEE long double

[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-16  2:14 UTC  (3+ messages)

[PATCH] Move ChangeLog to ChangeLog.old/ChangeLog.19
 2019-10-15 15:18 UTC  (12+ messages)

[PATCH] ldd: Print "not a dynamic executable" on standard error [BZ #24150]
 2019-10-15 14:37 UTC  (4+ messages)

[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-15 13:26 UTC 

[PATCH 1/2] aarch64: Add Huawei Kunpeng to tunable cpu list
 2019-10-15 11:50 UTC  (2+ messages)

[PING] Re: [PATCH] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
 2019-10-15 11:26 UTC 

[PATCH v3 1/2] sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts
 2019-10-15  0:15 UTC  (4+ messages)
` [PATCH v3 2/2] Define __STATFS_MATCHES_STATFS64

Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h
 2019-10-14 23:45 UTC  (3+ messages)

rseq enablement patches overview
 2019-10-14 15:03 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).