public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] vfprintf: Allocate the user argument buffer on the heap
 2017-06-27 20:04 UTC  (4+ messages)

[RFC 0/6] glibc port to ARC architecture
 2017-06-27 19:56 UTC  (25+ messages)
` [RFC 1/6] upstream: comment update
` [RFC 6/6] ARC: Fix several testsuite failures related to unwinding
` [RFC 2/6] ARC: Fixed inline asm contraints to gcc 6.x
` [RFC 5/6] ARC: Enable __start as entry point vs. canonical _start
` [RFC 3/6] ARC: add definitions to elf/elf.h
` [RFC 4/6] ARC: Initial port to glibc

[PATCH v3 0/7] Enable float128 on powerpc64le
 2017-06-27 19:34 UTC  (19+ messages)
` [PATCH v3 7/7] powerpc64le: Enable float128
` [PATCH v3 6/7] powerpc64le: Check for compiler features for float128

Fix mcontext_t sigcontext namespace (bug 21457)
 2017-06-27 18:41 UTC  (13+ messages)
` Ping "

[PATCH v6 0/8] Add support for ISO C threads.h
 2017-06-27 18:31 UTC  (9+ messages)
` [PATCH 3/8] nptl: Add C11 threads call_once functions
` [PATCH 7/8] nptl: Add test cases for ISO C11 threads
` [PATCH 5/8] nptl: Add C11 threads tss_* functions
` [PATCH 2/8] nptl: Add C11 threads mtx_* functions
` [PATCH 1/8] nptl: Add C11 threads thrd_* functions
` [PATCH 6/8] nptl: Add abilist symbols for C11 threads
` [PATCH 4/8] nptl: Add C11 threads cnd_* functions
` [PATCH 8/8] Add manual documentation for threads.h

Removal of xlocale.h causes weechat failure during perl plugin build as perl.h includes it
 2017-06-27 18:13 UTC  (2+ messages)

[PATCH] vfprintf: Use struct scratch_buffer for positional arguments allocation
 2017-06-27 18:07 UTC  (2+ messages)

[PATCH] vfprintf: Reuse work_buffer in group_number
 2017-06-27 18:07 UTC  (2+ messages)

[PATCH] vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
 2017-06-27 18:01 UTC  (2+ messages)

Fix elf/loadtest.c build with GCC 8 [committed]
 2017-06-27 17:53 UTC 

[RFC PATCH 0/2] ARM: Fix unparseable signal frame with CONFIG_IWMMXT
 2017-06-27 17:15 UTC  (7+ messages)

[RFC PATCH v2 0/2] ARM: Fix unparseable signal frame with CONFIG_IWMMXT
 2017-06-27 17:05 UTC  (3+ messages)
` [RFC PATCH v2 1/2] ARM: iwmmxt: Add missing __user annotations to sigframe accessors
` [RFC PATCH v2 2/2] ARM: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]

Writing tests using Python
 2017-06-27 16:37 UTC  (7+ messages)

[PATCH, ARM] Optimise memchr for NEON-enabled processors
 2017-06-27 15:45 UTC  (2+ messages)

2.26 freeze in a little over a week
 2017-06-27 15:40 UTC  (6+ messages)

[PATCH] aarch64: optimize the unaligned case of memcmp
 2017-06-27 15:26 UTC  (12+ messages)

[PATCH 1/5] S390: Add new hwcap values for new cpu architecture - arch12
 2017-06-27 15:15 UTC  (5+ messages)
` [PING] "

2.26 freeze in a little over a week
 2017-06-27 14:10 UTC  (3+ messages)

Fix strftime build with GCC 8
 2017-06-27 14:01 UTC 

[PATCH] S390: Save and restore r12 in TLS_IE macro
 2017-06-27 13:27 UTC  (3+ messages)

[PATCH] Implement tmpfile with O_TMPFILE (bug 21530)
 2017-06-27 11:37 UTC  (7+ messages)

[PATCH RESEND] zic, various tests: use LFS I/O functions explicitly where needed
 2017-06-27 11:35 UTC  (9+ messages)

[PATCH COMMITTED] resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-thread
 2017-06-27  8:24 UTC 

[PATCH COMMITTED] resolv: Call _res_hconf_init from __res_vinit
 2017-06-27  7:40 UTC 

Fwd: local equivalent for pthread_once() in glibc?
 2017-06-26 23:59 UTC  (10+ messages)

Can the dynamic linker run with !rtld_multiple_ref?
 2017-06-26 23:45 UTC  (4+ messages)

Add float128 support for ia64 [committed]
 2017-06-26 22:52 UTC 

[PATCH v3] zic, various tests: use 64-bit stat/ftw/readdir functions
 2017-06-26 22:16 UTC 

Rename struct ucontext tag (bug 21457)
 2017-06-26 21:11 UTC  (4+ messages)
  ` Ping^2 "

Miscellaneous sys/ucontext.h namespace fixes (bug 21457)
 2017-06-26 20:22 UTC  (4+ messages)
` Ping "

Add float128 support for x86_64, x86
 2017-06-26 20:16 UTC  (6+ messages)

[PATCH] Check linker support for INSERT in linker script
 2017-06-26 19:54 UTC 

[PATCH] Run vismain only if linker supports protected data symbol
 2017-06-26 19:54 UTC 

[PATCH v2] zic, various tests: use 64-bit stat/ftw/readdir functions
 2017-06-26 17:51 UTC  (4+ messages)

gai_cancel()
 2017-06-26 16:22 UTC  (9+ messages)

[PATCH] x86-64: Add memcmp/wmemcmp optimized with AVX2
 2017-06-26 13:56 UTC  (7+ messages)

Require binutils 2.25 or later to build glibc
 2017-06-26 13:11 UTC  (5+ messages)
` Ping "

[PATCH] rtld: Reject overly long LD_AUDIT path elements
 2017-06-26 12:57 UTC  (12+ messages)

Update x86 ulps for GCC 7 [committed]
 2017-06-26 11:01 UTC  (4+ messages)

[PATCH] Fix assert() warning in gcc < 4.8 [BZ# 21242]
 2017-06-26 10:56 UTC  (5+ messages)

regexec calls with REG_STARTEND find ghost matches for \>
 2017-06-26 10:13 UTC  (3+ messages)

[PATCH][BZ 21672] fix pthread_create crash in ia64
 2017-06-25 22:07 UTC 

[PATCH] rpcgen: skip over #define lines in CPP output [BZ #21205]
 2017-06-25 16:19 UTC  (2+ messages)

[PATCH] rpcgen: make error() helper into a varargs func
 2017-06-25 16:14 UTC  (2+ messages)

[PATCH] sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]
 2017-06-25 14:27 UTC  (2+ messages)

[PATCH] dynarray: Use libc_hidden_proto only for !_ISOMAC
 2017-06-25 14:25 UTC  (4+ messages)

[PATCH][BZ 21295] getaddrinfo: do not overwrite IPv6 IPs with IPv4 when using AF_UNSPEC
 2017-06-24 14:59 UTC  (2+ messages)

Track resolv.conf patch in glibc
 2017-06-24 14:20 UTC  (4+ messages)

[PATCH COMMITTED] inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637]
 2017-06-24  9:46 UTC  (3+ messages)

[PATCH] Support build glibc with gold 1.14 or above [BZ #14995]
 2017-06-23 22:15 UTC 

[PATCH] Avoid .symver on common symbols [BZ #21666]
 2017-06-23 21:13 UTC  (4+ messages)

[PATCH] x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]
 2017-06-23 21:05 UTC  (5+ messages)

[PATCH] Prevent an implicit int promotion in malloc/tst-alloc_buffer.c
 2017-06-23 20:42 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).