aboutsummaryrefslogtreecommitdiff
path: root/lib/string.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17lib: move strtobool() to kstrtobool()Gravatar Kees Cook 1-29/+0
2016-03-17lib/string: introduce match_string() helperGravatar Andy Shevchenko 1-0/+26
2015-11-10lib/string.c: add ULL suffix to the constant definitionGravatar Andy Shevchenko 1-1/+1
2015-10-06strscpy: zero any trailing garbage bytes in the destinationGravatar Chris Metcalf 1-1/+2
2015-09-10string: provide strscpy()Gravatar Chris Metcalf 1-0/+88
2015-06-25lib/string.c: introduce strreplace()Gravatar Rasmus Villemoes 1-0/+17
2015-05-04lib: make memzero_explicit more robust against dead store eliminationGravatar Daniel Borkmann 1-1/+1
2015-03-20lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARGravatar mancha security 1-1/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-0/+5
2015-02-13lib/string.c: improve strrchr()Gravatar Rasmus Villemoes 1-6/+6
2015-02-12lib/string.c: remove strnicmp()Gravatar Rasmus Villemoes 1-8/+0
2015-01-08lib: memzero_explicit: add comment for its usageGravatar Daniel Borkmann 1-0/+5
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+16
2014-10-17random: add and use memzero_explicit() for clearing dataGravatar Daniel Borkmann 1-0/+16
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpGravatar Rasmus Villemoes 1-0/+1
2014-10-14lib/string.c: remove duplicated functionGravatar Rasmus Villemoes 1-17/+10
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableGravatar Linus Torvalds 1-2/+2
2014-06-04lib/string.c: use the name "C-string" in commentsGravatar Dan Carpenter 1-4/+4
2014-05-23lib: add glibc style strchrnul() variantGravatar Grant Likely 1-0/+18
2014-02-13asmlinkage Make __stack_chk_failed and memcmp visibleGravatar Andi Kleen 1-1/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+3
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-23string: memchr_inv() speed improvementsGravatar Akinobu Mita 1-4/+16
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+4
2012-02-29bug.h: add include of it to various implicit C usersGravatar Paul Gortmaker 1-0/+1
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksGravatar Michael Holzheu 1-2/+1
2011-10-31lib/string.c: introduce memchr_inv()Gravatar Akinobu Mita 1-0/+54
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsGravatar Jonathan Cameron 1-0/+29
2010-03-06lib/string.c: simplify strnstr()Gravatar André Goddard Rosa 1-3/+3
2010-03-06lib/string.c: simplify stricmp()Gravatar André Goddard Rosa 1-19/+15
2010-01-14lib: Introduce strnstr()Gravatar Li Zefan 1-1/+26
2009-12-22lib/string.c: fix kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkGravatar KOSAKI Motohiro 1-3/+3
2009-12-15string: on strstrip(), first remove leading spaces before running over strGravatar André Goddard Rosa 1-2/+2
2009-12-15string: factorize skip_spaces and export it to be generally availableGravatar André Goddard Rosa 1-4/+15
2009-11-18strcmp: fix overflow and possibly signedness errorGravatar Linus Torvalds 1-6/+14
2008-05-01Add a new sysfs_streq() string comparison functionGravatar David Brownell 1-0/+27
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cGravatar David S. Miller 1-0/+28
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-5/+3
2006-10-28[PATCH] strstrip remove last blank fixGravatar Michael Holzheu 1-1/+1
2006-06-23[PATCH] strstrip() APIGravatar Pekka Enberg 1-0/+30
2006-04-11[PATCH] Silence a const vs non-const warningGravatar Jan-Benedict Glaw 1-1/+1
2006-04-11[PATCH] Clean up arch-overrides in linux/string.hGravatar Kyle McMartin 1-0/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsGravatar Kyle McMartin 1-0/+1
2006-03-22[PATCH] multiple exports of strpbrkGravatar Andrew Morton 1-1/+0
2005-10-30[PATCH] lib/string.c cleanup: restore useful memmove constGravatar Paul Jackson 1-1/+2
2005-10-30[PATCH] lib/string.c cleanup: remove pointless explicit castsGravatar Jesper Juhl 1-10/+11
2005-10-30[PATCH] lib/string.c cleanup: remove pointless register keywordGravatar Jesper Juhl 1-2/+2
2005-10-30[PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanupsGravatar Jesper Juhl 1-60/+53
2005-05-05[PATCH] documentation for strncpy()Gravatar walter harms 1-0/+4