开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
string.h
Age
Commit message (
Expand
)
Author
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
2023-10-12
tools/nolibc: x86-64: Use `rep stosb` for `memset()`
Ammar Faizi
2023-10-12
tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
Ammar Faizi
2023-06-09
tools/nolibc: use standard __asm__ statements
Thomas Weißschuh
2023-01-09
tools/nolibc: prevent gcc from making memset() loop over itself
Willy Tarreau
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
2022-10-28
tools/nolibc/string: Fix memcmp() implementation
Rasmus Villemoes
2022-10-28
tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12
Willy Tarreau
2022-04-20
tools/nolibc/string: Implement `strdup()` and `strndup()`
Ammar Faizi
2022-04-20
tools/nolibc/string: Implement `strnlen()`
Ammar Faizi
2022-04-20
tools/nolibc/string: do not use __builtin_strlen() at -O0
Willy Tarreau
2022-04-20
tools/nolibc/string: add strcmp() and strncmp()
Willy Tarreau
2022-04-20
tools/nolibc/string: export memset() and memmove()
Willy Tarreau
2022-04-20
tools/nolibc: move exported functions to their own section
Willy Tarreau
2022-04-20
tools/nolibc/string: add tiny versions of strncat() and strlcat()
Willy Tarreau
2022-04-20
tools/nolibc/string: add strncpy() and strlcpy()
Willy Tarreau
2022-04-20
tools/nolibc/string: slightly simplify memmove()
Willy Tarreau
2022-04-20
tools/nolibc/string: use unidirectional variants for memcpy()
Willy Tarreau
2022-04-20
tools/nolibc/string: split the string functions into string.h
Willy Tarreau