public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 1/1] memalign: Support scanning for aligned chunks
 2023-04-18 15:02 UTC  (19+ messages)
              ` [PATCH v6 "
                  ` [PATCH v7] "

[PATCH 1/5] hurd: Fix restoring reply port in sigreturn
 2023-04-18 14:21 UTC  (12+ messages)
` [PATCH 2/5] hurd: Microoptimize sigreturn
    ` (no subject)
` [PATCH 3/5] hurd: Implement sigreturn for x86_64
` [PATCH 4/5] hurd: Simplify _S_catch_exception_raise
` [PATCH 5/5] hurd: Avoid leaking task & thread ports

[PATCH 0/8] Fix warn unused result
 2023-04-18 13:50 UTC  (20+ messages)
` [PATCH 1/8] tests: fix "
` [PATCH 2/8] catgets/gencat.c: "
` [PATCH 3/8] inet/rcmd.c: "
` [PATCH 4/8] locale/programs/locarchive.c: "
` [PATCH 5/8] malloc/{memusage.c,memusagestat.c}: "
  ` [PATCH 5/8] malloc/{memusage.c, memusagestat.c}: "
` [PATCH 6/8] nptl_db/thread_dbP.h: "
` [PATCH 7/8] sunrpc/netname.c: "
` [PATCH 8/8] sysdeps/pthread/eintr.c: "

[RFC PATCH 0/5] O_IGNORE_CTTY everywhere
 2023-04-18 13:48 UTC  (9+ messages)
` [RFC PATCH 1/5] misc: Convert daemon () to GNU coding style
` [RFC PATCH 2/5] Use O_CLOEXEC in more places
` [RFC PATCH 3/5] hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTY
` [RFC PATCH 4/5] include/fcntl.h: Define O_IGNORE_CTTY
` [RFC PATCH 5/5] Use O_IGNORE_CTTY where appropriate

Updating Italian libc translation for ESTALE in glibc
 2023-04-18 13:42 UTC  (4+ messages)

[PATCH 0/2] x86_64: aarch64: Set call number just before syscall
 2023-04-18 12:57 UTC  (17+ messages)
` [PATCH 1/2] x86_64: Set the syscall register right before doing the syscall
` [PATCH v2 0/2] x86_64: aarch64: Set call number just before syscall
  ` [PATCH v2 1/2] x86_64: Set the syscall register right before doing the syscall
  ` [PATCH v2 2/2] aarch64: "
` [PATCH v3 0/2] x86_64: aarch64: Set call number just before syscall
  ` [PATCH v3 1/2] x86_64: Set the syscall register right before doing the syscall
  ` [PATCH v3 2/2] aarch64: "
` [PATCH v4 0/2] x86_64: aarch64: Set call number just before syscall
  ` [PATCH v4 1/2] x86_64: Set the syscall register right before doing the syscall
  ` [PATCH v4 2/2] aarch64: "

[PATCH 1/4] hurd: Don't pass fd flags in CMSG_DATA
 2023-04-18 12:13 UTC  (6+ messages)
` [PATCH 2/4] hurd: Implement MSG_CMSG_CLOEXEC
` [PATCH 3/4] hurd: Only deallocate addrport when it's valid
` [RFC PATCH 4/4] socket: Add a test for MSG_CMSG_CLOEXEC
  ` [RFC PATCH v2 "

[PATCH 0/5] LoongArch: Multiarch string and memory copy routines for unaligned access
 2023-04-18  3:01 UTC  (7+ messages)
` [PATCH 1/5] LoongArch: Add bits/hwcap.h for Linux
` [PATCH 2/5] LoongArch: Add LOONGARCH_HAVE_UAL macro
` [PATCH 3/5] string: stpcpy.c: Only alias __stpcpy to stpcpy if STPCPY undefined
` [PATCH 4/5] LoongArch: Multiarch stpcpy for unaligned access
` [PATCH 5/5] LoongArch: Multiarch memcpy "

[PATCH 0/1] Let's improve/fix ccty handling
 2023-04-17 21:05 UTC  (7+ messages)
` [PATCH 1/1] hurd: Avoid extra ctty RPCs in init_dtable ()
  ` [PATCH] hurd: Run init_pids () before "

Monday Patch Queue Review update (2023-04-17)
 2023-04-17 13:57 UTC 

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

[PATCH] Added Redirects to longdouble error functions [BZ #29033]
 2023-04-17 11:04 UTC  (2+ messages)
` [PATCH v6] "

[RFC PATCH 00/34] The rest of the x86_64-gnu port
 2023-04-17  7:16 UTC  (27+ messages)
` [RFC PATCH glibc 24/34] hurd: Only check for TLS initialization inside rtld or in static builds
` [RFC PATCH glibc 25/34] hurd: Improve reply port handling when exiting signal handlers

[PATCH] Add voice-admit DSCP code point from RFC-5865
 2023-04-16  0:51 UTC 

[RFC PATCH glibc 26/34] hurd: Remove __hurd_local_reply_port
 2023-04-15  7:42 UTC  (10+ messages)
` [RFC PATCH glibc v2 "

[PATCH v5 1/1] Created tunable to force small pages on stack allocation
 2023-04-14 23:10 UTC  (11+ messages)

[PATCH v9 0/13] implement dlmem() function
 2023-04-14 20:40 UTC  (12+ messages)
          ` Autoconf maintenance (extremely tangential to Re: [PATCH v9 0/13] implement dlmem() function)

[PATCH v9 0/13] implement dlmem() function
 2023-04-14 19:04 UTC  (31+ messages)
                                          ` proof for dlmem() (Re: [PATCH v9 0/13] implement dlmem() function)

Updating Japanese libc translation for ESTALE in glibc
 2023-04-14 17:48 UTC 

[PATCH] sockaddr.3type: Document that sockaddr_storage is the API to be used
 2023-04-14 16:08 UTC  (8+ messages)

[PATCH] resolv: set edns max buffer size to 1232
 2023-04-14 16:06 UTC  (5+ messages)

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

[PATCH v5 0/1] *** Created tunable to force small pages on stack allocation
 2023-04-14 14:33 UTC  (10+ messages)
` [PATCH v5 1/1] "

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

[PATCH] Added Redirects to longdouble error functions [BZ #29033]
 2023-04-14 13:25 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] math: Improve fmod(f) performance
 2023-04-13 20:56 UTC  (4+ messages)

[PATCH 0/2] strlcpy/strlcat/wcslcpy/wcscat implementation
 2023-04-13 17:59 UTC  (7+ messages)
` [PATCH 1/2] Implement strlcpy and strlcat [BZ #178]

[PATCH] build-many-glibcs.py: --disable-gcov for gcc-first
 2023-04-13 15:46 UTC  (2+ messages)
` [PING] "

[hurd,commited] hurd: Mark two tests as unsupported
 2023-04-13  0:03 UTC 

64-bit time_t and __WORDSIZE_TIME64_COMPAT32
 2023-04-12 23:36 UTC  (9+ messages)

[hurd,commited] hurd: Restore destroying receive rights on sigreturn
 2023-04-12 22:49 UTC 

New Croatian PO file for 'libc' (version 2.36.9000)
 2023-04-12 19:52 UTC 

[PATCH] aio: Fix freeing memory
 2023-04-12 18:06 UTC  (3+ messages)

glibc misc/sys/cdefs.h nonull - typo in comment
 2023-04-12 17:28 UTC  (6+ messages)

[patch v3] malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)
 2023-04-12 16:46 UTC  (2+ messages)

page:  |  | latest

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