summaryrefslogtreecommitdiffstats
path: root/lib/string.c
AgeCommit message (Expand)AuthorLines
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes-0/+1
2014-10-14lib/string.c: remove duplicated functionRasmus Villemoes-17/+10
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds-2/+2
2014-06-04lib/string.c: use the name "C-string" in commentsDan Carpenter-4/+4
2014-05-23lib: add glibc style strchrnul() variantGrant Likely-0/+18
2014-02-13asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen-1/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+3
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds-0/+1
2012-03-23string: memchr_inv() speed improvementsAkinobu Mita-4/+16
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+4
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker-0/+1
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu-2/+1
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita-0/+54
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron-0/+29
2010-03-06lib/string.c: simplify strnstr()André Goddard Rosa-3/+3
2010-03-06lib/string.c: simplify stricmp()André Goddard Rosa-19/+15
2010-01-14lib: Introduce strnstr()Li Zefan-1/+26
2009-12-22lib/string.c: fix kernel-doc warningsRandy Dunlap-3/+3
2009-12-15Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro-3/+3
2009-12-15string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa-2/+2
2009-12-15string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa-4/+15
2009-11-18strcmp: fix overflow and possibly signedness errorLinus Torvalds-6/+14
2008-05-01Add a new sysfs_streq() string comparison functionDavid Brownell-0/+27
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller-0/+28
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day-5/+3
2006-10-28[PATCH] strstrip remove last blank fixMichael Holzheu-1/+1
2006-06-23[PATCH] strstrip() APIPekka Enberg-0/+30
2006-04-11[PATCH] Silence a const vs non-const warningJan-Benedict Glaw-1/+1
2006-04-11[PATCH] Clean up arch-overrides in linux/string.hKyle McMartin-0/+2
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin-0/+1
2006-03-22[PATCH] multiple exports of strpbrkAndrew Morton-1/+0
2005-10-30[PATCH] lib/string.c cleanup: restore useful memmove constPaul Jackson-1/+2
2005-10-30[PATCH] lib/string.c cleanup: remove pointless explicit castsJesper Juhl-10/+11
2005-10-30[PATCH] lib/string.c cleanup: remove pointless register keywordJesper Juhl-2/+2
2005-10-30[PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanupsJesper Juhl-60/+53
2005-05-05[PATCH] documentation for strncpy()walter harms-0/+4
2005-05-05[PATCH] x86_64: make string func definition work as intendedPaolo 'Blaisorblade' Giarrusso-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+601