unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2023-04-20 20:52:56 to 2023-04-28 15:43:33 UTC [more...]

[PATCH v8] POSIX locale covers every byte [BZ# 29511]
 2023-04-28 15:43 UTC  (7+ messages)
` [PATCH v9] "
        ` [PATCH v10] "
          ` [PATCH v11] "

[PATCH] __check_pf: Add a cancellation cleanup handler [BZ #20975]
 2023-04-28 15:33 UTC  (9+ messages)

[COMMITTED 1/2] riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC
 2023-04-28 14:04 UTC  (2+ messages)
` [COMMITTED 2/2] Remap __GLIBC_FLT_EVAL_METHOD to 0 if __FLT_EVAL_METHOD__ is -1

[PATCH v3 1/3] posix: add (failing) test for REG_STARTEND
 2023-04-28 12:36 UTC  (3+ messages)
` [PATCH v3 2/3] posix: regcomp(): clear RE_DOT_NOT_NULL
` [PATCH v3 3/3] posix: regexec(): fix REG_STARTEND, pmatch->rm_so != 0 w/^ anchor

[PATCH 0/8] Fix warn unused result
 2023-04-28 12:21 UTC  (24+ messages)
` [PATCH v4 00/15] "
  ` [PATCH 1/8] tests: fix "
    ` [PATCH v4 07/15] tests: fix warn unused result on asprintf calls
    ` [PATCH v4 08/15] tests: replace write by xwrite
    ` [PATCH v4 09/15] tests: replace read by xread
    ` [PATCH v4 10/15] tests: replace system by xsystem
    ` [PATCH v4 11/15] tests: replace fread by xfread
    ` [PATCH v4 12/15] tests: replace ftruncate by xftruncate
    ` [PATCH v4 13/15] tests: replace fgets by xfgets
    ` [PATCH v4 14/15] tests: Replace various function calls with their x variant
    ` [PATCH v4 15/15] tests: fix warn unused results
  ` [PATCH 2/8] catgets/gencat.c: fix warn unused result
    ` [PATCH v4 01/15] "
  ` [PATCH 4/8] locale/programs/locarchive.c: "
    ` [PATCH v4 02/15] "
  ` [PATCH 5/8] malloc/{memusage.c, memusagestat.c}: "
    ` [PATCH v4 03/15] "
  ` [PATCH 6/8] nptl_db/thread_dbP.h: "
    ` [PATCH v4 04/15] "
  ` [PATCH 7/8] sunrpc/netname.c: "
    ` [PATCH v4 05/15] "
  ` [PATCH 8/8] sysdeps/pthread/eintr.c: "
    ` [PATCH v4 06/15] "

[PATCH 0/2] Standardize the sorting of Makefile variables
 2023-04-28 11:48 UTC  (3+ messages)
` [PATCH 1/2] nptl: Re-flow and sort variables in Makefile
` [PATCH 2/2] scripts: Add sort-makefile-lines.py to sort Makefile variables

[PATCH v6 0/3] x86_64: aarch64: Set call number just before syscall
 2023-04-28 10:52 UTC  (9+ messages)
` [PATCH v6 1/3] x86_64: Set the syscall register right before doing the syscall
` [PATCH v6 2/3] aarch64: "
` [PATCH v6 3/3] nptl: Use direct syscall numbers in setxid

[PATCH v2 0/3] strlcpy and related functions
 2023-04-28 10:48 UTC  (5+ messages)

[PATCH] elf.h: add PT_GNU_SFRAME
 2023-04-28  9:15 UTC  (2+ messages)

[PATCH 0/2] strlcpy/strlcat/wcslcpy/wcscat implementation
 2023-04-28  8:49 UTC  (10+ messages)
` [PATCH 1/2] Implement strlcpy and strlcat [BZ #178]

[PATCH] elf: Add the soname to the libname_list eagerly on loading a library
 2023-04-28  8:42 UTC  (2+ messages)

[PATCH v5 00/22] Fix Race conditions in pthread cancellation [BZ#12683]
 2023-04-27 11:13 UTC  (4+ messages)
` [PATCH v5 07/22] powerpc: "

Fix Hurd getcwd build with GCC >= 13
 2023-04-26 23:34 UTC  (3+ messages)

Use GCC 13 branch, Linux 6.3 in build-many-glibcs.py
 2023-04-26 21:39 UTC 

[patch v4] aligned_alloc: conform to C17
 2023-04-26 20:07 UTC  (2+ messages)

[PATCH 1/1] document posix_openpt
 2023-04-26 19:19 UTC  (5+ messages)

[committed] Regenerate sysdeps/mach/hurd/bits/errno.h
 2023-04-26 17:12 UTC 

[PATCH v1] x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 2`
 2023-04-26 17:15 UTC  (16+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH v2 0/3] Add tests for abs(), labs(), llabs() (BZ #30263)
 2023-04-26 16:38 UTC  (3+ messages)

[PATCH v2] time: Remove alloca() from getdate
 2023-04-26 15:22 UTC 

[PATCH] time: Remove alloca() from getdate
 2023-04-26 15:20 UTC  (2+ messages)

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-26 14:27 UTC  (2+ messages)

[PATCH] locale/programs/locarchive.c: Remove unnecessary check in add_locale_archive
 2023-04-26 12:29 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] Fix regex type usage
 2023-04-26 12:28 UTC  (2+ messages)

[PATCH v2 0/5] riscv: Vectorized mem*/str* function
 2023-04-26  3:11 UTC  (10+ messages)
` [PATCH v2 1/5] riscv: Enabling vectorized mem*/str* functions in build time
` [PATCH v2 2/5] riscv: vectorized mem* functions
` [PATCH v2 3/5] riscv: vectorized str* functions
` [PATCH v2 4/5] riscv: vectorized strchr and strnlen functions
` [PATCH v2 5/5] riscv: add vectorized __memcmpeq

[PATCH] gethostid: Do not include alloca.h
 2023-04-25 14:33 UTC  (2+ messages)

[PATCH] if_index: Remove unneeded alloca.h include
 2023-04-25 14:32 UTC  (2+ messages)

[PATCH v2 1/4] hurd: Don't pass FD_CLOEXEC in CMSG_DATA
 2023-04-24 22:21 UTC  (11+ messages)
` [PATCH v2 2/4] hurd: Implement MSG_CMSG_CLOEXEC
` [PATCH v2 3/4] hurd: Only deallocate addrport when it's valid
` [PATCH v2 4/4] socket: Add a test for MSG_CMSG_CLOEXEC

[hurd,commited] hurd: Do not take any flag from the CMSG_DATA
 2023-04-24 22:17 UTC 

[PATCH 1/4] hurd: Implement MAP_32BIT
 2023-04-24 21:25 UTC  (10+ messages)
` [PATCH 2/4] hurd: Don't attempt to deallocate MACH_PORT_DEAD
` [PATCH 3/4] hurd: Microoptimize mmap ()
` [RFC PATCH 4/4] hurd: Implement prefer_map_32bit_exec tunable

[hurd,commited] hurd: Don't pass FD_CLOEXEC in CMSG_DATA
 2023-04-24 21:08 UTC 

Monday Patch Queue Review update (2023-04-24)
 2023-04-24 15:19 UTC  (2+ messages)

Today's patch review meeting
 2023-04-24 11:41 UTC  (2+ messages)

[PATCH] powerpc: Use sysconf (_SC_SIGSTKSZ) to set SIGSTKSZ and MINSIGSTKSZ
 2023-04-24 10:52 UTC 

[PATCH 2/2] testsuite: stdlib/isomac.c: fix REQUIREMENTS
 2023-04-23  0:55 UTC 

[PATCH 1/2] hurd: Don't migrate reply port into __init1_tcbhead
 2023-04-22 17:04 UTC  (16+ messages)
` [VERY RFC PATCH 2/2] hurd: Make it possible to call memcpy very early

[RFC PATCH v2 0/7] O_IGNORE_CTTY everywhere & misc fixes
 2023-04-22 11:50 UTC  (19+ messages)
` [RFC PATCH v2 1/7] misc: Convert daemon () to GNU coding style
` [RFC PATCH v2 2/7] misc: Ignore SIGHUP in daemon () while forking
` [RFC PATCH v2 3/7] Use O_CLOEXEC in more places (BZ #15722)
` [RFC PATCH v2 4/7] csu: Fix standard fds' mode
` [RFC PATCH v2 5/7] hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTY

[PATCH 1/3] posix: add (failing) test for REG_STARTEND
 2023-04-22 11:12 UTC  (5+ messages)
` [PATCH 2/3] posix: regcomp(): clear RE_DOT_NOT_NULL
` [PATCH 3/3] posix: regexec(): fix REG_STARTEND, pmatch->rm_so != 0 w/^ anchor
  ` [PATCH v2 1/3] posix: add (failing) test for REG_STARTEND

[PATCH] libio: Add __nonnull for FILE * arguments of fclose and freopen
 2023-04-22  7:32 UTC  (3+ messages)

[PATCH v1] Benchtest: Add benchtests for {wcs, str}lcpy and {wcs, str}lcat
 2023-04-22  0:24 UTC  (2+ messages)

[PATCH] sockaddr.3type: Document that sockaddr_storage is the API to be used
 2023-04-21 20:35 UTC  (13+ messages)
                    ` [PATCH v3] sockaddr.3type: POSIX Issue 8 will solve strict-aliasing issues with these types

[PATCH 0/2] Add tests for strdup and strndup (BZ #30266)
 2023-04-21 14:43 UTC  (8+ messages)
` [PATCH v7 0/4] string: "
  ` [PATCH v7 1/4] string: Allow use of test-string.h for non-ifunc implementations
  ` [PATCH v7 2/4] string: Add tests for strdup (BZ #30266)
  ` [PATCH v7 3/4] string: Add tests for strndup "
  ` [PATCH v7 4/4] wcsmbs: Add wcsdup() tests. "

regexec(3): REG_STARTEND is not documented
 2023-04-21 11:59 UTC  (7+ messages)

[PATCH v2 5/5] riscv: add vectorized __memcmpeq
 2023-04-21  7:34 UTC 

[PATCH v2 5/5] riscv: add vectorized __memcmpeq
 2023-04-21  7:33 UTC 

[PATCH v2 5/5] riscv: add vectorized __memcmpeq
 2023-04-21  7:32 UTC 

[PATCH v2 4/5] riscv: vectorized strchr and strnlen functions
 2023-04-21  7:32 UTC 

[PATCH v2 3/5] riscv: vectorized str* functions
 2023-04-21  7:31 UTC 

[PATCH v2 3/5] riscv: vectorized str* functions
 2023-04-21  7:30 UTC 

[PATCH v2 2/5] riscv: vectorized mem* functions
 2023-04-21  7:29 UTC 

[PATCH v2 1/5] riscv: Enabling vectorized mem*/str* functions in build time
 2023-04-21  7:29 UTC 

[PATCH v2 1/5] riscv: Enabling vectorized mem*/str* functions in build time
 2023-04-21  7:27 UTC 

[PATCH 1/4] hurd: Don't pass fd flags in CMSG_DATA
 2023-04-21  0:56 UTC  (4+ messages)

[PATCH v3] Reversing calculation of __x86_shared_non_temporal_threshold
 2023-04-20 23:50 UTC  (9+ messages)

c exceptions
 2023-04-20 23:19 UTC 

c exceptions
 2023-04-20 23:11 UTC 

[PATCH v6 0/1] *** Created tunable to force small pages on stack allocation
 2023-04-20 20:52 UTC  (6+ messages)
` [PATCH v6 1/1] "


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