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