| Age | Commit message (Expand) | Author |
| 2024-01-27 | libc/amd64: Disable ASAN for amd64_archlevel.c | Mark Johnston |
| 2023-12-25 | lib/libc/amd64/string: add memrchr() scalar, baseline implementation | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: implement strncat() by calling strlen(), memccpy() | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: add memccpy scalar, baseline implementation | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: implement strlcat() through strlcpy() | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: add strlcpy scalar, baseline implementation | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: implement strncpy() by calling stpncpy() | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: add stpncpy scalar, baseline implementation | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: implement strsep() through strcspn() | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: add strrchr scalar, baseline implementation | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: add strncmp scalar, baseline implementation | Robert Clausecker |
| 2023-12-25 | lib/libc/amd64/string: implement strpbrk() through strcspn() | Robert Clausecker |
| 2023-10-15 | lib/libc/amd64/string: add timingsafe_memcmp() assembly implementation | Robert Clausecker |
| 2023-10-15 | lib/libc/amd64/string: add timingsafe_bcmp(3) scalar, baseline implementations | Robert Clausecker |
| 2023-09-08 | lib/libc/amd64/string: implement strnlen(3) trough memchr(3) | Robert Clausecker |
| 2023-09-08 | lib/libc/amd64/string: add memchr(3) scalar, baseline implementation | Robert Clausecker |
| 2023-09-08 | lib/libc/amd64/string: add strspn(3) scalar, x86-64-v2 implementation | Robert Clausecker |
| 2023-09-08 | lib/libc/amd64/string: add strcspn(3) scalar, x86-64-v2 implementation | Robert Clausecker |
| 2023-08-21 | lib/libc/amd64/string/stpcpy.S: add baseline implementation | Robert Clausecker |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-06 | lib/libc/amd64/string: add strchrnul implementations (scalar, baseline) | Robert Clausecker |
| 2023-08-04 | lib/libc/amd64: add archlevel-based simd dispatch framework | Robert Clausecker |
| 2022-03-26 | amd64: bring back asm bcmp, shared with memcmp | Mateusz Guzik |
| 2022-03-12 | amd64: make bcmp in libc just call memcmp | Mateusz Guzik |
| 2021-02-23 | amd64: import asm strlen into libc | Mateusz Guzik |
| 2018-11-15 | amd64: convert libc bzero to a C func to avoid future bloat | Mateusz Guzik |
| 2018-10-13 | amd64: convert libc bcopy to a C func to avoid future bloat | Mateusz Guzik |
| 2017-03-02 | Correct MDSRCS use in <arch>/string/Makefile.inc. | Brooks Davis |
| 2011-07-21 | Make both stpcpy and strcpy be assembly language implementations | George V. Neville-Neil |
| 2005-04-10 | Add a machine-specific, optimized implementation of strcat. | Alan Cox |
| 2005-04-10 | Add a machine-specific, optimized implementation of strcpy. | Alan Cox |
| 2005-04-09 | Add a machine-specific, optimized implementation of strcmp. | Alan Cox |
| 2005-04-08 | Add machine-specific, optimized implementations of bcmp and memcmp. | Alan Cox |
| 2005-04-07 | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | Alan Cox |