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