unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-10-13 14:18:40 to 2020-10-19 13:39:22 UTC [more...]

[PATCH 1/3] linux: Use INTERNAL_SYSCALL on fstatat{64}
 2020-10-19 13:39 UTC  (9+ messages)
` [PATCH 2/3] rtld: Fix wrong errno check on open_path
` [PATCH 3/3] locale: Fix locale construct_output_path error handling

[PATCH v2] y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bit
 2020-10-19 12:48 UTC  (5+ messages)

[PATCH 1/3] linux: Fix time64 support for futimesat
 2020-10-19 12:31 UTC  (23+ messages)
` [PATCH 2/3] Move ftime to a compatibility symbol
  ` [COMMITTED] Add NEWS entry for ftime compatibility move
` [PATCH 3/3] linux: Add 64-bit time_t support for wait3

[PATCH 1/1] C-SKY:Fix dynamic linker's name when mfloat-abi=softfp
 2020-10-19 12:22 UTC  (4+ messages)
    ` 回复:Re: "

aio.h fix typos in comments
 2020-10-19  9:09 UTC  (4+ messages)

rt: Fix comments in <aliases.h>
 2020-10-19  8:50 UTC  (2+ messages)

[PATCH v2 0/9] Fix getdents{64} regression on some FS
 2020-10-19  8:18 UTC  (16+ messages)
` [PATCH v2 1/9] linux: Move posix dir implementations to Linux
` [PATCH v2 2/9] linux: Simplify opendir buffer allocation
` [PATCH v2 3/9] linux: Add __readdir_unlocked
` [PATCH v2 4/9] linux: Use getdents64 on non-LFS readdir
` [PATCH v2 5/9] linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050]

[PATCH 1/3] system_data_types.7: time_t: Add Versions note
 2020-10-18 16:52 UTC  (12+ messages)
` [PATCH 2/3] system_data_types.7: Add 'clock_t'
` [PATCH 3/3] clock_t.3: New link to system_data_types(3)

[PATCH v2 2/3] system_data_types.7: Add 'clock_t'
 2020-10-18 13:10 UTC  (2+ messages)

I have successfully built the x86_64-linux with x86_64 mingw-w64 windows 10 hosted toolchains
 2020-10-18  9:19 UTC 

Manual page update for mallinfo2()
 2020-10-17 17:19 UTC 

[PATCH] regex.3: Add example program
 2020-10-17 14:35 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]
 2020-10-17 12:58 UTC  (4+ messages)
    ` V2 "

FW: several glibc build bugs on MinGW-w64
 2020-10-17 10:50 UTC  (3+ messages)

[PATCH] queue.3: stailq: Complete example
 2020-10-17 10:26 UTC  (2+ messages)

V3 [PATCH 0/2] ld.so: Add --list-tunables to print tunable values
 2020-10-17  1:02 UTC  (3+ messages)
` V3 [PATCH 1/2] x86: Move x86 processor cache info to cpu_features
` V3 [PATCH 2/2] ld.so: Add --list-tunables to print tunable values

[PATCH] Move vtimes to a compatibility symbol
 2020-10-16 20:05 UTC  (4+ messages)

[PATCH v2] y2038: linux: Provide __time64 implementation
 2020-10-16 14:45 UTC  (2+ messages)

[PATCH 00/28] glibc-hwcaps support
 2020-10-16 14:37 UTC  (16+ messages)
` [PATCH 20/28] aarch64: Add "
` [PATCH 21/28] elf: Add endianness markup to ld.so.cache
` [PATCH 22/28] elf: Add extension mechanism "
` [PATCH 23/28] elf: Unify old and new format cache handling code in ld.so

[PATCH] y2038: linux: Provide __time64 implementation
 2020-10-16 10:18 UTC  (3+ messages)

[PATCH] shm_open/unlink: fix errno if namelen >= NAME_MAX
 2020-10-16 10:09 UTC 

[PATCH] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
 2020-10-16  0:57 UTC  (10+ messages)
  ` V5 "
      ` V6 "
      ` [PATCH] Deprecate SIGSTKSZ/MINSIGSTKSZ with _SC_SIGSTKSZ_SOURCE
          ` V2 "

[PATCH] shm tests: Append PID to names passed to shm_open [BZ #26737]
 2020-10-15 20:44 UTC  (2+ messages)

[PATCH v3 1/1] uapi: Move constants from <linux/kernel.h> to <linux/const.h>
 2020-10-15 20:06 UTC  (2+ messages)
` [musl] "

[COMMITTED] sysvipc: Fix tst-sysvshm-linux on x32
 2020-10-15 19:37 UTC 

[PATCH] queue.3: list: Complete example
 2020-10-15 18:50 UTC  (2+ messages)

[PATCH] IPC_INFO: Cast shmmax and shmall fields to uintptr_t [BZ #26736]
 2020-10-15 17:44 UTC  (6+ messages)

[PATCH v3 1/2] powerpc: Add optimized strncpy for POWER9
 2020-10-15 15:20 UTC  (2+ messages)

[PATCH 1/3] support: Provide a way to reorder responses within the DNS test server
 2020-10-15 15:02 UTC  (10+ messages)
` [PATCH 2/3] support: Provide a way to clear the RA bit in DNS server responses
` [PATCH 3/3] resolv: Handle transaction ID collisions in parallel queries (bug 26600)

[PATCH v2 1/2] sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]
 2020-10-15 14:43 UTC  (2+ messages)

[PATCH] y2038: Reorder placement of st_ino in struct __stat64_t64
 2020-10-15 13:04 UTC  (15+ messages)

V2 [PATCH 0/4] ld.so: Add --list-tunables to print tunable values
 2020-10-15 12:53 UTC  (16+ messages)
` [PATCH 1/4] x86: Initialize CPU info via IFUNC relocation [BZ 26203]
                ` V3 [PATCH] "
                        ` V4 "
                          ` PING: "
                            ` PING^2: "

[PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation
 2020-10-15 11:14 UTC  (8+ messages)

[PATCH COMMITTED] resolv: Serialize processing in resolv/tst-resolv-txnid-collision
 2020-10-15 10:34 UTC 

[PATCH] statfs: add missing f_flags assignment
 2020-10-15  9:42 UTC  (4+ messages)

[PATCH 1/2] y2038: Adjust struct __stat64_t64 to be usable by redirected {f}stat{at} calls
 2020-10-14 13:09 UTC  (4+ messages)

[PATCH] hurd: '_hurd_raise_signal' checks signal number is valid
 2020-10-14 16:55 UTC  (5+ messages)

[PATCH] regex.3: wfix
 2020-10-14 16:40 UTC  (2+ messages)

[PATCH v2 0/3] glibc-hwcaps support for LD_LIBRARY_PATH
 2020-10-14 15:19 UTC  (8+ messages)
` [PATCH 1/3] elf: Add "
` [PATCH v2 3/3] powerpc64le: Add glibc-hwcaps support

[PATCH] Update tcache double-free check
 2020-10-14 13:44 UTC  (10+ messages)

[PATCH] x86/CET: Update vfork to prevent child return
 2020-10-14 13:43 UTC  (3+ messages)

[PATCH 00/16] Add y2038 support for stat functions
 2020-10-14 13:39 UTC  (14+ messages)
` [PATCH 15/16] linux: Add {f}stat{at} y2038 support

y2038 and INLINE_SYSCALL
 2020-10-14 12:03 UTC  (6+ messages)

[v2] New benchtest: pthread locks
 2020-10-14  1:32 UTC  (3+ messages)

rt: Fix grammar in <sys/cdefs.h>
 2020-10-13 20:57 UTC  (3+ messages)

several glibc build bugs on MinGW-w64
 2020-10-13 20:53 UTC  (3+ messages)
` FW: "

[PATCH] queue.3: circleq: Complete example
 2020-10-13 15:36 UTC  (2+ messages)

[PATCH] AArch64: Use __memcpy_simd on Neoverse N2/V1
 2020-10-13 14:32 UTC  (4+ 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).