Heikki Krogerus
|
e1fe7b6a7b
lib/string: add sysfs_match_string helper
|
8 年 前 |
Kees Cook
|
ef95159907
lib: move strtobool() to kstrtobool()
|
9 年 前 |
Andy Shevchenko
|
56b060814e
lib/string: introduce match_string() helper
|
9 年 前 |
Andy Shevchenko
|
3368e8fbcd
lib/string.c: add ULL suffix to the constant definition
|
10 年 前 |
Chris Metcalf
|
990486c8af
strscpy: zero any trailing garbage bytes in the destination
|
10 年 前 |
Chris Metcalf
|
30035e4575
string: provide strscpy()
|
10 年 前 |
Rasmus Villemoes
|
94df290404
lib/string.c: introduce strreplace()
|
10 年 前 |
Daniel Borkmann
|
7829fb09a2
lib: make memzero_explicit more robust against dead store elimination
|
10 年 前 |
mancha security
|
0b053c9518
lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
|
10 年 前 |
Linus Torvalds
|
fee5429e02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
11 年 前 |
Rasmus Villemoes
|
8da53d4595
lib/string.c: improve strrchr()
|
11 年 前 |
Rasmus Villemoes
|
af3cd13501
lib/string.c: remove strnicmp()
|
11 年 前 |
Daniel Borkmann
|
8155330aad
lib: memzero_explicit: add comment for its usage
|
11 年 前 |
Linus Torvalds
|
14d4cc0883
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
11 年 前 |
Daniel Borkmann
|
d4c5efdb97
random: add and use memzero_explicit() for clearing data
|
11 年 前 |
Rasmus Villemoes
|
b0bfb63118
lib: string: Make all calls to strnicmp into calls to strncasecmp
|
11 年 前 |
Rasmus Villemoes
|
cd514e727b
lib/string.c: remove duplicated function
|
11 年 前 |
Linus Torvalds
|
72d9310460
Make ARCH_HAS_FAST_MULTIPLIER a real config variable
|
11 年 前 |
Dan Carpenter
|
0046dd9fed
lib/string.c: use the name "C-string" in comments
|
11 年 前 |
Grant Likely
|
11d200e95f
lib: add glibc style strchrnul() variant
|
12 年 前 |
Andi Kleen
|
a7330c997d
asmlinkage Make __stack_chk_failed and memcmp visible
|
12 年 前 |
Linus Torvalds
|
11bcb32848
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
14 年 前 |
Linus Torvalds
|
ed2d265d12
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
14 年 前 |
Akinobu Mita
|
f43804bf5f
string: memchr_inv() speed improvements
|
14 年 前 |
Paul Gortmaker
|
8bc3bcc93a
lib: reduce the use of module.h wherever possible
|
14 年 前 |
Paul Gortmaker
|
50af5ead3b
bug.h: add include of it to various implicit C users
|
14 年 前 |
Michael Holzheu
|
66f6958e69
lib/string.c: fix strim() semantics for strings that have only blanks
|
14 年 前 |
Akinobu Mita
|
798248206b
lib/string.c: introduce memchr_inv()
|
14 年 前 |
Jonathan Cameron
|
d0f1fed29e
Add a strtobool function matching semantics of existing in kernel equivalents
|
14 年 前 |
André Goddard Rosa
|
d6a2eedfdd
lib/string.c: simplify strnstr()
|
16 年 前 |