unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-12-03 19:07:06 to 2019-12-09 19:09:50 UTC [more...]

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

[review] nptl: Add more missing placeholder abi symbol from nanosleep move
 2019-12-09 18:52 UTC  (6+ messages)
` [review v2] "
` [review v3] "

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

[PATCH v3 00/11] Add IEEE long double <-> string functions for powerpc64le
 2019-12-09 18:16 UTC  (8+ 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

fmax/fmin sNaN compatibility question
 2019-12-09 17:39 UTC  (3+ 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  (14+ messages)

[PATCH] Fix __libc_signal_block_all on sparc64
 2019-12-09 16:52 UTC  (19+ messages)
        ` [PATCH v2 1/3] linux: Consolidate sigprocmask
          ` [PATCH v2 2/3] linux: Remove SIGCANCEL/SIGSETXID handling on sigprocmask
          ` [PATCH v2 3/3] Fix __libc_signal_block_all on sparc64

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

[PATCH] ldconfig: Do not print a warning for a missing ld.so.conf file
 2019-12-09 13:57 UTC 

[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  (35+ messages)
` [PATCH 01/13] Always use wordsize-64 version of s_nearbyint.c
` [PATCH 02/13] Always use wordsize-64 version of s_rint.c
` [PATCH 03/13] Always use wordsize-64 version of s_floor.c
` [PATCH 04/13] Always use wordsize-64 version of s_ceil.c
` [PATCH 05/13] Always use wordsize-64 version of s_trunc.c
` [PATCH 06/13] Always use wordsize-64 version of s_round.c
` [PATCH 07/13] Use GCC builtins for nearbyint functions if desired
` [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 13/13] Use GCC builtins for copysign "

[PATCH v2 00/18] Use GCC builtins for some math functions if desired
 2019-12-09 12:46 UTC  (19+ 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 0/3] x86: Add support for Zhaoxin processors
 2019-12-09 12:35 UTC  (6+ 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] 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  (14+ messages)

[PATCH 1/2] y2038: linux: Provide __timerfd_gettime64 implementation
 2019-12-06 23:41 UTC  (3+ messages)
` [PATCH 2/2] y2038: linux: Provide __timerfd_settime64 implementation
` y2038: Status of Y2038 conversion for glibc

RFC: test-in-container vs ld.so
 2019-12-06 20:09 UTC  (3+ 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

RFC: tunables failure indications
 2019-12-06  8:32 UTC  (2+ messages)

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

[PATCH] elf: Add tst-ldconfig-ld_so_conf-update test
 2019-12-05 17:30 UTC  (2+ messages)

[PATCH] misc/test-errno-linux: Handle EINVAL from quotactl
 2019-12-05 16:27 UTC  (2+ messages)

[PATCH] For Adding clang check
 2019-12-05 15:51 UTC  (7+ messages)

[PATCH 0/2] Remove signal blocking from dlopen
 2019-12-05 15:20 UTC  (3+ messages)
` [PATCH 1/2] dlopen: Rework handling of pending NODELETE status
` [PATCH 2/2] dlopen: Do not block signals

[PATCH v3 1/2] sysdeps: Add clock_gettime64 vDSO
 2019-12-05 13:24 UTC  (10+ messages)
` [PATCH v3 2/2] sysdeps/clock_gettime: Use clock_gettime64 if avaliable

[PATCH 0/5] y2038: linux: timer_[sg]ettime conversion to 64 bit time
 2019-12-05  9:42 UTC  (12+ messages)
` [PATCH 1/5] time: Introduce glibc's internal struct __itimerspec64
` [PATCH 2/5] timer: Decouple x86_64 specific timer_gettime from generic Linux implementation
` [PATCH 3/5] timer: Decouple x86_64 specific timer_settime "
` [PATCH 4/5] y2038: linux: Provide __timer_gettime64 implementation
` [PATCH 5/5] y2038: linux: Provide __timer_settime64 implementation

Locales: Thousands separator
 2019-12-04 16:57 UTC  (3+ messages)

[PATCH] Fix build with -march=486 -Os (Bug 25240)
 2019-12-04 16:49 UTC  (6+ messages)
  ` [PATCH v2] Fix build with -march=486 -Os -DNDEBUG "
      ` [PATCH] Fix failure to run tests when CFLAGS contains -DNDEBUG (Bug 25251)
        ` [PATCH v2] Fix failure "

[PATCH] [GLIBC RFC] clone3: add CLONE3_RESET_SIGHAND
 2019-12-04 13:45 UTC  (3+ messages)
` clone3: CLONE_CLEAR_SIGHAND v5.5

[PATCH 0/2] New options for debugglibc.sh and testrun.sh
 2019-12-04  2:44 UTC  (5+ messages)
` [PATCH 1/2] Attach to test in container from debugglibc.sh
` [PATCH 2/2] Do not use ld.so to open statically linked programs in debugglibc.sh

[PATCH] Expand $(as-needed) and $(no-as-needed) throughout the build system
 2019-12-03 20:40 UTC  (3+ messages)

[PATCH 1/7] Remove __waitpid_nocancel
 2019-12-03 19:18 UTC  (10+ messages)
` [PATCH 5/7] linux: Use waitid on wait4 if __NR_wait4 is not defined


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