unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-09-30 14:06:38 to 2020-10-02 17:07:25 UTC [more...]

[PATCH v2 0/9] Fix getdents{64} regression on some FS
 2020-10-02 17:06 UTC  (10+ 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 v2 6/9] linux: Add __readdir64_unlocked
` [PATCH v2 7/9] linux: Add __old_readdir64_unlocked
` [PATCH v2 8/9] linux: Use getdents64 on readdir64 compat implementation
` [PATCH v2 9/9] dirent: Deprecate getdirentries

[PATCH 0/2] Document void *
 2020-10-02 17:00 UTC  (24+ messages)
` [PATCH 1/2] system_data_types.7: Add 'void *'
` [PATCH 2/2] void-*.3: New link to system_data_types(7)
    ` [PATCH v2 0/2] Document 'void *'
    ` [PATCH v2 1/2] system_data_types.7: Add "
    ` [PATCH v2 2/2] void.3: New link to system_data_types(7)

[PATCH 0/2] Document 'void *'
 2020-10-02 16:53 UTC  (9+ messages)
` [PATCH 1/2] system_data_types.7: Add "
` [PATCH 2/2] void.3: New link to system_data_types(7)
` [PATCH v4 0/2] Document 'void *'
` [PATCH v4 1/2] system_data_types.7: Add "
` [PATCH v4 2/2] void.3: New link to system_data_types(7)

[PATCH v2 1/3] nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.h
 2020-10-02 13:51 UTC  (13+ messages)
` [PATCH v2 2/3] Y2038: nptl: Provide futex_abstimed_wait64 supporting 64 bit time
` [PATCH v2 3/3] y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support "

[PATCH v2 0/4] Document [u]int_leastN_t
 2020-10-02 13:09 UTC  (11+ messages)
` [PATCH v2 1/4] system_data_types.7: Add int_leastN_t family of types
` [PATCH v2 2/4] int_least8_t.3, int_least16_t.3, int_least32_t.3, int_least64_t.3, int_leastN_t.3: New links to system_data_types(7)
` [PATCH v2 3/4] system_data_types.7: Add uint_leastN_t family of types
` [PATCH v2 4/4] uint_least8_t.3, uint_least16_t.3, uint_least32_t.3, uint_least64_t.3, uint_leastN_t.3: New links to system_data_types(7)

[PATCH 0/4] Document 128-bit types
 2020-10-02 12:28 UTC  (11+ messages)
` [PATCH 1/4] system_data_types.7: Add '__int128'
` [PATCH 2/4] __int128.3: New link to system_data_types(7)
` [PATCH 3/4] system_data_types.7: Add 'unsigned __int128'
` [PATCH 4/4] unsigned-__int128.3: New link to system_data_types(7)
` [PATCH v2 0/4] Document 128-bit types
` [PATCH v2 1/4] system_data_types.7: Add '__int128'
` [PATCH v2 2/4] __int128.3: New link to system_data_types(7)
` [PATCH v2 3/4] system_data_types.7: Add 'unsigned __int128'
` [PATCH v2 4/4] unsigned-__int128.3: New link to system_data_types(7)

[PATCH 2/2] system_data_types.7: void *: Add info about pointer artihmetic
 2020-10-02  9:46 UTC  (2+ messages)

[PATCH] system_data_types.7: void *: Add info about generic function parameters and return value
 2020-10-02  9:43 UTC 

[PATCH v5] aarch64: enforce >=64K guard size
 2020-10-02  9:01 UTC  (3+ messages)

Fix GCC 11 -Warray-parameter warning for __sigsetjmp (bug 26647)
 2020-10-01 22:47 UTC 

[PATCH 1/1] uapi: Don't include <linux/sysinfo.h> in <linux/kernel.h>
 2020-10-01 22:29 UTC  (5+ messages)
` [musl] "

[RFC PATCH v2 1/1] uapi: Introduce <linux/align.h>
 2020-10-01 21:19 UTC 

[PATCH v3] Reversing calculation of __x86_shared_non_temporal_threshold
 2020-10-01 21:02 UTC  (4+ messages)

[PATCH 00/28] glibc-hwcaps support
 2020-10-01 20:24 UTC  (37+ messages)
` [PATCH 01/28] elf: Do not search HWCAP subdirectories in statically linked binaries
` [PATCH 02/28] elf: Implement __rtld_malloc_is_full
` [PATCH 03/28] elf: Implement _dl_write
` [PATCH 04/28] elf: Extract command-line/environment variables state from rtld.c
` [PATCH 05/28] elf: Move ld.so error/help output to _dl_usage
` [PATCH 06/28] elf: Record whether paths come from LD_LIBRARY_PATH or --library-path
` [PATCH 07/28] elf: Implement ld.so --help
` [PATCH 08/28] elf: Implement ld.so --version
` [PATCH 09/28] scripts/update-copyrights: Update csu/version.c, elf/dl-usage.c
` [PATCH 10/28] elf: Use the term "program interpreter" in the ld.so help message
` [PATCH 11/28] elf: Print the full name of the dynamic loader "
` [PATCH 12/28] elf: Make __rtld_env_path_list and __rtld_search_dirs global variables
` [PATCH 13/28] elf: Add library search path information to ld.so --help
` [PATCH 14/28] elf: Enhance ld.so --help to print HWCAP subdirectories
` [PATCH 15/28] elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcaps
` [PATCH 16/28] elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
` [PATCH 17/28] x86_64: Add glibc-hwcaps support
` [PATCH 18/28] powerpc64le: "
` [PATCH 19/28] s390x: Add "
` [PATCH 20/28] aarch64: "
` [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 24/28] elf: Implement a string table for ldconfig, with tail merging
` [PATCH 25/28] elf: Implement tail merging of strings in ldconfig
` [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 28/28] elf: Add glibc-hwcaps subdirectory support to ld.so cache processing

V2 [PATCH 0/4] ld.so: Add --list-tunables to print tunable values
 2020-10-01 19:50 UTC  (14+ messages)
` [PATCH 1/4] x86: Initialize CPU info via IFUNC relocation [BZ 26203]
                ` V3 [PATCH] "
                        ` V4 "

[PATCH] Make abort() AS-safe (Bug 26275)
 2020-10-01 15:28 UTC  (12+ messages)
            ` [musl] "

[PATCH v2 0/4] Document [u]int_fastN_t
 2020-10-01 15:25 UTC  (9+ messages)
` [PATCH v2 1/4] system_data_types.7: Add int_fastN_t family of types
` [PATCH v2 2/4] int_fast8_t.3, int_fast16_t.3, int_fast32_t.3, int_fast64_t.3, int_fastN_t.3: New links to system_data_types(7)
` [PATCH v2 3/4] system_data_types.7: Add uint_fastN_t family of types
` [PATCH v2 4/4] uint_fast8_t.3, uint_fast16_t.3, uint_fast32_t.3, uint_fast64_t.3, uint_fastN_t.3: New links to system_data_types(7)

[PATCH 00/16] Fixes; Document remaining stdint.h types
 2020-10-01 15:13 UTC  (34+ messages)
` [PATCH 01/16] malloc_get_state.3: ffix
` [PATCH 02/16] system_data_types.7: srcfix
` [PATCH 03/16] "
` [PATCH 04/16] "
` [PATCH 05/16] system_data_types.7: Add int_fastN_t family of types
` [PATCH 06/16] int_fast8_t.3, int_fast16_t.3, int_fast32_t.3, int_fast64_t.3, int_fastN_t.3: New links to system_data_types(7)
` [PATCH 07/16] system_data_types.7: Add uint_fastN_t family of types
` [PATCH 08/16] uint_fast8_t.3, uint_fast16_t.3, uint_fast32_t.3, uint_fast64_t.3, uint_fastN_t.3: New links to system_data_types(7)
` [PATCH 09/16] system_data_types.7: Add int_leastN_t family of types
` [PATCH 10/16] int_least8_t.3, int_least16_t.3, int_least32_t.3, int_least64_t.3, int_leastN_t.3: New links to system_data_types(7)
` [PATCH 11/16] system_data_types.7: Add uint_leastN_t family of types
` [PATCH 12/16] uint_least8_t.3, uint_least16_t.3, uint_least32_t.3, uint_least64_t.3, uint_leastN_t.3: New links to system_data_types(7)
` [PATCH 13/16] system_data_types.7: Add 'intptr_t'
` [PATCH 14/16] intptr_t.3: New link to system_data_types(7)
` [PATCH 15/16] system_data_types.7: Add 'uintptr_t'
` [PATCH 16/16] uintptr_t.3: New link to system_data_types(7)

[PATCH] __vfscanf_internal: fix aliasing violation (bug 26690)
 2020-10-01 14:17 UTC 

[PATCH] Revert "Fix missing redirects in testsuite targets"
 2020-10-01 14:14 UTC 

[PATCH] powerpc64: Implement TLS using PC-relative addressing
 2020-10-01 11:15 UTC  (4+ messages)

copyright of generated charmaps data
 2020-10-01 10:31 UTC  (2+ messages)

[PATCH 1/3] system_data_types.7: ffix
 2020-10-01  9:36 UTC  (9+ messages)
` [PATCH v2 "

[COMMITTED] sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABI
 2020-09-30 21:05 UTC 

semtimedop, powerpc, time64 and older kernels
 2020-09-30 20:45 UTC  (5+ messages)

Expose 'array_length()' macro in <sys/cdefs.h> or <sys/param.h>
 2020-09-30 20:39 UTC  (3+ messages)

RFC: Update MINSIGSTKSZ and SIGSTKSZ
 2020-09-30 20:04 UTC  (9+ messages)

[PATCH 0/2] Document size_t
 2020-09-30 17:16 UTC  (11+ messages)
` [PATCH 1/2] system_data_types.7: "

[PATCH] stdlib: Fix data race in __run_exit_handlers
 2020-09-30 16:01 UTC  (3+ messages)

[LTP] [ANNOUNCE] The Linux Test Project has been released for SEPTEMBER 2020
 2020-09-30 15:58 UTC 

[PATCH v3 1/2] powerpc: Add optimized strncpy for POWER9
 2020-09-30 14:46 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc: Add optimized stpncpy "


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