Vladimir Kondratyev bc86103335 libkern/strcasestr.c: Drop xlocale support and connect to build. 3 years ago
..
arm 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
arm64 c2aa86d19c arm64: add ".arch armv8-a+crc" to allow use of crc instructions 6 years ago
x86 f89d207279 Separate kernel crc32() implementation to its own header (gsb_crc32.h) and 4 years ago
arc4random.c 10b1a17594 arc4random(9): Integrate with RANDOM_FENESTRASX push-reseed 3 years ago
arc4random_uniform.c 353d02e927 libkern: Add arc4random_uniform 3 years ago
ashldi3.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
ashrdi3.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
asprintf.c 3cd4533107 Implement asprintf in libkern 9 years ago
bcd.c 90a79ac576 Use time_t for intermediate values to avoid overflow in clock_ts_to_ct 7 years ago
bcmp.c ba96f37758 Use __builtin for various mem* and b* (e.g. bzero) routines. 5 years ago
bcopy.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
bsearch.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
cmpdi2.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
divdi3.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
explicit_bzero.c d427f43c25 Remove duplicated code. 9 years ago
ffs.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
ffsl.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
ffsll.c 65327c21ed libkern: ffs, fls: s/4/3/ the 3rd BSD clause 8 years ago
fls.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
flsl.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
flsll.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
fnmatch.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
gsb_crc32.c 66245bc536 arm64: check for CRC32 support via HWCAP 3 years ago
iconv.c 7029da5c36 Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 4 years ago
iconv_converter_if.m d122d78412 Switch to our preferred 2-clause BSD license. 14 years ago
iconv_ucs.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
iconv_xlat.c 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
iconv_xlat16.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
inet_aton.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
inet_ntoa.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
inet_ntop.c 109c1de8ba Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general 13 years ago
inet_pton.c 710becdd96 Remove pre-FreeBSD 7.0 compatibility. 4 years ago
jenkins_hash.c 0af1b47258 s/ is is / is /g 11 years ago
lshrdi3.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
mcount.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
memcchr.c 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
memchr.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
memcmp.c ba96f37758 Use __builtin for various mem* and b* (e.g. bzero) routines. 5 years ago
memmem.c 484820d442 libkern: Remove obsolete 'register' keyword 7 years ago
memset.c ba96f37758 Use __builtin for various mem* and b* (e.g. bzero) routines. 5 years ago
moddi3.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
murmur3_32.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
qdivrem.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
qsort.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
qsort_r.c d6ea02625f /* -> /*- for copyright notices, minor format tweaks as necessary 19 years ago
quad.h 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
random.c 8a0edc914f Add prng(9) API 3 years ago
scanc.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
strcasecmp.c df57947f08 spdx: initial adoption of licensing ID tags. 6 years ago
strcasestr.c bc86103335 libkern/strcasestr.c: Drop xlocale support and connect to build. 3 years ago
strcat.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
strchr.c 3d825c42ca str(r)chr: Replace union abuse with __DECONST 5 years ago
strchrnul.c 2b0ebb77e4 libkern: Implement strchrnul(3) 4 years ago
strcmp.c 849aef496d Port the NetBSD KCSAN runtime to FreeBSD. 4 years ago
strcpy.c 849aef496d Port the NetBSD KCSAN runtime to FreeBSD. 4 years ago
strcspn.c 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
strdup.c 744799ead2 Add non-sleepable strdup variant strdup_flags 5 years ago
strlcat.c 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
strlcpy.c e38b830780 Sync strlcpy with userland version, again 5 years ago
strlen.c 849aef496d Port the NetBSD KCSAN runtime to FreeBSD. 4 years ago
strncat.c 85b648927a libkern: use nul for terminating char rather than 0 6 years ago
strncmp.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
strncpy.c 85b648927a libkern: use nul for terminating char rather than 0 6 years ago
strndup.c 3914ddf8a7 Bring in the new automounter, similar to what's provided in most other 9 years ago
strnlen.c 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
strrchr.c 3d825c42ca str(r)chr: Replace union abuse with __DECONST 5 years ago
strsep.c 85b648927a libkern: use nul for terminating char rather than 0 6 years ago
strspn.c 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
strstr.c 85b648927a libkern: use nul for terminating char rather than 0 6 years ago
strtol.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
strtoq.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
strtoul.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
strtouq.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
strvalid.c 8a36da99de sys/kern: adoption of SPDX licensing ID tags. 6 years ago
timingsafe_bcmp.c 08fca7a56b Add some new modes to OpenCrypto. These modes are AES-ICM (can be used 9 years ago
ucmpdi2.c 1060326fb6 libkern: clean up empty lines in .c and .h files 3 years ago
udivdi3.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago
umoddi3.c 51369649b0 sys: further adoption of SPDX licensing ID tags. 6 years ago