index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
string.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-28
tools/nolibc/string: Fix memcmp() implementation
Rasmus Villemoes
1
-2
/
+2
2022-10-28
tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12
Willy Tarreau
1
-5
/
+8
2022-04-20
tools/nolibc/string: Implement `strdup()` and `strndup()`
Ammar Faizi
1
-0
/
+32
2022-04-20
tools/nolibc/string: Implement `strnlen()`
Ammar Faizi
1
-0
/
+9
2022-04-20
tools/nolibc/string: do not use __builtin_strlen() at -O0
Willy Tarreau
1
-1
/
+10
2022-04-20
tools/nolibc/string: add strcmp() and strncmp()
Willy Tarreau
1
-0
/
+23
2022-04-20
tools/nolibc/string: export memset() and memmove()
Willy Tarreau
1
-2
/
+8
2022-04-20
tools/nolibc: move exported functions to their own section
Willy Tarreau
1
-1
/
+1
2022-04-20
tools/nolibc/string: add tiny versions of strncat() and strlcat()
Willy Tarreau
1
-0
/
+41
2022-04-20
tools/nolibc/string: add strncpy() and strlcpy()
Willy Tarreau
1
-0
/
+28
2022-04-20
tools/nolibc/string: slightly simplify memmove()
Willy Tarreau
1
-6
/
+14
2022-04-20
tools/nolibc/string: use unidirectional variants for memcpy()
Willy Tarreau
1
-1
/
+23
2022-04-20
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
1
-0
/
+107