public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/6] Installed-header hygiene (final, hopefully)
 2016-09-22 13:47 UTC  (14+ messages)
` [PATCH 1a/6] Installed-header hygiene (BZ#20366): Missing inclusions
  ` [PATCH 1b/6] Installed header hygiene (BZ#20366): BYTE_ORDER macros
    ` [PATCH 1c/6] Installed header hygiene (BZ#20366): _LIBC and __STDC_VERSION__ are not always defined
      ` [PATCH 1d/6] Installed-header hygiene (BZ#20366): Miscellaneous small changes
        ` [PATCH 2a/6] Installed-header hygiene (BZ#20366): obsolete BSD u_* types
          ` [PATCH 2b/6] Installed-header hygiene (BZ#20366): manual corrections after mechanical change
            ` [PATCH 2c/6] Installed-header hygiene (BZ#20366): New dependencies on stdint.h "
              ` [PATCH 3a/6] Installed-header hygiene (BZ#20366): struct ifreq
                ` [PATCH 3b/6] Installed-header hygiene (BZ#20366): struct ether_addr
                  ` [PATCH 3c/6] Installed-header hygiene (BZ#20366): struct osockaddr
                    ` [PATCH 4/6] Installed-header hygiene (BZ#20366): stack_t
                      ` [PATCH 5/6] Installed-header hygiene (BZ#20366): time.h types
                        ` [PATCH 6/6] Installed header hygiene (BZ#20366): Test of installed headers

[PATCH 0/4] Linux lseek and {f}truncate syscall consolidation
 2016-09-22 13:43 UTC  (9+ messages)
` [PATCH 3/4] Consolidate Linux ftruncate implementations
` [PATCH v3 2/4] Consolidate lseek/lseek64/llseek implementations
` [PATCH 1/4] Add INTERNAL_SYSCALL_CALL
` [PATCH 4/4] Consolidate Linux truncate implementations

[PATCH 00/13] Installed-header hygiene (BZ#20366)
 2016-09-22 12:20 UTC  (55+ messages)
` [PATCH 01/13] Installed-header hygiene (BZ#20366): obsolete BSD u_* types
  ` [PATCH 02/13] Installed-header hygiene (BZ#20366): manual fixups after mechanical change
    ` [PATCH 03/13] Installed-header hygiene (BZ#20366): missing inclusions A
      ` [PATCH 04/13] Installed-header hygiene (BZ#20366): missing inclusions B
        ` [PATCH 05/13] Installed header hygiene (BZ#20366): BYTE_ORDER macros
          ` [PATCH 06/13] Installed header hygiene (BZ#20366): Macros used in #if without checking whether they are defined
            ` [PATCH 07/13] Installed-header hygiene (BZ#20366): stack_t
              ` [PATCH 08/13] Installed-header hygiene (BZ#20366): time.h types
                ` [PATCH 09/13] Installed-header hygiene (BZ#20366): struct ifreq
                  ` [PATCH 10/13] Installed-header hygiene (BZ#20366): struct ether_addr
                    ` [PATCH 11/13] Installed-header hygiene (BZ#20366): struct osockaddr
                      ` [PATCH 12/13] Installed-header hygiene (BZ#20366): Miscellaneous
                        ` [PATCH 13/13] Installed header hygiene (BZ#20366): Test of installed headers

[PATCH] resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
 2016-09-21 21:10 UTC  (2+ messages)

[Patch soft-fp] Add support for various half-precision conversion routines
 2016-09-21 21:04 UTC  (3+ messages)

Add issubnormal [committed]
 2016-09-21 20:54 UTC 

[PATCH] libio: Add small optimization on fmemopen
 2016-09-21 20:42 UTC  (13+ messages)

[PATCH v3 0/3] New strfrom functions
 2016-09-21 20:11 UTC  (5+ messages)
` [PATCH v3 1/3] Add strfromd, strfromf, and strfroml functions
` [PATCH v3 2/3] Refactor strtod tests
` [PATCH v3 3/3] Add tests for strfrom functions

Add <stdint.h> integer width macros
 2016-09-21 16:28 UTC  (8+ messages)

[PATCH] <arpa/nameser.h>: Remove RR type classification macros [BZ #20592]
 2016-09-21 15:18 UTC  (3+ messages)

[PATCH] resolv: Remove unsupported hook functions from the API [BZ #20016]
 2016-09-21 15:17 UTC  (2+ messages)

[PATCH] malloc: Manual part of conversion to __libc_lock
 2016-09-21 15:16 UTC  (3+ messages)

[PR19826] fix non-LE TLS in static programs
 2016-09-21 14:35 UTC  (2+ messages)

[PATCH] <arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versions
 2016-09-21 14:16 UTC  (2+ messages)

[PATCH] Remove the BIND_4_COMPAT macro
 2016-09-21 14:15 UTC  (4+ messages)

[PATCH] Remove obsolete DNSSEC support [BZ #20591]
 2016-09-21 14:12 UTC  (3+ messages)

[PATCH 1/2] nptl: Remove __ASSUME_SET_ROBUST_LIST
 2016-09-21 14:11 UTC  (2+ messages)
` [PATCH 2/2] linux: Remove __ASSUME_SET_ROBUST_LIST defines

[PATCH] manual: Clarify the documentation of strverscmp [BZ #20524]
 2016-09-21 13:43 UTC  (6+ messages)

[PATCH] Add test case for O_TMPFILE handling in open, openat
 2016-09-21 13:25 UTC  (4+ messages)

[PATCH] sln: Preprocessor cleanups
 2016-09-21  8:43 UTC  (3+ messages)

[PATCH v2 0/2] count number of loaded objects in each namespace only once
 2016-09-21  8:12 UTC  (3+ messages)

[PATCH 0/3] posix: Execute file function fixes
 2016-09-20 21:01 UTC  (11+ messages)
` [PATCH v2 3/3] posix: New Linux posix_spawn{p} implementation
          ` [PATCH] linux: spawni.c: simplify error reporting to parent

[PATCH] posix: Fix open file action for posix_spawn on Linux
 2016-09-20 20:16 UTC  (12+ messages)

[PATCH 1/2] posix: Correctly enable/disable cancellation on Linux posix_spawn
 2016-09-20 20:03 UTC  (8+ messages)
` [PATCH 2/2] posix: Correctly block/unblock all signals "

[PATCH] Make ldexpF generic
 2016-09-20 19:45 UTC  (7+ messages)

[PATCH] Remove __nan{f,,l} macros
 2016-09-20 19:45 UTC  (3+ messages)

[PATCH] Build s_nan* objects from a generic template
 2016-09-20 19:45 UTC  (3+ messages)

[PATCH] Avoid running $(CXX) during build to obtain header file paths
 2016-09-20 19:21 UTC  (2+ messages)

[PATCH] Generate .op pattern rules for profiling builds only
 2016-09-20 16:01 UTC  (2+ messages)

[PATCH] generic/wordsize-32: don't duplicate truncate syscalls if not needed
 2016-09-20 13:44 UTC  (3+ messages)

[PATCH] Remove remnants of .og patterns
 2016-09-20 10:57 UTC  (2+ messages)

[ANNOUNCE] The Linux Test Project has been released for SEPTEMBER 2016
 2016-09-20  9:17 UTC 

[PATCH] sysd-rules: Cut down the number of rtld-% pattern rules
 2016-09-20  8:42 UTC  (3+ messages)

[PATCH] struct stat: don't typecast to struct kernel_stat were not needed
 2016-09-19 21:36 UTC  (5+ messages)

[PATCHv2 0/9] Generate Complex functions from a common template
 2016-09-19 18:25 UTC  (4+ messages)
` [PATCHv2 1/9] Support for type-generic libm function implementations libm

[PATCH] generic/wordsize-32: don't declare getdents() if not needed
 2016-09-19 16:57 UTC 

Integer overflow in wcswidth
 2016-09-19 15:26 UTC  (3+ messages)

[PATCH] locale: Make _nl_C_locobj_ptr usable outside of libc
 2016-09-19 14:33 UTC  (2+ messages)

[PATCH] powerpc: Fix POWER9 implies
 2016-09-19 12:37 UTC  (4+ messages)

Add <limits.h> integer width macros
 2016-09-19 12:27 UTC  (7+ messages)

[PATCH] locale: fix hard-coded reference to gcc -E
 2016-09-19  7:23 UTC  (4+ messages)

[PATCH BZ#20422] Do not allow asan/msan/tsan and fortify at the same time
 2016-09-17  9:00 UTC  (3+ messages)

[PATCH v2 0/3] New strfrom functions
 2016-09-17  7:07 UTC  (7+ messages)
` [PATCH v2 3/3] Add tests for "
` [PATCH v2 1/3] Add strfromd, strfromf, and strfroml functions
` [PING][PATCH v2 0/3] New strfrom functions

Patch ping [PATCH] [BZ #20496] agr_PE: new language locale Awajún / Aguaruna (agr) for Peru
 2016-09-16 19:00 UTC 

posting challenges
 2016-09-16 18:56 UTC 

Inline function definitions for isdigit and isxdigit?
 2016-09-16 17:56 UTC  (8+ messages)

[RFC PATCH 0/5] arm64: Signal context expansion
 2016-09-16 17:39 UTC  (13+ messages)

[Patch soft-fp] Add support for various half-precision conversion routines
 2016-09-16 17:12 UTC  (4+ messages)

Case-less comparisons in configuration parsing
 2016-09-16 16:02 UTC  (2+ messages)

Updated patchwork.sourceware.org pwclient script
 2016-09-16 13:27 UTC 

Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790) [committed]
 2016-09-16 12:56 UTC  (3+ messages)

[COMMITTED] nptl: Consolidate sem_init implementations
 2016-09-15 19:34 UTC 

[PATCH 0/3] explicit_bzero again
 2016-09-15 15:59 UTC  (6+ 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

[BZ#17090/17620/17621]: fix DTV race, assert, and DTV_SURPLUS Static TLS limit
 2016-09-15 14:51 UTC  (16+ messages)

[PATCH COMMITTED] inet: Add __inet6_scopeid_pton function [BZ #20611]
 2016-09-15 14:01 UTC 

[PATCH 1/5] Consolidate sem_open implementations
 2016-09-14 21:39 UTC  (7+ messages)
` [PATCH 4/5] nptl: Fix sem_wait and sem_timedwait cancellation

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