public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] explicit_bzero v6
 2016-12-08 14:56 UTC  (4+ messages)
` [PATCH 1/3] New string function explicit_bzero (from OpenBSD)
  ` [PATCH 2/3] Add fortification and inline optimization of explicit_bzero
    ` [PATCH 3/3] Use explicit_bzero where appropriate

[PATCH v2] Make _REENTRANT and _THREAD_SAFE synonyms for _POSIX_C_SOURCE=199506L
 2016-12-08 14:55 UTC 

[PATCH] support: Introduce new subdirectory for test infrastructure
 2016-12-08 14:29 UTC  (8+ messages)

[PATCH] Fix building with --enable-nss-crypt
 2016-12-08 14:16 UTC  (5+ messages)

[PATCH v2 0/5] Header & Standards Cleanup
 2016-12-08 14:02 UTC  (20+ 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

[RFC PATCH] Deprecate _REENTRANT and _THREAD_SAFE
 2016-12-08 14:01 UTC  (9+ messages)

check-c++-types.sh question
 2016-12-08 14:01 UTC  (2+ messages)

[PATCH v11] Add pretty printers for the NPTL lock types
 2016-12-08 13:36 UTC  (4+ messages)

[PATCH 2/2] Enable ILP32 mode on aarch64 (version 2)
 2016-12-08  8:23 UTC  (6+ messages)

Refactor long double information into bits/long-double.h
 2016-12-07 22:30 UTC  (3+ messages)
  ` Ping "

Defining macros for function symbol versions
 2016-12-07 22:20 UTC  (3+ messages)

[PATCH] Install libm.a as linker script [BZ #20539]
 2016-12-07 21:50 UTC  (14+ messages)

[PATCH 0/8] More float128 declarations
 2016-12-07 21:47 UTC  (10+ messages)
` [PATCH 3/8] float128: Add wrappers for IEEE functions

[Question] New mmap64 syscall?
 2016-12-07 21:32 UTC  (9+ messages)

Add build-many-glibcs.py option to strip installed shared libraries [committed]
 2016-12-07 21:31 UTC 

[PATCH v3 00/17] Consolidate Linux sysvipc implementation
 2016-12-07 19:14 UTC  (3+ messages)

[PATCH][BZ #15527] strftime_l.c: Support lowercase output
 2016-12-07 15:39 UTC  (12+ messages)

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

[RFC][BZ #19329] high level description of pthread_create vs dlopen races
 2016-12-07 14:08 UTC  (6+ messages)

[PATCH v11] Add getentropy, getrandom, <sys/random.h> [BZ #17252]
 2016-12-07 13:03 UTC 

[PATCH] Manual should discourage mixing TEMP_FAILURE_RETRY and close
 2016-12-07 12:37 UTC  (19+ messages)

Using CMSG_NXTHDR to construct ancillary data lists
 2016-12-07 10:48 UTC  (3+ messages)

[PATCH] Get rid of __elision_available
 2016-12-07  4:50 UTC  (2+ messages)

Fix hypot sNaN handling (bug 20940) [committed]
 2016-12-07  1:18 UTC 

[PATCH 1/2] Enable ILP32 mode on aarch64, update abilist files (version 2)
 2016-12-06 21:53 UTC  (2+ messages)

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

[PATCH] Convert signal.h from __need macros to bits/types/ headers
 2016-12-06 16:49 UTC  (6+ messages)

[PATCH 0/3] manual: Header & Standards Cleanup
 2016-12-06 16:36 UTC  (18+ messages)
` [PATCH 3/3] manual: Add new header and standards annotations

[PATCH] Partial ILP32 support for aarch64
 2016-12-06 16:10 UTC  (6+ messages)

[PATCH] powerpc: strncmp optimization for power9
 2016-12-06 14:56 UTC  (2+ messages)

[RFC PATCH 00/29] arm64: Scalable Vector Extension core support
 2016-12-06 14:46 UTC  (14+ messages)

[PATCH 1/4] S390: Use C11-like atomics instead of plain memory accesses in lock elision code
 2016-12-06 13:52 UTC  (4+ messages)
` [PATCH 4/4] S390: Optimize lock-elision by decrementing adapt_count at unlock
` [PATCH 3/4] S390: Use new __libc_tbegin_retry macro in elision-lock.c
` [PATCH 2/4] S390: Use own tbegin macro instead of __builtin_tbegin

[PATCH 0/5] Resubmission: headers cleanups
 2016-12-06 13:44 UTC  (11+ messages)
` [PATCH 1/5] Make all of sysdeps/ia64/fpu/libm-symbols.h only visible to libc||libm; move #defines from makefile there
  ` [PATCH 2/5] Always suppress libc-internal declarations for C++ code
    ` [PATCH 3/5] Clean up conditionals for declaration of gets()
      ` [PATCH 4/5] Clean up redundancies between string.h and strings.h
        ` [PATCH 5/5] The bits/types/*.h treatment for stdio and wchar

[RFC PATCH 0/2] Add AF_VSOCK support to getnameinfo(3) and getaddrinfo(3)
 2016-12-06 13:29 UTC  (8+ messages)

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

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

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

[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 "

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 

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