index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
string.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/nolibc/string: Fix memcmp() implementation
Rasmus Villemoes
2022-10-28
1
-2
/
+2
*
tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12
Willy Tarreau
2022-10-28
1
-5
/
+8
*
tools/nolibc/string: Implement `strdup()` and `strndup()`
Ammar Faizi
2022-04-20
1
-0
/
+32
*
tools/nolibc/string: Implement `strnlen()`
Ammar Faizi
2022-04-20
1
-0
/
+9
*
tools/nolibc/string: do not use __builtin_strlen() at -O0
Willy Tarreau
2022-04-20
1
-1
/
+10
*
tools/nolibc/string: add strcmp() and strncmp()
Willy Tarreau
2022-04-20
1
-0
/
+23
*
tools/nolibc/string: export memset() and memmove()
Willy Tarreau
2022-04-20
1
-2
/
+8
*
tools/nolibc: move exported functions to their own section
Willy Tarreau
2022-04-20
1
-1
/
+1
*
tools/nolibc/string: add tiny versions of strncat() and strlcat()
Willy Tarreau
2022-04-20
1
-0
/
+41
*
tools/nolibc/string: add strncpy() and strlcpy()
Willy Tarreau
2022-04-20
1
-0
/
+28
*
tools/nolibc/string: slightly simplify memmove()
Willy Tarreau
2022-04-20
1
-6
/
+14
*
tools/nolibc/string: use unidirectional variants for memcpy()
Willy Tarreau
2022-04-20
1
-1
/
+23
*
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
2022-04-20
1
-0
/
+107