unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-04-28 22:46:22 to 2019-05-08 09:12:33 UTC [more...]

[PATCH 0/6] y2038: Linux: Provide __clock_* functions supporting 64 bit time
 2019-05-08  9:12 UTC  (55+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 1/7] y2038: Introduce internal for glibc struct __timespec64
  ` [PATCH v2 2/7] y2038: Introduce __ASSUME_64BIT_TIME define
  ` [PATCH v2 3/7] y2038: Provide conversion helpers for struct __timespec64
  ` [PATCH v2 4/7] y2038: linux: Provide __clock_settime64 implementation
  ` [PATCH v2 5/7] y2038: linux: Provide __clock_getres64 implementation
  ` [PATCH v2 6/7] y2038: linux: Provide __clock_gettime64 implementation
  ` [PATCH v2 7/7] y2038: linux: Provide __clock_nanosleep64 implementation
` [PATCH v3 0/5] y2038: Linux: Provide __clock_settime function supporting 64 bit time
  ` [PATCH v3 1/5] y2038: Introduce __ASSUME_TIME64_SYSCALLS define
  ` [PATCH v3 2/5] y2038: Introduce internal for glibc struct __timespec64
  ` [PATCH v3 3/5] y2038: Provide conversion helpers for "
  ` [PATCH v3 4/5] y2038: linux: Provide __clock_settime64 implementation
  ` [PATCH v3 5/5] y2038: Support for Y2038 safe time on 32 bit systems

Update syscall-names.list for Linux 5.1
 2019-05-07 23:42 UTC  (2+ messages)

Use Linux 5.1 in build-many-glibcs.py [committed]
 2019-05-07 22:48 UTC  (2+ messages)

[PATCH v1 8/12] PPC64: Add libmvec SIMD single-precision logarithm function
 2019-05-07 22:42 UTC 

[PATCH v2 0/6] My attempts[1] to add a variant of pthread_cond_timedwait that would accept
 2019-05-07 20:39 UTC  (8+ messages)
` [PATCH v2 1/6] nptl: Add clockid parameter to futex timed wait calls
` [PATCH v2 2/6] nptl: Add POSIX-proposed sem_clockwait
` [PATCH v2 3/6] nptl: Add POSIX-proposed pthread_cond_clockwait
` [PATCH v2 4/6] nptl: pthread_rwlock: Move timeout validation into _full functions
` [PATCH v2 5/6] nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock
` [PATCH v2 6/6] Update NEWS for new _clockwait functions

Note on encodings (and locales) with shift state
 2019-05-07 20:37 UTC  (5+ messages)

[PATCH] Fix tcache count maximum
 2019-05-07 18:25 UTC  (4+ messages)

[PATCH] posix: Optimize Linux posix_spawn
 2019-05-07 17:12 UTC  (5+ messages)

what to do with flaky tests?
 2019-05-07 15:36 UTC  (7+ messages)

[PATCH v3] Improve performance of strstr
 2019-05-07 15:24 UTC  (2+ messages)

[RFC][PATCH] powerpc: add libmvec implementations of log and logf
 2019-05-07 15:21 UTC  (4+ messages)
` [PATCH] "

[PATCH v2] Benchmark strstr hard needles
 2019-05-07 15:08 UTC  (2+ messages)

[PATCH] aarch64: thunderx2 memmove performance improvements
 2019-05-07 15:07 UTC  (7+ messages)

Use GCC 9 in build-many-glibcs.py [committed]
 2019-05-07 14:46 UTC 

posix_spawn and vfork
 2019-05-07 13:32 UTC  (10+ messages)

exp sets the errno to ERANGE error 
 2019-05-07  9:45 UTC  (4+ messages)

[RFC][PATCH v3] powerpc: add libmvec implementations of log and logf
 2019-05-07  9:44 UTC  (2+ messages)

getaddrinfo sort destination ip list
 2019-05-07  2:55 UTC 

bz1311954 - multilib variations in LC_COLLATE files, with fixes
 2019-05-06 18:40 UTC  (4+ messages)

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2019-05-06 13:38 UTC  (3+ messages)

[PATCH 00/28] powerpc floating-point optimization refactor
 2019-05-06 12:22 UTC  (11+ messages)
` [PATCH 04/28] powerpc: ceil/ceilf refactor
` [PATCH 05/28] powerpc: floor/floorf refactor
` [PATCH 06/28] powerpc: round/roundf refactor

[PATCH] [PATCH] powerpc: add libmvec implementations of log and logf
 2019-05-06  2:41 UTC 

[PATCH 0/7] Implement proposed POSIX _clockwait variants of existing _timedwait functions
 2019-05-04 20:22 UTC  (4+ messages)
` [PATCH 3/7] nptl: Add POSIX-proposed pthread_cond_clockwait

[PATCH 0/5] Add new helper functions+macros to libsupport and use them in some nptl tests
 2019-05-03 20:38 UTC  (7+ messages)
` [PATCH 1/5] support: Add xclock_gettime
` [PATCH 2/5] nptl: Convert tst-cond11.c to use libsupport
` [PATCH 3/5] nptl: Use recent additions to libsupport in tst-sem5
` [PATCH 4/5] nptl: Convert some rwlock tests to use libsupport
` [PATCH 5/5] nptl/tst-abstime: Use libsupport

[PATCH v1 7/12] PPC64: Add libmvec SIMD double-precision logarithm function
 2019-05-03 19:27 UTC 

[PATCH 0/5] Restartable Sequences support for glibc 2.30
 2019-05-03 18:42 UTC  (6+ messages)
` [PATCH 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v10)
` [PATCH 2/5] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v4)
` [PATCH 3/5] support record failure: allow use from constructor
` [PATCH 4/5] support: implement xpthread key create/delete (v2)
` [PATCH 5/5] rseq registration tests (v4)

[PATCH] support: Report NULL blobs explicitly in TEST_COMPARE
 2019-05-03 16:53 UTC  (2+ messages)

[PATCH] sem_close: Use __twalk_r
 2019-05-03 10:06 UTC 

[PATCH] misc: Add twalk_r function
 2019-05-03  9:05 UTC  (10+ messages)

[PATCH v4] Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg
 2019-05-03  2:05 UTC  (4+ messages)
` Ping. "
  ` Ping^2. "
    ` Ping^3. "

[PATCH v2] aarch64: thunderx2 memmove performance improvements
 2019-05-02 21:24 UTC  (4+ messages)

malloc, vfork, and OpenJDK
 2019-05-02 18:33 UTC  (3+ messages)

[PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file
 2019-05-02 16:14 UTC  (3+ messages)

[PATCH] iconv: Use __twalk_r in __gconv_release_shlib
 2019-05-02 11:51 UTC 

[PATCH v2 1/2] Y2038: make __mktime_internal compatible with __time64_t
 2019-05-02  7:19 UTC  (12+ messages)

Supporting git access via smart HTTPS protocol for glibc on sourceware.org
 2019-05-01 23:27 UTC  (7+ messages)

[PATCH] elf: Fix elf/tst-pldd with --enable-hardcoded-path-in-tests (BZ#24506)
 2019-05-01 21:11 UTC  (6+ messages)

thread heap leak?
 2019-04-30 23:55 UTC  (16+ messages)

[PATCH v2] elf: Fix pldd (BZ#18035)
 2019-04-30 16:27 UTC  (8+ messages)

[PATCH v5 0/6] arm64: Initial support for CVADP
 2019-04-30 11:09 UTC  (5+ messages)
` [PATCH v5 1/6] arm64: HWCAP: add support for AT_HWCAP2

Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]
 2019-04-30  1:27 UTC  (4+ messages)
` [PING][PATCH] "

[PATCH] elf: Refuse to dlopen PIE objects [BZ #24323]
 2019-04-29 21:36 UTC  (4+ messages)

[PATCH 1/2] y2038: make CONFIG_64BIT_TIME unconditional
 2019-04-29 13:22 UTC  (3+ messages)

[PATCH 1/2] y2038: make CONFIG_64BIT_TIME unconditional
 2019-04-29 13:19 UTC  (2+ messages)
` [PATCH 2/2] y2038: remove CONFIG_64BIT_TIME

[PATCH 1/4] Add single-thread.h header
 2019-04-29 12:13 UTC  (4+ messages)
` [PATCH 3/4] Assume LLL_LOCK_INITIALIZER is 0

[PATCH] posix: Fix __gen_tempname iteration entropy (BZ#15813)
 2019-04-29 10:16 UTC  (2+ messages)

[PATCH] <semaphore.h>: Add nonnull attributes
 2019-04-29  8:09 UTC  (4+ 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).