| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-27 | 1 | -1/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | libc: fix undefined behavior from signed overflow in strstr and memmem | Ed Maste | 2020-11-19 | 1 | -4/+4 |
| * | libc: optimize memmem two-way bad character shift | Ed Maste | 2020-11-19 | 1 | -2/+2 |
| * | clang-format libc string functions imported from musl | Ed Maste | 2020-11-18 | 1 | -57/+88 |
| * | Avoid OOB reads in memmem(3). | Gleb Smirnoff | 2018-10-15 | 1 | -9/+9 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -0/+2 |
| * | libc: add reference to two-way algorithm and bad shift table in memmem/strstr | Ed Maste | 2017-03-18 | 1 | -0/+8 |
| * | libc: Use musl's O(n) memmem and strstr | Ed Maste | 2017-03-18 | 1 | -47/+155 |
| * | memmem(3): empty little string matches the beginning of the big string | Ed Maste | 2015-05-26 | 1 | -3/+3 |
| * | - ANSIfy function definitions | Daniel Gerzo | 2009-02-03 | 1 | -3/+1 |
| * | Add the function memmem(3) as found in glibc and others. | Andre Oppermann | 2005-08-25 | 1 | -0/+67 |
