unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-08-10 20:49:11 to 2020-08-20 07:59:39 UTC [more...]

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

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

[PATCH 0/5] iconv: module for MODIFIED-UTF-7
 2020-08-20  7:18 UTC  (7+ messages)
` [PATCH 1/5] Copy utf-7 module to modified-utf-7
` [PATCH 2/5] Update gconv-modules file
` [PATCH 3/5] Transform UTF-7 to MODIFIED-UTF-7
` [PATCH 4/5] Make terminating base64 sequences mandatory
` [PATCH 5/5] Add test case for MODIFIED-UTF-7

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

[PATCH] build-many-glibcs.py: Add a s390x -O3 glibc variant
 2020-08-19 23:59 UTC  (2+ messages)

[PATCH] Fix namespace violation in stdio.h and sys/stat.h if build with optimization. [BZ #26376]
 2020-08-19 23:57 UTC  (2+ messages)

[PATCH v2] Ensure standard file descriptors are open on start
 2020-08-19 23:45 UTC  (14+ messages)

[PATCH v5 00/17] glibc port for 32-bit RISC-V (RV32)
 2020-08-19 15:39 UTC  (18+ messages)
` [PATCH v5 01/17] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [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 04/17] RISC-V: Add support for 32-bit vDSO calls
` [PATCH v5 05/17] RISC-V: Support dynamic loader for the 32-bit
` [PATCH v5 06/17] RISC-V: Add path of library directories "
` [PATCH v5 07/17] RISC-V: Add arch-syscall.h for RV32
` [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 11/17] RISC-V: Add the RV32 libm-test-ulps
` [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 v5 17/17] Add RISC-V 32-bit target to build-many-glibcs.py

Use MPC 1.2.0 in build-many-glibcs.py
 2020-08-19 13:10 UTC  (2+ messages)

V8 [PATCH 1/2] x86: Clear some CPU usable feature bits
 2020-08-19 12:52 UTC  (4+ messages)
` V8 [PATCH 2/2] x86: Install <sys/platform/x86.h> [BZ #26124]
  ` PING: "
    ` PING^2: "

[PATCH v3 1/2] stdlib: Use scratch_buffer on realpath (BZ #26341)
 2020-08-19 11:48 UTC  (4+ messages)
` [PATCH v3 2/2] linux: Optimize realpath

[PATCH 0/1] x86: Tuning NT Threshold parameter for AMD machines
 2020-08-19 10:45 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v4 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-08-19  0:00 UTC  (37+ messages)
` [PATCH v4 01/18] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [PATCH v4 02/18] RISC-V: Cleanup some of the sysdep.h code
` [PATCH v4 03/18] RISC-V: Use 64-bit-time syscall numbers with the 32-bit port
` [PATCH v4 04/18] RISC-V: Add support for 32-bit vDSO calls
` [PATCH v4 05/18] RISC-V: Support dynamic loader for the 32-bit
` [PATCH v4 07/18] sysv/linux: riscv: Fix dl-cache.h indentation
` [PATCH v4 08/18] RISC-V: Add arch-syscall.h for RV32
` [PATCH v4 09/18] RISC-V: Support the 32-bit ABI implementation
` [PATCH v4 10/18] RISC-V: Hard float support for 32-bit
` [PATCH v4 11/18] RISC-V: Add 32-bit ABI lists
` [PATCH v4 12/18] RISC-V: Add the RV32 libm-test-ulps
` [PATCH v4 13/18] RISC-V: Fix llrint and llround missing exceptions on RV32
` [PATCH v4 14/18] riscv32: Specify the arch_minimum_kernel as 5.4
` [PATCH v4 16/18] RISC-V: Add rv32 path to RTLDLIST in ldd
` [PATCH v4 17/18] Documentation for the RISC-V 32-bit port
` [PATCH v4 18/18] Add RISC-V 32-bit target to build-many-glibcs.py

[PATCH] Ensure standard file descriptors are open on start
 2020-08-18 23:28 UTC  (5+ messages)

Pseudoterminal terminology in POSIX
 2020-08-18 16:44 UTC  (18+ messages)

[PATCH 1/3] stdlib: Use fixed buffer size for realpath (BZ #26241)
 2020-08-17 16:17 UTC  (26+ messages)
` [PATCH 2/3] stdlib: Enforce PATH_MAX on allocated realpath buffer
` [PATCH 3/3] linux: Optimize realpath stack usage

[PATCH 0/5] Linux: lchmod and AT_SYMLINK_NOFOLLOW support for fchmodat
 2020-08-17 15:46 UTC  (4+ messages)

[PATCH v5] y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time
 2020-08-17 14:24 UTC  (10+ messages)
` [PATCH] nptl: Handle NULL abstime [BZ #26394]

[PATCH v2] elf: Sort only uninitialized objects in _dl_map_object_deps()
 2020-08-17 12:09 UTC 

An update on my mutex-based event signaling object from last year
 2020-08-16 11:37 UTC  (3+ messages)
  ` Fwd: "

[PATCH] io:nftw/ftw:fix stack overflow when large nopenfd [BZ #26353]
 2020-08-16  8:53 UTC  (5+ messages)
` ping // "

[PATCH] x32: Add <asm/unistd_x32.h> and regenerate arch-syscall.h
 2020-08-15 21:31 UTC 

[PATCH v2] io:nftw/ftw:fix stack overflow when large nopenfd [BZ #26353]
 2020-08-15  7:08 UTC 

[PATCH v8] string: Adds tests for test-strncasecmp and test-strncpy
 2020-08-14 17:26 UTC  (4+ messages)

Has FSF stopped processing copyright paperwork?
 2020-08-14 15:25 UTC  (2+ messages)

v2 [PATCH 4/4] nsswitch: use new internal API
 2020-08-14  0:16 UTC  (3+ messages)

[PATCH 1/3] login/tst-grantpt: Convert to support framework, more error checking
 2020-08-13 18:58 UTC  (8+ messages)
` [PATCH 2/3] Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)
` [PATCH 3/3] Linux: Require properly configured /dev/pts for PTYs

Update build-many-glibcs.py for binutils ia64 obsoletion
 2020-08-13 18:32 UTC  (2+ messages)

Update kernel version to 5.8 in tst-mman-consts.py
 2020-08-13 18:31 UTC  (3+ messages)
` Ping "

Question regarding m68k GCC compiler error
 2020-08-13 15:28 UTC  (7+ messages)

man-pages-5.08 released
 2020-08-13 12:36 UTC 

[COMMITTED] aarch64: update ulps
 2020-08-13 12:16 UTC 

[PATCH] S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]
 2020-08-12 14:28 UTC 

[COMMITTED] S390: Regenerate ULPs
 2020-08-12 14:25 UTC 

[PATCH] build-many-glibcs.py: Add some s390x glibc variants
 2020-08-12 14:22 UTC  (7+ messages)

[PATCH] y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time
 2020-08-12 13:30 UTC 

[PATCH] Use size_t for mallinfo fields
 2020-08-12 12:29 UTC  (15+ messages)

[PATCH] ld.so: add an --argv0 option
 2020-08-12 11:06 UTC 

sparc vs sparc64: O_NDELAY and O_NONBLOCK mismatch in kernel and in glibc
 2020-08-11 23:42 UTC  (2+ messages)

[PATCH v2 1/2] stdlib: Use fixed buffer size for realpath (BZ #26341)
 2020-08-11 20:07 UTC  (2+ messages)
` [PATCH v2 2/2] linux: Optimize realpath stack usage

fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny (v4)
 2020-08-11 11:31 UTC  (5+ messages)

[PATCH v2] stdlib: realpath use malloc replace __alloca to reduce stack overflow risks [BZ #26341]
 2020-08-11  9:54 UTC  (8+ messages)

[PATCH v4] y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time
 2020-08-11  8:13 UTC 

[PATCH v2 00/18] glibc port for 32-bit RISC-V (RV32)
 2020-08-10 21:29 UTC  (6+ messages)
` [PATCH v2 09/18] RISC-V: The ABI implementation for 32-bit


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