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
|
10 年 前 |
Rasmus Villemoes
|
8da53d4595
lib/string.c: improve strrchr()
|
10 年 前 |
Rasmus Villemoes
|
af3cd13501
lib/string.c: remove strnicmp()
|
10 年 前 |
Daniel Borkmann
|
8155330aad
lib: memzero_explicit: add comment for its usage
|
10 年 前 |
Linus Torvalds
|
14d4cc0883
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
|
10 年 前 |
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
|
10 年 前 |
Rasmus Villemoes
|
cd514e727b
lib/string.c: remove duplicated function
|
10 年 前 |
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
|
11 年 前 |
Andi Kleen
|
a7330c997d
asmlinkage Make __stack_chk_failed and memcmp visible
|
11 年 前 |
Linus Torvalds
|
11bcb32848
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 年 前 |
Linus Torvalds
|
ed2d265d12
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 年 前 |
Akinobu Mita
|
f43804bf5f
string: memchr_inv() speed improvements
|
13 年 前 |
Paul Gortmaker
|
8bc3bcc93a
lib: reduce the use of module.h wherever possible
|
13 年 前 |
Paul Gortmaker
|
50af5ead3b
bug.h: add include of it to various implicit C users
|
13 年 前 |
Michael Holzheu
|
66f6958e69
lib/string.c: fix strim() semantics for strings that have only blanks
|
13 年 前 |
Akinobu Mita
|
798248206b
lib/string.c: introduce memchr_inv()
|
13 年 前 |
Jonathan Cameron
|
d0f1fed29e
Add a strtobool function matching semantics of existing in kernel equivalents
|
14 年 前 |
André Goddard Rosa
|
d6a2eedfdd
lib/string.c: simplify strnstr()
|
15 年 前 |
André Goddard Rosa
|
a11d2b64e1
lib/string.c: simplify stricmp()
|
15 年 前 |
Li Zefan
|
d5f1fb5335
lib: Introduce strnstr()
|
15 年 前 |
Randy Dunlap
|
a6cd13f3c9
lib/string.c: fix kernel-doc warnings
|
15 年 前 |
KOSAKI Motohiro
|
ca54cb8c9e
Subject: Re: [PATCH] strstrip incorrectly marked __must_check
|
15 年 前 |
André Goddard Rosa
|
84c95c9acf
string: on strstrip(), first remove leading spaces before running over str
|
15 年 前 |