Show patches with: Archived = No       |   28306 patches
« 1 2 ... 206 207 208283 284 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
manual: Provide consistent errno documentation. - - - - --- 2017-06-02 Rical Jasan New
x86-64: Add memcmp/wmemcmp optimized with AVX2 - - - - --- 2017-06-01 H.J. Lu New
powerpc: Update AT_HWCAP[2] bits - - - - --- 2017-06-01 Tulio Magno Quites Machado Filho New
[6/6] aarch64: Add hwcap string routines - - - - --- 2017-06-01 Siddhesh Poyarekar New
[5/6] Make LD_HWCAP_MASK usable for static binaries - - - - --- 2017-06-01 Siddhesh Poyarekar New
[4/6] aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASK - - - - --- 2017-06-01 Siddhesh Poyarekar New
[3/6] tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask - - - - --- 2017-06-01 Siddhesh Poyarekar New
[2/6] tunables: Add LD_HWCAP_MASK to tunables - - - - --- 2017-06-01 Siddhesh Poyarekar New
[1/6] tunables: Clean up hooks to get and set tunables - - - - --- 2017-06-01 Siddhesh Poyarekar New
x86-64: Optimize strrchr/wcsrchr with AVX2 - - - - --- 2017-06-01 H.J. Lu New
x86-64: Optimize memrchr with AVX2 - - - - --- 2017-06-01 H.J. Lu New
x86-64: Optimize strchr/strchrnul/wcschr with AVX2 - - - - --- 2017-06-01 H.J. Lu New
x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 - - - - --- 2017-06-01 H.J. Lu New
RFC: pwritev2 regression test for invalid flags - - - - --- 2017-06-01 Jon Derrick New
Define SIG_HOLD for XPG4 (bug 21538) - - - - --- 2017-06-01 Joseph Myers New
conformtest: Correct signal.h expectations for XPG4 / XPG42 [committed] - - - - --- 2017-06-01 Joseph Myers New
x86-64: Add memcmp/wmemcmp optimized with AVX2 - - - - --- 2017-06-01 H.J. Lu New
x86-64: Add memchr/rawmemchr/wmemchr optimized with SSE2/AVX2 - - - - --- 2017-06-01 H.J. Lu New
[COMMITTED] Add shim header for bits/syscall.h. - - - - --- 2017-06-01 Zack Weinberg New
[v5] Remove defines to builtins in string2.h - - - - --- 2017-06-01 Wilco Dijkstra New
[6/6] PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY - - - - --- 2017-06-01 Alan Modra New
[5/6] PowerPC64 ENTRY_TOCLESS - - - - --- 2017-06-01 Alan Modra New
[4/6] strncpy, stpncpy and strstr fixes - - - - --- 2017-06-01 Alan Modra New
[3/6] PowerPC64 sysdep.h tidy - - - - --- 2017-06-01 Alan Modra New
[2/6] PowerPC64 FRAME_PARM_SAVE - - - - --- 2017-06-01 Alan Modra New
[1/6] PowerPC64, fix calls to _mcount - - - - --- 2017-06-01 Alan Modra New
[COMMITTED] Avoid tickling a linker bug from microblaze pt-vfork.S. - - - - --- 2017-06-01 Zack Weinberg New
signals: Bug or manpage inconsistency? - - - - --- 2017-06-01 Eric W. Biederman New
[RFC,BZ,2100] blowfish support in libcrypt - - - - --- 2017-05-31 Björn Esser New
[RFC,7/7] malloc: Check the alignment of mmapped chunks before unmapping. - - - - --- 2017-05-31 Istvan Kurucsai New
[RFC,6/7] malloc: Add more integrity checks to mremap_chunk. - - - - --- 2017-05-31 Istvan Kurucsai New
[RFC,5/7] malloc: Verify the integrity of mmapped chunks in calloc. - - - - --- 2017-05-31 Istvan Kurucsai New
[RFC,4/7] malloc: Ensure lower bound on chunk size in __libc_realloc. - - - - --- 2017-05-31 Istvan Kurucsai New
[RFC,3/7] malloc: Ensure that the consolidated fast chunk has a sane size. - - - - --- 2017-05-31 Istvan Kurucsai New
[RFC,2/7] malloc: Additional checks for unsorted bin integrity I. - - - - --- 2017-05-31 Istvan Kurucsai New
[RFC,1/7] malloc: Add check for top size corruption. - - - - --- 2017-05-31 Istvan Kurucsai New
[1/2,PING] Optimize generic spinlock code and use C11 like atomic macros. - - - - --- 2017-05-31 Stefan Liebler New
Use test-driver in nptl/tst-fork3.c - - - - --- 2017-05-31 Andreas Schwab New
Avoid linker bug on Microblaze (was Re: Default build-many-glibcs.py to GCC 7 branch [committed]) - - - - --- 2017-05-31 Zack Weinberg New
x86-64: Update strlen.S to support wcslen/wcsnlen - - - - --- 2017-05-30 H.J. Lu New
[v7] Add reallocarray function. - - - - --- 2017-05-30 Dennis Wölfing New
x86_64: Remove redundant REX bytes from memrchr.S - - - - --- 2017-05-30 H.J. Lu New
x86_64: Remove 9 REX bytes from memchr.S - - - - --- 2017-05-30 H.J. Lu New
RFC: Rewrite x86-64 IFUNC selector in C - - - - --- 2017-05-30 H.J. Lu New
signals: Bug or manpage inconsistency? - - - - --- 2017-05-30 Thomas Gleixner New
Dynamic growable arrays for internal use - - - - --- 2017-05-30 Florian Weimer New
stdio-common/vfprintf.c: Remove magic number 32. - - - - --- 2017-05-30 Florian Weimer New
[3/6] float128: Add strfromf128 - - - - --- 2017-05-30 Gabriel F. T. Gomes New
[2/6] float128: Add conversion from float128 to mpn - - - - --- 2017-05-30 Gabriel F. T. Gomes New
RFC: Rewrite x86-64 IFUNC selector in C - - - - --- 2017-05-29 Adhemerval Zanella Netto New
[RFC] Parse interface zone id for node-local multicast too - - - - --- 2017-05-29 Benjamin Cama New
[v2] Remove check for NULL buffer passed to `ptsname_r' - - - - --- 2017-05-29 Arjun Shankar New
Add more tests for memrchr - - - - --- 2017-05-29 H.J. Lu New
[RFC,v7,09/16] Abbreviated alternative month names (%Ob) also added (bug 10871). - - - - --- 2017-05-29 Rafal Luzynski New
[RFC,v7,08/16] Let alternative month names be a copy of regular ones (bug 10871). - - - - --- 2017-05-29 Rafal Luzynski New
[RFC,v7,05/16] Implement the %OB specifier - alternative month names (bug 10871) - - - - --- 2017-05-29 Rafal Luzynski New
[RFC,v7,04/16] Add tests for alternative month names (bug 10871) - - - - --- 2017-05-29 Rafal Luzynski New
[RFC,v7,01/16] Implement alternative month names (bug 10871). - - - - --- 2017-05-29 Rafal Luzynski New
RFC: Rewrite x86-64 IFUNC selector in C - - - - --- 2017-05-28 H.J. Lu New
memcpy performance regressions 2.19 -> 2.24(5) - - - - --- 2017-05-27 H.J. Lu New
memcpy performance regressions 2.19 -> 2.24(5) - - - - --- 2017-05-27 Erich Elsen New
aarch64: ThunderX2 specific memcpy and memmove - - - - --- 2017-05-26 Saharoy, Saikat New
aarch64: ThunderX2 specific memcpy and memmove - - - - --- 2017-05-26 Saharoy, Saikat New
[6/6] float128: Add test-{float128,ifloat128,float128-finite} - - - - --- 2017-05-26 Gabriel F. T. Gomes New
[5/6] float128: Add strfromf128, strtof128, and wcstof128 to the manual - - - - --- 2017-05-26 Gabriel F. T. Gomes New
[4/6] float128: Add strtof128, wcstof128, and related functions. - - - - --- 2017-05-26 Gabriel F. T. Gomes New
[3/6] float128: Add strfromf128 - - - - --- 2017-05-26 Gabriel F. T. Gomes New
[2/6] float128: Add conversion from float128 to mpn - - - - --- 2017-05-26 Gabriel F. T. Gomes New
[1/6] float128: Extend the power of ten tables - - - - --- 2017-05-26 Gabriel F. T. Gomes New
powerpc: Add optimized version of [l]lrintf - - - - --- 2017-05-26 Rajalakshmi Srinivasaraghavan New
[v5,3/3] manual: Replace summary.awk with summary.pl. - - - - --- 2017-05-26 Rical Jasan New
[v5,2/3] manual: Convert header and standards @comments to @standards. - - - - --- 2017-05-26 Rical Jasan New
[v5,1/3] manual: Create empty placeholder macros for @standards. - - - - --- 2017-05-26 Rical Jasan New
memcpy performance regressions 2.19 -> 2.24(5) - - - - --- 2017-05-25 Erich Elsen New
RFC: Rewrite x86-64 IFUNC selector in C - - - - --- 2017-05-25 Erich Elsen New
[4/4] aarch64: Add hwcap string routines - - - - --- 2017-05-25 Siddhesh Poyarekar New
[3/4] Make LD_HWCAP_MASK usable for static binaries - - - - --- 2017-05-25 Siddhesh Poyarekar New
[2/4] aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASK - - - - --- 2017-05-25 Siddhesh Poyarekar New
[1/4] tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask - - - - --- 2017-05-25 Siddhesh Poyarekar New
[PATCHv2] Add a way to bypass the PLT when calling getauxval - - - - --- 2017-05-25 Tulio Magno Quites Machado Filho New
powerpc: Add a POWER8-optimized version of powf() - - - - --- 2017-05-25 Paul A. Clarke New
x86: Update __x86_shared_non_temporal_threshold - - - - --- 2017-05-25 H.J. Lu New
Mark __tunables_init hidden and avoid PLT - - - - --- 2017-05-25 H.J. Lu New
Fix struct sigaltstack namespace (bug 21517) - - - - --- 2017-05-24 Joseph Myers New
x86: Don't use dl_x86_cpu_features in cacheinfo.c - - - - --- 2017-05-24 H.J. Lu New
Add a way to bypass the PLT when calling getauxval - - - - --- 2017-05-24 Tulio Magno Quites Machado Filho New
Support dl-tunables.list in subdirectories - - - - --- 2017-05-24 H.J. Lu New
Mark __tunables_init hidden and avoid PLT - - - - --- 2017-05-24 H.J. Lu New
arm: Fix typo in array count - - - - --- 2017-05-24 Siddhesh Poyarekar New
Use an alias to `ptsname_r' in login/tst-ptsname.c - - - - --- 2017-05-24 Arjun Shankar New
Add memchr tests for n == 0 - - - - --- 2017-05-24 H.J. Lu New
Add more tests for memchr - - - - --- 2017-05-24 H.J. Lu New
benchtests: Add more tests for memrchr - - - - --- 2017-05-24 H.J. Lu New
x86_64: Remove 9 REX bytes from memchr.S - - - - --- 2017-05-24 H.J. Lu New
x86: Use __get_cpu_features to get cpu_features - - - - --- 2017-05-24 H.J. Lu New
nss_nisplus/nisplus-alias.c: fix build warning on gcc7 - - - - --- 2017-05-24 Yury Norov New
x86: Add cache info to cpu_features - - - - --- 2017-05-24 H.J. Lu New
x86: Don't include cacheinfo.c in ld.so - - - - --- 2017-05-24 H.J. Lu New
x86: Use __get_cpu_features to get cpu_features - - - - --- 2017-05-24 H.J. Lu New
memcpy performance regressions 2.19 -> 2.24(5) - - - - --- 2017-05-23 Erich Elsen New
« 1 2 ... 206 207 208283 284 »