Show patches with: State = Action Required       |   4588 patches
« 1 243 44 45 46 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v3] Improve fnmatch performance. - - --- 2015-06-09 Ondrej Bilka New
x86-64: Remove plt bypassing of ifuncs. - - --- 2015-06-08 Ondrej Bilka New
[v2] malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ #18502] - - --- 2015-06-08 Mel Gorman RFC
x86-64: New memchr implementation. - - --- 2015-06-07 Ondrej Bilka New
Wordexp benchtest: good, bad and unreliable. - - --- 2015-06-06 Ondrej Bilka New
Use Unicode code points for country_isbn - - --- 2015-06-05 Marko Myllynen New
[RFC] Aarch64: optimize stpcpy a bit. - - --- 2015-06-04 Ondrej Bilka RFC
[PR18457] Don't require rtld lock to compute DTV addr for static TLS - - --- 2015-06-03 Alexandre Oliva New
[v6,4/*] Generic string search functions (strstr, strcasestr, memmem) - - --- 2015-06-03 Ondrej Bilka New
[3/*,v6] Generic comparison functions (strcmp, strncmp, strcasecmp, strncasecmp, strverscmp) - - --- 2015-06-03 Ondrej Bilka New
[v5,4*] Generic string search functions (strstr, strcasestr, memmem) - - --- 2015-06-01 Ondrej Bilka New
[RFC] Avoid cltz in comparison functions. - - --- 2015-06-01 Ondrej Bilka RFC
[3/*,v5] Generic comparison functions (strcmp, strncmp, strcasecmp, strncasecmp, strverscmp) - - --- 2015-05-31 Ondrej Bilka New
[v5] Generic string skeleton - - --- 2015-05-31 Ondrej Bilka New
[v5] next iteration of strlen, strnlen, strchr, strchrnul, memchr, rawmemchr - - --- 2015-05-31 Ondrej Bilka New
[v5] Generic string skeleton - - --- 2015-05-31 Ondrej Bilka New
memusagestat: use local glibc when linking [BZ #18465] - - --- 2015-05-30 Mike Frysinger vapier Changes Requested
[2/*] generic strstr, strcasestr, memmem - - --- 2015-05-29 Ondrej Bilka New
[v4] generic string skeleton. - - --- 2015-05-29 Ondrej Bilka RFC
[6/*] Generic string function optimization: strcasestr - - --- 2015-05-28 Ondrej Bilka New
[5/*] Generic string function optimization: strcmp and strncmp - - --- 2015-05-28 Ondrej Bilka New
AArch64/ILP32: fix wrong sign extension in setgroups - - --- 2015-05-28 Andreas Schwab New
[4/*,v2] Generic string memchr and strnlen - - --- 2015-05-28 Ondrej Bilka New
[3/*,v2] Generic string strlen and rawmemchr - - --- 2015-05-28 Ondrej Bilka New
[2/*,v3] Optimize generic strchrnul and strchr - - --- 2015-05-28 Ondrej Bilka New
[1/*,v3] Generic string function optimization: Add skeleton - - --- 2015-05-28 Ondrej Bilka New
Enable unaligned loads on x86-64. - - --- 2015-05-28 Ondrej Bilka RFC
[4/*] Generic string memchr and strnlen - - --- 2015-05-27 Ondrej Bilka New
Fix alignment of sem_t for AArch64 ILP32 - - --- 2015-05-27 Andreas Schwab New
[3/*,v2] Generic string strlen and rawmemchr - - --- 2015-05-27 Ondrej Bilka New
[2/*,v2] Optimize generic strchrnul and strchr - - --- 2015-05-27 Ondrej Bilka New
[1/*,v2] Generic string function optimization: Add skeleton - - --- 2015-05-27 Ondrej Bilka RFC
[2/*] Optimize generic strchrnul and strchr - - --- 2015-05-27 Ondrej Bilka New
[1/*] Generic string function optimization: Add skeleton - - --- 2015-05-27 Ondrej Bilka RFC
[RFC,4/3] Fix previous patch and add header. - - --- 2015-05-26 Ondrej Bilka RFC
[RFC,3/3] Exploit that strchr needle is mostly ascii - - --- 2015-05-26 Ondrej Bilka RFC
[2/3] Optimize strchrnul with unrolling, better header and unaligned loads - - --- 2015-05-26 Ondrej Bilka RFC
[1/3] Use generic strchrnul for strchr - - --- 2015-05-26 Ondrej Bilka RFC
[00/29] Add Support for AARCH64:ILP32 - - --- 2015-05-26 Andreas Schwab New
[RFC,v2] Add strcmp, strncmp, memcmp inline implementation. - - --- 2015-05-25 Ondrej Bilka New
[RFC] Add strcmp, strncmp, memcmp inline implementation. - - --- 2015-05-25 Ondrej Bilka New
[4/*,v2] Optimize strchrnul more - - --- 2015-05-24 Ondrej Bilka New
[4/*] Redirect strchr to strchrnul - - --- 2015-05-24 Ondrej Bilka New
[3/*] Use strchrnul for strcspn (x, "c") - - --- 2015-05-24 Ondrej Bilka New
[2/*] Remove pre-gcc 3.4 string inline optimizations. - - --- 2015-05-24 Ondrej Bilka New
[1/*] Move string inlines to string/string-inlines.c - - --- 2015-05-24 Ondrej Bilka New
Proposed patch to sync tz from upstream - - --- 2015-05-22 Paul Eggert New
Fix lseek64 for aarch64 ILP32 - - --- 2015-05-20 Andreas Schwab New
asprintf() issue - - --- 2015-05-18 Archie Cobbs New
manual/users.texi: Modify race markings of fgetpwent and fgetgrent - - --- 2015-05-15 Zeng Linggang New
Inline mempcpy - - --- 2015-05-13 Ondrej Bilka New
[v2] Improve memmem. - - --- 2015-05-13 Ondrej Bilka New
[RFC,v2] Improve wordexp performance. - - --- 2015-05-13 Ondrej Bilka New
[RFC] New configure option "--disable-ifunc" - - --- 2015-05-13 Maria Guseva New
[2/3] Use strdiff in strcasecmp. - - --- 2015-05-13 Ondrej Bilka New
[1/3] Refactor strdiff. - - --- 2015-05-13 Ondrej Bilka New
[v2] Improve fnmatch performance. - - --- 2015-05-12 Ondrej Bilka RFC
Improve generic strstr performance. - - --- 2015-05-12 Ondrej Bilka New
[PING,BZ,#18265,v2] Updated attributes for wchar string and memory functions - - --- 2015-04-29 Daniel Marjamäki New
[PING,BZ,#18265,v2] Updated attributes for wchar string and memory functions - - --- 2015-04-22 Daniel Marjamäki RFC
[BZ,#18265,v2] Updated attributes for wchar string and memory functions - - --- 2015-04-15 Daniel Marjamäki RFC
[RFC/PoC,4/4] getdelim: Allow a return value of SSIZE_MAX - - --- 2015-04-13 Rasmus Villemoes New
[RFC/PoC,3/4] getdelim: Introduce getdelim_append - - --- 2015-04-13 Rasmus Villemoes New
[RFC/PoC,2/4] getdelim: Change cur_len from ssize_t to size_t - - --- 2015-04-13 Rasmus Villemoes New
[RFC/PoC,1/4] getdelim: Compute result separately - - --- 2015-04-13 Rasmus Villemoes New
[v4] sha2: new header <sha2.h> - - --- 2015-04-08 Shawn Landden New
Use monotonic timer for send_dg - - --- 2015-03-28 Kwok Cheung Yeung New
fix uninitialized variable in dynamic linker - - --- 2015-03-21 Sandra Loosemore New
[RFC,2/3] ARM64: ILP32: use __fsword_t in generic/bits/statfs.h - - --- 2015-03-20 Zhang Jian(Bamvor) New
[RFC,3/3] ARM64: ILP32: change register x##R to PTR_REG (R) - - --- 2015-03-18 Zhang Jian(Bamvor) New
[RFC,2/3] ARM64: ILP32: use __fsword_t in generic/bits/statfs.h - - --- 2015-03-18 Zhang Jian(Bamvor) New
[RFC,1/3] ARM64: ILP32: change register x1 to PTR_REG - - --- 2015-03-18 Zhang Jian(Bamvor) New
intl: Proof against invalid offset/length - - --- 2015-03-11 Daiki Ueno New
[BZ,#14995] glibc fails to build if gold is the default linker, even if ld.bfd is available - - --- 2015-03-10 H.J. Lu New
[v2] add concurrent malloc benchmark - - --- 2015-03-09 Leonhard Holz Changes Requested
[v3] improve cexp performance for imaginary inputs - - --- 2015-03-07 Julian Taylor Changes Requested
'yes' within the path sets wrong config variables - - --- 2015-03-03 Benjamin Esquivel Changes Requested
manual/memory.texi: Remove locale from muntrace's markings - - --- 2015-03-03 Ma Shimiao Changes Requested
For BZ #17328, mark __errno_location with __attribute__((returns_nonnull)) for gcc >=4.9.0 - - --- 2015-02-28 Paul Pluzhnikov Changes Requested
Fix fnmatch handling of collating elements (BZ #17396, BZ #16976) - - --- 2015-02-24 Andreas Schwab New
Remove atomic operations from malloc.c - - --- 2015-02-11 Leonhard Holz New
[v2] handle sem_t with ILP32 and __HAVE_64B_ATOMICS - - --- 2015-01-26 Chris Metcalf New
[B2/2] Use builtin_unreachable in assert - - --- 2015-01-09 Richard Henderson New
[B1/2] Redefine assert to use its expression - - --- 2015-01-09 Richard Henderson New
[A1/1] - - --- 2015-01-09 Richard Henderson Under Review
fix -Werror regressions with gcc 4.8 on x86_64 - - --- 2014-12-23 Alexandre Oliva New
question about which sleep is noted in manual - - --- 2014-12-23 Alexandre Oliva New
fix -Werror regressions with gcc 4.8 on x86_64 - - --- 2014-12-23 Alexandre Oliva New
[PING,v2,BZ,#14799] Allow to disable options in RES_OPTIONS - - --- 2014-12-21 Ondrej Bilka New
[PING,v2,BZ,#14799] Allow to disable options in RES_OPTIONS - - --- 2014-12-21 Ondrej Bilka New
[7/7] Add white list for environment variables. - - --- 2014-12-19 Andi Kleen New
[6/7] Add elision test cases - - --- 2014-12-19 Andi Kleen New
[5/7] Add manual for lock elision - - --- 2014-12-19 Andi Kleen New
[4/7] Add environment variable parser for rwlocks - - --- 2014-12-19 Andi Kleen New
[3/7] Separate configuration structure for rwlocks - - --- 2014-12-19 Andi Kleen New
[2/7] Add environment tuning interface for mutexes - - --- 2014-12-19 Andi Kleen New
[1/7] Add vectorized getenv for glibc use - - --- 2014-12-19 Andi Kleen New
question about env and function malloc - - --- 2014-12-18 Alexandre Oliva New
MT-safe annotations for gcvt and related functions - - --- 2014-12-18 Alexandre Oliva New
MT-safe annotations for gcvt and related functions - - --- 2014-12-18 Alexandre Oliva New
« 1 243 44 45 46 »