unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-10-26 09:55:21 to 2020-10-30 08:39:17 UTC [more...]

[PATCH 1/3] y2038: Convert cnd_timedwait to support 64 bit time
 2020-10-30  8:38 UTC  (3+ messages)
` [PATCH 2/3] y2038: Convert mtx_timedlock "
` [PATCH 3/3] y2038: Convert thrd_sleep "

[PATCH] x86: Restore processing of cache size tunables in init_cacheinfo
 2020-10-30  6:46 UTC  (3+ messages)

[PATCH 0/1] Optimizing memcpy for AMD Zen architecture
 2020-10-30  6:35 UTC  (9+ messages)
` [PATCH 1/1] x86: "
    ` [PATCH] "

[PATCH 2.32] x86: Optimizing memcpy for AMD Zen architecture
 2020-10-30  6:00 UTC  (3+ messages)

[PATCH 1/2] MIPS: add hp-timing support for MIPS R2
 2020-10-30  2:14 UTC 

[PATCH 1/2] nptl: Replace futex_lock_pi with __futex_lock_pi64
 2020-10-29 20:26 UTC  (3+ messages)
` [PATCH 2/2] nptl: Return ENOTSUP for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #26801]

[PATCH] getdents.2: Use 'ssize_t' instead of 'int'
 2020-10-29 19:54 UTC  (5+ messages)
    ` [PATCH v2] getdents.2: Use appropriate types
        ` [PATCH v3] "

Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)
 2020-10-29 19:03 UTC  (10+ messages)

[PATCH v3 0/2] Basic glibc-hwcaps enablement
 2020-10-29 18:15 UTC  (3+ messages)
` [PATCH v3 1/2] elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
` [PATCH v3 2/2] x86_64: Add glibc-hwcaps support

[PATCH v2 1/1] riscv: Get cache information through sysconf
 2020-10-29 17:33 UTC 

[PATCH 1/2] aio: Provide Linux specific aio_suspend.c implementation
 2020-10-29 17:03 UTC  (3+ messages)
` [PATCH 2/2] y2038: Convert aio_suspend to support 64 bit time

[PATCH 1/1] riscv: Get cache information through sysconf
 2020-10-29 17:11 UTC  (21+ messages)

[PATCH v2 0/3] glibc-hwcaps support for LD_LIBRARY_PATH
 2020-10-29 16:26 UTC  (3+ messages)
` [PATCH v2 3/3] powerpc64le: Add glibc-hwcaps support

[Y2038] Question about porting y2038-tests to glibc
 2020-10-29 15:43 UTC  (9+ messages)

Possible bug in getdents64()?
 2020-10-29 11:12 UTC  (3+ messages)

BTI interaction between seccomp filters in systemd and glibc mprotect calls, causing service failures
 2020-10-29 11:02 UTC  (20+ messages)

New Portuguese PO file for 'libc' (version 2.31.9000)
 2020-10-29  8:47 UTC 

[PATCH 0/2] aarch64: Fix variant PCS support [BZ #26978]
 2020-10-29  8:39 UTC  (3+ messages)
` [PATCH 1/2] aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
` [PATCH 2/2] aarch64: Add variant PCS lazy binding test "

Randomize offset between program segments?
 2020-10-29  8:04 UTC  (8+ messages)

sysdeps: Correct spelling in <mach/hurd/net/ethernet.h> *HURD
 2020-10-28 23:10 UTC 

sysdeps: Correct spelling in <unix/sysv/linux/net/ethernet.h>
 2020-10-28 23:07 UTC 

Disable spurious -Warray-bounds for ypclnt.c (bug 26687)
 2020-10-28 22:39 UTC 

[PATCH] getdents.2: SYNOPSIS: Add missing header and feature test macro
 2020-10-28 22:00 UTC  (3+ messages)

Do not use array parameter to new_composite_name (bug 26726)
 2020-10-28 19:57 UTC 

[PATCH v2] Make elf.h header self contained
 2020-10-28 17:05 UTC  (3+ messages)

[PATCH 1/2] Reinstate ftime and move define it for POSIX.1-2001 or older
 2020-10-28 14:12 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]
 2020-10-28 13:12 UTC  (7+ messages)
    ` V2 "
      ` PING: "

[PATCH 1/3] msg: Remove redundant #include <sys/msg.h> header
 2020-10-28 10:33 UTC  (4+ messages)
` [PATCH 2/3] msqid: Provide internal copy of struct __msqid64_ds
` [PATCH 3/3] msg: provide glibc local copy of struct msqid_ds

[RFC] y2038: Export struct_stat_time64_helper.h with Y2038 safe stat{64} content
 2020-10-28  8:46 UTC  (2+ messages)

Use MPC 1.2.1 in build-many-glibcs.py
 2020-10-27 22:24 UTC 

[COMMITTED] Hurd: Fix ftime build
 2020-10-27 19:29 UTC 

[PATCH v2 1/4] Sync canonicalize with gnulib [BZ #10635]
 2020-10-27 19:11 UTC  (7+ messages)
` [PATCH v2 2/4] stdlib: Use fixed buffer size for realpath [BZ #26241]
` [PATCH v2 3/4] stdlib: Fix arithmetic overflows in realpath [BZ #26592]
` [PATCH v2 4/4] stdlib: Remove lstat usage from realpath [BZ #24970]

[PATCH 1/2] Reinstate ftime and move define it for POSIX.1-2001 or older
 2020-10-27 17:44 UTC  (4+ messages)
` [PATCH 2/2] time: Add 64-bit time_t support for ftime

Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9
 2020-10-27 17:37 UTC  (3+ messages)
` Ping "

[PATCH 00/28] glibc-hwcaps support
 2020-10-27 17:28 UTC  (5+ messages)
` [PATCH 26/28] elf: In ldconfig, extract the new_sub_entry function from search_dir
` [PATCH 27/28] elf: Process glibc-hwcaps subdirectories in ldconfig

[PATCH 0/6] Add loff_t & off64_t, and update off_t
 2020-10-27 16:42 UTC  (10+ messages)
` [PATCH 1/6] system_data_types.7: off_t: SEE ALSO: Uncomment loff_t, off64_t
` [PATCH 2/6] system_data_types.7: off_t: Add note about _FILE_OFFSET_BITS
` [PATCH 3/6] system_data_types.7: Add 'loff_t'
` [PATCH 4/6] loff_t.3: New link to system_data_types(7)
` [PATCH 5/6] system_data_types.7: Add 'off64_t'
` [PATCH 6/6] off64_t.3: New link to system_data_types(7)

[PATCH 1/2] system_data_types.7: Add 'off_t'
 2020-10-27 16:22 UTC  (6+ messages)

[PATCH] misc: Add internal __getauxval2 function
 2020-10-27 15:20 UTC  (2+ messages)

[PATCH] Allow elf header to be used when __BEGIN_DECLS and __END_DECLS aren't defined
 2020-10-27 14:18 UTC  (3+ messages)

[PATCH 1/4] Sync canonicalize with gnulib [BZ #10635]
 2020-10-27 13:22 UTC  (10+ messages)
` [PATCH v3 2/4 v2] stdlib: Use fixed buffer size for realpath [BZ #26241]
` [PATCH 3/4] stdlib: Fix arithmetic overflows in realpath [BZ #26592]
` [PATCH 4/4] stdlib: Remove lstat usage from realpath [BZ #24970]

Not quite back yet
 2020-10-27 12:50 UTC 

[PATCH] shm_open/unlink: fix errno if namelen >= NAME_MAX
 2020-10-27 11:53 UTC  (4+ messages)

errno.h in GLIBC
 2020-10-27 11:41 UTC 

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

[PATCH v2 1/2] system_data_types.7: Add 'error_t'
 2020-10-27 10:24 UTC  (5+ messages)
` [PATCH v2 2/2] error_t: New link to system_data_types(7)

[PATCH] system.3: Indicate MT-Unsafe
 2020-10-27  7:08 UTC  (5+ messages)

[PATCH 1/2] system_data_types.7: Add 'dev_t'
 2020-10-27  6:57 UTC  (4+ messages)
` [PATCH 2/2] dev_t.3: New link to system_data_types(7)

[RFC][PATCH] * bits/confname.h: Define _CS_POSIX_V7_THREADS_CFLAGS, _CS_POSIX_V7_THREADS_LDFLAGS
 2020-10-26 23:33 UTC 

[PATCH 1/2] system_data_types.7: Add 'error_t'
 2020-10-26 21:55 UTC  (2+ messages)
` [PATCH 2/2] error_t: New link to system_data_types(7)

string: Amend grammar and add description <byteswap.h>
 2020-10-26 20:56 UTC  (7+ messages)

[PATCH 1/2] posix: Sync tempname with gnulib [BZ #26648]
 2020-10-26 19:46 UTC  (4+ messages)
` [PATCH 2/2] posix: Improve randomness on try_tempname_len

[PATCH 1/2] Revert "linux: Move {f}xstat{at} to compat symbols"
 2020-10-26 16:30 UTC  (11+ messages)
` [PATCH 2/2] Revert "linux: Move xmknod{at} "

Update kernel version to 5.9 in tst-mman-consts.py
 2020-10-26 16:22 UTC  (2+ messages)

[PATCH] more out of bounds checking improvements
 2020-10-26 16:08 UTC  (3+ messages)

[PATCH] malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1
 2020-10-26 13:32 UTC  (2+ messages)

[committed] Fix typo in NEWS file
 2020-10-26 12:16 UTC  (2+ messages)

[PATCH] Remove timing related checks of time/tst-cpuclock1
 2020-10-26  9:55 UTC  (3+ 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).