unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-08-19 23:17:00 to 2020-08-27 19:43:34 UTC [more...]

[PATCH v2 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-08-27 19:43 UTC  (14+ messages)
` [PATCH v2 09/18] RISC-V: The ABI implementation for 32-bit
` [PATCH v2 10/18] RISC-V: Hard float support "

[PATCH 1/4] Sync getcwd with gnulib
 2020-08-27 19:20 UTC  (19+ messages)
` [PATCH 2/4] linux: Remove __ASSUME_ATFCTS
` [PATCH 3/4] Use LFS readdir in generic POSIX getcwd [BZ# 22899]
` [PATCH 4/4] io: Reorganize the getcwd implementation
  ` [PATCH v2] "

v3 [PATCH 4/4] nsswitch: use new internal API
 2020-08-27 18:42 UTC 

v3 [PATCH 3/4] nss: Implement <nss_database.h>
 2020-08-27 18:42 UTC 

[PATCH] Allow memset local PLT reference for RISC-V
 2020-08-27 18:31 UTC  (21+ messages)

v3 [PATCH 2/4] <nss_action.h>: New abstraction for combining NSS modules
 2020-08-27 18:41 UTC 

v3 [PATCH 1/4] nss: Introduce <nss_module.h>
 2020-08-27 18:41 UTC 

v2 [PATCH 4/4] nsswitch: use new internal API
 2020-08-27 18:41 UTC  (2+ messages)

[PATCH v2] Ensure standard file descriptors are open on start
 2020-08-27 18:21 UTC  (10+ messages)

[PATCH] x32: Add <asm/unistd_x32.h> and regenerate arch-syscall.h
 2020-08-27 13:36 UTC  (13+ messages)
                  ` [PATCH] x32: Add <fixup-asm-unistd.h> "

[hurd,commited] hurd: define BSD 4.3 ioctls only under __USE_MISC
 2020-08-27 11:36 UTC 

[PATCH] [RFC] y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time
 2020-08-27  6:20 UTC  (19+ messages)

[RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
 2020-08-26 21:16 UTC  (14+ messages)
        ` switching ARC to 64-bit time_t (Re: [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64)
                ` ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

[PATCH v9] string: test strncasecmp and strncpy near page boundaries
 2020-08-26 20:58 UTC  (4+ messages)

[PATCH] Update tcache double-free check
 2020-08-26 20:40 UTC  (7+ messages)

[PATCH] elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol tests
 2020-08-26 16:23 UTC  (3+ messages)

[PATCH] io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T check
 2020-08-26 16:21 UTC  (2+ messages)

[PATCH v5 00/17] glibc port for 32-bit RISC-V (RV32)
 2020-08-26 16:06 UTC  (38+ messages)
` [PATCH v5 02/17] RISC-V: Cleanup some of the sysdep.h code
` [PATCH v5 03/17] RISC-V: Use 64-bit-time syscall numbers with the 32-bit port
` [PATCH v5 06/17] RISC-V: Add path of library directories for the 32-bit
` [PATCH v5 08/17] RISC-V: Support the 32-bit ABI implementation
` [PATCH v5 09/17] RISC-V: Add hard float support for 32-bit CPUs
` [PATCH v5 10/17] RISC-V: Add 32-bit ABI lists
` [PATCH v5 12/17] RISC-V: Fix llrint and llround missing exceptions on RV32
` [PATCH v5 13/17] riscv32: Specify the arch_minimum_kernel as 5.4
` [PATCH v5 14/17] RISC-V: Add rv32 path to RTLDLIST in ldd
` [PATCH v5 15/17] RISC-V: Build infastructure for 32-bit port
` [PATCH v5 16/17] Documentation for the RISC-V "

[PATCH] ld.so: add an --argv0 option
 2020-08-26 13:55 UTC  (4+ messages)
  ` [PATCH v2] "

add "workload" traces for sin/exp/pow in binary32/64/128
 2020-08-26 13:46 UTC  (6+ messages)

[PATCH] x86-64: Fix FMA4 detection in ifunc [BZ #26534]
 2020-08-26 12:56 UTC  (3+ messages)

Accuracy of Mathematical Functions in Single Precision
 2020-08-26 12:34 UTC  (2+ messages)

[PATCH] nss: remove obsolete code
 2020-08-26  9:15 UTC  (3+ messages)

GNU Tools @ LPC 2020
 2020-08-25 15:01 UTC  (2+ messages)

add "workload" traces for sin/exp/pow in binary32/64/128 (ping)
 2020-08-25 14:26 UTC 

[PATCH 0/5] Linux: lchmod and AT_SYMLINK_NOFOLLOW support for fchmodat
 2020-08-25 12:16 UTC  (15+ messages)

[PATCH] AArch64: Improve backwards memmove performance
 2020-08-25 12:15 UTC  (2+ messages)

GNU Tools @ LPC 2020 - Q&A: GCC Steering Committee, GLIBC, GDB, Binutils Stewards
 2020-08-25  3:18 UTC 

[PATCH 01/23] linux: Simplify clock_adjtime
 2020-08-24 18:34 UTC  (23+ messages)
` [PATCH 13/23] linux: Simplify clock_getres
` [PATCH 14/23] linux: Add ppoll time64 optimization
` [PATCH 15/23] linux: Add time64 semtimedop support
` [PATCH 16/23] linux: Add time64 pselect support
` [PATCH 17/23] linux: Add time64 select support
` [PATCH 18/23] linux: Add time64 recvmmsg support
` [PATCH 19/23] linux: Add time64 sigtimedwait support
` [PATCH 20/23] linux: Use 64-bit time_t syscall on clock_getcputclockid
` [PATCH 21/23] linux: Consolidate utimes
` [PATCH 22/23] linux: Fix time64 support for futimesat
` [PATCH 23/23] linux: Add time64 support for nanosleep

[PATCH v8 28/28] arm64: mte: Add Memory Tagging Extension documentation
 2020-08-24 18:27 UTC 

Documentation of alloca() in libc
 2020-08-24 16:02 UTC  (2+ messages)

[PATCH v2] io:nftw/ftw:fix stack overflow when large nopenfd [BZ #26353]
 2020-08-24 14:32 UTC  (7+ messages)
` ping//Re: "

[patch] queue.3: Document CIRCLEQ_* macros
 2020-08-24 10:36 UTC  (2+ messages)

[PATCH] Use size_t for mallinfo fields
 2020-08-24  9:55 UTC  (3+ messages)

[PATCH v2] elf: Sort only uninitialized objects in _dl_map_object_deps()
 2020-08-24  1:14 UTC  (2+ messages)
` ping //Re: "

Contribution Checklist - ChangeLog
 2020-08-22 17:05 UTC  (5+ messages)

[PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation
 2020-08-22 11:31 UTC  (4+ messages)

[PATCH v4 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-08-21 17:13 UTC  (5+ messages)
` [PATCH v4 02/18] RISC-V: Cleanup some of the sysdep.h code

[PATCH] S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]
 2020-08-21  9:30 UTC  (4+ messages)

[PATCH v8] string: Adds tests for test-strncasecmp and test-strncpy
 2020-08-20 22:55 UTC  (2+ messages)

[PATCH] Update powerpc libm-test-ulps
 2020-08-20 21:25 UTC  (6+ messages)

[PATCH 1/2] powerpc: Optimized strncpy for POWER9
 2020-08-20 18:31 UTC  (4+ messages)
` [PATCH 2/2] powerpc: Optimzed stpncpy "

Add C2x BOOL_MAX and BOOL_WIDTH to limits.h
 2020-08-20 17:41 UTC  (3+ messages)

[PATCH 0/5] iconv: module for MODIFIED-UTF-7
 2020-08-20 15:58 UTC  (7+ messages)
` [PATCH 5/5] Add test case "
    ` [PATCH v2 "

[PATCH] build-many-glibcs.py: Add a s390x -O3 glibc variant
 2020-08-20  8:57 UTC  (3+ messages)

[PATCH] Fix namespace violation in stdio.h and sys/stat.h if build with optimization. [BZ #26376]
 2020-08-20  8:56 UTC  (3+ messages)

Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h
 2020-08-20  7:59 UTC  (3+ messages)

Autogenerating ChangeLog for glibc did not work as intended
 2020-08-20  3:22 UTC  (2+ messages)
` [PATCH] [vcstocl] Import ProjectQuirks from its own file


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