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