summaryrefslogtreecommitdiffstats
path: root/lib/string.c
Commit message (Expand)AuthorAgeFilesLines
* lib: move strtobool() to kstrtobool()Kees Cook2016-03-171-29/+0
* lib/string: introduce match_string() helperAndy Shevchenko2016-03-171-0/+26
* lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko2015-11-101-1/+1
* strscpy: zero any trailing garbage bytes in the destinationChris Metcalf2015-10-061-1/+2
* string: provide strscpy()Chris Metcalf2015-09-101-0/+88
* lib/string.c: introduce strreplace()Rasmus Villemoes2015-06-251-0/+17
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-041-1/+1
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-03-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-141-0/+5
|\
| * lib: memzero_explicit: add comment for its usageDaniel Borkmann2015-01-081-0/+5
* | lib/string.c: improve strrchr()Rasmus Villemoes2015-02-131-6/+6
* | lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-121-8/+0
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-241-0/+16
|\
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-171-0/+16
* | lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes2014-10-141-0/+1
* | lib/string.c: remove duplicated functionRasmus Villemoes2014-10-141-17/+10
* | Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-131-2/+2
|/
* lib/string.c: use the name "C-string" in commentsDan Carpenter2014-06-041-4/+4
* lib: add glibc style strchrnul() variantGrant Likely2014-05-231-0/+18
* asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2014-02-131-1/+1
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+3
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+4
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \
| * | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-291-0/+1
| |/
* / string: memchr_inv() speed improvementsAkinobu Mita2012-03-231-4/+16
|/
* lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu2011-10-311-2/+1
* lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-311-0/+54
* Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2011-05-191-0/+29
* lib/string.c: simplify strnstr()André Goddard Rosa2010-03-061-3/+3
* lib/string.c: simplify stricmp()André Goddard Rosa2010-03-061-19/+15
* lib: Introduce strnstr()Li Zefan2010-01-141-1/+26
* lib/string.c: fix kernel-doc warningsRandy Dunlap2009-12-221-3/+3
* Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro2009-12-151-3/+3
* string: on strstrip(), first remove leading spaces before running over strAndré Goddard Rosa2009-12-151-2/+2
* string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa2009-12-151-4/+15
* strcmp: fix overflow and possibly signedness errorLinus Torvalds2009-11-181-6/+14
* Add a new sysfs_streq() string comparison functionDavid Brownell2008-05-011-0/+27
* [STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller2007-04-261-0/+28
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-5/+3
* [PATCH] strstrip remove last blank fixMichael Holzheu2006-10-281-1/+1
* [PATCH] strstrip() APIPekka Enberg2006-06-231-0/+30
* [PATCH] Silence a const vs non-const warningJan-Benedict Glaw2006-04-111-1/+1
* [PATCH] Clean up arch-overrides in linux/string.hKyle McMartin2006-04-111-0/+2
* [PATCH] No arch-specific strpbrk implementationsKyle McMartin2006-04-111-0/+1
* [PATCH] multiple exports of strpbrkAndrew Morton2006-03-221-1/+0
* [PATCH] lib/string.c cleanup: restore useful memmove constPaul Jackson2005-10-301-1/+2
* [PATCH] lib/string.c cleanup: remove pointless explicit castsJesper Juhl2005-10-301-10/+11
* [PATCH] lib/string.c cleanup: remove pointless register keywordJesper Juhl2005-10-301-2/+2
* [PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanupsJesper Juhl2005-10-301-60/+53
* [PATCH] documentation for strncpy()walter harms2005-05-051-0/+4