freebsd-dev/lib/libc/amd64/string
2020-01-30 19:57:05 +00:00
..
bcmp.S amd64: reimplement libc memcmp and bcmp with kernel memcmp 2018-09-27 17:08:29 +00:00
bcopy.c amd64: convert libc bcopy to a C func to avoid future bloat 2018-10-13 21:17:28 +00:00
bzero.c amd64: convert libc bzero to a C func to avoid future bloat 2018-11-15 20:20:39 +00:00
Makefile.inc amd64: convert libc bzero to a C func to avoid future bloat 2018-11-15 20:20:39 +00:00
memcmp.S amd64: sync up libc memcmp with the kernel version (r357309) 2020-01-30 19:57:05 +00:00
memcpy.S amd64: import updated kernel memmove to libc 2018-10-13 21:15:47 +00:00
memmove.S amd64: align target memmove buffer to 16 bytes before using rep movs 2018-12-01 14:20:32 +00:00
memset.S amd64: handle small memset buffers with overlapping stores 2018-11-16 00:44:22 +00:00
stpcpy.S
strcat.S
strcmp.S
strcpy.c libc: further adoption of SPDX licensing ID tags. 2017-11-25 17:12:48 +00:00