unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-10-11 12:24:51 to 2020-10-16 17:02:56 UTC [more...]

[PATCH 1/3] linux: Fix time64 support for futimesat
 2020-10-16 17:02 UTC  (9+ messages)
` [PATCH 2/3] Move ftime to a compatibility symbol
` [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-16 15:28 UTC  (2+ 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  (25+ messages)
` [PATCH 14/28] elf: Enhance ld.so --help to print HWCAP subdirectories
` [PATCH 16/28] elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
` [PATCH 20/28] aarch64: Add glibc-hwcaps support
` [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  (18+ messages)
    ` V4 "
        ` [libc-coord] "
  ` 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 1/3] linux: Use INTERNAL_SYSCALL on fstatat{64}
 2020-10-15 18:01 UTC  (7+ messages)
` [PATCH 2/3] rtld: Fix wrong errno check on open_path
` [PATCH 3/3] locale: Fix locale construct_output_path error handling

[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  (11+ 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  (5+ messages)
` [PATCH v2 2/2] sysvipc: Return EINVAL for invalid shmctl commands

[PATCH v2 0/9] Fix getdents{64} regression on some FS
 2020-10-15 14:26 UTC  (15+ 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] 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  (6+ messages)
` [PATCH 2/2] y2038: Remove not used __fstatat_time64 define

[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  (14+ messages)
` [PATCH 1/3] elf: Add "
` [PATCH v2 2/3] x86_64: Add glibc-hwcaps support
` [PATCH v2 3/3] powerpc64le: "

[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  (17+ messages)
` [PATCH 10/16] Remove mknod wrapper functions, move them to symbols
` [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  (6+ messages)

aio.h fix typos in comments
 2020-10-13 20:57 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 v2] y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bit
 2020-10-13 14:41 UTC  (2+ messages)

[PATCH] AArch64: Use __memcpy_simd on Neoverse N2/V1
 2020-10-13 14:32 UTC  (4+ messages)

[PATCH] manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015]
 2020-10-13 13:00 UTC  (2+ messages)

[PATCH] manual: replace an obsolete collation example with a valid one
 2020-10-13 13:00 UTC  (2+ messages)

[PATCH 1/2] rtld: fix typo in comment
 2020-10-13 12:52 UTC  (4+ messages)

[PATCH] x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]
 2020-10-13 11:49 UTC  (7+ messages)

[PATCH] queue.3: Replace incomplete example by a complete example
 2020-10-12 18:47 UTC  (6+ messages)

[RFC PATCH 0/4] x86: Improve Minimum Alternate Stack Size
 2020-10-12 13:26 UTC  (7+ messages)
` [RFC PATCH 1/4] x86/signal: Introduce helpers to get the maximum signal frame size

[PATCH 0/2] Document void *
 2020-10-12  9:36 UTC  (6+ messages)
` [PATCH v2 1/2] system_data_types.7: Add 'void *'

[PATCH v4] <sys/param.h>: Add nitems()
 2020-10-11 16:43 UTC  (2+ messages)
` Ping: "

[PATCH] queue.3: slist: Complete example
 2020-10-11 16:05 UTC  (2+ messages)

[hurd, commited] hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID)
 2020-10-11 14:01 UTC 

[PATCH 1/2] system_data_types.7: Add 'regex_t'
 2020-10-11 12:25 UTC  (4+ messages)
` [PATCH 2/2] regex_t.3: New link to system_data_types(7)


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