unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-03-09 13:33:30 to 2021-03-11 22:55:35 UTC [more...]

[PATCH v3] Add new C.UTF-8 locale (Bug 17318)
 2021-03-11 22:55 UTC  (4+ messages)

libpthread removal in 2.34
 2021-03-11 22:45 UTC  (6+ messages)

[PATCH 0/8] Move libpthread unwind-related functionality into libc
 2021-03-11 22:39 UTC  (3+ messages)
` [PATCH 8/8] nptl: Move __pthread_unwind_next "

[PATCH 00/17] man3: SYNOPSIS: Use 'restrict' in prototypes
 2021-03-11 22:33 UTC  (18+ messages)
` [PATCH 01/17] scanf.3: SYNOPSIS: Use 'restrict' in prototypes; ffix too
` [PATCH 02/17] tsearch.3: SYNOPSIS: Use 'restrict' in prototypes
` [PATCH 03/17] unlocked_stdio.3: "
` [PATCH 04/17] wcpcpy.3: "
` [PATCH 05/17] wcpncpy.3: "
` [PATCH 06/17] wcrtomb.3: "
` [PATCH 07/17] wcscat.3: "
` [PATCH 08/17] wcscpy.3: "
` [PATCH 09/17] wcsncat.3: "
` [PATCH 10/17] wcsncpy.3: "
` [PATCH 11/17] wcsnrtombs.3: "
` [PATCH 12/17] wcsrtombs.3: "
` [PATCH 13/17] wcstoimax.3: "
` [PATCH 14/17] wcstok.3: "
` [PATCH 15/17] wcstombs.3: "
` [PATCH 16/17] wmemcpy.3: "
` [PATCH 17/17] wordexp.3: "

[PATCH v2 1/8] posix: Consolidate register-atfork
 2021-03-11 22:31 UTC  (16+ messages)
` [PATCH v2 2/8] linux: Use __libc_single_threaded on fork
` [PATCH v2 3/8] posix: Consolidate fork implementation
` [PATCH v2 4/8] nptl: Move fork into libc
` [PATCH v2 5/8] posix: Do not clobber errno by atfork handlers
` [PATCH v2 6/8] Consolidate pthread_atfork
` [PATCH v2 7/8] support: Add xpthread_kill
` [PATCH v2 8/8] posix: Add _Fork [BZ #4737]

[PATCH v1] test-container: Always copy test-specific support files [BZ #27537]
 2021-03-11 22:05 UTC  (3+ messages)

[PATCH 1/8] posix: Consolidate register-atfork
 2021-03-11 19:30 UTC  (24+ messages)
` [PATCH 3/8] posix: Consolidate fork implementation
` [PATCH 4/8] nptl: Move fork into libc
` [PATCH 5/8] posix: Do not clobber errno by atfork handlers
` [PATCH 6/8] Consolidate pthread_atfork

[RFC] io: Return UNSUPPORTED if filesystem do not support 64 bit timestamps
 2021-03-11 19:29 UTC  (5+ messages)
    ` [RFC v2] "

[PATCH v2] Mount /tmp as tmpfs in test-container and run utime tests in it
 2021-03-11 18:59 UTC  (17+ messages)

[PATCH v2 0/2] malloc: split the mtag realloc fix patch
 2021-03-11 17:57 UTC  (3+ messages)
` [PATCH v2 1/2] malloc: Fix a realloc crash with heap tagging [BZ 27468]
` [PATCH v2 2/2] malloc: Fix a potential realloc issue with memory tagging

Remove remaining slow paths from asin and acos
 2021-03-11 17:38 UTC 

[PATCH] tst: Add test for adjtime
 2021-03-11 17:21 UTC 

[RFC] Auto-posting committed patches to this list?
 2021-03-11 16:37 UTC  (4+ messages)

[PATCH] Allow gdb version 10 in pretty printer tests
 2021-03-11 13:10 UTC  (3+ messages)

[PATCH] io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
 2021-03-11 12:37 UTC  (3+ messages)

[PATCH v4 1/5] support: Add support_stack_alloc
 2021-03-11 11:24 UTC  (8+ messages)
` [PATCH v4 2/5] support: Add xclone
` [PATCH v4 3/5] Linux: Add close_range
` [PATCH v4 4/5] io: Add closefrom [BZ #10353]
` [PATCH v4 5/5] posix: Add posix_spawn_file_actions_closefrom_np

[PATCH] Ensure that nsswitch.conf for nss/tst-reload[12] are really synced
 2021-03-11  8:25 UTC  (6+ messages)

strfromd.3: restrict? C99?
 2021-03-10 21:59 UTC  (2+ messages)

[PATCH 00/24] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 5)
 2021-03-10 18:31 UTC  (25+ messages)
` [PATCH 01/24] sem_getvalue.3: SYNOPSIS: Use 'restrict' in prototypes
` [PATCH 02/24] sem_wait.3: "
` [PATCH 03/24] setaliasent.3: "
` [PATCH 04/24] setbuf.3: "
` [PATCH 05/24] "
` [PATCH 06/24] setnetgrent.3: "
` [PATCH 07/24] sigwait.3: "
` [PATCH 08/24] statvfs.3: "
` [PATCH 09/24] stpcpy.3: "
` [PATCH 10/24] stpncpy.3: "
` [PATCH 11/24] strcat.3: "
` [PATCH 12/24] strcpy.3: "
` [PATCH 13/24] strfmon.3: "
` [PATCH 14/24] strftime.3: "
` [PATCH 15/24] string.3: "
` [PATCH 16/24] "
` [PATCH 17/24] strptime.3: "
` [PATCH 18/24] strsep.3: "
` [PATCH 19/24] strtod.3: "
` [PATCH 20/24] strtoimax.3: "
` [PATCH 21/24] strtok.3: "
` [PATCH 22/24] strtol.3, strtoul.3: "
` [PATCH 23/24] strxfrm.3: "
` [PATCH 24/24] swab.3: "

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up: Mar 11, 2021
 2021-03-10 18:16 UTC  (2+ messages)

[PATCH v6 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-10 18:01 UTC  (9+ messages)
` [PATCH v6 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
` [PATCH v6 3/6] x86/elf: Support a new ELF "

[PATCH] Prefer /dev/shm over /tmp in utime family tests
 2021-03-10 15:15 UTC  (8+ messages)

[PATCH v2 1/2] tst: Add test for ntp_gettime
 2021-03-10 13:00 UTC  (2+ messages)
` [PATCH v2 2/2] tst: Add test for ntp_gettimex

[PATCH v2 0/3] Clean up stack-protector-all build
 2021-03-10 12:50 UTC  (5+ messages)
` [PATCH 1/3] Add inhibit_stack_protector to ifuncmain9 [BZ #25680]
` [PATCH 2/3] Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]
` [PATCH 3/3] Build libc-start with stack protector for SHARED

[PATCH v4 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader -- Testing infrastructure
 2021-03-10 12:40 UTC  (4+ messages)
  ` [PATCH v5 "

[PATCH 0/3] Clean up stack-protector-all build
 2021-03-10  9:57 UTC  (10+ messages)
` [PATCH 1/3] Build get-cpuid-feature-leaf.c without stack-protector
` [PATCH 2/3] Disable stack protector for ifunc resolvers in tests
` [PATCH 3/3] Build libc-start with stack protector for SHARED

iconv: illegal input sequence
 2021-03-10  9:20 UTC  (2+ messages)

[PATCH 1/2] tst: Add test for ntp_gettime
 2021-03-10  9:01 UTC  (4+ messages)

Update kernel version to 5.11 in tst-mman-consts.py
 2021-03-10  8:45 UTC  (2+ messages)

syslog() timestamps not respecting timezone
 2021-03-10  1:28 UTC  (2+ messages)

SIGSTKSZ is now a run-time variable
 2021-03-09 23:58 UTC  (2+ messages)

[RFC] Fix static-only build of glibc [BZ #20845]
 2021-03-09 21:33 UTC  (2+ messages)

SIGSTKSZ is now a run-time variable
 2021-03-09 21:05 UTC  (6+ messages)

SIGSTKSZ is now a run-time variable
 2021-03-09 20:12 UTC  (4+ messages)

[PATCH v3 1/4] support: Add xclone
 2021-03-09 20:04 UTC  (15+ messages)
` [PATCH v3 2/4] Linux: Add close_range
` [PATCH v3 3/4] io: Add closefrom [BZ #10353]
` [PATCH v3 4/4] posix: Add posix_spawn_file_actions_closefrom

[PATCH v5] nss: fix nss_database_lookup2's alternate handling [BZ #27416]
 2021-03-09 19:40 UTC  (2+ messages)

questions to register_printf_specifier()
 2021-03-09 16:20 UTC  (3+ messages)
  ` AW: "

[RFC][PATCH v9 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-03-09 14:52 UTC  (4+ messages)
` [RFC][PATCH v9 1/7] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)

[PATCH] Add support for static internal tests
 2021-03-09 13:33 UTC 


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