unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-12-05 20:41:35 to 2019-12-11 22:26:21 UTC [more...]

[PATCH 0/5] y2038: linux: timer_[sg]ettime conversion to 64 bit time
 2019-12-11 22:26 UTC  (4+ messages)
` [PATCH 4/5] y2038: linux: Provide __timer_gettime64 implementation

RFC: tunables failure indications
 2019-12-11 22:00 UTC  (5+ messages)

test-container: ability to specify exec path
 2019-12-11 21:43 UTC  (5+ messages)
      ` V2 "

[PATCH] manual: fopen with the x flag does not follow ISO C11
 2019-12-11 21:41 UTC  (12+ messages)

[PATCH] build-many-glibcs.py: Add mipsisa64r6el-linux-gnu target
 2019-12-11 21:33 UTC  (2+ messages)

[PATCH v2 1/2] y2038: linux: Provide __timerfd_gettime64 implementation
 2019-12-11 17:48 UTC  (3+ messages)
` [PATCH v2 2/2] y2038: linux: Provide __timerfd_settime64 implementation

[PATCH 01/17] S390: Use load-fp-integer instruction for nearbyint functions
 2019-12-11 14:17 UTC  (4+ messages)
` [PATCH 07/17] S390: Use load-fp-integer instruction for roundeven functions

[PATCH v2 00/18] Use GCC builtins for some math functions if desired
 2019-12-11 14:16 UTC  (33+ messages)
` [PATCH v2 01/18] Always use wordsize-64 version of s_nearbyint.c
` [PATCH v2 02/18] Always use wordsize-64 version of s_rint.c
` [PATCH v2 03/18] Always use wordsize-64 version of s_floor.c
` [PATCH v2 04/18] Always use wordsize-64 version of s_ceil.c
` [PATCH v2 05/18] Always use wordsize-64 version of s_trunc.c
` [PATCH v2 06/18] Always use wordsize-64 version of s_round.c
` [PATCH v2 07/18] Use GCC builtins for nearbyint functions if desired
` [PATCH v2 08/18] Use GCC builtins for rint "
` [PATCH v2 09/18] Use GCC builtins for floor "
` [PATCH v2 10/18] Use GCC builtins for ceil "
` [PATCH v2 11/18] Use GCC builtins for trunc "
` [PATCH v2 12/18] Use GCC builtins for round "
` [PATCH v2 13/18] Use GCC builtins for copysign "
` [PATCH v2 14/18] Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style
` [PATCH v2 15/18] Adjust s_rintf.c and s_rintl.c "
` [PATCH v2 16/18] Adjust s_floorf.c and s_floorl.c "
` [PATCH v2 17/18] Adjust s_ceilf.c and s_ceill.c "
` [PATCH v2 18/18] Adjust s_copysignl.c "

[PATCH v3 1/7] Fix __libc_signal_block_all on sparc64
 2019-12-11 14:06 UTC  (10+ messages)
` [PATCH 2/7] Add a constant data object for __libc_signal_block_app signal mask
` [PATCH 3/7] Fix return code for __libc_signal_* functions
` [PATCH v2 4/7] linux: Consolidate sigprocmask
` [PATCH v2 5/7] linux: Remove SIGCANCEL/SIGSETXID handling on sigprocmask
` [PATCH 6/7] Block all signals on timer_create thread (BZ#10815)
` [PATCH 7/7] Cleanup timer_* routines

[PATCH] Always do locking when accessing streams (bug 15142, bug 14697)
 2019-12-11  9:55 UTC 

Reminder that we do not yet have copyright assignments for Huawei
 2019-12-11  9:46 UTC  (2+ messages)

[hurd,commited] hurd: Fix using altstack while in an RPC call to be aborted
 2019-12-10 23:34 UTC 

[review] localedef: Add verbose messages for failure paths
 2019-12-10 21:34 UTC  (4+ messages)
` [review v4] "

[PATCH v4] Fix failure when CFLAGS contains -DNDEBUG (Bug 25251)
 2019-12-10 21:00 UTC  (3+ messages)

test-in-container: Moving a test to a particular location *before* execution?
 2019-12-10 20:57 UTC  (7+ messages)

[PATCH 0/4] i386: Finish CET support
 2019-12-10 20:47 UTC  (5+ messages)
` [PATCH 1/4] i386: Don't unnecessarily save and restore EAX, ECX and EDX [BZ# 25262]
` [PATCH 2/4] i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target
` [PATCH 3/4] i386: Add _CET_ENDBR to assembly files without ENTRY
` [PATCH 4/4] i386: Enable CET support in ucontext functions

[PATCH 0/3] x86: Add support for Zhaoxin processors
 2019-12-10 20:00 UTC  (8+ messages)
` [PATCH 1/3] x86: Add CPU Vendor ID detection "
` [PATCH 2/3] x86: Add cache information "
` [PATCH 3/3] x86: Add the test case of __get_cpu_features "
  ` 答复: [PATCH 0/3] x86: Add "

[PATCH] ldconfig: Do not print a warning for a missing ld.so.conf file
 2019-12-10 19:44 UTC  (2+ messages)

RFC: test-in-container vs ld.so
 2019-12-10 19:37 UTC  (5+ messages)

fmax/fmin sNaN compatibility question
 2019-12-10 18:39 UTC  (7+ messages)

[PATCH 1/2] y2038: linux: Provide __timerfd_gettime64 implementation
 2019-12-10  9:33 UTC  (5+ messages)
` [PATCH 2/2] y2038: linux: Provide __timerfd_settime64 implementation
` y2038: Status of Y2038 conversion for glibc

[PATCH 1/3] x86: Add CPU Vendor ID detection support for Zhaoxin processors
 2019-12-10  4:49 UTC 

[PATCH v3 00/11] Add IEEE long double <-> string functions for powerpc64le
 2019-12-09 23:47 UTC  (15+ messages)
` [PATCH v3 01/11] ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanf
` [PATCH v3 02/11] ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
` [PATCH v3 03/11] Refactor *cvt functions implementation (1-4/5)
` [PATCH v3 05/11] ldbl-128ibm-compat: Add *cvt functions
` [PATCH v3 11/11] RFC: powerpc64le: Enable support for IEEE long double

[review] nptl: Add more missing placeholder abi symbol from nanosleep move
 2019-12-09 20:00 UTC  (5+ messages)
` [review v2] "
` [review v3] "
` [pushed] "

[PATCH] resolv/res_query.c - do not append search paths if number of dots in query is greater or equals ndots
 2019-12-09 19:09 UTC  (2+ messages)

[PATCH] tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
 2019-12-09 18:54 UTC  (3+ messages)

[PATCH 1/3] x86: Add CPU Vendor ID detection support for Zhaoxin processors
 2019-12-09 18:34 UTC  (2+ messages)

Steward opinions on gerrit?
 2019-12-09 17:23 UTC  (5+ messages)

[X-POST] patchwork.sourceware.org refresh
 2019-12-09 17:15 UTC  (10+ messages)

[PATCH] Fix __libc_signal_block_all on sparc64
 2019-12-09 16:52 UTC  (11+ messages)

[PATCH v10] y2038: Provide conversion helpers for struct __timespec64
 2019-12-09 16:03 UTC  (6+ messages)

[PATCH] Get rid of Werror=maybe-uninitialized in res_send.c
 2019-12-09 13:00 UTC  (2+ messages)

[PATCH] Get rid of Werror=maybe-uninitialized in clock_nanosleep.c
 2019-12-09 12:59 UTC  (2+ messages)

[PATCH 00/13] Use GCC builtins for some math functions if desired
 2019-12-09 12:57 UTC  (12+ messages)
` [PATCH 08/13] Use GCC builtins for rint "
` [PATCH 09/13] Use GCC builtins for floor "
` [PATCH 10/13] Use GCC builtins for ceil "
` [PATCH 11/13] Use GCC builtins for trunc "
` [PATCH 12/13] Use GCC builtins for round "

[PATCH] manual: Document compiler and memory barriers
 2019-12-08 12:55 UTC  (4+ messages)

Fallout from dlopen() blocking SIGSYS
 2019-12-08 11:31 UTC  (12+ messages)

New Chinese (traditional) PO file for 'libc' (version 2.29.9000)
 2019-12-06 16:12 UTC 

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-06 14:29 UTC  (16+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags
` [PATCH man-pages 1/2] openat2.2: document new openat2(2) syscall
  ` [PATCH man-pages 2/2] path_resolution.7: update to mention openat2(2) features

[patch v2] Correct range checking in mallopt/mxfast/tcache [BZ #25194]
 2019-12-05 21:47 UTC  (2+ messages)

[PATCH] Fix __libc_signal_block_all on sparc64
 2019-12-05 21:10 UTC  (4+ messages)
` [PATCH v2 1/3] linux: Consolidate sigprocmask
  ` [PATCH v2 3/3] Fix __libc_signal_block_all on sparc64


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