| Commit message (Expand) | Author | Age | Files | Lines |
* | libkern: strdup.c, strndup.c: Prefer memcpy() over bcopy() | Zhenlei Huang | 2025-02-17 | 2 | -2/+2 |
* | include: ssp: round out fortification of current set of headers | Kyle Evans | 2024-07-13 | 1 | -1/+2 |
* | gsb_crc32.c: avoid gcc -Wunused-const-variable in user build | Ryan Libby | 2024-07-02 | 1 | -4/+1 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 34 | -36/+0 |
* | sccs: Manual changes | Warner Losh | 2023-11-27 | 1 | -8/+0 |
* | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 12 | -34/+0 |
* | arm64: Mark the armv8 crc32c as supporting BTI | Andrew Turner | 2023-11-21 | 1 | -0/+4 |
* | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 70 | -139/+0 |
* | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 4 | -8/+0 |
* | gsb_crc32: Fix a warning when compiled in userland. | John Baldwin | 2023-07-31 | 1 | -0/+3 |
* | divmoddi*: Use separate statements instead of the comma operator. | John Baldwin | 2023-07-07 | 3 | -18/+31 |
* | libkern: remove old ffs/fls routines | Mitchell Horne | 2023-07-06 | 6 | -297/+0 |
* | libkern: Trim OBE comment from divmoddi routines. | John Baldwin | 2023-07-01 | 3 | -5/+0 |
* | divmoddi4: Handle negative remainders. | John Baldwin | 2023-07-01 | 1 | -6/+6 |
* | sys: Add [u]divmoddi4 intrinsics on i386. | John Baldwin | 2023-07-01 | 3 | -0/+108 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 17 | -17/+17 |
* | ext2fs: extract crc16 into sys/crc16.h | Val Packett | 2023-04-24 | 1 | -0/+66 |
* | ashldi3: Use C89-style function definition | Warner Losh | 2022-11-27 | 1 | -3/+1 |
* | arm: Remove unused ffs.S | Warner Losh | 2022-10-20 | 1 | -58/+0 |
* | qdivrem: Predict division by zero as false. | Hans Petter Selasky | 2022-10-04 | 1 | -1/+1 |
* | Alter the prototype of qsort_r(3) to match POSIX, which adopted the | Ed Schouten | 2022-09-30 | 1 | -5/+5 |
* | libkern: Fix a typo in a source code comment | Gordon Bergling | 2022-06-05 | 1 | -1/+1 |
* | libkern: Fix two typos in source code comments | Gordon Bergling | 2022-04-09 | 1 | -2/+2 |
* | sys/libkern: Use C99 fixed-width integer types. | John Baldwin | 2021-12-28 | 1 | -3/+3 |
* | libkern: remove bcopy | Mateusz Guzik | 2021-08-24 | 1 | -8/+0 |
* | Remove libkern/bcmp.c | Mateusz Guzik | 2021-08-23 | 1 | -146/+0 |
* | arm: flip memclr to use memset | Mateusz Guzik | 2021-08-23 | 1 | -2/+4 |
* | arc4random: Avoid KMSAN false positives from pre-seeding results | Mark Johnston | 2021-08-13 | 1 | -0/+9 |
* | Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights | Ed Maste | 2021-08-08 | 1 | -1/+0 |
* | Switch to an ifunc in the kernel for crc32c | Andrew Turner | 2021-07-22 | 1 | -18/+38 |
* | Add missing libkern/strnstr.c file | Greg V | 2021-07-15 | 1 | -0/+64 |
* | Remove incorrect __restricted labels from strcspn | Alfonso Gregory | 2021-07-14 | 1 | -1/+1 |
* | Use '.arch_extension crc' in the arm64 crc32 code | Andrew Turner | 2021-05-06 | 1 | -1/+2 |
* | x86: remove gcov kernel support | Konstantin Belousov | 2021-04-02 | 1 | -316/+0 |
* | random(9): Restore historical [0,2^31-1] output range and related man | Lawrence Stewart | 2021-03-24 | 1 | -1/+1 |
* | Restore the augmented strlen commentary | Mateusz Guzik | 2021-02-08 | 1 | -11/+4 |
* | Revert "Reimplement strlen" | Mateusz Guzik | 2021-02-03 | 1 | -25/+54 |
* | tests/sys/kern/crc32: Check for SSE4.2 before using it | Alex Richardson | 2021-02-02 | 1 | -5/+11 |
* | Reimplement strlen | Mateusz Guzik | 2021-01-29 | 1 | -54/+25 |
* | Remove obsolete code gated on _ARM_ARCH_* | Andrew Turner | 2021-01-28 | 1 | -29/+0 |
* | libkern/strcasestr.c: Drop xlocale support and connect to build. | Vladimir Kondratyev | 2021-01-07 | 1 | -14/+8 |
* | Copy strcasestr.c from libc to libkern. | Vladimir Kondratyev | 2021-01-07 | 1 | -0/+74 |
* | arc4random(9): Integrate with RANDOM_FENESTRASX push-reseed | Conrad Meyer | 2020-10-10 | 1 | -2/+36 |
* | arm64: check for CRC32 support via HWCAP | Mitchell Horne | 2020-09-08 | 1 | -9/+3 |
* | libkern: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 9 | -28/+0 |
* | Smaller crc for the boot loader. | Warner Losh | 2020-09-01 | 1 | -0/+8 |
* | Add prng(9) API | Conrad Meyer | 2020-08-13 | 1 | -32/+3 |
* | libkern: Add arc4random_uniform | Emmanuel Vadot | 2020-05-23 | 1 | -0/+58 |