public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 1/2] Optimize generic spinlock code and use C11 like atomic macros
 2017-06-06  7:51 UTC  (23+ messages)
                            ` [PATCH 1/2] [PING] "
                                      ` [PATCH 1/2] [COMMITTED] "

RFC: Shadow Stack support in glibc
 2017-06-06  6:38 UTC  (5+ messages)

[PATCH] x86-64: Update strlen.S to support wcslen/wcsnlen
 2017-06-06  5:37 UTC  (4+ messages)

[RFC][PATCH v7 00/16][BZ 10871] Month names in alternative (nominative/genitive) case
 2017-06-05 23:26 UTC  (2+ messages)
` [PING][RFC][PATCH "

[PATCH] x86: Don't use dl_x86_cpu_features in cacheinfo.c
 2017-06-05 23:19 UTC  (3+ messages)

Fix XPG4 bsd_signal namespace (bug 21552)
 2017-06-05 21:19 UTC 

[PATCH] [BZ #21528] rtld: Add _dl_strtoul
 2017-06-05 19:59 UTC 

[PATCH] x86-64: Add memcmp/wmemcmp optimized with AVX2
 2017-06-05 17:37 UTC  (16+ messages)

[PATCH] x86-64: Add wmemset optimized with SSE2/AVX2/AVX512
 2017-06-05 17:36 UTC  (5+ messages)

[PATCH v3 0/6] aarch64: Allow overriding HWCAP_CPUID feature check
 2017-06-05 16:28 UTC  (8+ messages)
` [PATCH 1/6] tunables: Clean up hooks to get and set tunables
` [PATCH 3/6] tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask
` [PATCH 2/6] tunables: Add LD_HWCAP_MASK to tunables
` [PATCH 5/6] Make LD_HWCAP_MASK usable for static binaries
` [PATCH 6/6] aarch64: Add hwcap string routines
` [PATCH 4/6] aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASK
` [Ping] [PATCH v3 0/6] aarch64: Allow overriding HWCAP_CPUID feature check

Fix sigwait namespace (bug 21550)
 2017-06-05 15:57 UTC 

[PATCH 1/8] x86: Add macros to implement ifunce selection in C
 2017-06-05 14:25 UTC  (2+ messages)

[PATCH 0/5] __need macro removals and related header cleanups
 2017-06-05 13:46 UTC  (6+ messages)
` [PATCH 4/5] Remove __need_schedparam and __cpu_set_t_defined
` [PATCH 3/5] Remove __need_IOV_MAX and __need_FOPEN_MAX
` [PATCH 1/5] Remove __need macros from errno.h (__need_Emath, __need_error_t)
` [PATCH 2/5] Remove __need macros from stdio.h and wchar.h
` [PATCH 5/5] Factor out shared definitions from bits/signum.h

[RFC PATCH] Don't install libio.h or _G_config.h
 2017-06-05 13:46 UTC 

[PATCH v2 1/2] manual: Add preadv and pwritev documentation
 2017-06-05 13:37 UTC  (30+ messages)
` [PATCH v3 2/2] posix: Implement preadv2 and pwritev2

[PATCH] hppa: Use generic pthread conditional variable support
 2017-06-04 16:51 UTC  (4+ messages)
` [PATCH v2] hppa: Use generic pthread conditional variable support (BZ #21016)
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] Add more tests for memrchr
 2017-06-04 16:51 UTC  (2+ messages)

[PATCH] benchtests: Add more tests for memrchr
 2017-06-04 16:47 UTC  (3+ messages)

[PATCH] x86_64: Remove redundant REX bytes from memrchr.S
 2017-06-04 15:58 UTC  (2+ messages)

[PATCH COMMITTED] Include shlib-compat.h in many sunrpc/nis source files
 2017-06-04 15:33 UTC 

[PATCH] Tests for res_init
 2017-06-04 15:21 UTC  (15+ messages)

Fix struct sigaltstack namespace (bug 21517)
 2017-06-03 15:55 UTC  (4+ messages)
` Ping "

Define SIG_HOLD for XPG4 (bug 21538)
 2017-06-03 14:15 UTC  (2+ messages)

[RFC][PATCH 0/7] Additonal integrity checks for the malloc implementation
 2017-06-03  8:44 UTC  (3+ messages)

[PATCH] getaddrinfo: Always allocate canonical name on the heap
 2017-06-03  6:40 UTC  (8+ messages)

[PATCH 0/6] PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY
 2017-06-03  4:46 UTC  (8+ messages)
` [PATCH 1/6] PowerPC64, fix calls to _mcount
` [PATCH 3/6] PowerPC64 sysdep.h tidy
` [PATCH 2/6] PowerPC64 FRAME_PARM_SAVE
` [PATCH 4/6] strncpy, stpncpy and strstr fixes
` [PATCH 5/6] PowerPC64 ENTRY_TOCLESS
` [PATCH 6/6] PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY

[PATCH v2 0/9] Add string functions and libm tests for _Float128
 2017-06-02 23:28 UTC  (10+ messages)
` [PATCH v2 6/9] float128: Add strtof128, wcstof128, and related functions
` [PATCH v2 2/9] float128: Add conversion from float128 to mpn
` [PATCH v2 1/9] float128: Extend the power of ten tables
` [PATCH v2 3/9] Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_size
` [PATCH v2 9/9] float128: Add test-{float128,ifloat128,float128-finite}
` [PATCH v2 8/9] Allow macros prefixed with FLT128 in include/float.h
` [PATCH v2 4/9] Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro
` [PATCH v2 7/9] float128: Add strfromf128, strtof128, and wcstof128 to the manual
` [PATCH v2 5/9] float128: Add strfromf128

[PATCH 0/6] Add string functions and libm tests for _Float128
 2017-06-02 23:27 UTC  (11+ messages)
` [PATCH 2/6] float128: Add conversion from float128 to mpn
` [PATCH 3/6] float128: Add strfromf128

[PATCH] manual: Provide consistent errno documentation
 2017-06-02 21:08 UTC  (3+ messages)

[PATCH] x86: Update __x86_shared_non_temporal_threshold
 2017-06-02 20:05 UTC  (3+ messages)

[PATCH] x86-64: Optimize strrchr/wcsrchr with AVX2
 2017-06-02 19:52 UTC  (3+ messages)

[PATCH] x86-64: Optimize memrchr with AVX2
 2017-06-02 19:51 UTC  (2+ messages)

[PATCH] x86-64: Optimize strchr/strchrnul/wcschr with AVX2
 2017-06-02 19:49 UTC  (2+ messages)

[PATCH] x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
 2017-06-02 19:48 UTC  (2+ messages)

[PATCH] x86-64: Add memchr/rawmemchr/wmemchr optimized with SSE2/AVX2
 2017-06-02 19:47 UTC  (2+ messages)

Fix sigevent namespace (bug 21543)
 2017-06-02 19:45 UTC  (3+ messages)

[GLIBC][PATCH] Remove string/bits/string2.h header
 2017-06-02 18:35 UTC  (3+ messages)

[PATCH] powerpc: Add a POWER8-optimized version of powf()
 2017-06-02 16:28 UTC  (4+ messages)

[PATCH] sysconf: Use conservative default for _SC_NPROCESSORS_ONLN [BZ #21542]
 2017-06-02 14:21 UTC 

[PATCH 0/5] Remove sysdep-cancel assembly macro
 2017-06-02 12:51 UTC  (2+ messages)

[PATCH] scratch_buffer: Remove functionality superseded by dynamic arrays
 2017-06-02 12:01 UTC 

[PATCH] nscd_getgr_r: Replace scratch buffer with dynamic array
 2017-06-02 12:01 UTC 

[PATCH] vfprintf: Replace scratch buffer with dynamic array
 2017-06-02 12:01 UTC 

[PATCH] vfscanf: Implement struct char_buffer with a dynamic array
 2017-06-02 12:00 UTC 

[PATCH] Dynamic growable arrays for internal use
 2017-06-02 10:04 UTC  (11+ messages)

[RFC][PATCH][BZ 2100] blowfish support in libcrypt
 2017-06-02  6:18 UTC  (17+ messages)

[PATCH] powerpc: Update AT_HWCAP[2] bits
 2017-06-01 21:08 UTC 

conformtest: Correct signal.h expectations for XPG4 / XPG42 [committed]
 2017-06-01 17:18 UTC 

[PATCH v3 0/4] aarch64: Allow overriding HWCAP_CPUID feature check
 2017-06-01 16:22 UTC  (5+ messages)

2.26 timeline
 2017-06-01 16:21 UTC  (6+ messages)

check-local-headers versus Debian-style multiarch
 2017-06-01 15:39 UTC 

[PATCH COMMITTED] Add shim header for bits/syscall.h
 2017-06-01 15:06 UTC 

[PATCH] Remove defines to builtins in string2.h
 2017-06-01 14:09 UTC  (19+ messages)
` [PATCH v2] "
          ` [PATCH v3] "
                      ` [PATCH v4] "
                          ` [PATCH v5] "

IFUNCs used by libc.so.6 internally on x86-64
 2017-06-01 13:36 UTC  (3+ messages)

[PATCH COMMITTED] Avoid tickling a linker bug from microblaze pt-vfork.S
 2017-06-01 12:55 UTC 

Fix more namespace issues in sys/ucontext.h (bug 21457)
 2017-06-01 12:20 UTC  (4+ messages)
` Ping "
  ` Ping^2 "

signals: Bug or manpage inconsistency?
 2017-06-01  7:10 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).