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

[PATCH 00/13] Use GCC builtins for some math functions if desired
 2019-12-05 20:40 UTC  (29+ 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] Fix __libc_signal_block_all on sparc64
 2019-12-05 18:34 UTC  (8+ 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] elf: Add tst-ldconfig-ld_so_conf-update test
 2019-12-05 17:30 UTC  (2+ messages)

Fallout from dlopen() blocking SIGSYS
 2019-12-05 16:34 UTC  (8+ 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  (11+ messages)
` [PATCH v3 2/2] sysdeps/clock_gettime: Use clock_gettime64 if avaliable

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

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

[review] nptl: Add more missing placeholder abi symbol from nanosleep move
 2019-12-04 14:32 UTC  (3+ messages)
` [review v2] "

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

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

[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

[X-POST] patchwork.sourceware.org refresh
 2019-12-04  1:05 UTC  (8+ messages)

[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

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

[PATCH] x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]
 2019-12-03 17:44 UTC  (2+ messages)

Commit 27d3ce1467990f89126e228559dec8f84b96c60e?
 2019-12-03 17:42 UTC  (2+ messages)

[PATCH v3 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
 2019-12-03 17:30 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] elf: avoid redundant sort in dlopen
` [PATCH v3 3/3] elf: avoid stack allocation in dl_open_worker

[PATCH] dlopen: Fix issues related to NODELETE handling and relocations
 2019-12-03 17:16 UTC 

[PATCH v3 00/11] Add IEEE long double <-> string functions for powerpc64le
 2019-12-03 17:05 UTC  (12+ 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 04/11] Refactor *cvt functions implementation (5/5)
` [PATCH v3 05/11] ldbl-128ibm-compat: Add *cvt functions
` [PATCH v3 06/11] Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
` [PATCH v3 07/11] ldbl-128ibm-compat: Compiler flags for stdio functions
` [PATCH v3 08/11] Avoid compat symbols for totalorder in powerpc64le IEEE long double
` [PATCH v3 09/11] ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
` [PATCH v3 10/11] powerpc64le: Require a compiler with -mno-gnu-attribute
` [PATCH v3 11/11] RFC: powerpc64le: Enable support for IEEE long double

[PATCH v2 00/30] Add IEEE long double <-> string functions for powerpc64le
 2019-12-03 16:58 UTC  (12+ messages)
` [PATCH v2 16/30] ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
` [PATCH v2 17/30] ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
` [PATCH v2 18/30] ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold

[COMMITTED] ldbl-128ibm-compat: Replace http with https in new files
 2019-12-03 16:55 UTC 

[PATCH 0/3] Add --disable-major-minor-libraries configure option
 2019-12-03 14:39 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH 1/7] linux: Update x86 vDSO symbols
 2019-12-03 13:56 UTC  (13+ messages)
` [PATCH 5/7] elf: Enable relro for static build
              ` [PATCH v2] "
` [PATCH 6/7] linux: Refactor sched_getcpu in terms of getcpu
      ` [PATCH v2] linux: Add inline getcpu implementation for sched_getcpu and getcpu

[PATCH] build-many-glibcs.py: Move sparcv8 to extra_glibcs
 2019-12-03 13:40 UTC  (2+ messages)

[PATCH] Get rid of Werror=maybe-uninitialized in res_send.c
 2019-12-03  8:50 UTC 

[PATCH] Get rid of Werror=maybe-uninitialized in clock_nanosleep.c
 2019-12-03  8:50 UTC 

[glibc] elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.so
 2019-12-02 22:01 UTC  (4+ messages)

[patch] ldconfig.8: Document file filter and symlink pattern expectations
 2019-12-02 21:41 UTC  (2+ messages)

Summary of ongoing GNU governance discussions
 2019-12-02 19:53 UTC 

Steward opinions on gerrit?
 2019-12-02 17:21 UTC  (3+ messages)

[review] Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]
 2019-12-02 16:53 UTC  (8+ messages)
` [review v3] "
` [pushed] "

[PATCH 01/17] S390: Use load-fp-integer instruction for nearbyint functions
 2019-12-02 15:20 UTC  (36+ messages)
` [PATCH 02/17] S390: Use load-fp-integer instruction for rint functions
` [PATCH 03/17] S390: Use load-fp-integer instruction for floor functions
` [PATCH 04/17] S390: Use load-fp-integer instruction for ceil functions
` [PATCH 05/17] S390: Use load-fp-integer instruction for trunc functions
` [PATCH 06/17] S390: Use load-fp-integer instruction for round functions
` [PATCH 07/17] S390: Use load-fp-integer instruction for roundeven functions
` [PATCH 08/17] S390: Use convert-to-fixed instruction for lrint functions
` [PATCH 09/17] S390: Use convert-to-fixed instruction for llrint functions
` [PATCH 10/17] S390: Use convert-to-fixed instruction for lround functions
` [PATCH 11/17] S390: Use convert-to-fixed instruction for llround functions
` [PATCH 12/17] S390: Use copy-sign instruction for copysign functions
` [PATCH 13/17] S390: Implement libc_fe* macros
` [PATCH 14/17] S390: Use libc_fe* macros in fe* functions
` [PATCH 15/17] S390: Implement math-barriers math_opt_barrier and math_force_eval
` [PATCH 16/17] S390: Implement roundtoint and converttoint and define TOINT_INTRINSICS
` [PATCH 17/17] S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x

[PATCH] elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]
 2019-12-02 12:59 UTC  (2+ messages)

[PATCH] elf: fix maplength computation when loading a library
 2019-12-02 10:30 UTC 

[hurd,commited 0/2] hurd: Fix some ld.so overrides from libc
 2019-12-01 21:22 UTC  (3+ messages)
` [hurd,commited 1/2] hurd: Fix ld.so __getcwd override "
` [hurd,commited 2/2] hurd: Fix ld.so __access "

[hurd,commited 0/3] fixes for hurd port
 2019-12-01 20:05 UTC  (8+ messages)
` [hurd,commited 1/3] hurd: Fix ld.so link
` [hurd,commited 2/3] hurd: make strerror(0) coherent with other ports
` [hurd,commited 3/3] hurd: Fix renameat2 error

[hurd,commited] hurd: Make __sigprocmask GLIBC_PRIVATE
 2019-12-01 20:05 UTC 

[2.31] 1 month to go before freeze
 2019-12-01  4:44 UTC 

[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
 2019-11-30 15:05 UTC  (10+ 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).