| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc/amd64: rewrite memrchr() scalar impl. to read the string from the back | Robert Clausecker | 2025-08-09 | 1 | -38/+34 |
| * | libc/amd64: rewrite memrchr() baseline impl. to read the string from the back | Robert Clausecker | 2025-08-09 | 1 | -78/+74 |
| * | lib/libc/amd64/string: fix overread condition in memccpy | Robert Clausecker | 2024-07-29 | 1 | -56/+57 |
| * | include: ssp: round out fortification of current set of headers | Kyle Evans | 2024-07-13 | 1 | -0/+2 |
| * | Prepare the system for _FORTIFY_SOURCE | Kyle Evans | 2024-05-13 | 4 | -0/+8 |
| * | 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 | 2 | -0/+167 |
| * | lib/libc/amd64/string: implement strncat() by calling strlen(), memccpy() | Robert Clausecker | 2023-12-25 | 2 | -0/+30 |
| * | lib/libc/amd64/string: add memccpy scalar, baseline implementation | Robert Clausecker | 2023-12-25 | 2 | -0/+260 |
| * | lib/libc/amd64/string: implement strlcat() through strlcpy() | Robert Clausecker | 2023-12-25 | 2 | -0/+26 |
| * | lib/libc/amd64/string: add strlcpy scalar, baseline implementation | Robert Clausecker | 2023-12-25 | 2 | -0/+282 |
| * | lib/libc/amd64/string/strcat.S: enable use of SIMD | Robert Clausecker | 2023-12-25 | 1 | -5/+42 |
| * | lib/libc/amd64/string: implement strncpy() by calling stpncpy() | Robert Clausecker | 2023-12-25 | 2 | -0/+42 |
| * | lib/libc/amd64/string: add stpncpy scalar, baseline implementation | Robert Clausecker | 2023-12-25 | 2 | -0/+284 |
| * | lib/libc/amd64/string: implement strsep() through strcspn() | Robert Clausecker | 2023-12-25 | 2 | -0/+58 |
| * | lib/libc/amd64/string: add strrchr scalar, baseline implementation | Robert Clausecker | 2023-12-25 | 2 | -0/+210 |
| * | lib/libc/amd64/string: add strncmp scalar, baseline implementation | Robert Clausecker | 2023-12-25 | 2 | -0/+489 |
| * | lib/libc/amd64/string: implement strpbrk() through strcspn() | Robert Clausecker | 2023-12-25 | 3 | -8/+54 |
| * | lib/libc/amd64/string/strcmp.S: add baseline implementation | Robert Clausecker | 2023-12-25 | 1 | -7/+292 |
| * | lib/libc/amd64/string/strcspn.S: always return earliest match in 17--32 char ... | Robert Clausecker | 2023-12-21 | 1 | -3/+24 |
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 4 | -4/+0 |
| * | lib/libc/amd64/string: add timingsafe_memcmp() assembly implementation | Robert Clausecker | 2023-10-15 | 2 | -2/+147 |
| * | lib/libc/amd64/string: add timingsafe_bcmp(3) scalar, baseline implementations | Robert Clausecker | 2023-10-15 | 2 | -1/+234 |
| * | lib/libc/amd64/string/memcmp.S: harden against phony buffer lengths | Robert Clausecker | 2023-09-16 | 1 | -1/+16 |
| * | lib/libc/amd64/string/strcspn.S: fix behaviour with sets of 17--32 | Robert Clausecker | 2023-09-12 | 1 | -10/+15 |
| * | lib/libc/amd64/string/memchr.S: fix behaviour with overly long buffers | Robert Clausecker | 2023-09-10 | 1 | -3/+6 |
| * | lib/libc/amd64/string: implement strnlen(3) trough memchr(3) | Robert Clausecker | 2023-09-08 | 2 | -1/+44 |
| * | lib/libc/amd64/string: add memchr(3) scalar, baseline implementation | Robert Clausecker | 2023-09-08 | 2 | -0/+205 |
| * | lib/libc/amd64/string: add strspn(3) scalar, x86-64-v2 implementation | Robert Clausecker | 2023-09-08 | 2 | -1/+360 |
| * | lib/libc/amd64/string: add strcspn(3) scalar, x86-64-v2 implementation | Robert Clausecker | 2023-09-08 | 2 | -0/+369 |
| * | lib/libc/amd64/string/strchrnul.S: fix edge case in scalar code | Robert Clausecker | 2023-08-25 | 1 | -7/+10 |
| * | lib/libc/amd64/string/memcmp.S: add baseline implementation | Robert Clausecker | 2023-08-21 | 1 | -6/+175 |
| * | lib/libc/amd64/string/stpcpy.S: add baseline implementation | Robert Clausecker | 2023-08-21 | 2 | -11/+135 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 10 | -20/+0 |
| * | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
| * | lib/libc/amd64/string/strchrnul.S: fix wrong indentation | Robert Clausecker | 2023-08-07 | 1 | -1/+1 |
| * | lib/libc/amd64/string: add strchrnul implementations (scalar, baseline) | Robert Clausecker | 2023-08-06 | 2 | -0/+168 |
| * | lib/libc/amd64/string/strlen.S: add amd64 baseline kernel | Robert Clausecker | 2023-08-03 | 1 | -3/+55 |
| * | lib/libc/amd64: add archlevel-based simd dispatch framework | Robert Clausecker | 2023-08-03 | 2 | -0/+242 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | amd64 libc: add missed GNU-stack annotation to memmove/memcpy | Konstantin Belousov | 2022-11-18 | 1 | -0/+2 |
| * | amd64: Stop using REP MOVSB for backward memmove()s. | Alexander Motin | 2022-06-16 | 1 | -8/+0 |
| * | amd64: bring back asm bcmp, shared with memcmp | Mateusz Guzik | 2022-03-26 | 4 | -18/+32 |
| * | amd64: remove bcmp.S | Mateusz Guzik | 2022-03-25 | 1 | -121/+0 |
| * | amd64: make bcmp in libc just call memcmp | Mateusz Guzik | 2022-03-12 | 2 | -1/+16 |
| * | amd64: import asm strlen into libc | Mateusz Guzik | 2021-02-23 | 2 | -0/+82 |
| * | amd64: move memcmp checks upfront | Mateusz Guzik | 2021-01-31 | 1 | -22/+28 |
| * | amd64: add a note about simd to libc memset, memmove and memcmp | Mateusz Guzik | 2021-01-31 | 3 | -0/+18 |