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