freebsd-src/sys/libkern
Mitchell Horne f4db342d44 libkern: remove old ffs/fls routines
These are poorly optimized (linear search), and we now prefer the
compiler-provided routines on all platforms. These files can be removed.

Reviewed by:	emaste, dougm
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D40699
2023-07-06 14:46:41 -03:00
..
arm spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
arm64 Use '.arch_extension crc' in the arm64 crc32 code 2021-05-06 07:42:35 +00:00
x86
arc4random.c sys/libkern: Use C99 fixed-width integer types. 2021-12-28 09:42:11 -08:00
arc4random_uniform.c
ashldi3.c ashldi3: Use C89-style function definition 2022-11-27 13:23:25 -07:00
ashrdi3.c
asprintf.c
bcd.c
bcopy.c libkern: remove bcopy 2021-08-24 11:24:07 +00:00
bsearch.c libkern: Fix a typo in a source code comment 2022-06-05 08:57:26 +02:00
cmpdi2.c
crc16.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
divdi3.c libkern: Trim OBE comment from divmoddi routines. 2023-07-01 14:43:53 -07:00
divmoddi4.c libkern: Trim OBE comment from divmoddi routines. 2023-07-01 14:43:53 -07:00
explicit_bzero.c
fnmatch.c
gsb_crc32.c Switch to an ifunc in the kernel for crc32c 2021-07-22 20:54:21 +00:00
iconv.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
iconv_converter_if.m
iconv_ucs.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
iconv_xlat.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
iconv_xlat16.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
inet_aton.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
inet_ntoa.c
inet_ntop.c
inet_pton.c
jenkins_hash.c libkern: Fix two typos in source code comments 2022-04-09 09:36:34 +02:00
lshrdi3.c
memcchr.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
memchr.c
memcmp.c
memmem.c
memset.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
moddi3.c libkern: Trim OBE comment from divmoddi routines. 2023-07-01 14:43:53 -07:00
murmur3_32.c
qdivrem.c qdivrem: Predict division by zero as false. 2022-10-04 13:51:06 +02:00
qsort.c Alter the prototype of qsort_r(3) to match POSIX, which adopted the 2022-09-30 15:26:30 -07:00
qsort_r.c
quad.h sys: Add [u]divmoddi4 intrinsics on i386. 2023-07-01 12:22:44 -07:00
random.c random(9): Restore historical [0,2^31-1] output range and related man 2021-03-24 16:14:58 +11:00
scanc.c
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strchrnul.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
strcmp.c
strcpy.c
strcspn.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
strdup.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
strlcat.c
strlcpy.c
strlen.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
strncat.c
strncmp.c
strncpy.c
strndup.c
strnlen.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
strnstr.c Add missing libkern/strnstr.c file 2021-07-14 17:56:03 -07:00
strrchr.c
strsep.c
strspn.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
strstr.c
strtol.c
strtoq.c
strtoul.c
strtouq.c
strvalid.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
timingsafe_bcmp.c
ucmpdi2.c
udivdi3.c
udivmoddi4.c sys: Add [u]divmoddi4 intrinsics on i386. 2023-07-01 12:22:44 -07:00
umoddi3.c