public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[RFC PATCH 0/2] Add AF_VSOCK support to getnameinfo(3) and getaddrinfo(3)
 2016-12-06 13:29 UTC  (8+ messages)

[PATCH v2 0/5] Header & Standards Cleanup
 2016-12-06 13:23 UTC  (7+ messages)
` [PATCH v2 1/5] manual: Refactor header and standards annotations
` [PATCH v2 4/5] manual: Enforce header and standard requirements
` [PATCH v2 2/5] manual: Convert @tables of variables to @vtables
` [PATCH v2 3/5] manual: Add new header and standards annotations
` [PATCH v2 5/5] manual: Clean up miscellaneous standards

[PATCH v3] Fix writes past the allocated array bounds in execvpe (BZ#20847)
 2016-12-06 13:16 UTC  (4+ messages)

[PR19826] fix non-LE TLS in static programs
 2016-12-06 13:01 UTC  (17+ messages)

[PATCH v8] Add getentropy, getrandom, <sys/random.h> [BZ #17252]
 2016-12-06 12:55 UTC  (4+ messages)
` [PATCH v9] "

[PATCH] Install libm.a as linker script [BZ #20539]
 2016-12-06 12:17 UTC  (5+ messages)

[PATCH 0/3] manual: Header & Standards Cleanup
 2016-12-06 10:57 UTC  (28+ messages)
` [PATCH 1/3] manual: Refactor header and standards annotations
` [PATCH 3/3] manual: Add new "

[PATCH] Manual should discourage mixing TEMP_FAILURE_RETRY and close
 2016-12-06  9:57 UTC  (14+ messages)

ILP32 for ARM64: testing with glibc testsuite
 2016-12-06  8:31 UTC  (8+ messages)
        ` ILP32 for ARM64 - testing with lmbench

[PATCH] powerpc: strncmp optimization for power9
 2016-12-06  8:26 UTC 

[PATCH 0/8] More float128 declarations
 2016-12-06  2:39 UTC  (8+ messages)
` [PATCH 3/8] float128: Add wrappers for IEEE functions

Fix x86_64/x86 powl handling of sNaN arguments (bug 20916) [committed]
 2016-12-06  0:34 UTC 

[RFC PATCH 00/29] arm64: Scalable Vector Extension core support
 2016-12-05 22:42 UTC  (24+ messages)

[RFC][BZ #19329] high level description of pthread_create vs dlopen races
 2016-12-05 19:24 UTC  (2+ messages)

[PATCH] support: Introduce new subdirectory for test infrastructure
 2016-12-05 15:57 UTC  (9+ messages)

[PATCH] Add cancellation test for getpwuid_r
 2016-12-05 15:52 UTC  (2+ messages)

[PATCH] Use C11-like atomics instead of plain memory accesses in x86 lock elision
 2016-12-05 15:21 UTC  (3+ messages)

[PATCHv6 0/4] glibc tunables
 2016-12-05 15:10 UTC  (3+ messages)
` [PING 4][PATCHv6 "

[PATCH][BZ #15527] strftime_l.c: Support lowercase output
 2016-12-05 14:55 UTC  (5+ messages)

[PATCH] Fix building with --enable-nss-crypt
 2016-12-05 12:08 UTC  (4+ messages)

[PATCH] Get rid of __elision_available
 2016-12-05 11:19 UTC 

[PATCH v11] Add pretty printers for the NPTL lock types
 2016-12-04 20:56 UTC  (3+ messages)

BZ 20822 :powerpc: race condition in __lll_unlock_elision
 2016-12-04 12:14 UTC  (3+ messages)

Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916) [committed]
 2016-12-02 23:22 UTC 

Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers [committed]
 2016-12-02 22:52 UTC 

[PATCH 2/2] Enable ILP32 mode on aarch64
 2016-12-02 19:37 UTC  (11+ messages)

[PATCH 1/2] Enable ILP32 mode on aarch64, update abilist files
 2016-12-02 19:08 UTC  (8+ messages)

glibc 2.25 development --- 46 days to freeze
 2016-12-02 18:18 UTC  (10+ messages)

[PATCH] [BZ #20900] Call __res_vinit if _PATH_RESCONF is changed
 2016-12-02 14:53 UTC  (9+ messages)

build-many-glibcs.py bot now running
 2016-12-02 14:21 UTC 

[PATCH] aarch64: Use explicit offsets in _dl_tlsdesc_dynamic
 2016-12-02 12:54 UTC  (4+ messages)

[PATCH COMMITTED] S390: Regenerate ULPs
 2016-12-02 12:00 UTC 

[PATCH] Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]
 2016-12-02  8:19 UTC  (9+ messages)

Add missing hidden_def (__sigsetjmp) [committed]
 2016-12-02  7:26 UTC  (2+ messages)

Add llogb, llogbf, llogbl [committed]
 2016-12-02  1:44 UTC 

Make ldbl-128 getpayload, setpayload functions use _Float128 [committed]
 2016-12-01 23:24 UTC 

Adding cache shape info to powerpc
 2016-12-01 23:00 UTC  (7+ messages)

Refactor long double information into bits/long-double.h
 2016-12-01 22:53 UTC  (2+ messages)

[COMMITTED] powerpc: Remove stpcpy internal clash with IFUNC
 2016-12-01 18:09 UTC 

Should glibc stand for "GNU Core Library?"
 2016-12-01 16:32 UTC  (5+ messages)

[PATCH 3/3] powerpc: Use default st{r,p}cpy optimization for POWER7
 2016-12-01 12:18 UTC  (6+ messages)

[PATCH] powerpc: strcmp optimization for power9
 2016-12-01  7:07 UTC  (4+ messages)

Refactor FP_ILOGB* out of bits/mathdef.h [committed]
 2016-12-01  3:00 UTC 

Make build-many-glibcs.py support running as a bot [committed]
 2016-12-01  0:10 UTC 

[PATCH] libio: Always use _IO_BUFSIZE for stream buffers [BZ #4099]
 2016-11-30 21:14 UTC  (11+ messages)
          ` [PING] Avoid excessive buffer size in libio (was: Re: [PATCH] libio: Always use _IO_BUFSIZE for stream buffers [BZ #4099])
            ` [PING] Avoid excessive buffer size in libio

Add build-many-glibcs.py bot-cycle action [committed]
 2016-11-30 18:58 UTC 

[COMMITTED] powerpc: Remove stpcpy internal clash with IFUNC
 2016-11-30 17:14 UTC 

[PATCH] X86-64: Add _dl_runtime_resolve_avx[512]_opt [BZ #20508]
 2016-11-30 16:40 UTC  (18+ messages)

[PATCH] ld.so __libc_memalign cleanup
 2016-11-30 15:43 UTC  (2+ messages)

Last Responder Wins in Patchwork?
 2016-11-30 14:03 UTC  (3+ messages)

[RFC PATCH 1/2][BZ 19329] remove broken code path for easier code review
 2016-11-30 11:44 UTC 

[RFC PATCH 2/2][BZ 19329] Fix data races between pthread_create and dlopen
 2016-11-30 11:44 UTC 

[libc/string] State of PAGE_COPY_FWD / PAGE_COPY_THRESHOLD
 2016-11-30 11:18 UTC  (11+ messages)

[PATCH v7] getrandom system call wrapper [BZ #17252]
 2016-11-30  6:09 UTC  (21+ messages)

How should files be moved in the glibc repository
 2016-11-30  0:19 UTC  (7+ messages)

[PATCH] Fix flt to 32 bit int conversion in ILP32 aarch64
 2016-11-29 21:05 UTC 

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