Commit History

Author SHA1 Message Date
  Chris Metcalf 30035e4575 string: provide strscpy() 10 years ago
  Rasmus Villemoes 94df290404 lib/string.c: introduce strreplace() 10 years ago
  Daniel Borkmann 7829fb09a2 lib: make memzero_explicit more robust against dead store elimination 10 years ago
  mancha security 0b053c9518 lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR 10 years ago
  Linus Torvalds fee5429e02 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 10 years ago
  Rasmus Villemoes 8da53d4595 lib/string.c: improve strrchr() 10 years ago
  Rasmus Villemoes af3cd13501 lib/string.c: remove strnicmp() 10 years ago
  Daniel Borkmann 8155330aad lib: memzero_explicit: add comment for its usage 10 years ago
  Linus Torvalds 14d4cc0883 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random 10 years ago
  Daniel Borkmann d4c5efdb97 random: add and use memzero_explicit() for clearing data 11 years ago
  Rasmus Villemoes b0bfb63118 lib: string: Make all calls to strnicmp into calls to strncasecmp 10 years ago
  Rasmus Villemoes cd514e727b lib/string.c: remove duplicated function 10 years ago
  Linus Torvalds 72d9310460 Make ARCH_HAS_FAST_MULTIPLIER a real config variable 11 years ago
  Dan Carpenter 0046dd9fed lib/string.c: use the name "C-string" in comments 11 years ago
  Grant Likely 11d200e95f lib: add glibc style strchrnul() variant 11 years ago
  Andi Kleen a7330c997d asmlinkage Make __stack_chk_failed and memcmp visible 11 years ago
  Linus Torvalds 11bcb32848 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
  Linus Torvalds ed2d265d12 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 years ago
  Akinobu Mita f43804bf5f string: memchr_inv() speed improvements 13 years ago
  Paul Gortmaker 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 years ago
  Paul Gortmaker 50af5ead3b bug.h: add include of it to various implicit C users 13 years ago
  Michael Holzheu 66f6958e69 lib/string.c: fix strim() semantics for strings that have only blanks 13 years ago
  Akinobu Mita 798248206b lib/string.c: introduce memchr_inv() 13 years ago
  Jonathan Cameron d0f1fed29e Add a strtobool function matching semantics of existing in kernel equivalents 14 years ago
  André Goddard Rosa d6a2eedfdd lib/string.c: simplify strnstr() 15 years ago
  André Goddard Rosa a11d2b64e1 lib/string.c: simplify stricmp() 15 years ago
  Li Zefan d5f1fb5335 lib: Introduce strnstr() 15 years ago
  Randy Dunlap a6cd13f3c9 lib/string.c: fix kernel-doc warnings 15 years ago
  KOSAKI Motohiro ca54cb8c9e Subject: Re: [PATCH] strstrip incorrectly marked __must_check 15 years ago
  André Goddard Rosa 84c95c9acf string: on strstrip(), first remove leading spaces before running over str 15 years ago