History log of /freebsd/libexec/rc/ (Results 1 – 25 of 373)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3c61bbeb27-Oct-2024 Keve Müller <kevemueller@users.noreply.github.com>

Update rc.initdiskless, fix error handling of remount_optional

chkerr() ignores the exit code of a preceding mount command in case a
file ```remount_optional``` exists. The check is performed and a

Update rc.initdiskless, fix error handling of remount_optional

chkerr() ignores the exit code of a preceding mount command in case a
file ```remount_optional``` exists. The check is performed and a
subshell is launched to log the informational message and return. The
return is executed in the context of the subshell, not the context of
the chkerr() function, hence is a NOP. The remount_optional check is
hence ineffective.

Change the code to if/then/fi, so the return is evaluated in the context
of the chkerr function, to make the check effective.

Reviewed by: imp, emaste
Pull Request: https://github.com/freebsd/freebsd-src/pull/1497

show more ...


/freebsd/.git-blame-ignore-revs
/freebsd/Makefile
/freebsd/Makefile.inc1
/freebsd/ObsoleteFiles.inc
/freebsd/RELNOTES
/freebsd/UPDATING
/freebsd/bin/kill/kill.1
/freebsd/bin/ls/ls.1
/freebsd/bin/ls/ls.c
/freebsd/bin/ls/print.c
/freebsd/bin/ls/util.c
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/dt_ident.c
/freebsd/cddl/usr.sbin/dtrace/tests/dtrace.test.mk
/freebsd/contrib/arm-optimized-routines/MAINTAINERS
/freebsd/contrib/arm-optimized-routines/Makefile
/freebsd/contrib/arm-optimized-routines/README
/freebsd/contrib/arm-optimized-routines/config.mk.dist
/freebsd/contrib/arm-optimized-routines/math/Dir.mk
/freebsd/contrib/arm-optimized-routines/math/README.contributors
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/acos.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/acosf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/acosh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/acoshf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/asin.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/asinf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/asinh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/asinhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/atan.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/atan2.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/atan2f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/atanf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/atanh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/atanhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cbrt.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cbrtf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cexpi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cexpif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cos.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cosf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cosh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/coshf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cospi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/cospif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/erf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/erfc.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/erfcf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/erff.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/exp.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/exp10.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/exp10f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/exp2.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/exp2f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/exp2f_1u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/expf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/expf_1u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/expm1.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/expm1f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/finite_pow.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/hypot.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/hypotf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/log.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/log10.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/log10f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/log1p.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/log1pf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/log2.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/log2f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/logf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/modf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/modff.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/pow.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/powf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sin.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sincos.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sincosf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sincospi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sincospif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sinf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sinh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sinhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sinpi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/sinpif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/tan.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/tanf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/tanh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/tanhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/tanpi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/tanpif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_expf_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_expm1_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_expm1f_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_log1p_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_log1pf_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_log_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_math.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_poly_f32.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_poly_f64.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_sincos_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_sincosf_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_sincospi_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/v_sincospif_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/cospi_3u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/cospif_2u6.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/README.contributors
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/acos_2u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/acosf_1u4.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/acosh_3u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/acoshf_2u8.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/erfinv_25u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/erfinvf_5u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/v_logf_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asin_3u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asin_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asinf_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asinf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asinh_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asinh_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asinhf_3u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/asinhf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atan2_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atan2f_3u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atan_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atan_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atan_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atanf_2u9.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atanf_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atanf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atanh_3u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/atanhf_3u1.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/cbrt_2u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/cbrt_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/cbrtf_1u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/cbrtf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/cosh_2u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/coshf_1u9.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/erf_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/erfc_1u8.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/erfcf_1u7.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/erff_2u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/erfinv_24u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/erfinvf_4u7.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/erfinvl.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/exp_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/expf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/expm1_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/expm1_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/expm1f_1u6.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/expm1f_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/log10_2u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/log10_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/log1p_2u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/log1p_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/log1pf_2u1.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/log1pf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sinh_3u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sinhf_2u3.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/erfinv_25u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/erfinvf_5u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/powi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/powif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/sv_logf_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/tanf_3u3.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/tanf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/tanh_3u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/tanhf_2u6.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sincospi_4u.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sincospif_3u2.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sinpi_3u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sinpif_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/acos.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/acosf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/acosh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/acoshf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/asin.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/asinf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/asinh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/asinhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/atan.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/atan2.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/atan2f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/atanf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/atanh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/atanhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cbrt.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cbrtf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cexpi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cexpif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cos.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cosf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cosh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/coshf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cospi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/cospif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/erf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/erfc.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/erfcf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/erff.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/exp.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/exp10.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/exp10f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/exp2.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/exp2f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/expf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/expm1.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/expm1f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/hypot.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/hypotf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/log.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/log10.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/log10f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/log1p.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/log1pf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/log2.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/log2f.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/logf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/modf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/modff.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/pow.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/powf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sin.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sincos.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sincosf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sincospi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sincospif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sinf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sinh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sinhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sinpi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sinpif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_expf_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_expm1f_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_log1p_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_log1pf_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_log_inline.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_math.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_poly_f32.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_poly_f64.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_poly_generic.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_sincos_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_sincosf_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_sincospi_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/sv_sincospif_common.h
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/tan.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/tanf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/tanh.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/tanhf.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/tanpi.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/tanpif.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/tanpi_2u5.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/tanpif_3u1.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_erf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_erfc_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_erfcf_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_erff_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_exp_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_exp_tail_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_log10_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_log2_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_log_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_pow_exp_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_pow_log_data.c
/freebsd/contrib/arm-optimized-routines/math/aarch64/v_powf_data.c
/freebsd/contrib/arm-optimized-routines/math/cosf.c
/freebsd/contrib/arm-optimized-routines/math/erf.c
/freebsd/contrib/arm-optimized-routines/math/erff.c
/freebsd/contrib/arm-optimized-routines/math/exp.c
/freebsd/contrib/arm-optimized-routines/math/exp10.c
/freebsd/contrib/arm-optimized-routines/math/exp2.c
/freebsd/contrib/arm-optimized-routines/math/exp2f.c
/freebsd/contrib/arm-optimized-routines/math/expf.c
/freebsd/contrib/arm-optimized-routines/math/include/mathlib.h
/freebsd/contrib/arm-optimized-routines/math/include/test_defs.h
/freebsd/contrib/arm-optimized-routines/math/include/test_sig.h
/freebsd/contrib/arm-optimized-routines/math/log.c
/freebsd/contrib/arm-optimized-routines/math/log10f.c
/freebsd/contrib/arm-optimized-routines/math/log2.c
/freebsd/contrib/arm-optimized-routines/math/log2f.c
/freebsd/contrib/arm-optimized-routines/math/logf.c
/freebsd/contrib/arm-optimized-routines/math/logf_data.c
/freebsd/contrib/arm-optimized-routines/math/math_config.h
/freebsd/contrib/arm-optimized-routines/math/poly_generic.h
/freebsd/contrib/arm-optimized-routines/math/poly_scalar_f32.h
/freebsd/contrib/arm-optimized-routines/math/poly_scalar_f64.h
/freebsd/contrib/arm-optimized-routines/math/pow.c
/freebsd/contrib/arm-optimized-routines/math/powf.c
/freebsd/contrib/arm-optimized-routines/math/sincosf.c
/freebsd/contrib/arm-optimized-routines/math/sincosf.h
/freebsd/contrib/arm-optimized-routines/math/sinf.c
/freebsd/contrib/arm-optimized-routines/math/test/mathbench.c
/freebsd/contrib/arm-optimized-routines/math/test/mathbench_funcs.h
/freebsd/contrib/arm-optimized-routines/math/test/mathbench_wrappers.h
/freebsd/contrib/arm-optimized-routines/math/test/mathtest.c
/freebsd/contrib/arm-optimized-routines/math/test/rtest/dotest.c
/freebsd/contrib/arm-optimized-routines/math/test/runulp.sh
/freebsd/contrib/arm-optimized-routines/math/test/test_defs.h
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/acos.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/acosf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/acosh.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/acoshf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/asin.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/asinf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/asinh.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/asinhf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/atan.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/atan2.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/atan2f.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/atanf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/atanh.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/atanhf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/cbrtf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/cosh.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/coshf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/erfc.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/erfcf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/expm1.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/expm1f.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/log10.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/log10f.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/log1p.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/log1pf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/sinh.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/sinhf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/tanf.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/tanh.tst
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/tanhf.tst
/freebsd/contrib/arm-optimized-routines/math/test/trigpi_references.h
/freebsd/contrib/arm-optimized-routines/math/test/ulp.c
/freebsd/contrib/arm-optimized-routines/math/test/ulp.h
/freebsd/contrib/arm-optimized-routines/math/test/ulp_funcs.h
/freebsd/contrib/arm-optimized-routines/math/test/ulp_wrappers.h
/freebsd/contrib/arm-optimized-routines/math/tgamma128.c
/freebsd/contrib/arm-optimized-routines/math/tools/asin.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/asinf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/asinh.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/asinhf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/atan.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/atanf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/cbrt.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/cbrtf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/erf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/erfc.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/erfcf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/erff.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/exp10.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/expm1.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/expm1f.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/log10.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/log10f.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/log1p.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/log1pf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/sincos.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/sincosf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/sinpi.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/tan.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/tanf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/tanpi.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/v_erf.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/v_erfc.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/v_log10.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/v_log10f.sollya
/freebsd/contrib/arm-optimized-routines/math/tools/v_log2f.sollya
/freebsd/contrib/arm-optimized-routines/networking/Dir.mk
/freebsd/contrib/arm-optimized-routines/string/Dir.mk
/freebsd/contrib/arm-optimized-routines/string/aarch64/__mtag_tag_region.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/__mtag_tag_zero_region.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/asmdefs.h
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/memchr-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/memcmp-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/stpcpy-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strchr-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strchrnul-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strcmp-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strcpy-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strlen-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strncmp-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strnlen-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/strrchr-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memchr-mte.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memchr.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memcmp.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memcpy-advsimd.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memcpy-mops.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memcpy-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memcpy.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memmove-mops.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memrchr.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memset-mops.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memset-sve.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/memset.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strchr-mte.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strchr.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strchrnul-mte.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strchrnul.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strcmp.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strcpy.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strlen-mte.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strlen.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strncmp.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strnlen.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strrchr-mte.S
/freebsd/contrib/arm-optimized-routines/string/aarch64/strrchr.S
/freebsd/contrib/arm-optimized-routines/string/bench/memcpy.c
/freebsd/contrib/arm-optimized-routines/string/bench/memset.c
/freebsd/contrib/arm-optimized-routines/string/bench/strlen.c
/freebsd/contrib/arm-optimized-routines/string/include/benchlib.h
/freebsd/contrib/arm-optimized-routines/string/include/stringlib.h
/freebsd/contrib/arm-optimized-routines/string/test/memcpy.c
/freebsd/contrib/arm-optimized-routines/string/test/memmove.c
/freebsd/contrib/arm-optimized-routines/string/test/memset.c
/freebsd/contrib/bsnmp/lib/snmpclient.c
/freebsd/contrib/llvm-project/clang/lib/Driver/Driver.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Hexagon.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineParser.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDeclCXX.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_interceptors.cpp
/freebsd/contrib/llvm-project/libcxx/include/__config
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/WasmObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
/freebsd/contrib/netcat/nc.1
/freebsd/contrib/netcat/netcat.c
/freebsd/contrib/pf/ftp-proxy/filter.c
/freebsd/contrib/pf/tftp-proxy/filter.c
/freebsd/contrib/spleen/ChangeLog
/freebsd/contrib/spleen/LICENSE
/freebsd/contrib/spleen/README.md
/freebsd/contrib/spleen/spleen-12x24.bdf
/freebsd/contrib/spleen/spleen-16x32.bdf
/freebsd/contrib/spleen/spleen-32x64.bdf
/freebsd/contrib/spleen/spleen-5x8.bdf
/freebsd/contrib/spleen/spleen-6x12.bdf
/freebsd/contrib/spleen/spleen-8x16.bdf
/freebsd/contrib/tcp_wrappers/tcpd.c
/freebsd/contrib/tzdata/Makefile
/freebsd/contrib/tzdata/NEWS
/freebsd/contrib/tzdata/antarctica
/freebsd/contrib/tzdata/asia
/freebsd/contrib/tzdata/australasia
/freebsd/contrib/tzdata/checknow.awk
/freebsd/contrib/tzdata/checktab.awk
/freebsd/contrib/tzdata/etcetera
/freebsd/contrib/tzdata/europe
/freebsd/contrib/tzdata/factory
/freebsd/contrib/tzdata/leap-seconds.list
/freebsd/contrib/tzdata/leapseconds
/freebsd/contrib/tzdata/northamerica
/freebsd/contrib/tzdata/southamerica
/freebsd/contrib/tzdata/theory.html
/freebsd/contrib/tzdata/version
/freebsd/contrib/tzdata/zone.tab
/freebsd/contrib/tzdata/zone1970.tab
/freebsd/contrib/tzdata/zonenow.tab
/freebsd/include/assert.h
/freebsd/include/limits.h
/freebsd/lib/clang/include/VCSVersion.inc
/freebsd/lib/clang/include/clang/Basic/Version.inc
/freebsd/lib/clang/include/lld/Common/Version.inc
/freebsd/lib/clang/include/lldb/Version/Version.inc
/freebsd/lib/clang/include/llvm/Config/config.h
/freebsd/lib/clang/include/llvm/Config/llvm-config.h
/freebsd/lib/clang/include/llvm/Support/VCSRevision.h
/freebsd/lib/csu/common/crtbrand.S
/freebsd/lib/csu/common/feature_note.S
/freebsd/lib/csu/common/ignore_init_note.S
/freebsd/lib/geom/concat/gconcat.8
/freebsd/lib/geom/mirror/gmirror.8
/freebsd/lib/geom/raid/graid.8
/freebsd/lib/geom/raid3/graid3.8
/freebsd/lib/geom/stripe/gstripe.8
/freebsd/lib/lib80211/regdomain.xml
/freebsd/lib/libc/aarch64/string/Makefile.inc
/freebsd/lib/libc/aarch64/string/bcopy.c
/freebsd/lib/libc/aarch64/string/bzero.c
/freebsd/lib/libc/aarch64/string/memccpy.S
/freebsd/lib/libc/aarch64/string/memchr.S
/freebsd/lib/libc/aarch64/string/memcpy.S
/freebsd/lib/libc/aarch64/string/strcat.c
/freebsd/lib/libc/aarch64/string/strcmp.S
/freebsd/lib/libc/aarch64/string/strcspn.S
/freebsd/lib/libc/aarch64/string/strlcat.c
/freebsd/lib/libc/aarch64/string/strlcpy.S
/freebsd/lib/libc/aarch64/string/strlen.S
/freebsd/lib/libc/aarch64/string/strncat.c
/freebsd/lib/libc/aarch64/string/strncmp.S
/freebsd/lib/libc/aarch64/string/strpbrk.c
/freebsd/lib/libc/aarch64/string/strsep.c
/freebsd/lib/libc/aarch64/string/strspn.S
/freebsd/lib/libc/aarch64/string/timingsafe_bcmp.S
/freebsd/lib/libc/aarch64/string/timingsafe_memcmp.S
/freebsd/lib/libc/gen/getentropy.3
/freebsd/lib/libc/gen/getentropy.c
/freebsd/lib/libc/rpc/Makefile.inc
/freebsd/lib/libc/string/swab.c
/freebsd/lib/libc/tests/gen/getentropy_test.c
/freebsd/lib/libiscsiutil/libiscsiutil.h
/freebsd/lib/libiscsiutil/utils.c
/freebsd/lib/libmagic/config.h
/freebsd/lib/libnvmf/internal.h
/freebsd/lib/libnvmf/libnvmf.h
/freebsd/lib/libnvmf/nvmf_host.c
/freebsd/lib/libnvmf/nvmf_tcp.c
/freebsd/lib/libnvmf/nvmf_transport.c
/freebsd/lib/libpfctl/libpfctl.c
/freebsd/lib/libpfctl/libpfctl.h
/freebsd/lib/libsecureboot/Makefile.inc
/freebsd/lib/libsecureboot/README.rst
/freebsd/lib/libsecureboot/openpgp/opgp_sig.c
/freebsd/lib/libsecureboot/vets.c
/freebsd/lib/libsys/munmap.2
/freebsd/lib/libsys/setfib.2
/freebsd/lib/libthr/thread/thr_create.c
/freebsd/lib/libthr/thread/thr_init.c
/freebsd/lib/libthr/thread/thr_list.c
/freebsd/lib/libthr/thread/thr_mutex.c
/freebsd/lib/libthr/thread/thr_sleepq.c
/freebsd/lib/libusb/libusb10.c
/freebsd/lib/libusb/libusb10.h
/freebsd/lib/libusb/libusb10_hotplug.c
rc.initdiskless
/freebsd/libexec/rtld-elf/amd64/reloc.c
/freebsd/libexec/rtld-elf/i386/reloc.c
/freebsd/libexec/rtld-elf/map_object.c
/freebsd/libexec/rtld-elf/rtld.c
/freebsd/libexec/tcpd/Makefile
/freebsd/release/Makefile.oci
/freebsd/release/tools/oci-image-static.conf
/freebsd/sbin/Makefile
/freebsd/sbin/bsdlabel/bsdlabel.8
/freebsd/sbin/ccdconfig/ccdconfig.8
/freebsd/sbin/dumpon/dumpon.c
/freebsd/sbin/fdisk/fdisk.c
/freebsd/sbin/ffsinfo/ffsinfo.8
/freebsd/sbin/ffsinfo/ffsinfo.c
/freebsd/sbin/geom/core/geom.8
/freebsd/sbin/growfs/debug.c
/freebsd/sbin/growfs/growfs.8
/freebsd/sbin/ifconfig/carp.c
/freebsd/sbin/ifconfig/ifieee80211.c
/freebsd/sbin/kldstat/kldstat.8
/freebsd/sbin/newfs/newfs.8
/freebsd/sbin/nvmecontrol/connect.c
/freebsd/sbin/nvmecontrol/fabrics.c
/freebsd/sbin/nvmecontrol/fabrics.h
/freebsd/sbin/nvmecontrol/nvmecontrol.8
/freebsd/sbin/nvmecontrol/reconnect.c
/freebsd/sbin/pfctl/parse.y
/freebsd/sbin/pfctl/pfctl.c
/freebsd/sbin/pfctl/pfctl.h
/freebsd/sbin/pfctl/pfctl_optimize.c
/freebsd/sbin/pfctl/pfctl_parser.c
/freebsd/sbin/pfctl/pfctl_parser.h
/freebsd/sbin/pfctl/pfctl_radix.c
/freebsd/sbin/pfctl/pfctl_table.c
/freebsd/sbin/pfctl/tests/files/pf1025.in
/freebsd/sbin/pfctl/tests/files/pf1025.ok
/freebsd/sbin/pfctl/tests/files/pf1026.in
/freebsd/sbin/pfctl/tests/files/pf1026.ok
/freebsd/sbin/pfctl/tests/files/pf1027.in
/freebsd/sbin/pfctl/tests/files/pf1027.ok
/freebsd/sbin/pfctl/tests/pfctl_test_list.inc
/freebsd/sbin/reboot/reboot.c
/freebsd/sbin/savecore/savecore.c
/freebsd/sbin/savecore/tests/Makefile
/freebsd/sbin/savecore/tests/livedump_test.sh
/freebsd/sbin/savecore/tests/log_test.sh
/freebsd/sbin/sysctl/sysctl.8
/freebsd/sbin/sysctl/sysctl.c
/freebsd/sbin/umbctl/Makefile
/freebsd/sbin/umbctl/umbctl.8
/freebsd/sbin/umbctl/umbctl.c
/freebsd/share/man/man4/Makefile
/freebsd/share/man/man4/ccd.4
/freebsd/share/man/man4/dummymbuf.4
/freebsd/share/man/man4/firewire.4
/freebsd/share/man/man4/mlx.4
/freebsd/share/man/man4/ng_ksocket.4
/freebsd/share/man/man4/umb.4
/freebsd/share/man/man4/vmm.4
/freebsd/share/man/man5/pf.conf.5
/freebsd/share/man/man5/src.conf.5
/freebsd/share/man/man7/build.7
/freebsd/share/man/man7/development.7
/freebsd/share/man/man7/simd.7
/freebsd/share/man/man7/tuning.7
/freebsd/share/man/man9/BUS_CHILD_DETACHED.9
/freebsd/share/man/man9/BUS_CONFIG_INTR.9
/freebsd/share/man/man9/BUS_HINTED_CHILD.9
/freebsd/share/man/man9/DEVICE_IDENTIFY.9
/freebsd/share/man/man9/Makefile
/freebsd/share/man/man9/bus_generic_print_child.9
/freebsd/share/man/man9/cdefs.9
/freebsd/share/man/man9/intr_event.9
/freebsd/share/man/man9/mi_switch.9
/freebsd/share/misc/committers-doc.dot
/freebsd/share/misc/pci_vendors
/freebsd/share/misc/usb_vendors
/freebsd/share/mk/bsd.compiler.mk
/freebsd/share/mk/bsd.cpu.mk
/freebsd/share/mk/bsd.lib.mk
/freebsd/share/mk/bsd.opts.mk
/freebsd/share/mk/bsd.prog.mk
/freebsd/stand/defs.mk
/freebsd/stand/efi/libefi/efihttp.c
/freebsd/stand/efi/loader/copy.c
/freebsd/stand/efi/loader/main.c
/freebsd/stand/kshim/bsd_kernel.c
/freebsd/stand/kshim/bsd_kernel.h
/freebsd/stand/lua/drawer.lua
/freebsd/stand/lua/gfx-orb.lua
/freebsd/stand/lua/gfx-orbbw.lua
/freebsd/stand/lua/menu.lua
/freebsd/stand/usb/Makefile
/freebsd/stand/usb/storage/umass_common.c
/freebsd/stand/usb/test/Makefile
/freebsd/sys/amd64/amd64/fpu.c
/freebsd/sys/amd64/amd64/pmap.c
/freebsd/sys/amd64/include/param.h
/freebsd/sys/amd64/include/vmm.h
/freebsd/sys/amd64/vmm/vmm.c
/freebsd/sys/amd64/vmm/vmm_dev_machdep.c
/freebsd/sys/amd64/vmm/vmm_mem.c
/freebsd/sys/amd64/vmm/vmm_mem.h
/freebsd/sys/arm/allwinner/aw_usbphy.c
/freebsd/sys/arm/arm/generic_timer.c
/freebsd/sys/arm/arm/minidump_machdep.c
/freebsd/sys/arm/include/param.h
/freebsd/sys/arm/mv/clk/armada38x_gateclk.c
/freebsd/sys/arm64/apple/apple_aic.c
/freebsd/sys/arm64/arm64/cpu_feat.c
/freebsd/sys/arm64/arm64/identcpu.c
/freebsd/sys/arm64/arm64/locore.S
/freebsd/sys/arm64/arm64/machdep.c
/freebsd/sys/arm64/arm64/mp_machdep.c
/freebsd/sys/arm64/arm64/nexus.c
/freebsd/sys/arm64/arm64/pmap.c
/freebsd/sys/arm64/arm64/ptrauth.c
/freebsd/sys/arm64/conf/std.rockchip
/freebsd/sys/arm64/include/armreg.h
/freebsd/sys/arm64/include/cpu_feat.h
/freebsd/sys/arm64/include/cpufunc.h
/freebsd/sys/arm64/include/hypervisor.h
/freebsd/sys/arm64/include/param.h
/freebsd/sys/arm64/include/pmap.h
/freebsd/sys/arm64/include/pte.h
/freebsd/sys/arm64/vmm/vmm.c
/freebsd/sys/arm64/vmm/vmm_arm64.c
/freebsd/sys/cam/scsi/scsi_all.c
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
/freebsd/sys/cddl/dev/dtrace/aarch64/dtrace_subr.c
/freebsd/sys/compat/freebsd32/freebsd32.h
/freebsd/sys/compat/freebsd32/freebsd32_misc.c
/freebsd/sys/compat/linuxkpi/common/include/linux/seqlock.h
/freebsd/sys/compat/linuxkpi/common/include/net/mac80211.h
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.h
/freebsd/sys/conf/NOTES
/freebsd/sys/conf/files
/freebsd/sys/conf/files.arm64
/freebsd/sys/conf/files.riscv
/freebsd/sys/conf/options
/freebsd/sys/contrib/dev/iwlwifi/mvm/debugfs-vif.c
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-2-start.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-3-deps.sh
/freebsd/sys/contrib/openzfs/.github/workflows/zfs-qemu.yml
/freebsd/sys/contrib/openzfs/cmd/zfs/zfs_main.c
/freebsd/sys/contrib/openzfs/config/kernel-pin-user-pages.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-iov_iter.m4
/freebsd/sys/contrib/openzfs/config/kernel-xattr-handler.m4
/freebsd/sys/contrib/openzfs/config/kernel.m4
/freebsd/sys/contrib/openzfs/config/user.m4
/freebsd/sys/contrib/openzfs/config/zfs-build.m4
/freebsd/sys/contrib/openzfs/etc/systemd/system/zfs-mount.service.in
/freebsd/sys/contrib/openzfs/include/libzutil.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/uio.h
/freebsd/sys/contrib/openzfs/include/sys/zvol_impl.h
/freebsd/sys/contrib/openzfs/lib/libspl/backtrace.c
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/uio.h
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_changelist.c
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_pool.c
/freebsd/sys/contrib/openzfs/man/man4/zfs.4
/freebsd/sys/contrib/openzfs/module/Makefile.in
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/vdev_geom.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/vdev_label_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/arc_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_disk.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_uio.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_vfsops.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_file.c
/freebsd/sys/contrib/openzfs/module/zcommon/simd_stat.c
/freebsd/sys/contrib/openzfs/module/zcommon/zpool_prop.c
/freebsd/sys/contrib/openzfs/module/zfs/brt.c
/freebsd/sys/contrib/openzfs/module/zfs/dbuf.c
/freebsd/sys/contrib/openzfs/module/zfs/spa.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_raidz.c
/freebsd/sys/contrib/openzfs/module/zfs/zap_micro.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_vnops.c
/freebsd/sys/contrib/openzfs/module/zfs/zio.c
/freebsd/sys/contrib/openzfs/module/zfs/zvol.c
/freebsd/sys/contrib/openzfs/rpm/generic/zfs-kmod.spec.in
/freebsd/sys/contrib/openzfs/rpm/redhat/zfs-kmod.spec.in
/freebsd/sys/contrib/openzfs/scripts/Makefile.am
/freebsd/sys/contrib/openzfs/tests/runfiles/common.run
/freebsd/sys/contrib/openzfs/tests/runfiles/linux.run
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/blkdev.shlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_all_fail.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_status.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/zpool_set_clear_userprop.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/zpool_set_common.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/suspend_on_probe_errors.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/cleanup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/cleanup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_001_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_002_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_003_neg.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_003_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_004_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_005_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/redacted_panic.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy_draid.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy_draid_damaged1.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy_draid_damaged2.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/redundancy_raidz.ksh
/freebsd/sys/contrib/zstd/lib/freebsd/assert.h
/freebsd/sys/dev/acpica/acpi_ged.c
/freebsd/sys/dev/amdsmn/amdsmn.c
/freebsd/sys/dev/amdtemp/amdtemp.c
/freebsd/sys/dev/cpufreq/cpufreq_dt.c
/freebsd/sys/dev/cxgbe/tom/t4_cpl_io.c
/freebsd/sys/dev/cxgbe/tom/t4_tom.h
/freebsd/sys/dev/enic/cq_desc.h
/freebsd/sys/dev/enic/enic.h
/freebsd/sys/dev/enic/enic_res.c
/freebsd/sys/dev/enic/enic_res.h
/freebsd/sys/dev/enic/enic_txrx.c
/freebsd/sys/dev/enic/if_enic.c
/freebsd/sys/dev/enic/vnic_cq.h
/freebsd/sys/dev/enic/vnic_dev.c
/freebsd/sys/dev/enic/vnic_dev.h
/freebsd/sys/dev/enic/vnic_intr.c
/freebsd/sys/dev/enic/vnic_intr.h
/freebsd/sys/dev/enic/vnic_resource.h
/freebsd/sys/dev/enic/vnic_rq.c
/freebsd/sys/dev/enic/vnic_rq.h
/freebsd/sys/dev/enic/vnic_rss.h
/freebsd/sys/dev/enic/vnic_wq.c
/freebsd/sys/dev/enic/vnic_wq.h
/freebsd/sys/dev/firmware/arm/scmi.c
/freebsd/sys/dev/firmware/arm/scmi.h
/freebsd/sys/dev/firmware/arm/scmi_mailbox.c
/freebsd/sys/dev/firmware/arm/scmi_shmem.c
/freebsd/sys/dev/firmware/arm/scmi_shmem.h
/freebsd/sys/dev/firmware/arm/scmi_smc.c
/freebsd/sys/dev/firmware/arm/scmi_virtio.c
/freebsd/sys/dev/isp/isp_freebsd.c
/freebsd/sys/dev/isp/isp_freebsd.h
/freebsd/sys/dev/iwm/if_iwm.c
/freebsd/sys/dev/iwm/if_iwmreg.h
/freebsd/sys/dev/iwm/if_iwmvar.h
/freebsd/sys/dev/mlx5/mlx5_accel/ipsec.h
/freebsd/sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
/freebsd/sys/dev/nvmf/host/nvmf.c
/freebsd/sys/dev/nvmf/host/nvmf_var.h
/freebsd/sys/dev/nvmf/nvmf.h
/freebsd/sys/dev/nvmf/nvmf_tcp.h
/freebsd/sys/dev/ofw/ofw_cpu.c
/freebsd/sys/dev/pci/pci.c
/freebsd/sys/dev/pci/pci_host_generic.c
/freebsd/sys/dev/psci/smccc_errata.c
/freebsd/sys/dev/rtwn/if_rtwn.c
/freebsd/sys/dev/rtwn/if_rtwn_ridx.h
/freebsd/sys/dev/rtwn/if_rtwn_rx.c
/freebsd/sys/dev/rtwn/if_rtwn_rx.h
/freebsd/sys/dev/rtwn/if_rtwnvar.h
/freebsd/sys/dev/rtwn/rtl8192c/r92c_tx.c
/freebsd/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c
/freebsd/sys/dev/rtwn/rtl8192e/r92e_chan.c
/freebsd/sys/dev/rtwn/rtl8192e/r92e_init.c
/freebsd/sys/dev/rtwn/rtl8192e/r92e_rf.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_tx.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_var.h
/freebsd/sys/dev/rtwn/rtl8812a/usb/r12au_attach.c
/freebsd/sys/dev/rtwn/rtl8812a/usb/r12au_init.c
/freebsd/sys/dev/rtwn/rtl8821a/usb/r21au_attach.c
/freebsd/sys/dev/sound/pcm/channel.c
/freebsd/sys/dev/sound/pcm/channel.h
/freebsd/sys/dev/sound/pcm/sound.h
/freebsd/sys/dev/uart/uart_bus.h
/freebsd/sys/dev/uart/uart_cpu_acpi.c
/freebsd/sys/dev/uart/uart_dev_pl011.c
/freebsd/sys/dev/usb/controller/musb_otg_allwinner.c
/freebsd/sys/dev/usb/net/if_umb.c
/freebsd/sys/dev/usb/net/if_umbreg.h
/freebsd/sys/dev/usb/net/if_ure.c
/freebsd/sys/dev/usb/net/mbim.h
/freebsd/sys/dev/usb/usbdevs
/freebsd/sys/dev/vmm/vmm_dev.c
/freebsd/sys/dev/vmware/pvscsi/pvscsi.c
/freebsd/sys/dts/freebsd-compatible.dts
/freebsd/sys/fs/nfs/nfs_commonsubs.c
/freebsd/sys/fs/nfs/nfs_var.h
/freebsd/sys/fs/nfs/nfsproto.h
/freebsd/sys/fs/nfsclient/nfs_clrpcops.c
/freebsd/sys/fs/nfsclient/nfs_clstate.c
/freebsd/sys/fs/nfsserver/nfs_nfsdstate.c
/freebsd/sys/fs/tmpfs/tmpfs_vnops.c
/freebsd/sys/i386/include/param.h
/freebsd/sys/kern/kern_clock.c
/freebsd/sys/kern/kern_descrip.c
/freebsd/sys/kern/kern_intr.c
/freebsd/sys/kern/kern_ktrace.c
/freebsd/sys/kern/kern_mbuf.c
/freebsd/sys/kern/kern_tc.c
/freebsd/sys/kern/subr_param.c
/freebsd/sys/kern/subr_syscall.c
/freebsd/sys/kern/subr_ticks.S
/freebsd/sys/kern/uipc_domain.c
/freebsd/sys/kern/uipc_ktls.c
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/kern/uipc_syscalls.c
/freebsd/sys/kern/uipc_usrreq.c
/freebsd/sys/kern/vfs_bio.c
/freebsd/sys/kern/vfs_default.c
/freebsd/sys/kern/vfs_subr.c
/freebsd/sys/kern/vfs_syscalls.c
/freebsd/sys/modules/dtrace/Makefile
/freebsd/sys/modules/geom/Makefile
/freebsd/sys/modules/iwlwifi/Makefile
/freebsd/sys/modules/rtw88/Makefile
/freebsd/sys/modules/usb/Makefile
/freebsd/sys/modules/usb/umb/Makefile
/freebsd/sys/modules/vmm/Makefile
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/net/dummymbuf.c
/freebsd/sys/net/if_ethersubr.c
/freebsd/sys/net/if_ipsec.c
/freebsd/sys/net/if_pflog.h
/freebsd/sys/net/if_types.h
/freebsd/sys/net/if_vxlan.c
/freebsd/sys/net/netisr.c
/freebsd/sys/net/pfvar.h
/freebsd/sys/net80211/ieee80211.c
/freebsd/sys/net80211/ieee80211_crypto.c
/freebsd/sys/net80211/ieee80211_ddb.c
/freebsd/sys/net80211/ieee80211_freebsd.h
/freebsd/sys/net80211/ieee80211_ht.c
/freebsd/sys/net80211/ieee80211_node.c
/freebsd/sys/net80211/ieee80211_node.h
/freebsd/sys/net80211/ieee80211_vht.c
/freebsd/sys/net80211/ieee80211_vht.h
/freebsd/sys/netgraph/ng_ksocket.c
/freebsd/sys/netinet/icmp6.h
/freebsd/sys/netinet/if_ether.c
/freebsd/sys/netinet/in_pcb.c
/freebsd/sys/netinet/in_pcb.h
/freebsd/sys/netinet/ip_input.c
/freebsd/sys/netinet/ip_output.c
/freebsd/sys/netinet/raw_ip.c
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/tcp_sack.c
/freebsd/sys/netinet/tcp_stacks/bbr.c
/freebsd/sys/netinet/tcp_stacks/rack.c
/freebsd/sys/netinet/tcp_usrreq.c
/freebsd/sys/netinet6/ip6_fastfwd.c
/freebsd/sys/netinet6/ip6_input.c
/freebsd/sys/netinet6/ip6_output.c
/freebsd/sys/netipsec/ipsec.c
/freebsd/sys/netipsec/ipsec.h
/freebsd/sys/netipsec/ipsec_output.c
/freebsd/sys/netipsec/ipsec_support.h
/freebsd/sys/netipsec/key.c
/freebsd/sys/netipsec/subr_ipsec.c
/freebsd/sys/netipsec/xform_tcp.c
/freebsd/sys/netlink/netlink_ctl.h
/freebsd/sys/netlink/netlink_domain.c
/freebsd/sys/netlink/netlink_generic.c
/freebsd/sys/netlink/netlink_glue.c
/freebsd/sys/netlink/netlink_message_writer.c
/freebsd/sys/netlink/netlink_message_writer.h
/freebsd/sys/netlink/netlink_snl.h
/freebsd/sys/netlink/netlink_snl_generic.h
/freebsd/sys/netlink/netlink_sysevent.c
/freebsd/sys/netlink/netlink_var.h
/freebsd/sys/netlink/route/iface.c
/freebsd/sys/netlink/route/neigh.c
/freebsd/sys/netlink/route/nexthop.c
/freebsd/sys/netlink/route/rt.c
/freebsd/sys/netpfil/pf/if_pflog.c
/freebsd/sys/netpfil/pf/if_pfsync.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf.h
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nl.h
/freebsd/sys/netpfil/pf/pf_norm.c
/freebsd/sys/netpfil/pf/pf_table.c
/freebsd/sys/powerpc/include/param.h
/freebsd/sys/powerpc/powerpc/cpu.c
/freebsd/sys/riscv/allwinner/files.allwinner
/freebsd/sys/riscv/conf/GENERIC
/freebsd/sys/riscv/conf/std.allwinner
/freebsd/sys/riscv/include/atomic.h
/freebsd/sys/riscv/include/cpufunc.h
/freebsd/sys/riscv/include/param.h
/freebsd/sys/riscv/include/pcpu.h
/freebsd/sys/riscv/riscv/machdep.c
/freebsd/sys/riscv/riscv/nexus.c
/freebsd/sys/riscv/vmm/riscv.h
/freebsd/sys/riscv/vmm/vmm.c
/freebsd/sys/riscv/vmm/vmm_fence.c
/freebsd/sys/riscv/vmm/vmm_fence.h
/freebsd/sys/riscv/vmm/vmm_riscv.c
/freebsd/sys/riscv/vmm/vmm_sbi.c
/freebsd/sys/rpc/clnt.h
/freebsd/sys/rpc/clnt_vc.c
/freebsd/sys/rpc/rpcb_clnt.c
/freebsd/sys/rpc/svc.h
/freebsd/sys/rpc/svc_generic.c
/freebsd/sys/rpc/svc_vc.c
/freebsd/sys/security/audit/audit.h
/freebsd/sys/sys/atomic_common.h
/freebsd/sys/sys/atomic_san.h
/freebsd/sys/sys/bus.h
/freebsd/sys/sys/interrupt.h
/freebsd/sys/sys/kernel.h
/freebsd/sys/sys/mbuf.h
/freebsd/sys/sys/mount.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/seqc.h
/freebsd/sys/sys/smr_types.h
/freebsd/sys/sys/socketvar.h
/freebsd/sys/sys/sockio.h
/freebsd/sys/sys/stat.h
/freebsd/sys/sys/timetc.h
/freebsd/sys/sys/vnode.h
/freebsd/sys/ufs/ffs/ffs_alloc.c
/freebsd/sys/ufs/ffs/ffs_extern.h
/freebsd/sys/ufs/ffs/ffs_snapshot.c
/freebsd/sys/ufs/ffs/ffs_softdep.c
/freebsd/sys/ufs/ffs/ffs_subr.c
/freebsd/sys/ufs/ffs/ffs_suspend.c
/freebsd/sys/ufs/ffs/ffs_vfsops.c
/freebsd/sys/ufs/ffs/fs.h
/freebsd/sys/ufs/ufs/ufs_vnops.c
/freebsd/sys/vm/uma.h
/freebsd/sys/vm/uma_core.c
/freebsd/sys/vm/vm_page.c
/freebsd/sys/vm/vm_pageout.c
/freebsd/sys/vm/vm_pagequeue.h
/freebsd/sys/x86/cpufreq/hwpstate_amd.c
/freebsd/sys/x86/include/fpu.h
/freebsd/sys/x86/x86/mp_x86.c
/freebsd/targets/pseudo/userland/Makefile.depend
/freebsd/tests/sys/aio/aio_kqueue_test.c
/freebsd/tests/sys/file/path_test.c
/freebsd/tests/sys/fs/fusefs/mockfs.cc
/freebsd/tests/sys/fs/fusefs/mockfs.hh
/freebsd/tests/sys/fs/fusefs/read.cc
/freebsd/tests/sys/fs/fusefs/utils.cc
/freebsd/tests/sys/fs/fusefs/utils.hh
/freebsd/tests/sys/netinet/Makefile
/freebsd/tests/sys/netinet/arp.sh
/freebsd/tests/sys/netinet/carp.sh
/freebsd/tests/sys/netinet/fibs_test.sh
/freebsd/tests/sys/netinet/so_reuseport_lb_test.c
/freebsd/tests/sys/netinet6/divert.sh
/freebsd/tests/sys/netlink/test_snl_generic.c
/freebsd/tests/sys/netpfil/pf/frag6.py
/freebsd/tests/sys/netpfil/pf/nat64.sh
/freebsd/tests/sys/netpfil/pf/pflog.sh
/freebsd/tests/sys/netpfil/pf/sctp.py
/freebsd/tests/sys/sound/Makefile
/freebsd/tests/sys/sound/pcm_read_write.c
/freebsd/tools/build/checkstyle9.pl
/freebsd/tools/build/depend-cleanup.sh
/freebsd/tools/build/options/WITHOUT_SSP
/freebsd/tools/build/options/WITHOUT_ZEROREGS
/freebsd/tools/build/options/WITH_SSP
/freebsd/tools/build/options/WITH_ZEROREGS
/freebsd/tools/tools/git/git-arc.1
/freebsd/usr.bin/Makefile
/freebsd/usr.bin/bintrans/bintrans.1
/freebsd/usr.bin/bintrans/qp.c
/freebsd/usr.bin/calendar/calendars/calendar.freebsd
/freebsd/usr.bin/genl/genl.1
/freebsd/usr.bin/genl/genl.c
/freebsd/usr.bin/iscsictl/Makefile
/freebsd/usr.bin/iscsictl/iscsictl.c
/freebsd/usr.bin/iscsictl/iscsictl.h
/freebsd/usr.bin/ktrace/ktrace.1
/freebsd/usr.bin/ktrace/subr.c
/freebsd/usr.bin/systat/sysput.c
/freebsd/usr.bin/vtfontcvt/vtfontcvt.c
/freebsd/usr.bin/xinstall/xinstall.c
/freebsd/usr.sbin/Makefile
/freebsd/usr.sbin/bhyve/net_backend_slirp.c
/freebsd/usr.sbin/bluetooth/iwmbtfw/main.c
/freebsd/usr.sbin/bsdinstall/scripts/zfsboot
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c
/freebsd/usr.sbin/certctl/certctl.sh
/freebsd/usr.sbin/ctld/ctld.c
/freebsd/usr.sbin/ctld/ctld.h
/freebsd/usr.sbin/ctld/discovery.c
/freebsd/usr.sbin/ctld/login.c
/freebsd/usr.sbin/ctld/parse.y
/freebsd/usr.sbin/ctld/uclparse.c
/freebsd/usr.sbin/fwget/fwget.sh
/freebsd/usr.sbin/fwget/pci/pci_video_amd
/freebsd/usr.sbin/jls/jls.8
/freebsd/usr.sbin/makefs/tests/makefs_zfs_tests.sh
/freebsd/usr.sbin/makefs/walk.c
/freebsd/usr.sbin/makefs/zfs/fs.c
/freebsd/usr.sbin/periodic/periodic.conf
/freebsd/usr.sbin/periodic/periodic.sh
/freebsd/usr.sbin/pkg/config.c
/freebsd/usr.sbin/pkg/config.h
/freebsd/usr.sbin/pkg/pkg.c
/freebsd/usr.sbin/pkg/rsa.c
/freebsd/usr.sbin/pmcannotate/pmcannotate.8
/freebsd/usr.sbin/pmcannotate/pmcannotate.c
/freebsd/usr.sbin/powerd/powerd.c
/freebsd/usr.sbin/rpcbind/rpcbind.c
/freebsd/usr.sbin/rtsold/rtsold.c
/freebsd/usr.sbin/syslogd/syslogd.c
/freebsd/usr.sbin/syslogd/syslogd.h
/freebsd/usr.sbin/syslogd/syslogd_cap_config.c
/freebsd/usr.sbin/syslogd/tests/syslogd_test.sh
872686b107-Jan-2025 Mark Johnston <markj@FreeBSD.org>

rc: Document rtadvd_flags

PR: 283696
MFC after: 1 week


/freebsd/.cirrus.yml
/freebsd/COPYRIGHT
/freebsd/Makefile.inc1
/freebsd/UPDATING
/freebsd/bin/timeout/timeout.1
/freebsd/bin/timeout/timeout.c
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/dt_parser.c
/freebsd/contrib/elftoolchain/libelftc/libelftc_bfdtarget.c
/freebsd/contrib/libder/.cirrus.yml
/freebsd/contrib/libder/.github/workflows/build.yml
/freebsd/contrib/libder/.gitignore
/freebsd/contrib/libder/CMakeLists.txt
/freebsd/contrib/libder/LICENSE
/freebsd/contrib/libder/README.md
/freebsd/contrib/libder/derdump/.gitignore
/freebsd/contrib/libder/derdump/CMakeLists.txt
/freebsd/contrib/libder/derdump/derdump.1
/freebsd/contrib/libder/derdump/derdump.c
/freebsd/contrib/libder/libder/CMakeLists.txt
/freebsd/contrib/libder/libder/libder.3
/freebsd/contrib/libder/libder/libder.c
/freebsd/contrib/libder/libder/libder.h
/freebsd/contrib/libder/libder/libder_error.c
/freebsd/contrib/libder/libder/libder_obj.3
/freebsd/contrib/libder/libder/libder_obj.c
/freebsd/contrib/libder/libder/libder_private.h
/freebsd/contrib/libder/libder/libder_read.3
/freebsd/contrib/libder/libder/libder_read.c
/freebsd/contrib/libder/libder/libder_type.3
/freebsd/contrib/libder/libder/libder_type.c
/freebsd/contrib/libder/libder/libder_write.3
/freebsd/contrib/libder/libder/libder_write.c
/freebsd/contrib/libder/tests/.gitignore
/freebsd/contrib/libder/tests/CMakeLists.txt
/freebsd/contrib/libder/tests/fuzz_parallel.c
/freebsd/contrib/libder/tests/fuzz_stream.c
/freebsd/contrib/libder/tests/fuzz_write.c
/freebsd/contrib/libder/tests/fuzzers.h
/freebsd/contrib/libder/tests/make_corpus.c
/freebsd/contrib/libder/tests/repo.priv
/freebsd/contrib/libder/tests/repo.pub
/freebsd/contrib/libder/tests/test_common.h
/freebsd/contrib/libder/tests/test_privkey.c
/freebsd/contrib/libder/tests/test_pubkey.c
/freebsd/contrib/nvi/CMakeLists.txt
/freebsd/contrib/nvi/common/common.h
/freebsd/contrib/nvi/common/log.c
/freebsd/contrib/nvi/common/options.c
/freebsd/contrib/nvi/man/vi.1
/freebsd/contrib/nvi/vi/vs_refresh.c
/freebsd/contrib/tcpdump/print-pflog.c
/freebsd/crypto/libecc/.github/workflows/libecc_cifuzz.yml
/freebsd/crypto/libecc/.github/workflows/libecc_compilation_tests.yml
/freebsd/crypto/libecc/.github/workflows/libecc_crossarch_tests.yml
/freebsd/crypto/libecc/.github/workflows/libecc_examples.yml
/freebsd/crypto/libecc/.github/workflows/libecc_meson_build.yml
/freebsd/crypto/libecc/.github/workflows/libecc_python_tests.yml
/freebsd/crypto/libecc/.github/workflows/libecc_runtime_tests.yml
/freebsd/crypto/libecc/.gitignore
/freebsd/crypto/libecc/.travis.yml
/freebsd/crypto/libecc/LICENSE
/freebsd/crypto/libecc/Makefile
/freebsd/crypto/libecc/README.md
/freebsd/crypto/libecc/build/.gitignore
/freebsd/crypto/libecc/common.mk
/freebsd/crypto/libecc/include/libecc/curves/aff_pt.h
/freebsd/crypto/libecc/include/libecc/curves/curves.h
/freebsd/crypto/libecc/include/libecc/curves/curves_list.h
/freebsd/crypto/libecc/include/libecc/curves/ec_edwards.h
/freebsd/crypto/libecc/include/libecc/curves/ec_montgomery.h
/freebsd/crypto/libecc/include/libecc/curves/ec_params.h
/freebsd/crypto/libecc/include/libecc/curves/ec_shortw.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_bign256v1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_bign384v1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_bign512v1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp192r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp192t1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp224r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp224t1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp256r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp256t1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp320r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp320t1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp384r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp384t1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp512r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_brainpoolp512t1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_external.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_frp256v1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost256.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost512.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2001_CryptoPro_A_ParamSet.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2001_CryptoPro_B_ParamSet.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2001_CryptoPro_C_ParamSet.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2001_CryptoPro_XchA_ParamSet.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2001_CryptoPro_XchB_ParamSet.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2001_TestParamSet.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_256_paramSetA.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_256_paramSetB.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_256_paramSetC.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_256_paramSetD.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_512_paramSetA.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_512_paramSetB.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_512_paramSetC.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_gost_R3410_2012_512_paramSetTest.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp192k1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp192r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp224k1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp224r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp256k1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp256r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp384r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_secp521r1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_sm2p192test.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_sm2p256test.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_sm2p256v1.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_wei25519.h
/freebsd/crypto/libecc/include/libecc/curves/known/ec_params_wei448.h
/freebsd/crypto/libecc/include/libecc/curves/prj_pt.h
/freebsd/crypto/libecc/include/libecc/ecdh/ecccdh.h
/freebsd/crypto/libecc/include/libecc/ecdh/ecdh.h
/freebsd/crypto/libecc/include/libecc/ecdh/x25519_448.h
/freebsd/crypto/libecc/include/libecc/external_deps/print.h
/freebsd/crypto/libecc/include/libecc/external_deps/rand.h
/freebsd/crypto/libecc/include/libecc/external_deps/time.h
/freebsd/crypto/libecc/include/libecc/fp/fp.h
/freebsd/crypto/libecc/include/libecc/fp/fp_add.h
/freebsd/crypto/libecc/include/libecc/fp/fp_config.h
/freebsd/crypto/libecc/include/libecc/fp/fp_montgomery.h
/freebsd/crypto/libecc/include/libecc/fp/fp_mul.h
/freebsd/crypto/libecc/include/libecc/fp/fp_mul_redc1.h
/freebsd/crypto/libecc/include/libecc/fp/fp_pow.h
/freebsd/crypto/libecc/include/libecc/fp/fp_rand.h
/freebsd/crypto/libecc/include/libecc/fp/fp_sqrt.h
/freebsd/crypto/libecc/include/libecc/hash/bash.h
/freebsd/crypto/libecc/include/libecc/hash/bash224.h
/freebsd/crypto/libecc/include/libecc/hash/bash256.h
/freebsd/crypto/libecc/include/libecc/hash/bash384.h
/freebsd/crypto/libecc/include/libecc/hash/bash512.h
/freebsd/crypto/libecc/include/libecc/hash/belt-hash.h
/freebsd/crypto/libecc/include/libecc/hash/hash_algs.h
/freebsd/crypto/libecc/include/libecc/hash/hmac.h
/freebsd/crypto/libecc/include/libecc/hash/keccak.h
/freebsd/crypto/libecc/include/libecc/hash/ripemd160.h
/freebsd/crypto/libecc/include/libecc/hash/sha2.h
/freebsd/crypto/libecc/include/libecc/hash/sha224.h
/freebsd/crypto/libecc/include/libecc/hash/sha256.h
/freebsd/crypto/libecc/include/libecc/hash/sha3-224.h
/freebsd/crypto/libecc/include/libecc/hash/sha3-256.h
/freebsd/crypto/libecc/include/libecc/hash/sha3-384.h
/freebsd/crypto/libecc/include/libecc/hash/sha3-512.h
/freebsd/crypto/libecc/include/libecc/hash/sha3.h
/freebsd/crypto/libecc/include/libecc/hash/sha384.h
/freebsd/crypto/libecc/include/libecc/hash/sha512-224.h
/freebsd/crypto/libecc/include/libecc/hash/sha512-256.h
/freebsd/crypto/libecc/include/libecc/hash/sha512.h
/freebsd/crypto/libecc/include/libecc/hash/sha512_core.h
/freebsd/crypto/libecc/include/libecc/hash/shake.h
/freebsd/crypto/libecc/include/libecc/hash/shake256.h
/freebsd/crypto/libecc/include/libecc/hash/sm3.h
/freebsd/crypto/libecc/include/libecc/hash/streebog.h
/freebsd/crypto/libecc/include/libecc/hash/streebog256.h
/freebsd/crypto/libecc/include/libecc/hash/streebog512.h
/freebsd/crypto/libecc/include/libecc/lib_ecc_config.h
/freebsd/crypto/libecc/include/libecc/lib_ecc_types.h
/freebsd/crypto/libecc/include/libecc/libarith.h
/freebsd/crypto/libecc/include/libecc/libec.h
/freebsd/crypto/libecc/include/libecc/libsig.h
/freebsd/crypto/libecc/include/libecc/meson.build
/freebsd/crypto/libecc/include/libecc/nn/nn.h
/freebsd/crypto/libecc/include/libecc/nn/nn_add.h
/freebsd/crypto/libecc/include/libecc/nn/nn_config.h
/freebsd/crypto/libecc/include/libecc/nn/nn_div.h
/freebsd/crypto/libecc/include/libecc/nn/nn_div_public.h
/freebsd/crypto/libecc/include/libecc/nn/nn_logical.h
/freebsd/crypto/libecc/include/libecc/nn/nn_mod_pow.h
/freebsd/crypto/libecc/include/libecc/nn/nn_modinv.h
/freebsd/crypto/libecc/include/libecc/nn/nn_mul.h
/freebsd/crypto/libecc/include/libecc/nn/nn_mul_public.h
/freebsd/crypto/libecc/include/libecc/nn/nn_mul_redc1.h
/freebsd/crypto/libecc/include/libecc/nn/nn_rand.h
/freebsd/crypto/libecc/include/libecc/sig/bign.h
/freebsd/crypto/libecc/include/libecc/sig/bign_common.h
/freebsd/crypto/libecc/include/libecc/sig/bip0340.h
/freebsd/crypto/libecc/include/libecc/sig/dbign.h
/freebsd/crypto/libecc/include/libecc/sig/decdsa.h
/freebsd/crypto/libecc/include/libecc/sig/ec_key.h
/freebsd/crypto/libecc/include/libecc/sig/ecdsa.h
/freebsd/crypto/libecc/include/libecc/sig/ecdsa_common.h
/freebsd/crypto/libecc/include/libecc/sig/ecfsdsa.h
/freebsd/crypto/libecc/include/libecc/sig/ecgdsa.h
/freebsd/crypto/libecc/include/libecc/sig/eckcdsa.h
/freebsd/crypto/libecc/include/libecc/sig/ecosdsa.h
/freebsd/crypto/libecc/include/libecc/sig/ecrdsa.h
/freebsd/crypto/libecc/include/libecc/sig/ecsdsa.h
/freebsd/crypto/libecc/include/libecc/sig/ecsdsa_common.h
/freebsd/crypto/libecc/include/libecc/sig/eddsa.h
/freebsd/crypto/libecc/include/libecc/sig/fuzzing_ecdsa.h
/freebsd/crypto/libecc/include/libecc/sig/fuzzing_ecgdsa.h
/freebsd/crypto/libecc/include/libecc/sig/fuzzing_ecrdsa.h
/freebsd/crypto/libecc/include/libecc/sig/sig_algs.h
/freebsd/crypto/libecc/include/libecc/sig/sig_algs_internal.h
/freebsd/crypto/libecc/include/libecc/sig/sm2.h
/freebsd/crypto/libecc/include/libecc/utils/dbg_sig.h
/freebsd/crypto/libecc/include/libecc/utils/print_buf.h
/freebsd/crypto/libecc/include/libecc/utils/print_curves.h
/freebsd/crypto/libecc/include/libecc/utils/print_fp.h
/freebsd/crypto/libecc/include/libecc/utils/print_keys.h
/freebsd/crypto/libecc/include/libecc/utils/print_nn.h
/freebsd/crypto/libecc/include/libecc/utils/utils.h
/freebsd/crypto/libecc/include/libecc/utils/utils_rand.h
/freebsd/crypto/libecc/include/libecc/words/types.h
/freebsd/crypto/libecc/include/libecc/words/words.h
/freebsd/crypto/libecc/include/libecc/words/words_16.h
/freebsd/crypto/libecc/include/libecc/words/words_32.h
/freebsd/crypto/libecc/include/libecc/words/words_64.h
/freebsd/crypto/libecc/meson.build
/freebsd/crypto/libecc/meson.options
/freebsd/crypto/libecc/scripts/crossbuild.sh
/freebsd/crypto/libecc/scripts/crossrun.sh
/freebsd/crypto/libecc/scripts/expand_libecc.py
/freebsd/crypto/libecc/scripts/gen_curves_tests.sh
/freebsd/crypto/libecc/scripts/gen_openssl_curves_tests.sh
/freebsd/crypto/libecc/scripts/sha3.py
/freebsd/crypto/libecc/scripts/test_ec_utils.sh
/freebsd/crypto/libecc/src/arithmetic_tests/Makefile
/freebsd/crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
/freebsd/crypto/libecc/src/arithmetic_tests/arithmetic_tests_generator.py
/freebsd/crypto/libecc/src/curves/aff_pt.c
/freebsd/crypto/libecc/src/curves/aff_pt_edwards.c
/freebsd/crypto/libecc/src/curves/aff_pt_montgomery.c
/freebsd/crypto/libecc/src/curves/curves.c
/freebsd/crypto/libecc/src/curves/ec_edwards.c
/freebsd/crypto/libecc/src/curves/ec_montgomery.c
/freebsd/crypto/libecc/src/curves/ec_params.c
/freebsd/crypto/libecc/src/curves/ec_shortw.c
/freebsd/crypto/libecc/src/curves/meson.build
/freebsd/crypto/libecc/src/curves/prj_pt.c
/freebsd/crypto/libecc/src/ecdh/ecccdh.c
/freebsd/crypto/libecc/src/ecdh/meson.build
/freebsd/crypto/libecc/src/ecdh/x25519_448.c
/freebsd/crypto/libecc/src/examples/Makefile
/freebsd/crypto/libecc/src/examples/basic/Makefile
/freebsd/crypto/libecc/src/examples/basic/curve_basic_examples.c
/freebsd/crypto/libecc/src/examples/basic/curve_ecdh.c
/freebsd/crypto/libecc/src/examples/basic/fp_square_residue.c
/freebsd/crypto/libecc/src/examples/basic/nn_miller_rabin.c
/freebsd/crypto/libecc/src/examples/basic/nn_pollard_rho.c
/freebsd/crypto/libecc/src/examples/hash/Makefile
/freebsd/crypto/libecc/src/examples/hash/gostr34_11_94.c
/freebsd/crypto/libecc/src/examples/hash/gostr34_11_94.h
/freebsd/crypto/libecc/src/examples/hash/hash.c
/freebsd/crypto/libecc/src/examples/hash/hash.h
/freebsd/crypto/libecc/src/examples/hash/md2.c
/freebsd/crypto/libecc/src/examples/hash/md2.h
/freebsd/crypto/libecc/src/examples/hash/md4.c
/freebsd/crypto/libecc/src/examples/hash/md4.h
/freebsd/crypto/libecc/src/examples/hash/md5.c
/freebsd/crypto/libecc/src/examples/hash/md5.h
/freebsd/crypto/libecc/src/examples/hash/mdc2.c
/freebsd/crypto/libecc/src/examples/hash/mdc2.h
/freebsd/crypto/libecc/src/examples/hash/sha0.c
/freebsd/crypto/libecc/src/examples/hash/sha0.h
/freebsd/crypto/libecc/src/examples/hash/sha1.c
/freebsd/crypto/libecc/src/examples/hash/sha1.h
/freebsd/crypto/libecc/src/examples/hash/tdes.c
/freebsd/crypto/libecc/src/examples/hash/tdes.h
/freebsd/crypto/libecc/src/examples/sig/Makefile
/freebsd/crypto/libecc/src/examples/sig/common/common.h
/freebsd/crypto/libecc/src/examples/sig/dsa/Makefile
/freebsd/crypto/libecc/src/examples/sig/dsa/dsa.c
/freebsd/crypto/libecc/src/examples/sig/dsa/dsa.h
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/Makefile
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/gostr34_10_94.c
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/gostr34_10_94.h
/freebsd/crypto/libecc/src/examples/sig/kcdsa/Makefile
/freebsd/crypto/libecc/src/examples/sig/kcdsa/kcdsa.c
/freebsd/crypto/libecc/src/examples/sig/kcdsa/kcdsa.h
/freebsd/crypto/libecc/src/examples/sig/rsa/Makefile
/freebsd/crypto/libecc/src/examples/sig/rsa/rsa.c
/freebsd/crypto/libecc/src/examples/sig/rsa/rsa.h
/freebsd/crypto/libecc/src/examples/sig/rsa/rsa_pkcs1_tests.h
/freebsd/crypto/libecc/src/examples/sig/rsa/rsa_tests.h
/freebsd/crypto/libecc/src/examples/sig/sdsa/Makefile
/freebsd/crypto/libecc/src/examples/sig/sdsa/sdsa.c
/freebsd/crypto/libecc/src/examples/sig/sdsa/sdsa.h
/freebsd/crypto/libecc/src/examples/sss/Makefile
/freebsd/crypto/libecc/src/examples/sss/sss.c
/freebsd/crypto/libecc/src/examples/sss/sss.h
/freebsd/crypto/libecc/src/examples/sss/sss_private.h
/freebsd/crypto/libecc/src/external_deps/meson.build
/freebsd/crypto/libecc/src/external_deps/print.c
/freebsd/crypto/libecc/src/external_deps/rand.c
/freebsd/crypto/libecc/src/external_deps/time.c
/freebsd/crypto/libecc/src/fp/fp.c
/freebsd/crypto/libecc/src/fp/fp_add.c
/freebsd/crypto/libecc/src/fp/fp_montgomery.c
/freebsd/crypto/libecc/src/fp/fp_mul.c
/freebsd/crypto/libecc/src/fp/fp_mul_redc1.c
/freebsd/crypto/libecc/src/fp/fp_pow.c
/freebsd/crypto/libecc/src/fp/fp_rand.c
/freebsd/crypto/libecc/src/fp/fp_sqrt.c
/freebsd/crypto/libecc/src/fp/meson.build
/freebsd/crypto/libecc/src/hash/bash.c
/freebsd/crypto/libecc/src/hash/bash224.c
/freebsd/crypto/libecc/src/hash/bash256.c
/freebsd/crypto/libecc/src/hash/bash384.c
/freebsd/crypto/libecc/src/hash/bash512.c
/freebsd/crypto/libecc/src/hash/belt-hash.c
/freebsd/crypto/libecc/src/hash/hash_algs.c
/freebsd/crypto/libecc/src/hash/hmac.c
/freebsd/crypto/libecc/src/hash/meson.build
/freebsd/crypto/libecc/src/hash/ripemd160.c
/freebsd/crypto/libecc/src/hash/sha224.c
/freebsd/crypto/libecc/src/hash/sha256.c
/freebsd/crypto/libecc/src/hash/sha3-224.c
/freebsd/crypto/libecc/src/hash/sha3-256.c
/freebsd/crypto/libecc/src/hash/sha3-384.c
/freebsd/crypto/libecc/src/hash/sha3-512.c
/freebsd/crypto/libecc/src/hash/sha3.c
/freebsd/crypto/libecc/src/hash/sha384.c
/freebsd/crypto/libecc/src/hash/sha512-224.c
/freebsd/crypto/libecc/src/hash/sha512-256.c
/freebsd/crypto/libecc/src/hash/sha512.c
/freebsd/crypto/libecc/src/hash/sha512_core.c
/freebsd/crypto/libecc/src/hash/shake.c
/freebsd/crypto/libecc/src/hash/shake256.c
/freebsd/crypto/libecc/src/hash/sm3.c
/freebsd/crypto/libecc/src/hash/streebog.c
/freebsd/crypto/libecc/src/nn/meson.build
/freebsd/crypto/libecc/src/nn/nn.c
/freebsd/crypto/libecc/src/nn/nn_add.c
/freebsd/crypto/libecc/src/nn/nn_div.c
/freebsd/crypto/libecc/src/nn/nn_div.h
/freebsd/crypto/libecc/src/nn/nn_logical.c
/freebsd/crypto/libecc/src/nn/nn_mod_pow.c
/freebsd/crypto/libecc/src/nn/nn_modinv.c
/freebsd/crypto/libecc/src/nn/nn_mul.c
/freebsd/crypto/libecc/src/nn/nn_mul.h
/freebsd/crypto/libecc/src/nn/nn_mul_redc1.c
/freebsd/crypto/libecc/src/nn/nn_rand.c
/freebsd/crypto/libecc/src/sig/bign.c
/freebsd/crypto/libecc/src/sig/bign_common.c
/freebsd/crypto/libecc/src/sig/bip0340.c
/freebsd/crypto/libecc/src/sig/dbign.c
/freebsd/crypto/libecc/src/sig/decdsa.c
/freebsd/crypto/libecc/src/sig/ec_key.c
/freebsd/crypto/libecc/src/sig/ecdsa.c
/freebsd/crypto/libecc/src/sig/ecdsa_common.c
/freebsd/crypto/libecc/src/sig/ecfsdsa.c
/freebsd/crypto/libecc/src/sig/ecgdsa.c
/freebsd/crypto/libecc/src/sig/eckcdsa.c
/freebsd/crypto/libecc/src/sig/ecosdsa.c
/freebsd/crypto/libecc/src/sig/ecrdsa.c
/freebsd/crypto/libecc/src/sig/ecsdsa.c
/freebsd/crypto/libecc/src/sig/ecsdsa_common.c
/freebsd/crypto/libecc/src/sig/eddsa.c
/freebsd/crypto/libecc/src/sig/fuzzing_ecdsa.c
/freebsd/crypto/libecc/src/sig/fuzzing_ecgdsa.c
/freebsd/crypto/libecc/src/sig/fuzzing_ecrdsa.c
/freebsd/crypto/libecc/src/sig/meson.build
/freebsd/crypto/libecc/src/sig/sig_algs.c
/freebsd/crypto/libecc/src/sig/sm2.c
/freebsd/crypto/libecc/src/tests/bign_test_vectors.h
/freebsd/crypto/libecc/src/tests/bip0340_test_vectors.h
/freebsd/crypto/libecc/src/tests/dbign_test_vectors.h
/freebsd/crypto/libecc/src/tests/decdsa_test_vectors.h
/freebsd/crypto/libecc/src/tests/ec_self_tests.c
/freebsd/crypto/libecc/src/tests/ec_self_tests.h
/freebsd/crypto/libecc/src/tests/ec_self_tests_core.c
/freebsd/crypto/libecc/src/tests/ec_self_tests_core.h
/freebsd/crypto/libecc/src/tests/ec_utils.c
/freebsd/crypto/libecc/src/tests/ecccdh_test_vectors.h
/freebsd/crypto/libecc/src/tests/ed25519_test_vectors.h
/freebsd/crypto/libecc/src/tests/ed25519ctx_test_vectors.h
/freebsd/crypto/libecc/src/tests/ed25519ph_test_vectors.h
/freebsd/crypto/libecc/src/tests/ed448_test_vectors.h
/freebsd/crypto/libecc/src/tests/ed448ph_test_vectors.h
/freebsd/crypto/libecc/src/tests/meson.build
/freebsd/crypto/libecc/src/tests/x25519_test_vectors.h
/freebsd/crypto/libecc/src/tests/x448_test_vectors.h
/freebsd/crypto/libecc/src/utils/meson.build
/freebsd/crypto/libecc/src/utils/print_buf.c
/freebsd/crypto/libecc/src/utils/print_curves.c
/freebsd/crypto/libecc/src/utils/print_fp.c
/freebsd/crypto/libecc/src/utils/print_keys.c
/freebsd/crypto/libecc/src/utils/print_nn.c
/freebsd/crypto/libecc/src/utils/utils.c
/freebsd/crypto/libecc/src/utils/utils_rand.c
/freebsd/crypto/libecc/src/utils/utils_rand.h
/freebsd/crypto/libecc/src/wycheproof_tests/Makefile
/freebsd/crypto/libecc/src/wycheproof_tests/libecc_wycheproof.c
/freebsd/crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
/freebsd/crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
/freebsd/crypto/libecc/support/meson/armv7em-noneabi.ini
/freebsd/lib/Makefile
/freebsd/lib/libc/tests/nss/getgr_test.c
/freebsd/lib/libc/tests/nss/getpw_test.c
/freebsd/lib/libc/tests/nss/getserv_test.c
/freebsd/lib/libc/xdr/xdr_rec.c
/freebsd/lib/libder/Makefile
/freebsd/lib/libgcc_s/arm/Symbol.map
/freebsd/lib/libsys/open.2
/freebsd/lib/libusb/libusb10_hotplug.c
rc.conf
/freebsd/sbin/recoverdisk/recoverdisk.c
/freebsd/secure/lib/Makefile
/freebsd/secure/lib/libpkgecc/Makefile
/freebsd/secure/lib/libpkgecc/pkg_libecc_rand.c
/freebsd/share/man/man4/mac.4
/freebsd/share/man/man5/rc.conf.5
/freebsd/share/man/man7/ascii.7
/freebsd/share/man/man9/Makefile
/freebsd/share/man/man9/cnv.9
/freebsd/share/man/man9/cpu_machdep.9
/freebsd/share/man/man9/dnv.9
/freebsd/share/man/man9/nv.9
/freebsd/share/mk/src.libnames.mk
/freebsd/stand/defaults/loader.conf
/freebsd/sys/amd64/amd64/vm_machdep.c
/freebsd/sys/arm/allwinner/aw_mmc.c
/freebsd/sys/arm/allwinner/if_emac.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
/freebsd/sys/arm/freescale/imx/imx_i2c.c
/freebsd/sys/arm/freescale/imx/imx_spi.c
/freebsd/sys/arm/freescale/vybrid/vf_ehci.c
/freebsd/sys/arm/mv/a37x0_iic.c
/freebsd/sys/arm/mv/a37x0_spi.c
/freebsd/sys/arm/nvidia/tegra_ehci.c
/freebsd/sys/arm/nvidia/tegra_i2c.c
/freebsd/sys/arm/nvidia/tegra_sdhci.c
/freebsd/sys/arm/nvidia/tegra_xhci.c
/freebsd/sys/arm/ti/am335x/am335x_ehrpwm.c
/freebsd/sys/arm/ti/am335x/am335x_musb.c
/freebsd/sys/arm/ti/cpsw/if_cpsw.c
/freebsd/sys/arm/ti/ti_i2c.c
/freebsd/sys/arm/ti/ti_spi.c
/freebsd/sys/arm/ti/twl/twl.c
/freebsd/sys/arm/ti/usb/omap_ehci.c
/freebsd/sys/arm/ti/usb/omap_host.c
/freebsd/sys/arm/xilinx/zy7_devcfg.c
/freebsd/sys/arm/xilinx/zy7_ehci.c
/freebsd/sys/arm/xilinx/zy7_qspi.c
/freebsd/sys/arm/xilinx/zy7_slcr.c
/freebsd/sys/arm/xilinx/zy7_spi.c
/freebsd/sys/arm64/broadcom/genet/if_genet.c
/freebsd/sys/arm64/conf/NOTES
/freebsd/sys/arm64/conf/std.rockchip
/freebsd/sys/compat/linux/linux_fork.c
/freebsd/sys/compat/linuxkpi/common/include/net/cfg80211.h
/freebsd/sys/conf/files.arm64
/freebsd/sys/conf/files.riscv
/freebsd/sys/conf/options.arm64
/freebsd/sys/contrib/dev/acpica/changes.txt
/freebsd/sys/contrib/dev/acpica/common/acfileio.c
/freebsd/sys/contrib/dev/acpica/common/acgetline.c
/freebsd/sys/contrib/dev/acpica/common/adfile.c
/freebsd/sys/contrib/dev/acpica/common/adisasm.c
/freebsd/sys/contrib/dev/acpica/common/adwalk.c
/freebsd/sys/contrib/dev/acpica/common/ahids.c
/freebsd/sys/contrib/dev/acpica/common/ahpredef.c
/freebsd/sys/contrib/dev/acpica/common/ahtable.c
/freebsd/sys/contrib/dev/acpica/common/ahuuids.c
/freebsd/sys/contrib/dev/acpica/common/cmfsize.c
/freebsd/sys/contrib/dev/acpica/common/dmextern.c
/freebsd/sys/contrib/dev/acpica/common/dmrestag.c
/freebsd/sys/contrib/dev/acpica/common/dmswitch.c
/freebsd/sys/contrib/dev/acpica/common/dmtable.c
/freebsd/sys/contrib/dev/acpica/common/dmtables.c
/freebsd/sys/contrib/dev/acpica/common/dmtbdump.c
/freebsd/sys/contrib/dev/acpica/common/dmtbdump1.c
/freebsd/sys/contrib/dev/acpica/common/dmtbdump2.c
/freebsd/sys/contrib/dev/acpica/common/dmtbdump3.c
/freebsd/sys/contrib/dev/acpica/common/dmtbinfo.c
/freebsd/sys/contrib/dev/acpica/common/dmtbinfo1.c
/freebsd/sys/contrib/dev/acpica/common/dmtbinfo2.c
/freebsd/sys/contrib/dev/acpica/common/dmtbinfo3.c
/freebsd/sys/contrib/dev/acpica/common/getopt.c
/freebsd/sys/contrib/dev/acpica/compiler/aslallocate.c
/freebsd/sys/contrib/dev/acpica/compiler/aslanalyze.c
/freebsd/sys/contrib/dev/acpica/compiler/aslascii.c
/freebsd/sys/contrib/dev/acpica/compiler/aslbtypes.c
/freebsd/sys/contrib/dev/acpica/compiler/aslcache.c
/freebsd/sys/contrib/dev/acpica/compiler/aslcodegen.c
/freebsd/sys/contrib/dev/acpica/compiler/aslcompile.c
/freebsd/sys/contrib/dev/acpica/compiler/aslcompiler.h
/freebsd/sys/contrib/dev/acpica/compiler/aslcompiler.l
/freebsd/sys/contrib/dev/acpica/compiler/aslcstyle.y
/freebsd/sys/contrib/dev/acpica/compiler/asldebug.c
/freebsd/sys/contrib/dev/acpica/compiler/asldefine.h
/freebsd/sys/contrib/dev/acpica/compiler/aslerror.c
/freebsd/sys/contrib/dev/acpica/compiler/aslexternal.c
/freebsd/sys/contrib/dev/acpica/compiler/aslfileio.c
/freebsd/sys/contrib/dev/acpica/compiler/aslfiles.c
/freebsd/sys/contrib/dev/acpica/compiler/aslfold.c
/freebsd/sys/contrib/dev/acpica/compiler/aslglobal.h
/freebsd/sys/contrib/dev/acpica/compiler/aslhelp.c
/freebsd/sys/contrib/dev/acpica/compiler/aslhelpers.y
/freebsd/sys/contrib/dev/acpica/compiler/aslhex.c
/freebsd/sys/contrib/dev/acpica/compiler/aslkeywords.y
/freebsd/sys/contrib/dev/acpica/compiler/asllength.c
/freebsd/sys/contrib/dev/acpica/compiler/asllisting.c
/freebsd/sys/contrib/dev/acpica/compiler/asllistsup.c
/freebsd/sys/contrib/dev/acpica/compiler/aslload.c
/freebsd/sys/contrib/dev/acpica/compiler/asllookup.c
/freebsd/sys/contrib/dev/acpica/compiler/aslmain.c
/freebsd/sys/contrib/dev/acpica/compiler/aslmap.c
/freebsd/sys/contrib/dev/acpica/compiler/aslmapenter.c
/freebsd/sys/contrib/dev/acpica/compiler/aslmapoutput.c
/freebsd/sys/contrib/dev/acpica/compiler/aslmaputils.c
/freebsd/sys/contrib/dev/acpica/compiler/aslmessages.c
/freebsd/sys/contrib/dev/acpica/compiler/aslmessages.h
/freebsd/sys/contrib/dev/acpica/compiler/aslmethod.c
/freebsd/sys/contrib/dev/acpica/compiler/aslnamesp.c
/freebsd/sys/contrib/dev/acpica/compiler/asloffset.c
/freebsd/sys/contrib/dev/acpica/compiler/aslopcodes.c
/freebsd/sys/contrib/dev/acpica/compiler/asloperands.c
/freebsd/sys/contrib/dev/acpica/compiler/aslopt.c
/freebsd/sys/contrib/dev/acpica/compiler/asloptions.c
/freebsd/sys/contrib/dev/acpica/compiler/aslparseop.c
/freebsd/sys/contrib/dev/acpica/compiler/aslparser.y
/freebsd/sys/contrib/dev/acpica/compiler/aslpld.c
/freebsd/sys/contrib/dev/acpica/compiler/aslpredef.c
/freebsd/sys/contrib/dev/acpica/compiler/aslprepkg.c
/freebsd/sys/contrib/dev/acpica/compiler/aslprimaries.y
/freebsd/sys/contrib/dev/acpica/compiler/aslprintf.c
/freebsd/sys/contrib/dev/acpica/compiler/aslprune.c
/freebsd/sys/contrib/dev/acpica/compiler/aslresource.c
/freebsd/sys/contrib/dev/acpica/compiler/aslresources.y
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype1.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype1i.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype2.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype2d.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype2e.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype2q.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype2s.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrestype2w.c
/freebsd/sys/contrib/dev/acpica/compiler/aslrules.y
/freebsd/sys/contrib/dev/acpica/compiler/aslstartup.c
/freebsd/sys/contrib/dev/acpica/compiler/aslstubs.c
/freebsd/sys/contrib/dev/acpica/compiler/aslsupport.l
/freebsd/sys/contrib/dev/acpica/compiler/aslsupport.y
/freebsd/sys/contrib/dev/acpica/compiler/asltokens.y
/freebsd/sys/contrib/dev/acpica/compiler/asltransform.c
/freebsd/sys/contrib/dev/acpica/compiler/asltree.c
/freebsd/sys/contrib/dev/acpica/compiler/asltypes.h
/freebsd/sys/contrib/dev/acpica/compiler/asltypes.y
/freebsd/sys/contrib/dev/acpica/compiler/aslutils.c
/freebsd/sys/contrib/dev/acpica/compiler/asluuid.c
/freebsd/sys/contrib/dev/acpica/compiler/aslwalks.c
/freebsd/sys/contrib/dev/acpica/compiler/aslxref.c
/freebsd/sys/contrib/dev/acpica/compiler/aslxrefout.c
/freebsd/sys/contrib/dev/acpica/compiler/cvcompiler.c
/freebsd/sys/contrib/dev/acpica/compiler/cvdisasm.c
/freebsd/sys/contrib/dev/acpica/compiler/cvparser.c
/freebsd/sys/contrib/dev/acpica/compiler/dtcompile.c
/freebsd/sys/contrib/dev/acpica/compiler/dtcompiler.h
/freebsd/sys/contrib/dev/acpica/compiler/dtcompilerparser.l
/freebsd/sys/contrib/dev/acpica/compiler/dtcompilerparser.y
/freebsd/sys/contrib/dev/acpica/compiler/dtexpress.c
/freebsd/sys/contrib/dev/acpica/compiler/dtfield.c
/freebsd/sys/contrib/dev/acpica/compiler/dtio.c
/freebsd/sys/contrib/dev/acpica/compiler/dtparser.l
/freebsd/sys/contrib/dev/acpica/compiler/dtparser.y
/freebsd/sys/contrib/dev/acpica/compiler/dtsubtable.c
/freebsd/sys/contrib/dev/acpica/compiler/dttable.c
/freebsd/sys/contrib/dev/acpica/compiler/dttable1.c
/freebsd/sys/contrib/dev/acpica/compiler/dttable2.c
/freebsd/sys/contrib/dev/acpica/compiler/dttemplate.c
/freebsd/sys/contrib/dev/acpica/compiler/dttemplate.h
/freebsd/sys/contrib/dev/acpica/compiler/dtutils.c
/freebsd/sys/contrib/dev/acpica/compiler/preprocess.h
/freebsd/sys/contrib/dev/acpica/compiler/prexpress.c
/freebsd/sys/contrib/dev/acpica/compiler/prmacros.c
/freebsd/sys/contrib/dev/acpica/compiler/prparser.l
/freebsd/sys/contrib/dev/acpica/compiler/prparser.y
/freebsd/sys/contrib/dev/acpica/compiler/prscan.c
/freebsd/sys/contrib/dev/acpica/compiler/prutils.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbcmds.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbconvert.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbdisply.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbexec.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbfileio.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbhistry.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbinput.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbmethod.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbnames.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbobject.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbstats.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbtest.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbutils.c
/freebsd/sys/contrib/dev/acpica/components/debugger/dbxface.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmbuffer.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmcstyle.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmdeferred.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmnames.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmopcode.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmresrc.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmresrcl.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmresrcl2.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmresrcs.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmutils.c
/freebsd/sys/contrib/dev/acpica/components/disassembler/dmwalk.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsargs.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dscontrol.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsdebug.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsfield.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsinit.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsmethod.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsmthdat.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsobject.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsopcode.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dspkginit.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dsutils.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dswexec.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dswload.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dswload2.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dswscope.c
/freebsd/sys/contrib/dev/acpica/components/dispatcher/dswstate.c
/freebsd/sys/contrib/dev/acpica/components/events/evevent.c
/freebsd/sys/contrib/dev/acpica/components/events/evglock.c
/freebsd/sys/contrib/dev/acpica/components/events/evgpe.c
/freebsd/sys/contrib/dev/acpica/components/events/evgpeblk.c
/freebsd/sys/contrib/dev/acpica/components/events/evgpeinit.c
/freebsd/sys/contrib/dev/acpica/components/events/evgpeutil.c
/freebsd/sys/contrib/dev/acpica/components/events/evhandler.c
/freebsd/sys/contrib/dev/acpica/components/events/evmisc.c
/freebsd/sys/contrib/dev/acpica/components/events/evregion.c
/freebsd/sys/contrib/dev/acpica/components/events/evrgnini.c
/freebsd/sys/contrib/dev/acpica/components/events/evsci.c
/freebsd/sys/contrib/dev/acpica/components/events/evxface.c
/freebsd/sys/contrib/dev/acpica/components/events/evxfevnt.c
/freebsd/sys/contrib/dev/acpica/components/events/evxfgpe.c
/freebsd/sys/contrib/dev/acpica/components/events/evxfregn.c
/freebsd/sys/contrib/dev/acpica/components/executer/exconcat.c
/freebsd/sys/contrib/dev/acpica/components/executer/exconfig.c
/freebsd/sys/contrib/dev/acpica/components/executer/exconvrt.c
/freebsd/sys/contrib/dev/acpica/components/executer/excreate.c
/freebsd/sys/contrib/dev/acpica/components/executer/exdebug.c
/freebsd/sys/contrib/dev/acpica/components/executer/exdump.c
/freebsd/sys/contrib/dev/acpica/components/executer/exfield.c
/freebsd/sys/contrib/dev/acpica/components/executer/exfldio.c
/freebsd/sys/contrib/dev/acpica/components/executer/exmisc.c
/freebsd/sys/contrib/dev/acpica/components/executer/exmutex.c
/freebsd/sys/contrib/dev/acpica/components/executer/exnames.c
/freebsd/sys/contrib/dev/acpica/components/executer/exoparg1.c
/freebsd/sys/contrib/dev/acpica/components/executer/exoparg2.c
/freebsd/sys/contrib/dev/acpica/components/executer/exoparg3.c
/freebsd/sys/contrib/dev/acpica/components/executer/exoparg6.c
/freebsd/sys/contrib/dev/acpica/components/executer/exprep.c
/freebsd/sys/contrib/dev/acpica/components/executer/exregion.c
/freebsd/sys/contrib/dev/acpica/components/executer/exresnte.c
/freebsd/sys/contrib/dev/acpica/components/executer/exresolv.c
/freebsd/sys/contrib/dev/acpica/components/executer/exresop.c
/freebsd/sys/contrib/dev/acpica/components/executer/exserial.c
/freebsd/sys/contrib/dev/acpica/components/executer/exstore.c
/freebsd/sys/contrib/dev/acpica/components/executer/exstoren.c
/freebsd/sys/contrib/dev/acpica/components/executer/exstorob.c
/freebsd/sys/contrib/dev/acpica/components/executer/exsystem.c
/freebsd/sys/contrib/dev/acpica/components/executer/extrace.c
/freebsd/sys/contrib/dev/acpica/components/executer/exutils.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwacpi.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwesleep.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwgpe.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwpci.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwregs.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwsleep.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwtimer.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwvalid.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwxface.c
/freebsd/sys/contrib/dev/acpica/components/hardware/hwxfsleep.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsaccess.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsalloc.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsarguments.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsconvert.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsdump.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsdumpdv.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nseval.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsinit.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsload.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsnames.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsobject.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsparse.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nspredef.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsprepkg.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsrepair.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsrepair2.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nssearch.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsutils.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nswalk.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsxfeval.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsxfname.c
/freebsd/sys/contrib/dev/acpica/components/namespace/nsxfobj.c
/freebsd/sys/contrib/dev/acpica/components/parser/psargs.c
/freebsd/sys/contrib/dev/acpica/components/parser/psloop.c
/freebsd/sys/contrib/dev/acpica/components/parser/psobject.c
/freebsd/sys/contrib/dev/acpica/components/parser/psopcode.c
/freebsd/sys/contrib/dev/acpica/components/parser/psopinfo.c
/freebsd/sys/contrib/dev/acpica/components/parser/psparse.c
/freebsd/sys/contrib/dev/acpica/components/parser/psscope.c
/freebsd/sys/contrib/dev/acpica/components/parser/pstree.c
/freebsd/sys/contrib/dev/acpica/components/parser/psutils.c
/freebsd/sys/contrib/dev/acpica/components/parser/pswalk.c
/freebsd/sys/contrib/dev/acpica/components/parser/psxface.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsaddr.c
/freebsd/sys/contrib/dev/acpica/components/resources/rscalc.c
/freebsd/sys/contrib/dev/acpica/components/resources/rscreate.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsdump.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsdumpinfo.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsinfo.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsio.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsirq.c
/freebsd/sys/contrib/dev/acpica/components/resources/rslist.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsmemory.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsmisc.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsserial.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsutils.c
/freebsd/sys/contrib/dev/acpica/components/resources/rsxface.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbdata.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbfadt.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbfind.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbinstal.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbprint.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbutils.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbxface.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbxfload.c
/freebsd/sys/contrib/dev/acpica/components/tables/tbxfroot.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utaddress.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utalloc.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utascii.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utbuffer.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utcache.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utcksum.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utcopy.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utdebug.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utdecode.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utdelete.c
/freebsd/sys/contrib/dev/acpica/components/utilities/uterror.c
/freebsd/sys/contrib/dev/acpica/components/utilities/uteval.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utexcep.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utglobal.c
/freebsd/sys/contrib/dev/acpica/components/utilities/uthex.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utids.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utinit.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utlock.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utmath.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utmisc.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utmutex.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utnonansi.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utobject.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utosi.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utownerid.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utpredef.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utresdecode.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utresrc.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utstate.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utstring.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utstrsuppt.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utstrtoul64.c
/freebsd/sys/contrib/dev/acpica/components/utilities/uttrack.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utuuid.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utxface.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utxferror.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utxfinit.c
/freebsd/sys/contrib/dev/acpica/components/utilities/utxfmutex.c
/freebsd/sys/contrib/dev/acpica/include/acapps.h
/freebsd/sys/contrib/dev/acpica/include/acbuffer.h
/freebsd/sys/contrib/dev/acpica/include/acclib.h
/freebsd/sys/contrib/dev/acpica/include/accommon.h
/freebsd/sys/contrib/dev/acpica/include/acconfig.h
/freebsd/sys/contrib/dev/acpica/include/acconvert.h
/freebsd/sys/contrib/dev/acpica/include/acdebug.h
/freebsd/sys/contrib/dev/acpica/include/acdisasm.h
/freebsd/sys/contrib/dev/acpica/include/acdispat.h
/freebsd/sys/contrib/dev/acpica/include/acevents.h
/freebsd/sys/contrib/dev/acpica/include/acexcep.h
/freebsd/sys/contrib/dev/acpica/include/acglobal.h
/freebsd/sys/contrib/dev/acpica/include/achware.h
/freebsd/sys/contrib/dev/acpica/include/acinterp.h
/freebsd/sys/contrib/dev/acpica/include/aclocal.h
/freebsd/sys/contrib/dev/acpica/include/acmacros.h
/freebsd/sys/contrib/dev/acpica/include/acnames.h
/freebsd/sys/contrib/dev/acpica/include/acnamesp.h
/freebsd/sys/contrib/dev/acpica/include/acobject.h
/freebsd/sys/contrib/dev/acpica/include/acopcode.h
/freebsd/sys/contrib/dev/acpica/include/acoutput.h
/freebsd/sys/contrib/dev/acpica/include/acparser.h
/freebsd/sys/contrib/dev/acpica/include/acpi.h
/freebsd/sys/contrib/dev/acpica/include/acpiosxf.h
/freebsd/sys/contrib/dev/acpica/include/acpixf.h
/freebsd/sys/contrib/dev/acpica/include/acpredef.h
/freebsd/sys/contrib/dev/acpica/include/acresrc.h
/freebsd/sys/contrib/dev/acpica/include/acrestyp.h
/freebsd/sys/contrib/dev/acpica/include/acstruct.h
/freebsd/sys/contrib/dev/acpica/include/actables.h
/freebsd/sys/contrib/dev/acpica/include/actbinfo.h
/freebsd/sys/contrib/dev/acpica/include/actbl.h
/freebsd/sys/contrib/dev/acpica/include/actbl1.h
/freebsd/sys/contrib/dev/acpica/include/actbl2.h
/freebsd/sys/contrib/dev/acpica/include/actbl3.h
/freebsd/sys/contrib/dev/acpica/include/actypes.h
/freebsd/sys/contrib/dev/acpica/include/acutils.h
/freebsd/sys/contrib/dev/acpica/include/acuuid.h
/freebsd/sys/contrib/dev/acpica/include/amlcode.h
/freebsd/sys/contrib/dev/acpica/include/amlresrc.h
/freebsd/sys/contrib/dev/acpica/include/platform/acenv.h
/freebsd/sys/contrib/dev/acpica/include/platform/acenvex.h
/freebsd/sys/contrib/dev/acpica/include/platform/acfreebsd.h
/freebsd/sys/contrib/dev/acpica/include/platform/acgcc.h
/freebsd/sys/contrib/dev/acpica/include/platform/acgccex.h
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/osgendbg.c
/freebsd/sys/contrib/dev/acpica/os_specific/service_layers/osunixxf.c
/freebsd/sys/contrib/device-tree/Bindings/Makefile
/freebsd/sys/contrib/device-tree/Bindings/access-controllers/access-controllers.yaml
/freebsd/sys/contrib/device-tree/Bindings/arc/snps,archs-pct.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/airoha.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/amlogic.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/amlogic/amlogic,meson-gx-ao-secure.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,coresight-dummy-sink.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,coresight-dummy-source.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,corstone1000.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,juno-fpga-apb-regs.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/arm,realview.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/aspeed/aspeed.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/atmel-at91.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/atmel-sysregs.txt
/freebsd/sys/contrib/device-tree/Bindings/arm/axis.txt
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/bcm2835.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/brcm,bcm4708.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/raspberrypi,bcm2835-firmware.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/cirrus/cirrus,ep9301.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/cpu-enable-method/al,alpine-smp
/freebsd/sys/contrib/device-tree/Bindings/arm/cpus.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/fsl,imx7ulp-sim.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/fsl.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/keystone/ti,sci.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/armada-38x.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/armada-7k-8k.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/marvell,dove.txt
/freebsd/sys/contrib/device-tree/Bindings/arm/mediatek.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/pmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/qcom,coresight-tpda.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/qcom,coresight-tpdm.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/qcom.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/rockchip.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/rockchip/pmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/stm32/st,mlahb.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/stm32/stm32.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/sunxi.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/syna.txt
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/nvidia,tegra186-pmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/arm/ti/k3.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/ahci-platform.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/cirrus,ep9312-pata.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/fsl,ahci.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/fsl,imx-pata.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/imx-sata.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/mediatek,mtk-ahci.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/rockchip,dwc-ahci.yaml
/freebsd/sys/contrib/device-tree/Bindings/ata/ti,da850-ahci.yaml
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/arm,versatile-lcd.yaml
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/gpio-7-segment.yaml
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/hit,hd44780.yaml
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/holtek,ht16k33.yaml
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/img,ascii-lcd.yaml
/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/maxim,max6959.yaml
/freebsd/sys/contrib/device-tree/Bindings/board/fsl,bcsr.yaml
/freebsd/sys/contrib/device-tree/Bindings/board/fsl,fpga-qixis-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/board/fsl,fpga-qixis.yaml
/freebsd/sys/contrib/device-tree/Bindings/bus/brcm,gisb-arb.yaml
/freebsd/sys/contrib/device-tree/Bindings/bus/qcom,ebi2.yaml
/freebsd/sys/contrib/device-tree/Bindings/bus/st,stm32-etzpc.yaml
/freebsd/sys/contrib/device-tree/Bindings/bus/st,stm32mp25-rifsc.yaml
/freebsd/sys/contrib/device-tree/Bindings/cache/qcom,llcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/cache/starfive,jh8100-starlink-cache.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/airoha,en7523-scu.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/amlogic,a1-peripherals-clkc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/amlogic,a1-pll-clkc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/amlogic,axg-audio-clkc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/amlogic,c3-peripherals-clkc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/amlogic,c3-pll-clkc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/atmel,at91rm9200-pmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/atmel,at91sam9x5-sckc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/baikal,bt1-ccu-div.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/cirrus,lochnagar.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/fixed-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/fixed-factor-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/fsl,qoriq-clock-legacy.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/fsl,qoriq-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/google,gs101-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/idt,versaclock5.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx6q-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx6sl-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx6sll-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx6sx-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx6ul-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx7d-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx8m-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/imx8mp-audiomix.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/keystone-gate.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/keystone-pll.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/loongson,ls2k-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,apmixedsys.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,infracfg.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt2701-hifsys.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt7622-pciesys.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt7622-ssusbsys.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt8186-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt8186-sys-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt8188-sys-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt8192-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt8192-sys-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt8195-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,mt8195-sys-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,pericfg.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mediatek,syscon.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/milbeaut-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/mobileye,eyeq5-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/nxp,imx95-blk-ctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/nxp,imx95-display-master-csr.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/nxp,lpc3220-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/nxp,lpc3220-usb-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,a53pll.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,dispcc-sc8280xp.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,dispcc-sm6350.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,dispcc-sm8x50.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-apq8064.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-apq8084.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-ipq4019.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-ipq6018.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-ipq8064.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-ipq8074.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-mdm9607.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-mdm9615.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8660.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8909.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8916.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8953.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8974.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8976.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8994.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8996.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-msm8998.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-qcm2290.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-qcs404.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sc7180.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sc7280.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sc8180x.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sc8280xp.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sdm660.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sdm845.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sdx55.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sdx65.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm6115.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm6125.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm6350.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm8150.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm8250.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm8350.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc-sm8450.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gpucc-sdm660.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,hfpll.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,ipq5018-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,ipq5332-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,ipq9574-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,msm8998-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,q6sstopcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,qca8k-nsscc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,qcm2290-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,qcm2290-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,qcs404-turingcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,qdu1000-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,rpmcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sa8775p-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sc7180-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sc7280-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sc8280xp-lpasscc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sdm845-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sdx75-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm4450-camcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm4450-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm4450-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6115-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6115-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6125-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6350-camcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6375-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6375-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm6375-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm7150-camcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm7150-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm7150-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm7150-videocc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8150-camcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8350-videocc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8450-camcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8450-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8450-gpucc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8450-videocc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8550-dispcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8550-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8550-tcsr.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,sm8650-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,videocc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/qcom,x1e80100-gcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/renesas,cpg-clocks.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/renesas,cpg-mssr.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/renesas,rzg2l-cpg.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/renesas,rzv2h-cpg.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/rockchip,rk3576-cru.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/rockchip,rk3588-cru.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/samsung,exynos850-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/samsung,exynosautov9-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/samsung,exynosautov920-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/samsung,s3c6400-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/sophgo,cv1800-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/sophgo,sg2042-clkgen.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/sophgo,sg2042-pll.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/sophgo,sg2042-rpgate.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/sprd,sc9860-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/st,stm32mp1-rcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/st,stm32mp25-rcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/tesla,fsd-clock.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/thead,th1520-clk-ap.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/ti,sci-clk.yaml
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/adpll.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/apll.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/autoidle.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/clockdomain.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/composite.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/divider.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/dpll.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/fapll.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/fixed-factor-clock.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/gate.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/interface.txt
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/mux.txt
/freebsd/sys/contrib/device-tree/Bindings/counter/ti-eqep.yaml
/freebsd/sys/contrib/device-tree/Bindings/cpu/idle-states.yaml
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/cpufreq-qcom-hw.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/allwinner,sun8i-ce.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/atmel,at91sam9g46-aes.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/atmel,at91sam9g46-sha.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/atmel,at91sam9g46-tdes.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/fsl,sec-v4.0.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/nvidia,tegra234-se-aes.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/nvidia,tegra234-se-hash.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/qcom,inline-crypto-engine.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/qcom,prng.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/qcom-qce.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/st,stm32-cryp.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/st,stm32-hash.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/starfive,jh7110-crypto.yaml
/freebsd/sys/contrib/device-tree/Bindings/crypto/ti,omap-sham.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/amlogic,meson-dw-hdmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/atmel,lcdc-display.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/atmel,lcdc.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/atmel/atmel,hlcdc-display-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ite,it6505.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/lvds-codec.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/microchip,sam9x75-lvds.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/synopsys,dw-hdmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ti,sn65dsi86.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/toshiba,tc358767.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/toshiba,tc358775.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/elgin,jg10309-01.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/fsl,lcdif.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/imx/fsl,imx6-hdmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/imx/fsl,imx8mp-hdmi-pvi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/lvds.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,aal.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ccorr.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,color.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,dither.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,dpi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,dsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,gamma.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,ovl.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,rdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/mediatek,split.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/dp-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/dsi-controller-main.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/dsi-phy-28nm.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/gmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/gpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/hdmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,mdp5.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm6350-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm6375-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm7150-dpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm7150-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm8150-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm8650-dpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,sm8650-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/msm/qcom,x1e80100-mdss.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/abt,y030xx067a.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/anbernic,rg35xx-plus-panel.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/asus,z00t-tm5p5-nt35596.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/boe,bf060y8m-aj0.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/boe,himax8279d.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/boe,th101mb31ig002-28a.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/boe,tv101wum-ll2.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/boe,tv101wum-nl6.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/elida,kd35t133.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/fascontek,fs035vg158.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/feixin,k101-im2ba02.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/himax,hx83102.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/himax,hx83112a.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/himax,hx8394.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ilitek,ili9163.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ilitek,ili9322.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ilitek,ili9341.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ilitek,ili9805.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ilitek,ili9806e.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ilitek,ili9881c.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/innolux,ej030na.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/innolux,p097pfg.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/jadard,jd9365da-h3.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/jdi,lpm102a188a.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/jdi,lt070me05000.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/kingdisplay,kd035g6-54nt.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/leadtek,ltk035c5444t.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/leadtek,ltk050h3146w.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/leadtek,ltk500hd1829.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/lg,lg4573.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/lg,sw43408.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/lgphilips,lb035q02.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/nec,nl8048hl11.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/newvision,nv3051d.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/novatek,nt35510.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/novatek,nt35950.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/novatek,nt36523.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/novatek,nt36672a.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/novatek,nt36672e.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/olimex,lcd-olinuxino.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-common-dual.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-edp-legacy.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-lvds.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-mipi-dbi-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-simple-dsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-simple-lvds-dual-ports.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/panel-simple.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/raydium,rm67191.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/raydium,rm692e5.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/raydium,rm69380.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/rocktech,jh057n00900.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ronbo,rb070d30.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,amoled-mipi-dsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,ams495qa01.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,atna33xc20.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,ld9040.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,lms380kf01.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,lms397kf04.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6d16d0.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6d27a1.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6d7aa0.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6e63m0.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6e88a0-ams452ef01.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/samsung,s6e8aa0.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sharp,lq101r1sx01.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sharp,ls043t1le01.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sharp,ls060t1sx01.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sitronix,st7701.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sitronix,st7789v.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sony,acx424akp.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sony,acx565akm.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sony,td4353-jdi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/sony,tulip-truly-nt35521.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/synaptics,r63353.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/tpo,td.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/tpo,tpg110.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/visionox,r66451.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/visionox,rm69299.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/panel/xinpeng,xpp055c272.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/renesas,rzg2l-du.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/rockchip,dw-hdmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/rockchip,inno-hdmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/samsung/samsung,exynos5-dp.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/solomon,ssd1307fb.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/solomon,ssd132x.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/solomon,ssd133x.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/st,stm32mp25-lvds.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/nvidia,tegra20-host1x.yaml
/freebsd/sys/contrib/device-tree/Bindings/display/ti/ti,am65x-dss.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/allwinner,sun50i-a64-dma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/cirrus,ep9301-dma-m2m.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/cirrus,ep9301-dma-m2p.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/fsl,edma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/fsl,imx-dma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/fsl,imx-sdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/fsl,mxs-dma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/fsl-qdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/loongson,ls1b-apbdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/marvell,mmp-dma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/marvell,xor-v2.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/mediatek,mt7622-hsdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/nxp,lpc3220-dmamux.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/qcom,gpi.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/renesas,rcar-dmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/renesas,rz-dmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/snps,dma-spear1340.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/snps,dw-axi-dmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/sprd,sc9860-dma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/st,stm32-dma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/st,stm32-dmamux.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/stm32/st,stm32-dma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/stm32/st,stm32-dma3.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/stm32/st,stm32-dmamux.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/stm32/st,stm32-mdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/dma/ti-dma-crossbar.txt
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml
/freebsd/sys/contrib/device-tree/Bindings/dts-coding-style.rst
/freebsd/sys/contrib/device-tree/Bindings/eeprom/at24.yaml
/freebsd/sys/contrib/device-tree/Bindings/eeprom/at25.yaml
/freebsd/sys/contrib/device-tree/Bindings/extcon/extcon-ptn5150.yaml
/freebsd/sys/contrib/device-tree/Bindings/extcon/linux,extcon-usb-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/arm,scmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/cznic,turris-omnia-mcu.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/nxp,imx95-scmi-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/nxp,imx95-scmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/qcom,scm.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml
/freebsd/sys/contrib/device-tree/Bindings/fpga/fpga-region.yaml
/freebsd/sys/contrib/device-tree/Bindings/fpga/xlnx,fpga-selectmap.yaml
/freebsd/sys/contrib/device-tree/Bindings/fpga/xlnx,versal-fpga.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/aspeed,ast2600-fsi-master.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/fsi-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/ibm,fsi2spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/ibm,i2cr-fsi-master.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/ibm,p9-fsi-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/ibm,p9-occ.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/ibm,p9-sbefifo.yaml
/freebsd/sys/contrib/device-tree/Bindings/fsi/ibm,p9-scom.yaml
/freebsd/sys/contrib/device-tree/Bindings/fuse/renesas,rcar-efuse.yaml
/freebsd/sys/contrib/device-tree/Bindings/fuse/renesas,rcar-otp.yaml
/freebsd/sys/contrib/device-tree/Bindings/gnss/brcm,bcm4751.yaml
/freebsd/sys/contrib/device-tree/Bindings/gnss/gnss-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/gnss/mediatek.yaml
/freebsd/sys/contrib/device-tree/Bindings/gnss/sirfstar.yaml
/freebsd/sys/contrib/device-tree/Bindings/gnss/u-blox,neo-6m.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/aspeed,ast2400-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/aspeed,sgpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/atmel,at91rm9200-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/brcm,brcmstb-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/fairchild,74hc595.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/fcs,fxl6408.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/fsl,qoriq-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/fsl-imx-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gateworks,pld-gpio.txt
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-davinci.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-ep9301.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-mvebu.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-mxs.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-pca9570.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-pca95xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/gpio-vf610.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/lsi,zevio-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/microchip,mpfs-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/mrvl-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/nxp,lpc3220-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/renesas,rcar-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/socionext,uniphier-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpio/st,nomadik-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpu/arm,mali-bifrost.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpu/arm,mali-valhall-csf.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpu/img,powervr-rogue.yaml
/freebsd/sys/contrib/device-tree/Bindings/gpu/img,powervr-sgx.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwlock/sprd,hwspinlock-r3p0.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/adi,adm1177.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/adi,adm1275.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/adi,ltc2945.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/adi,ltc4282.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/adt7475.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/amphenol,chipcap2.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/aspeed,g6-pwm-tach.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/fan-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/gmt,g762.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/hwmon-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ibm,opal-sensor.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/lltc,ltc2978.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/lltc,ltc4151.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/lltc,ltc4286.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/lm75.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/maxim,max31790.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/maxim,max6639.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/maxim,max6650.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/nuvoton,nct6775.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/pmbus/adi,adp1050.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/pmbus/infineon,tda38640.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/pmbus/ti,lm25066.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/sophgo,sg2042-hwmon-mcu.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/st,stts751.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/syna,as370.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ti,adc128d818.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ti,ina2xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ti,lm87.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ti,tmp108.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ti,tmp513.yaml
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ti,tps23861.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/amlogic,meson6-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/aspeed,i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/atmel,at91sam-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/brcm,brcmstb-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/google,cros-ec-i2c-tunnel.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-demux-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-exynos5.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-imx-lpi2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-mpc.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-mux-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-mux-pca954x.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-pxa.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/i2c-rk3x.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/ibm,i2c-fsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/nvidia,tegra186-bpmp-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/nvidia,tegra20-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/nxp,lpc1788-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/nxp,pnx-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/qcom,i2c-cci.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/renesas,iic-emev2.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/renesas,rcar-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/renesas,riic.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/renesas,rmobile-iic.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/samsung,s3c2410-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/snps,designware-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/sprd,sc9860-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/st,nomadik-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/st,stm32-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/ti,omap4-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i2c/tsd,mule-i2c-mux.yaml
/freebsd/sys/contrib/device-tree/Bindings/i3c/aspeed,ast2600-i3c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i3c/cdns,i3c-master.yaml
/freebsd/sys/contrib/device-tree/Bindings/i3c/i3c.yaml
/freebsd/sys/contrib/device-tree/Bindings/i3c/mipi-i3c-hci.yaml
/freebsd/sys/contrib/device-tree/Bindings/i3c/silvaco,i3c-master.yaml
/freebsd/sys/contrib/device-tree/Bindings/i3c/snps,dw-i3c-master.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/adi,adxl345.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/adi,adxl380.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/kionix,kxcjk1013.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/lis302.txt
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad4000.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad4695.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad7173.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad7192.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad7380.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad7606.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad7944.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,ad9467.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/adi,axi-adc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/allwinner,sun20i-d1-gpadc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/amlogic,meson-saradc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/mediatek,mt6359-auxadc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/microchip,pac1921.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/microchip,pac1934.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/nxp,imx93-adc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/qcom,spmi-vadc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/richtek,rtq6056.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/rockchip-saradc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/sigma-delta-modulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/sophgo,cv1800b-saradc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/st,stm32-adc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/st,stm32-dfsdm-adc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ti,ads1015.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ti,ads1119.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ti,ads1298.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/x-powers,axp209-adc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/voltage-divider.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/amplifiers/adi,hmc425a.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/chemical/sciosense,ens160.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/adi,ad3552r.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/adi,ad5686.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/adi,ad5696.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/adi,ad9739a.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/adi,axi-dac.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/adi,ltc2664.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/adi,ltc2672.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/dac.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/st,stm32-dac.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ti,dac5571.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/adi,adf4350.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/adi,adf4377.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/adi,admfm2000.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/bosch,bmg160.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/health/maxim,max30102.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/humidity/sciosense,ens210.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/humidity/ti,hdc2010.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/humidity/ti,hdc3020.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/adi,adis16475.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/adi,adis16480.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/bosch,bmi160.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/invensense,icm42600.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/invensense,mpu6050.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/st,lsm6dsx.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ams,as73211.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/avago,apds9300.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/liteon,ltrf216a.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/rohm,bh1745.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/rohm,bu27034anuc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/stk33xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/light/vishay,veml6075.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/asahi-kasei,ak8975.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/bosch,bmc150_magn.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/fsl,mag3110.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/voltafield,af8133j.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/honeywell,hsc030pa.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/honeywell,mprls0025pa.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/sensirion,sdp500.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/awinic,aw96103.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/proximity/tyhx,hx9023s.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/st,st-sensors.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/adi,ltc2983.yaml
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/ti,tmp117.yaml
/freebsd/sys/contrib/device-tree/Bindings/incomplete-devices.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/adi,adp5588.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/atmel,captouch.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/azoteq,iqs7222.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/cirrus,cs40l50.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/cirrus,ep9307-keypad.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/dlg,da9062-onkey.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/elan,ekth6915.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/ilitek,ili2901.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/qcom,pm8xxx-vib.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/rotary-encoder.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/samsung,s3c6410-keypad.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/ti,nspire-keypad.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/adi,ad7879.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ads7846.txt
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/azoteq,iqs7211.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/edt-ft5x06.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/eeti,exc3000.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/elan,ektf2127.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/fsl,imx6ul-tsc.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/goodix,gt9916.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/goodix.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/himax,hx83112b.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/imagis,ist3038c.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/melfas,mms114.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/silead,gsl1680.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ti,ads7843.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/toradex,vf50-touchscreen.yaml
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/zinitix,bt400.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/mediatek,mt8183-emi.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,msm8939.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,msm8953.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,msm8998-bwmon.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,rpm.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,rpmh.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,sc7280-rpmh.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,sc8280xp-rpmh.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,sm7150-rpmh.yaml
/freebsd/sys/contrib/device-tree/Bindings/interconnect/qcom,sm8450-rpmh.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/amlogic,meson-gpio-intc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/apple,aic.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/arm,gic-v3.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/aspeed,ast2400-vic.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/atmel,aic.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/brcm,bcm2836-l1-intc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/fsl,intmux.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/fsl,irqsteer.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/fsl,ls-extirq.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/fsl,ls-msi.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/marvell,mpic.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/mediatek,mt6577-sysirq.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/microchip,lan966x-oic.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/qcom,pdc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/realtek,rtl-intc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/renesas,irqc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/renesas,rzg2l-irqc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/riscv,aplic.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/riscv,cpu-intc.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/riscv,imsics.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/sifive,plic-1.0.0.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/st,stm32-exti.yaml
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/starfive,jh8100-intc.yaml
/freebsd/sys/contrib/device-tree/Bindings/iommu/allwinner,sun50i-h6-iommu.yaml
/freebsd/sys/contrib/device-tree/Bindings/iommu/arm,smmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/iommu/qcom,apq8064-iommu.yaml
/freebsd/sys/contrib/device-tree/Bindings/iommu/qcom,iommu.yaml
/freebsd/sys/contrib/device-tree/Bindings/iommu/qcom,tbu.yaml
/freebsd/sys/contrib/device-tree/Bindings/iommu/renesas,ipmmu-vmsa.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/awinic,aw200xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/kinetic,ktd2801.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/qcom-wled.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ti,lm3509.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/common.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-bcm63138.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-bcm6328.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-bcm6358.txt
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-lp55xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-pwm-multicolor.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/leds-qcom-lpg.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/nxp,pca963x.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/nxp,pca995x.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/onnn,ncp5623.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/silergy,sy7802.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/sprd,sc2731-bltc.yaml
/freebsd/sys/contrib/device-tree/Bindings/leds/ti.lm36922.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/arm,mhuv3.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/brcm,iproc-flexrm-mbox.txt
/freebsd/sys/contrib/device-tree/Bindings/mailbox/fsl,mu.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/mediatek,gce-props.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/mtk,adsp-mbox.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/qcom,apcs-kpss-global.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/qcom,cpucp-mbox.yaml
/freebsd/sys/contrib/device-tree/Bindings/mailbox/qcom-ipcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/amlogic,gx-vdec.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/amphion,vpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/brcm,bcm2835-unicam.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/cec/st,stm32-cec.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/galaxycore,gc0308.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/galaxycore,gc05a2.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/galaxycore,gc08a3.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/galaxycore,gc2145.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/maxim,max96714.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/maxim,max96717.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ovti,og01a1b.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ovti,ov2680.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ovti,ov8856.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/sony,imx214.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/sony,imx258.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/sony,imx283.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/sony,imx290.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/sony,imx335.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/sony,imx415.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/techwell,tw9900.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/thine,thp7312.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/img,e5010-jpeg-enc.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/mediatek,mdp3-rdma.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/mediatek,mt7622-cir.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/mediatek,vcodec-encoder.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/mediatek-jpeg-encoder.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/nxp,imx8-isi.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/nxp,imx8-jpeg.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/qcom,msm8996-venus.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/qcom,sc7280-venus.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/qcom,sc8280xp-camss.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/raspberrypi,pispbe.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/rc.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/renesas,fcp.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/renesas,rzg2l-cru.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/renesas,rzg2l-csi2.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/renesas,vin.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/renesas,vsp1.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/rockchip,rk3568-vepu.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/rockchip-isp1.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/rockchip-rga.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/rockchip-vpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/samsung,exynos4210-fimc.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/st,stm32-dcmi.yaml
/freebsd/sys/contrib/device-tree/Bindings/media/st,stm32mp25-video-codec.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/fsl,ifc.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/fsl,imx-weim-peripherals.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/fsl,imx-weim.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/mmdc.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/mc-peripheral-props.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/nvidia,tegra20-emc.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/renesas,rpc-if.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/samsung,s5pv210-dmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/st,stm32-fmc2-ebi.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/actions,atc260x.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/adi,adp5585.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/allwinner,sun6i-a31-prcm.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/aspeed,ast2x00-scu.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/atmel,hlcdc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/atmel,sama5d2-flexcom.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,cru.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/brcm,misc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/canaan,k210-sysctl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/delta,tn48m-cpld.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/dlg,da9063.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/google,cros-ec.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/iqs62x.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/kontron,sl28cpld.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/marvell,88pm886-a1.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/max77650.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/maxim,max77686.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/maxim,max77693.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/mediatek,mt6357.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/mediatek,mt8195-scpsys.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/mfd.txt
/freebsd/sys/contrib/device-tree/Bindings/mfd/qcom,pm8008.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/qcom,spmi-pmic.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/qcom,tcsr.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/qcom-pm8xxx.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/richtek,rt4831.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/ricoh,rn5t618.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rockchip,rk805.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rockchip,rk808.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rockchip,rk816.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rockchip,rk817.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rockchip,rk818.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rohm,bd71815-pmic.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rohm,bd71828-pmic.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rohm,bd71837-pmic.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rohm,bd9571mwv.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rohm,bd9576-pmic.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/rohm,bd96801-pmic.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/samsung,s2mpa01.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/samsung,s2mps11.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/samsung,s5m8767.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/st,stm32-lptimer.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/st,stm32-timers.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/st,stmfx.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/st,stpmic1.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/stericsson,ab8500.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/stericsson,db8500-prcmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/syscon-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/syscon.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/ti,lp8732.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/ti,tps65086.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/ti,tps6594.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/ti,twl.yaml
/freebsd/sys/contrib/device-tree/Bindings/mfd/twl6040.txt
/freebsd/sys/contrib/device-tree/Bindings/mfd/x-powers,axp152.yaml
/freebsd/sys/contrib/device-tree/Bindings/mips/brcm/soc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mips/cpus.yaml
/freebsd/sys/contrib/device-tree/Bindings/mips/mobileye.yaml
/freebsd/sys/contrib/device-tree/Bindings/mips/mscc.txt
/freebsd/sys/contrib/device-tree/Bindings/mips/realtek-rtl.yaml
/freebsd/sys/contrib/device-tree/Bindings/misc/aspeed,ast2400-cvic.yaml
/freebsd/sys/contrib/device-tree/Bindings/misc/fsl,qoriq-mc.yaml
/freebsd/sys/contrib/device-tree/Bindings/misc/qcom,fastrpc.yaml
/freebsd/sys/contrib/device-tree/Bindings/misc/qemu,vcpu-stall-detector.yaml
/freebsd/sys/contrib/device-tree/Bindings/misc/xlnx,sd-fec.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/amlogic,meson-gx-mmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/arm,pl18x.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/atmel,sama5d2-sdhci.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/brcm,sdhci-brcmstb.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/fsl,esdhc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/fsl-imx-esdhc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/fsl-imx-mmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/hisilicon,hi3798cv200-dw-mshc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/mmc-spi-slot.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/nuvoton,ma35d1-sdhci.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/renesas,sdhi.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/rockchip-dw-mshc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/sdhci-msm.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/snps,dwcmshc-sdhci.yaml
/freebsd/sys/contrib/device-tree/Bindings/mmc/sprd,sdhci-r11.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/amlogic,meson-nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/atmel-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/brcm,brcmnand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/davinci-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/flctl-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/fsl-upm-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/gpio-control-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/gpmi-nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/hisi504-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/jedec,spi-nor.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/mtd.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/nvidia-tegra20-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/orion-nand.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/binman.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/linux,ubi.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/partition.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ubi-volume.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/qcom,nandc.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/samsung,s5pv210-onenand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/samsung-s3c2410.txt
/freebsd/sys/contrib/device-tree/Bindings/mtd/st,stm32-fmc2-nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/technologic,nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mtd/ti,gpmc-nand.yaml
/freebsd/sys/contrib/device-tree/Bindings/mux/mux-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/airoha,en7581-eth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/airoha,en8811h.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/amlogic,meson-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/amlogic,w155s2-bt.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/brcm,bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/marvell,88w8897.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/mediatek,bluetooth.txt
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/mediatek,mt7622-bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/mediatek,mt7921s-bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/nokia,h4p-bluetooth.txt
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/nxp,88w8987-bt.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/qualcomm-bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/realtek,bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ti,bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/brcm,asp-v2.0.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/brcm,unimac-mdio.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/broadcom-bluetooth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/can/bosch,m_can.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/can/fsl,flexcan.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/can/microchip,mcp2510.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/can/microchip,mpfs-can.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/can/renesas,rcar-canfd.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/can/rockchip,rk3568v2-canfd.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/can/tcan4x5x.txt
/freebsd/sys/contrib/device-tree/Bindings/net/can/xilinx,can.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/cdns,macb.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/cirrus,ep9301-eth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/lantiq,gswip.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/mediatek,mt7530.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/microchip,ksz.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/qca,ar9331.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/realtek.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/vitesse,vsc73xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ethernet-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ethernet-phy-package.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ethernet-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,cpm-enet.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,cpm-mdio.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,enetc-ierb.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,enetc-mdio.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,enetc.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,fec.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,fman-dtsec.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,fman-mdio.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,fman-muram.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,fman-port.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,fman.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl,qoriq-mc-dpmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/fsl-tsec-phy.txt
/freebsd/sys/contrib/device-tree/Bindings/net/hisilicon-hip04-net.txt
/freebsd/sys/contrib/device-tree/Bindings/net/maxim,ds26522.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/mdio.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/mediatek,net.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/mediatek-bluetooth.txt
/freebsd/sys/contrib/device-tree/Bindings/net/microchip,lan8650.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/mscc,miim.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/ti,trf7970a.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/nxp,dwmac-imx.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/nxp,tja11xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/pcs/snps,dw-xpcs.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/microchip,pd692x0.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/pse-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/pse-pd/ti,tps23881.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/qca,qca808x.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/qcom,ethqos.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/qcom,ipa.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/qcom,ipq4019-mdio.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/qcom,qca807x.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/realtek,rtl82xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/renesas,etheravb.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/renesas,ethertsn.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/renesas,rzn1-gmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/rockchip-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/sff,sfp.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/snps,dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/socionext,uniphier-ave4.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/starfive,jh7110-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/stm32-dwmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,cc1352p7.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,cpsw-switch.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,dp83822.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,icss-iep.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,icssg-prueth.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,k3-am654-cpsw-nuss.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/ti,k3-am654-cpts.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/brcm,bcm4329-fmac.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/marvell,sd8787.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/mediatek,mt76.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/qcom,ath10k.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/qcom,ath11k-pci.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/qcom,ath11k.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/qcom,ath12k.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/xlnx,axi-ethernet.yaml
/freebsd/sys/contrib/device-tree/Bindings/net/xlnx,gmii-to-rgmii.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/amlogic,meson-gxbb-efuse.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/fsl,layerscape-sfp.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/imx-iim.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/imx-ocotp.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/fixed-cell.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/nvmem-layout.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/u-boot,env.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/mediatek,efuse.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/mxs-ocotp.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/nvmem-provider.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/qcom,qfprom.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/qcom,spmi-sdam.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/st,stm32-romem.yaml
/freebsd/sys/contrib/device-tree/Bindings/nvmem/xlnx,zynqmp-nvmem.yaml
/freebsd/sys/contrib/device-tree/Bindings/opp/allwinner,sun50i-h6-operating-points.yaml
/freebsd/sys/contrib/device-tree/Bindings/opp/operating-points-v2-ti-cpu.yaml
/freebsd/sys/contrib/device-tree/Bindings/opp/opp-v2-base.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/altr,msi-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/altr,pcie-root-port.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/amlogic,axg-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/apple,pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/brcm,iproc-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/brcm,stb-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/cdns,cdns-pcie-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/cdns-pcie-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/faraday,ftpci100.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/fsl,imx6q-pcie-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/fsl,imx6q-pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/fsl,imx6q-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/fsl,layerscape-pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/fsl,layerscape-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/hisilicon,kirin-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/host-generic-pci.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/intel,ixp4xx-pci.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/intel,keembay-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/loongson.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/mediatek,mt7621-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/mediatek-pcie-gen3.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/microchip,pcie-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/pci-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/plda,xpressrich3-axi-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sa8775p.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sc7280.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sc8180x.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sc8280xp.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sm8150.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sm8250.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sm8350.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sm8450.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-sm8550.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie-x1e80100.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/qcom,pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rcar-gen4-pci-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rcar-gen4-pci-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rcar-pci-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/renesas,pci-rcar-gen2.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rockchip,rk3399-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rockchip-dw-pcie-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rockchip-dw-pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/rockchip-dw-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/snps,dw-pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/snps,dw-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/socionext,uniphier-pcie-ep.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/starfive,jh7110-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/ti,am65-pci-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/ti,j721e-pci-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/versatile.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/xilinx-versal-cpm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/xlnx,axi-pcie-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/xlnx,nwl-pcie.yaml
/freebsd/sys/contrib/device-tree/Bindings/pci/xlnx,xdma-host.yaml
/freebsd/sys/contrib/device-tree/Bindings/perf/arm,cmn.yaml
/freebsd/sys/contrib/device-tree/Bindings/perf/arm,coresight-pmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/perf/arm,ni.yaml
/freebsd/sys/contrib/device-tree/Bindings/perf/fsl-imx-ddr.yaml
/freebsd/sys/contrib/device-tree/Bindings/perf/starfive,jh8100-starlink-pmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/airoha,en7581-pcie-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/amlogic,g12a-usb2-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/apm-xgene-phy.txt
/freebsd/sys/contrib/device-tree/Bindings/phy/brcm,sata-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/fsl,imx8mp-hdmi-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/fsl,imx8qm-hsio.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/fsl,mxs-usbphy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/hisilicon,hi3798cv200-combphy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/marvell,armada-cp110-utmi-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/mediatek,mt7988-xfi-tphy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/mediatek,mt8365-csi-rx.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/mediatek,tphy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/nuvoton,ma35d1-usb2-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/phy-cadence-torrent.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/phy-rockchip-usbdp.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/phy-stm32-usbphyc.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,edp-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,hdmi-phy-qmp.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,ipq8074-qmp-pcie-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,msm8998-qmp-usb3-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sata-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,snps-eusb2-repeater.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,usb-hs-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/qcom,usb-snps-femto-v2.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/renesas,usb2-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/rockchip,pcie3-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/rockchip,rk3399-emmc-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/rockchip,rk3588-hdptx-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/samsung,ufs-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/samsung,usb3-drd-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/socionext,uniphier-ahci-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/socionext,uniphier-pcie-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/socionext,uniphier-usb3hs-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/socionext,uniphier-usb3ss-phy.yaml
/freebsd/sys/contrib/device-tree/Bindings/phy/starfive,jh7110-dphy-tx.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/amlogic,meson-pinctrl-a1.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/amlogic,meson-pinctrl-g12a-aobus.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/amlogic,meson-pinctrl-g12a-periphs.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/amlogic,meson8-pinctrl-aobus.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/amlogic,meson8-pinctrl-cbus.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/aspeed,ast2400-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/aspeed,ast2500-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/aspeed,ast2600-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/atmel,at91-pinctrl.txt
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/atmel,at91rm9200-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/awinic,aw9523-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/cirrus,madera.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/cypress,cy8c95x0.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/fsl,imx6ul-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/fsl,imx9-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/mediatek,mt7622-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/mobileye,eyeq5-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nuvoton,ma35d1-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nuvoton,npcm845-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nuvoton,wpcm450-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra234-pinmux-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra234-pinmux.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/pincfg-node.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/pinctrl-single.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,apq8064-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,apq8084-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,ipq4019-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,ipq8064-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,mdm9607-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,pmic-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,pmic-mpp.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sdm845-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sm4250-lpass-lpi-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sm4450-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sm6350-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/qcom,sm6375-tlmm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/renesas,pfc.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/renesas,rzg2l-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/rockchip,pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/samsung,pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/sophgo,cv1800-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/st,stm32-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/xlnx,pinctrl-zynq.yaml
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/platform/acer,aspire1-ec.yaml
/freebsd/sys/contrib/device-tree/Bindings/platform/lenovo,yoga-c630-ec.yaml
/freebsd/sys/contrib/device-tree/Bindings/platform/microsoft,surface-sam.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/amlogic,meson-sec-pwrc.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/qcom,rpmpd.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/renesas,rcar-sysc.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/rockchip,power-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/rockchip-io-domain.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/maxim,max17201.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/maxim,max8903.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/sc27xx-fg.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/x-powers,axp20x-battery-power-supply.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml
/freebsd/sys/contrib/device-tree/Bindings/power/wakeup-source.txt
/freebsd/sys/contrib/device-tree/Bindings/ptp/fsl,ptp.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/adi,axi-pwmgen.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/allwinner,sun4i-a10-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/atmel,at91sam-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/atmel,hlcdc-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/cirrus,ep9301-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/fsl,vf610-ftm-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/google,cros-ec-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/imx-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/imx-tpm-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/marvell,pxa-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/mediatek,mt2712-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/mediatek,pwm-disp.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/mxs-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/opencores,pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/pwm-amlogic.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/pwm-bcm2835.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/pwm-gpio.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/renesas,pwm-rcar.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/renesas,tpu-pwm.yaml
/freebsd/sys/contrib/device-tree/Bindings/pwm/snps,dw-apb-timers-pwm2.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/allwinner,sun20i-d1-system-ldos.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/fixed-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/gpio-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/infineon,ir38060.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/mediatek,mt6397-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/mediatek,mt6873-dvfsrc-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/microchip,mcp16502.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/mt6315-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/nxp,pca9450-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/qcom,qca6390-pmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/qcom,usb-vbus-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/richtek,rtq2208.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/rohm,bd96801-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/sprd,sc2731-regulator.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/st,stm32-vrefbuf.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/st,stm32mp1-pwr-reg.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/ti,tps62864.yaml
/freebsd/sys/contrib/device-tree/Bindings/regulator/ti,tps65132.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/fsl,imx-rproc.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/mtk,scp.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,glink-rpm-edge.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,msm8996-mss-pil.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,qcs404-cdsp-pil.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,qcs404-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,rpm-proc.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sa8775p-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sc7180-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sc7280-wpss-pil.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sc8180x-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sdm845-adsp-pil.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sm6115-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sm6350-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sm6375-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sm8150-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sm8350-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,sm8550-pas.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,smd-edge.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/qcom,wcnss-pil.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ti,davinci-rproc.txt
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ti,k3-dsp-rproc.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ti,k3-m4f-rproc.yaml
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/xlnx,zynqmp-r5fss.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/amlogic,meson-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/mobileye,eyeq5-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/nuvoton,ma35d1-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/renesas,rst.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/socionext,uniphier-glue-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/sophgo,sg2042-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/reset/ti,sci-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/cpus.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/extensions.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/microchip.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/sophgo.yaml
/freebsd/sys/contrib/device-tree/Bindings/riscv/starfive.yaml
/freebsd/sys/contrib/device-tree/Bindings/rng/amlogic,meson-rng.yaml
/freebsd/sys/contrib/device-tree/Bindings/rng/atmel,at91-trng.yaml
/freebsd/sys/contrib/device-tree/Bindings/rng/microsoft,vmgenid.yaml
/freebsd/sys/contrib/device-tree/Bindings/rng/rockchip,rk3568-rng.yaml
/freebsd/sys/contrib/device-tree/Bindings/rng/samsung,exynos5250-trng.yaml
/freebsd/sys/contrib/device-tree/Bindings/rng/st,stm32-rng.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/abracon,abx80x.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/alphascale,asm9260-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/atmel,at91sam9260-rtt.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/fsl,ls-ftm-alarm.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/fsl,stmp3xxx-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/marvell,armada-380-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/marvell,pxa-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/mediatek,mt2712-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/mediatek,mt7622-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/microcrystal,rv3028.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/nxp,lpc1788-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/sa1100-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/sprd,sc2731-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/st,stm32-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/trivial-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/rtc/xlnx,zynqmp-rtc.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/8250_omap.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/actions,owl-uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/amlogic,meson-uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/atmel,at91-usart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/brcm,bcm2835-aux-uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/cdns,uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/fsl,s32-linflexuart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/fsl-lpuart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/mediatek,uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/nvidia,tegra20-hsuart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/nxp,sc16is7xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/renesas,hscif.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/renesas,scif.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/samsung_uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/serial-peripheral-props.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/serial.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/snps-dw-apb-uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/st,asc.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/st,stm32-uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/serial/via,vt8500-uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/bcm/brcm,bcm2711-avs-monitor.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/cirrus/cirrus,ep9301-syscon.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe-firmware.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe-ic.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe-muram.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe-si.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe-siram.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe-tsa.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe-ucc-qmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,qe.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/fsl,ucc-hdlc.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,bman-portal.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,bman.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,layerscape-dcfg.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,layerscape-scfg.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,ls1028a-reset.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,qman-fqd.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,qman-portal.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,qman.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/fsl,rcpm.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/hisilicon/hisilicon,hi3660-usb3-otg-bc.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/imx/fsl,imx-anatop.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/intel/intel,lgm-syscon.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/mediatek,mutex.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/microchip/microchip,sparx5-cpu-syscon.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/mobileye/mobileye,eyeq5-olb.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,aoss-qmp.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,pbs.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,pmic-glink.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,rpm-master-stats.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,saw2.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,smd-rpm.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,smd.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,smp2p.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,smsm.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/qcom,wcnss.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/renesas/renesas,r9a09g057-sys.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/renesas/renesas-soc.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/renesas/renesas.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/rockchip/grf.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/samsung/exynos-usi.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/samsung/samsung,exynos-sysreg.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/sprd/sprd,sc9863a-glbregs.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/sti/st,sti-syscon.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/tegra/nvidia,tegra20-pmc.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/sci-pm-domain.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ti,am654-serdes-ctrl.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ti,j721e-system-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ti,pruss.yaml
/freebsd/sys/contrib/device-tree/Bindings/soc/xilinx/xilinx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/amlogic,axg-sound-card.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/amlogic,g12a-tohdmitx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/amlogic,gx-sound-card.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/asahi-kasei,ak4104.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/asahi-kasei,ak4375.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/asahi-kasei,ak4554.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/asahi-kasei,ak4613.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/asahi-kasei,ak4619.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/asahi-kasei,ak4642.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/atmel,asoc-wm8904.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/atmel,sam9x5-wm8731-audio.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/atmel,sama5d2-classd.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/audio-graph-card2.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/audio-graph-port.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs35l45.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs4270.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs4271.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs42l43.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs42xx8.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,cs530x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cirrus,ep9301-i2s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/cs4341.txt
/freebsd/sys/contrib/device-tree/Bindings/sound/davinci-mcasp-audio.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/davinci-mcbsp.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/dlg,da7213.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/everest,es71x4.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/everest,es7241.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/everest,es8316.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/everest,es8326.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,audmix.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,easrc.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,esai.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,imx-asrc.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,imx-audio-es8328.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,imx-audio-spdif.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,micfil.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,mqs.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,qmc-audio.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,rpmsg.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,sai.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,saif.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,sgtl5000.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,spdif.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,ssi.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl,xcvr.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/fsl-asoc-card.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/infineon,peb2466.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/linux,spdif.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/maxim,max98088.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mediatek,mt2701-wm8960.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mediatek,mt8365-afe.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mediatek,mt8365-mt6357.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/microchip,sama7g5-i2smcc.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/microchip,sama7g5-spdifrx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mscc,zl38060.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mt8186-mt6366-da7219-max98357.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mt8186-mt6366-rt1019-rt5682s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/mt8195-mt6359.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8325.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8821.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nuvoton,nau8824.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nvidia,tegra20-ac97.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nvidia,tegra20-das.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nvidia,tegra30-i2s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/nxp,lpc3220-i2s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/pcm512x.txt
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,apq8016-sbc-sndcard.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,lpass-wsa-macro.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,msm8916-wcd-digital-codec.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,q6usb.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,sm8250.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wcd934x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wcd937x-sdw.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wcd937x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wcd938x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wcd939x-sdw.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wcd939x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wcd93xx-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wsa883x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/qcom,wsa8840.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt1015.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt1019.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt5514.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt5616.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt5631.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt5645.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt5659.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/realtek,rt5677.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/renesas,rsnd.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/renesas,rz-ssi.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/rockchip,rk3308-codec.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/rt5645.txt
/freebsd/sys/contrib/device-tree/Bindings/sound/samsung,midas-audio.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/samsung,odroid.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/samsung,tm2.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/serial-midi.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/simple-audio-mux.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/st,sta350.txt
/freebsd/sys/contrib/device-tree/Bindings/sound/st,stm32-i2s.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/st,stm32-sai.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/st,stm32-spdifrx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,omap4-mcpdm.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,pcm1681.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,pcm512x.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,pcm6240.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tas2562.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tas2770.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tas27xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tas57xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tas5805m.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tlv320adc3xxx.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tlv320adcx140.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tlv320dac3100.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/ti,tpa6130a2.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/wlf,wm8750.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/wlf,wm8776.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/wlf,wm8782.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/wlf,wm8804.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/wlf,wm8974.yaml
/freebsd/sys/contrib/device-tree/Bindings/sound/xmos,xvf3500.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/airoha,en7581-snand.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/amlogic,a1-spifc.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/atmel,at91rm9200-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/brcm,bcm2835-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/cdns,qspi-nor.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/cdns,xspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/cirrus,ep9301-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/fsl,dspi-peripheral-props.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/fsl,dspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/ibm,spi-fsi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/marvell,armada-3700-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/marvell,mmp2-ssp.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/mediatek,spi-mt65xx.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/microchip,mpfs-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/nxp,sc18is.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/renesas,sh-msiof.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/samsung,spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/snps,dw-apb-ssi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-cadence.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-fsl-lpspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-nxp-fspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-peripheral-props.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/spi-rockchip.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/st,stm32-qspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/st,stm32-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spi/ti,qspi.yaml
/freebsd/sys/contrib/device-tree/Bindings/spmi/hisilicon,hisi-spmi-controller.yaml
/freebsd/sys/contrib/device-tree/Bindings/spmi/qcom,spmi-pmic-arb.yaml
/freebsd/sys/contrib/device-tree/Bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml
/freebsd/sys/contrib/device-tree/Bindings/sram/allwinner,sun4i-a10-system-control.yaml
/freebsd/sys/contrib/device-tree/Bindings/sram/qcom,imem.yaml
/freebsd/sys/contrib/device-tree/Bindings/submitting-patches.rst
/freebsd/sys/contrib/device-tree/Bindings/thermal/allwinner,sun8i-a83t-ths.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/amlogic,thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/brcm,avs-ro-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/brcm,avs-tmon.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/brcm,bcm2835-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/dlg,da9062-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/fsl,scu-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/generic-adc-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/hisilicon,tsensor.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/imx-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/imx8mm-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/loongson,ls2k-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/mediatek,lvts-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/nvidia,tegra124-soctherm.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/nvidia,tegra186-bpmp-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/nvidia,tegra30-tsensor.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/qcom,spmi-temp-alarm.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/qcom-lmh.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/qcom-spmi-adc-tm-hc.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/qcom-spmi-adc-tm5.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/qcom-tsens.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/qoriq-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/rcar-gen3-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/rcar-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/rockchip-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/rzg2l-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/samsung,exynos-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/socionext,uniphier-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/sprd-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/st,stih407-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/st,stm32-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/thermal-zones.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/ti,am654-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/thermal/ti,j72xx-thermal.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/arm,arch_timer_mmio.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/brcm,bcm2835-system-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/cdns,ttc.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/fsl,ftm-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/mediatek,timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/mrvl,mmp-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/nxp,lpc3220-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/nxp,sysctr-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/ralink,cevt-systick.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/realtek,otto-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/renesas,cmt.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/renesas,ostm.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/renesas,tmu.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/rockchip,rk-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/samsung,exynos4210-mct.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/sifive,clint.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/sprd,sc9860-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/timer/ti,da830-timer.yaml
/freebsd/sys/contrib/device-tree/Bindings/tpm/ibm,vtpm.yaml
/freebsd/sys/contrib/device-tree/Bindings/tpm/tcg,tpm-tis-i2c.yaml
/freebsd/sys/contrib/device-tree/Bindings/tpm/tcg,tpm_tis-spi.yaml
/freebsd/sys/contrib/device-tree/Bindings/trivial-devices.yaml
/freebsd/sys/contrib/device-tree/Bindings/ufs/qcom,ufs.yaml
/freebsd/sys/contrib/device-tree/Bindings/ufs/samsung,exynos-ufs.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/analogix,anx7411.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/cdns,usb3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/chipidea,usb2-common.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/chipidea,usb2-imx.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/ci-hdrc-usb2.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/cypress,hx3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/dwc2.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/fcs,fsa4480.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/fsl,ls1028a.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/fsl,usb2.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/fsl,usbmisc.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/generic-ehci.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/genesys,gl850g.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/gpio-sbu-mux.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/hisilicon,hi3798mv200-dwc3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/ite,it5205.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/mediatek,mtk-xhci.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/mediatek,mtu3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/microchip,mpfs-musb.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/microchip,usb2514.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/microchip,usb5744.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/nxp,ptn36502.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/nxp,ptn5110.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/onnn,nb7vpq904m.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/qcom,dwc3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/qcom,pmic-typec.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/qcom,wcd939x-usbss.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/realtek,rts5411.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/renesas,usbhs.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/samsung,exynos-dwc3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/snps,dwc3.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/ti,am62-usb.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/ti,j721e-usb.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/ti,usb8020b.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/usb-nop-xceiv.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/usb-switch.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/usb-uhci.yaml
/freebsd/sys/contrib/device-tree/Bindings/usb/usb.yaml
/freebsd/sys/contrib/device-tree/Bindings/vendor-prefixes.yaml
/freebsd/sys/contrib/device-tree/Bindings/w1/w1-uart.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/amlogic,meson-gxbb-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/arm,sp805.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/aspeed,ast2400-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/atmel,sama5d4-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/cirrus,ep9301-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/dlg,da9062-watchdog.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/fsl-imx-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/fsl-imx7ulp-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/img,pdc-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/nxp,lpc1850-wwdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/qcom-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/renesas,wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/snps,dw-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/sprd,sp9860-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/st,stm32-iwdg.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/starfive,jh7100-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ti,davinci-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/watchdog/zii,rave-wdt.yaml
/freebsd/sys/contrib/device-tree/Bindings/writing-schema.rst
/freebsd/sys/contrib/device-tree/Makefile
/freebsd/sys/contrib/device-tree/include/dt-bindings/arm/mhuv3-dt.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/arm/qcom,ids.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/amlogic,a1-pll-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/amlogic,c3-peripherals-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/amlogic,c3-pll-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/amlogic,c3-scmi-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ast2600-clock.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/at91.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/axg-audio-clkc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/cirrus,ep9301-syscon.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/exynos7885.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/exynos850.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/google,gs101.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/loongson,ls2k-clk.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/microchip,mpfs-clock.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/mobileye,eyeq5-clk.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/nxp,imx95-clock.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/px30-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,gcc-msm8953.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,gcc-msm8998.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,gcc-sc8180x.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,gcc-sm8150.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,ipq9574-gcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,qca8k-nsscc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,qcm2290-gpucc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm4450-camcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm4450-dispcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm4450-gpucc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm7150-camcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm7150-dispcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm7150-videocc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8150-camcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8650-camcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8650-dispcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8650-videocc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,x1e80100-camcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,x1e80100-dispcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,x1e80100-gpucc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,x1e80100-tcsr.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/r8a73a4-clock.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/r8a7779-clock.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/r8a779g0-cpg-mssr.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/r9a07g043-cpg.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/r9a07g044-cpg.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/r9a07g054-cpg.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/r9a08g045-cpg.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/renesas,r9a09g057-cpg.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3036-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3128-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3188-cru-common.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3228-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3288-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3308-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3328-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3368-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3399-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rk3568-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rockchip,rk3576-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/rockchip,rk3588-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/samsung,exynosautov9.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/samsung,exynosautov920.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/sophgo,sg2042-clkgen.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/sophgo,sg2042-pll.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/sophgo,sg2042-rpgate.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/sun50i-h616-ccu.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/thead,th1520-clk-ap.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/i3c/i3c.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/iio/adc/mediatek,mt6357-auxadc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/iio/adc/mediatek,mt6358-auxadc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/iio/adc/mediatek,mt6359-auxadc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/iio/adi,ad4695.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/cros-ec-keyboard.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/linux-event-codes.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/mediatek,mt8183.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/mediatek,mt8195.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,ipq5332.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,ipq9574.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,msm8909.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,msm8937.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,msm8953.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,msm8976.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,sm7150-rpmh.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,sm8350.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interconnect/qcom,x1e80100-rpmh.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/interrupt-controller/arm-gic.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/leds/common.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/mailbox/qcom-ipcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/mfd/st,stpmic1.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/mfd/stm32f7-rcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/net/ti-dp83867.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/net/ti-dp83869.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/phy/phy-qcom-qmp.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/pinctrl-cv1800b.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/pinctrl-cv1812h.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/pinctrl-cv18xx.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/pinctrl-sg2000.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/pinctrl-sg2002.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/amlogic,a4-pwrc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/amlogic,a5-pwrc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/amlogic,c3-pwrc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/qcom-rpmpd.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/renesas,r8a779h0-sysc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/rockchip,rk3576-power.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/regulator/st,stm32mp25-regulator.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/airoha,en7581-reset.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/mediatek,mt7988-resets.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/qcom,qca8k-nsscc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/qcom,x1e80100-gpucc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/rockchip,rk3576-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/rockchip,rk3588-cru.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/sophgo,sg2042-reset.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/st,stm32mp25-rcc.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/sun50i-h616-ccu.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/soc/qe-fsl,tsa.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/audio-graph.h
/freebsd/sys/contrib/device-tree/include/dt-bindings/thermal/mediatek,lvts-thermal.h
/freebsd/sys/contrib/device-tree/scripts/cronjob
/freebsd/sys/contrib/device-tree/scripts/filter.sh
/freebsd/sys/contrib/device-tree/scripts/git-filter-branch
/freebsd/sys/contrib/device-tree/src/arc/axc003.dtsi
/freebsd/sys/contrib/device-tree/src/arc/hsdk.dts
/freebsd/sys/contrib/device-tree/src/arc/vdk_axs10x_mb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13-pocketbook-614-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-a13.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-gr8-chip-pro.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun5i-r8-chip.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31-hummingbird.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun6i-a31s-sinovoip-bpi-m2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-bananapi-m1-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-cubietruck.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-hummingbird.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olimex-som-evb-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olimex-som204-evb-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olimex-som204-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-olinuxino-lime2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20-wits-pro-a20-dkt.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun7i-a20.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-a33.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-polaroid-mid2407pxe03.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a23-polaroid-mid2809pxe04.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-ga10h-v1.1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33-inet-d978-rev2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a33.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t-bananapi-m3.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t-cubietruck-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t-tbs-a711.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-a83t.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-bananapi-m2-zero.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-orangepi-r1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h2-plus-orangepi-zero.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-beelink-x2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-duo2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-m1-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-neo-air.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-nanopi-r1.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-lite.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-pc-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-h3-orangepi-zero-plus2.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-q8-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r16-bananapi-m2m.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r16-parrot.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40-bananapi-m2-ultra.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40-feta40i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-r40-oka40i-c.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-s3-pinecube.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v3s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun8i-v40-bananapi-m2-berry.dts
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sun9i-a80.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-bananapi-m2-plus.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-h3-h5-emlid-neutis.dtsi
/freebsd/sys/contrib/device-tree/src/arm/allwinner/sunxi-h3-h5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8.dtsi
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8b-ec100.dts
/freebsd/sys/contrib/device-tree/src/arm/amlogic/meson8b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-bbrevd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb-mp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-eb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pb1176.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pb11mp.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pba8.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pbx-a9.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/arm-realview-pbx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/integratorap-im-pd1.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/integratorap.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/integratorcp.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/mps2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/versatile-ab.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2m-rs1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2m.dtsi
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca15-tc1.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca15_a7.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca5s.dts
/freebsd/sys/contrib/device-tree/src/arm/arm/vexpress-v2p-ca9.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ampere-mtjade.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ampere-mtmitchell.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-arm-stardragon4800-rep2.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asrock-e3c246d4i.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asrock-e3c256d4i.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asrock-romed8hm3.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asrock-spc621d8hm3.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asrock-x570d4u.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-asus-x4tf.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-delta-ahe50dc.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-catalina.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-greatlakes.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-harma.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-minerva.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-yosemite4.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-facebook-yosemitev2.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-blueridge.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-bonnell.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-everest.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-fuji.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-rainier.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-ibm-system1.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-inspur-fp5280g2.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-inspur-on5263m5.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-intel-s2600wf.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-lanyang.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-nicole.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-romulus.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-swift.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-tacoma.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-witherspoon.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-opp-zaius.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-bmc-supermicro-x11spi.dts
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-g4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-g5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/aspeed-g6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ibm-power10-dual.dtsi
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ibm-power11-quad.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm21664-garnet.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm21664.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2166x-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm23550.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi-4-b.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi-400.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi-cm4-io.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711-rpi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2711.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2835-rpi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837-rpi-cm3-io3.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm2837.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm283x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm4709-asus-rt-ac3200.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-asus-rt-ac3100.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-asus-rt-ac3100.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-asus-rt-ac5300.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094-asus-rt-ac88u.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47622.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm53016-meraki-mr32.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm63138.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm63148.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm63178.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6756.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6846.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6855.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm6878.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm947622.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm958625-meraki-mx6x-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963138.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963138dvt.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963148.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm963178.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96756.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96846.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96855.dts
/freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm96878.dts
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep7211-edb7211.dts
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep93xx-bk3.dts
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep93xx-edb9302.dts
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep93xx-ts7250.dts
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ep93xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-dlink-dir-685.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-dlink-dns-313.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-sl93512r.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-sq201.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-wbd111.dts
/freebsd/sys/contrib/device-tree/src/arm/gemini/gemini-wbd222.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/intel-ixp42x-linksys-nslu2.dts
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5_vining_fpga.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-370-xp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-375.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-atl-x530.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-clearfog-gtr-l8.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-clearfog-gtr-s4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-clearfog-gtr.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-385-turris-omnia.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-388-clearfog.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-38x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/armada-39x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/dove-cubox.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-blackarmor-nas220.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-c200-v1.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-cloudbox.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-d2net.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dir665.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dns320.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dns325.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dnskw.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dockstar.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-dreamplug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-goflexnet.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-guruplug-server-plus.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ib62x0.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-iconnect.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-iomega_ix2_200.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-l-50.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-laplug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linkstation.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-linksys-viper.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-lsxl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-mplcec4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-mv88f6281gtw-ge.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-netxbig.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ns2-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ns2lite.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa310.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa310a.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa310s.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa320.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa325.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-nsa3x0-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openblocks_a6.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-openblocks_a7.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-pogo_e02.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-pogoplug-series-4.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-sheevaplug-esata.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-sheevaplug.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-synology.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-t5325.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts219-6281.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts219-6282.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/kirkwood-ts419.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/mmp2-brownstone.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/mvebu-linkstation-gpio-simple.dtsi
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-lacie-d2-network.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-lacie-ethernet-disk-mini-v2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-linkstation-lschl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-lswsgl.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-maxtor-shared-storage-2.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-netgear-wnr854t.dts
/freebsd/sys/contrib/device-tree/src/arm/marvell/orion5x-rd88f5182-nas.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt2701-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/mediatek/mt7623.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sam9x60_curiosity.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sam9x60ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d27_wlsom1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d29_curiosity.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama5d2_icp.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama7g54_curiosity.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91-sama7g5ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91rm9200.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9260.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9261.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9263.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g20ek_2mmc.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g25-gardena-smart-gateway.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9g45.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9n12.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9n12ek.dts
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9rl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5cm.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/at91sam9x5ek.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sam9x60.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/microchip/sama7g5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire-classic.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire-cx.dts
/freebsd/sys/contrib/device-tree/src/arm/nspire/nspire.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm730-kudo.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm750-evb.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm750-runbmc-olympus.dts
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-wpcm450-supermicro-x9sci-ln4f.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra114-asus-tf701t.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra124-venice2.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-paz00.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra20-trimslice.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-asus-nexus7-grouper-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-lg-p880.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-lg-p895.dts
/freebsd/sys/contrib/device-tree/src/arm/nvidia/tegra30-lg-x3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/e60k02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/e70k02.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx1-apf9328.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27-phytec-phycard-s-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx27.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx31.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx35.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-apf51dev.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-babbage.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51-ts4800.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx51.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-kp-ddc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-kp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-m53evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-m53menlo.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-mba53.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-ppd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-qsb-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-qsb-hdmi.dtso
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-tqma53.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-tx53-x03x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx53-tx53-x13x.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-aristainetos2_4.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-aristainetos_4.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-aristainetos_7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-kontron-samx6i-ads2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-kontron-samx6i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-mamoj.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-sielaff.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp4-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6dl-yapp43-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-eval-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-eval.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-apalis-eval.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-ba16.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-bosch-acc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-cm-fx6.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-kontron-samx6i-ads2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-kontron-samx6i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-kp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-novena.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-pistachio.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-prti6q.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-tbs2910.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-var-dt6customboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-apalis.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-apf6dev.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-aristainetos2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-cubox-i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-emcon.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw52xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw53xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw54xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw553x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw560x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5903.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5904.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5910.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-gw5912.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-hummingboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-hummingboard2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-icore-rqs.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-icore.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-kontron-samx6i-ads2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-kontron-samx6i.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-mba6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-mba6a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-mba6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nit6xlite.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nitrogen6_max.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nitrogen6_som2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-nitrogen6x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-phytec-mira.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sabreauto.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sabrelite.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-sabresd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-savageboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-skov-cpu.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tqma6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tqma6a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tqma6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tx6-lcd.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tx6-lvds.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-tx6.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-udoo.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-var-dart.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-var-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl-wandboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6qdl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-tolino-shine2hd.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl-warp.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sll-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sll.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-nitrogen6sx.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sabreauto.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-sdb.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-softing-vining-2000.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx-udoo-neo.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6sx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-14x14-evk.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-ccimx6ulsbcexpress.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-ccimx6ulsbcpro.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-ccimx6ulsom.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-geam.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-isiot.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-kontron-bl-43.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-kontron-bl-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-liteboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin-peb-wlbt-05.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-phytec-segin.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-pico.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tqma6ul-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tx6ul-mainboard.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-tx6ul.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcom-som-cfg-sdcard.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcom-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-dhcor-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-myir-mys-6ulx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-seeed-npi-dev-board-emmc.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-seeed-npi-dev-board-nand.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-seeed-npi-dev-board.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-seeed-npi.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-master.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-slave.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-tarragon-slavext.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull-uti260b.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ull.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx6ulz-bsh-smm-m2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-mba7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7-tqma7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-mba7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-nitrogen7.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-pico.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-remarkable2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-sdb-reva.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-sdb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-zii-rmu2.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-warp.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/mba6ulx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4357-ea4357-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/lpc4357-myd-lpc4357.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ls1021a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-olinuxino.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-sansa.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-stmp378x_devb.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23-xfi3.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx23.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-apx4devkit.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-cfa10037.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-evk.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-lwe.dtsi
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28-tx28.dts
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/imx28.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/msm8226-motorola-falcon.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/pma8084.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8026-lg-lenok.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8026-samsung-matisse-wifi.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8026-samsung-milletwifi.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-asus-nexus7-flo.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-cm-qs600.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-ifc6410.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-pins.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064-sony-xperia-lagan-yuga.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8064.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-apq8084.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4018-ap120c-ac.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4018-jalapeno.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk01.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk04.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk07.1-c1.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk07.1-c2.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk07.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-ap148.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064-rb3011.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-ipq8064.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-mdm9615.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8226-microsoft-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8226-microsoft-moneypenny.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8226-samsung-matisse-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8226-samsung-ms013g.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8226.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8660.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8916-smp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8926-htc-memul.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8926-microsoft-tesla.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8926-motorola-peregrine.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8926-samsung-matisselte.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8960-pins.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8960-samsung-expressatt.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8960.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-lge-nexus5-hammerhead.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-samsung-hlte.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-htc-m8.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-samsung-klte-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-samsung-klte.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-samsung-kltechn.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-sony-xperia-shinano-aries.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-sony-xperia-shinano-castor.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-sony-xperia-shinano-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974pro-sony-xperia-shinano-leo.dts
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx55.dtsi
/freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-sdx65.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r7s72100.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a73a4-ape6evm.dts
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a73a4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7740.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7742.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7743.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7744.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7745.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a77470.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7778.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7779.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7790.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7791.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7792.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7793.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r8a7794.dtsi
/freebsd/sys/contrib/device-tree/src/arm/renesas/r9a06g032.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3036-kylin.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3036.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3066a-mk808.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3066a.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3128-xpi-3128.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3128.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk322x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3288.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rk3xxx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1108-elgin-r1.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126-edgeble-neu2-io.dts
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126-sonoff-ihost.dtsi
/freebsd/sys/contrib/device-tree/src/arm/rockchip/rv1126.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos3250.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4210-smdkv310.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4212-tab3.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-i9300.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-i9305.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-n710x.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-origen.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-p4note.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-smdk4412.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5250.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-galaxy-tab-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420-peach-pit.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5420.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5422-odroidxu3-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/samsung/exynos5800-peach-pi.dts
/freebsd/sys/contrib/device-tree/src/arm/samsung/s5pv210.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih407-family.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih407-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih410.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stih418.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f429.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f746.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f769-disco-mb1166-reva09.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f769-disco.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32f769.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp13-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp131.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp133.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp135.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp135f-dhcor-dhsbc.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp135f-dk.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp13xc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp13xf.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp13xx-dhcor-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1a.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1c.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1l.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151a-prtt1s.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151c-mecio1r0.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp151c-mect1s.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp153.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp153c-mecio1r1.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-dk1-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-dk2-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-ed1-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-ed1.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-ev1-scmi.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-lxa-tac-gen2.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157c-osd32mp1-red.dts
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15x-mecio1-io.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xc-lxa-tac.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-dhcom-pdk2.dtsi
/freebsd/sys/contrib/device-tree/src/arm/st/stm32mp15xx-osd32.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/da850-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/da850.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2e.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g-ice.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2g.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2hk.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l-evm.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l-netcp.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone-k2l.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/keystone.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-ir2110.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-ir3220.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-ir5221.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos-leds.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-baltos.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-base0033.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-bone-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-boneblue.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-cm-t335.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-evmsk.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-guardian.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-icev2.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-igep0033.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-myirtech-myc.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-myirtech-myd.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-nano.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-netcan-plus-1xx.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-netcom-plus-2xx.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-netcom-plus-8xx.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-pdu001.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-pepper.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-regor.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sancloud-bbe-extended-wifi.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sancloud-bbe-lite.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sbc-t335.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-sl50.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-wega.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am33xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am33xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am3517.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am35xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am4372.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-cm-t43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am437x-sbc-t43.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am5729-beagleboneai.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-cl-som-am57x.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/am57xx-sbc-am57x.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/compulab-sb-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7-l4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra74x-p.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra76x.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/dra7xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3-n900.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3430es1-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap34xx-omap36xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap34xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx-am35xx-omap3430es2plus-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx-omap3430es2plus-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap36xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap3xxx-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-epson-embt2ws.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-panda-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4-sdp.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap4.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5-igep0050.dts
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/omap5.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/twl4030.dtsi
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/twl6030.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/vt8500-bv07.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/vt8500.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8505-ref.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8505.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8650-mid.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8650.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8750.dtsi
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8850-w70v2.dts
/freebsd/sys/contrib/device-tree/src/arm/vt8500/wm8850.dtsi
/freebsd/sys/contrib/device-tree/src/arm/xilinx/zynq-zturn-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/actions/s700-cubieboard7.dts
/freebsd/sys/contrib/device-tree/src/arm64/airoha/en7581-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/airoha/en7581.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-bananapi-m64.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-nanopi-a64.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-olinuxino.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-orangepi-win.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-pine64-lts.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-pine64-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-pine64.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-pinebook.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-pinephone.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-pinetab-early-adopter.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-pinetab.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-sopine-baseboard.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64-teres-i.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-a64.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h313-tanix-tx1.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-nanopi-neo-plus2.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-nanopi-r1s-h5.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-orangepi-prime.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-orangepi-zero-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h5-orangepi-zero-plus2.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6-beelink-gs1.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6-orangepi-3.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6-orangepi-lite2.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6-orangepi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6-pine-h64-model-b.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6-pine-h64.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6-tanix.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h6.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h616-bigtreetech-cb1-manta.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h616-bigtreetech-cb1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h616-bigtreetech-pi.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h616-cpu-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h616-orangepi-zero2.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h616-x96-mate.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h616.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h618-longan-module-3h.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h618-longanpi-3h.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h618-orangepi-zero2w.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h618-orangepi-zero3.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h618-transpeed-8k618-t.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h64-remix-mini-pc.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h700-anbernic-rg35xx-2024.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h700-anbernic-rg35xx-h.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h700-anbernic-rg35xx-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/sun50i-h700-anbernic-rg35xx-sp.dts
/freebsd/sys/contrib/device-tree/src/arm64/altera/socfpga_stratix10.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/altera/socfpga_stratix10_socdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/altera/socfpga_stratix10_socdk_nand.dts
/freebsd/sys/contrib/device-tree/src/arm64/amazon/alpine-v2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amazon/alpine-v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amd/elba-16core.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amd/elba-asic-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amd/elba-asic.dts
/freebsd/sys/contrib/device-tree/src/arm64/amd/elba-flash-parts.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amd/elba.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-a4-a113l2-ba400.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-a4-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-a4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-a5-a113x2-av400.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-a5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-c3-c302x-aw409.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-c3-c308l-aw419.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-c3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-t7-reset.h
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/amlogic-t7.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-a1-ad402.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-a1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-axg-jethome-jethub-j1xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-axg-s400.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-axg.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a-fbx8am-brcm.dtso
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a-fbx8am-realtek.dtso
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a-fbx8am.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a-radxa-zero.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a-sei510.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a-u200.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12a-x96-max.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-bananapi-cm4-cm4io.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-bananapi-cm4-mnt-reform2.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-bananapi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-dreambox-one.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-dreambox-two.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-dreambox.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-gsking-x.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-gtking-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-gtking.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-odroid-go-ultra.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-odroid-n2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-odroid-n2l.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-odroid.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-radxa-zero2.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-ugoos-am6.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-g12b-w400.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gx-libretech-pc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gx-p23x-q20x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-kii-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-nanopi-k2.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-nexbox-a95x.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-odroidc2.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-p200.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-p201.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-p20x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-vega-s95.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-wetek-hub.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-wetek-play2.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb-wetek.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxbb.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s805x-libretech-ac.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s805x-p241.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-hwacom-amazetv.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-khadas-vim.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-libretech-cc-v2.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-libretech-cc.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-nexbox-a95x.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-p212.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-p212.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl-s905x-vero4k.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxlx-s905l-p271.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxm-khadas-vim2.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxm-nexbox-a1.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxm-rbox-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-gxm-s912-libretech-pc.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-khadas-vim3-ts050.dtso
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-khadas-vim3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-libretech-cottonwood.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-s4-s805x2-aq222.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-s4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-a95xf3-air-gbit.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-a95xf3-air.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-ac2xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-bananapi-m2-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-bananapi-m5.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-bananapi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-h96-max.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-odroid-hc4.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-odroid.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-sei610.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-x96-air-gbit.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1-x96-air.dts
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/meson-sm1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/apm/apm-merlin.dts
/freebsd/sys/contrib/device-tree/src/arm64/apm/apm-mustang.dts
/freebsd/sys/contrib/device-tree/src/arm64/apm/apm-shadowcat.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/apm/apm-storm.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/corstone1000-fvp.dts
/freebsd/sys/contrib/device-tree/src/arm64/arm/corstone1000.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/foundation-v8.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/fvp-base-revc.dts
/freebsd/sys/contrib/device-tree/src/arm64/arm/juno-base.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/juno-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/juno-motherboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/juno-scmi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/rtsm_ve-aemv8a.dts
/freebsd/sys/contrib/device-tree/src/arm64/arm/rtsm_ve-motherboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/arm/vexpress-v2f-1xv7-ca53x2.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2712-rpi-5-b.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm2712.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm4906-netgear-r8000p.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm4906-tplink-archer-c2300-v1.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm4908.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm4912.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm63146.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm63158.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm6813.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm6856.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm6858.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm94908.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm94912.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm963146.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm963158.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm96813.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm96856.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/bcm96858.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/northstar2/ns2-svk.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/northstar2/ns2-xmc.dts
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/northstar2/ns2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/stingray.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/cavium/thunder-88xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/cavium/thunder2-99xx.dts
/freebsd/sys/contrib/device-tree/src/arm64/cavium/thunder2-99xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynos5433.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynos7885-jackpotlte.dts
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynos850.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynosautov9.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/exynosautov920.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/google/gs101-oriole.dts
/freebsd/sys/contrib/device-tree/src/arm64/exynos/google/gs101-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/exynos/google/gs101.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1012a-frdm.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1012a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1028a-kontron-sl28-var3.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1028a-rdb.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1028a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1043-post.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1043a-qds.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1043a-rdb.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1043a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1046-post.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1046a-qds.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1046a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1088a-qds.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1088a-rdb.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1088a-ten64.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls1088a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls2080a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls2088a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls208xa-qds.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls208xa-rdb.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-ls208xa.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-lx2160a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-lx2162a-clearfog.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/fsl-lx2162a-sr-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-apalis-eval-v1.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-apalis-eval-v1.2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-apalis-eval.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-apalis-v1.1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-audio.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-cm40.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-cm41.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-conn.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-dma.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-gpu0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-img.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-lsio.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-lvds0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-lvds1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-mipi0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-mipi1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8-ss-vpu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dx-colibri-aster.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dx-colibri-eval-v3.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dx-colibri-iris-v2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dx-colibri-iris.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dx-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxl-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxl-ss-adma.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxl-ss-conn.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxp-tqma8xdp-mba8xx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxp-tqma8xdp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8dxp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-beacon-baseboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-beacon-kit.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-data-modul-edm-sbc.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-emtop-baseboard.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-evk.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-iot-gateway.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-kontron-bl-osm-s.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-kontron-bl.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-kontron-osm-s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-kontron-sl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phyboard-polis-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phygate-tauri-l-rs232-rts-cts.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-phygate-tauri-l.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-tqma8mqml-mba8mx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-tqma8mqml.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-ucm-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-var-som-symphony.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-var-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw700x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw71xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw72xx-0x-imx219.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw72xx-0x-rs232-rts.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw72xx-0x-rs422.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw72xx-0x-rs485.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw73xx-0x-imx219.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw73xx-0x-rs422.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw73xx-0x-rs485.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw75xx-0x.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw75xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-venice-gw7901.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-verdin-dahlia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-verdin-dev.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-verdin-yavia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm-verdin.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mm.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-beacon-baseboard.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-beacon-kit.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-ddr3l-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-ddr4-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-evk.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-rve-gateway.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-tqma8mqnl-mba8mx-usbotg.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-tqma8mqnl-mba8mx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-tqma8mqnl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn-var-som-symphony.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mn.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-beacon-kit.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-beacon-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-data-modul-edm-sbc.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-debix-model-a.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-debix-som-a-bmb-08.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-dhcom-pdk2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-dhcom-pdk3.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-dhcom-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-evk-mx8-dlvds-lcd1.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-msc-sm2s-ep1.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-msc-sm2s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-navqp.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-phyboard-pollux-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-phycore-no-eth.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-skov-revb-mi1010ait-1cp1.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-tqma8mpql-mba8mp-ras314.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-tqma8mpql-mba8mpxl.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-tqma8mpql.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-var-som-symphony.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-var-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw702x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw71xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw72xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw73xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw74xx-imx219.dtso
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw74xx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw75xx-2x.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-venice-gw75xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-verdin-dahlia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-verdin-dev.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-verdin-mallow.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-verdin-nonwifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-verdin-wifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-verdin-yavia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-verdin.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-hummingboard-pulse.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-librem5-devkit.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-librem5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-tqma8mq-mba8mx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq-tqma8mq.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mq.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-apalis-eval-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-apalis-eval.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-apalis-v1.1-eval-v1.2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-apalis-v1.1-eval.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-mek.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-ss-audio.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-ss-conn.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-ss-dma.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-ss-lvds.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm-ss-mipi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qm.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qxp-mek.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qxp-ss-vpu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qxp-tqma8xqp-mba8xx.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qxp-tqma8xqp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8qxp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8ulp-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8ulp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8x-colibri-aster.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8x-colibri-eval-v3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8x-colibri-iris.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8x-colibri.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-11x11-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-14x14-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-9x9-qsb.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-kontron-bl-osm-s.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-kontron-osm-s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-phyboard-segin.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-tqma9352-mba93xxca.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-tqma9352-mba93xxla.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-tqma9352.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-var-som-symphony.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93-var-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx93.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx95-19x19-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx95-clock.h
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx95-pinfunc.h
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx95-power.h
/freebsd/sys/contrib/device-tree/src/arm64/freescale/imx95.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/mba8mx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/mba8xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-10g-0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-10g-1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-1g-0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-1g-1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-1g-2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-1g-3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-1g-4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0-1g-5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/qoriq-fman3-0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32g2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32g274a-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32g274a-rdb2.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32g3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32g399a-rdb3.dts
/freebsd/sys/contrib/device-tree/src/arm64/freescale/s32v234.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/freescale/tqma8xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hi3660.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hi3798cv200.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hi6220-hikey.dts
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hi6220.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hip05-d02.dts
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hip05.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hip06.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/hip07.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/intel/keembay-soc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/intel/socfpga_agilex_socdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/intel/socfpga_n5x_socdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/lg/lg1312-ref.dts
/freebsd/sys/contrib/device-tree/src/arm64/lg/lg1313-ref.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ac5-98dx25xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ac5-98dx35xx-rd.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-3720-eDPU.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-3720-espressobin-ultra.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-3720-gl-mv1000.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-3720-turris-mox.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-37xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-ap807.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-ap80x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/armada-cp11x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9130-cf-base.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9130-cf-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9130-cf.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9130-crb.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9130-db.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9130-sr-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9131-cf-solidwan.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9131-db.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9132-clearfog.dts
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9132-db.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/marvell/cn9132-sr-cex7.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt2712-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt2712e.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6357.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6358.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6359.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6795-sony-xperia-m5.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6797.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7622-bananapi-bpi-r64.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7622-rfb1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7622.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7981b-cudy-wr3000-v1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7981b-openwrt-one.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7981b-xiaomi-ax3000t.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7981b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-acelink-ew-7886cax.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-emmc.dtso
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-mini.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-nand.dtso
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-nor.dtso
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3-sd.dtso
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-bananapi-bpi-r3.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a-rfb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7986b-rfb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7988a-bananapi-bpi-r4.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt7988a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-elm-hana-rev7.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-elm-hana.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-elm.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8173.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-audio-da7219.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-cozmo.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-fennel-sku1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-fennel-sku6.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-fennel-sku7.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-fennel14-sku2.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-fennel14.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-kappa.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-kenzo.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-makomo-sku0.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-makomo-sku1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-pico6.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-willow-sku0.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-willow-sku1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kakadu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kodama-sku32.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-kodama.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-krane.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-pumpkin.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-krabby.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-magneton-sku393216.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-magneton-sku393217.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-magneton-sku393218.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-rusty-sku196608.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-steelix-sku131072.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-steelix-sku131073.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-steelix.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-tentacool-sku327681.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-tentacool-sku327683.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-tentacruel-sku262144.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-tentacruel-sku262148.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-voltorb-sku589824.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-voltorb-sku589825.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola-voltorb.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186-corsola.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8186.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8188.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-asurada-hayato-r1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-asurada-hayato-r5-sku2.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-asurada-spherion-r0.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-asurada-spherion-r4.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-asurada.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-cherry-dojo-r1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-cherry-tomato-r1.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-cherry-tomato-r2.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-cherry-tomato-r3.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-cherry.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-demo.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8195.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8365-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8365.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8390-genio-700-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8395-genio-1200-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8395-kontron-3-5-sbc-i1200.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8395-radxa-nio-12l.dts
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8516.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5_pcb134_board.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/microchip/sparx5_pcb135_board.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/ma35d1-iot-512m.dts
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/ma35d1-som-256m.dts
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/ma35d1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nuvoton/nuvoton-npcm845-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra132-norrin.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra132.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra194-p2888.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra194-p2972-0000.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra194-p3668.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra210-p2180.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra210-p2597.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra210-smaug.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra210.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3701-0000.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3701-0008.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3701.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3737-0000+p3701-0000.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3740-0002+p3701-0008.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3767.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3768-0000+p3767-0000.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3768-0000+p3767-0005.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-p3768-0000+p3767.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-sim-vdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/apq8016-sbc-d3-camera-mezzanine.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/apq8016-sbc.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/apq8016-schneider-hmibsc.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq5018-tplink-archer-ax55-v1.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq5018.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq5332.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq6018.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq8074-hk10.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq8074.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ipq9574.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8216-samsung-fortuna3g.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-acer-a1-724.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-gplus-fl8005a.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-lg-c50.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-lg-m216.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-longcheer-l8150.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-longcheer-l8910.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-motorola-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-motorola-harpia.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-motorola-osprey.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-motorola-surnia.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-a2015-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-a3u-eur.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-a5u-eur.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-e2015-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-e5.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-e7.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-fortuna-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-gprimeltecan.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-grandmax.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-grandprimelte.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-gt58.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-j3-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-j3ltetw.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-rossa-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-samsung-rossa.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-wingtech-wt86518.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-wingtech-wt86528.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916-wingtech-wt865x8.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8916.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8929-pm8916.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8929-wingtech-wt82918hd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8929.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939-longcheer-l9100.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939-samsung-a7.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939-wingtech-wt82918.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939-wingtech-wt82918.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939-wingtech-wt82918hd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8939.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8953-motorola-potter.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8953-xiaomi-daisy.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8953-xiaomi-mido.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8953-xiaomi-tissot.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8953-xiaomi-vince.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8953.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8956.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8976.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8992-lg-h815.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8994-msft-lumia-octagon.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8994-sony-xperia-kitakami.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8994.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996-xiaomi-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8998-sony-xperia-yoshino.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8998.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm4125.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm6125.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm6150.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm6150l.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm6350.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm660.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm660l.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm7250b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm7325.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm7550ba.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8010.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8150.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8150b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8150l.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8350.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8350b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8350c.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8450.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8550.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8550b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8550ve.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8550vs.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8916.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8950.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8953.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8994.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pm8998.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmi632.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmi8950.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmi8994.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmm8155au_1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmm8155au_2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmr735a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmr735b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmr735d_a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmr735d_b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pms405.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/pmx75.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcm2290.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcm6490-fairphone-fp5.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcm6490-idp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcm6490-shift-otter.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcs404-evb.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcs404.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcs6490-rb3gen2.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcs8550-aim300-aiot.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcs8550-aim300.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qcs8550.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qdu1000-idp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qdu1000.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qrb2210-rb1.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qrb4210-rb2.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qrb5165-rb5.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/qru1000-idp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8155p-adp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8155p.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8295p-adp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8540p-ride.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8540p.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p-pmics.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p-ride-r3.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p-ride.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p-ride.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sa8775p.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-acer-aspire1.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-clamshell.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-coachz.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-detachable.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-homestar.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-kingoftown.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r1-kb.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r1-lte.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r10-kb.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r10-lte.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r3-kb.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r3-lte.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r9-kb.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor-r9-lte.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-lazor.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-pazquel.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-pompom.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-quackingstick.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-r1.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor-wormdingler.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180-trogdor.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7180.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280-chrome-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280-herobrine.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280-idp-ec-h1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280-idp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280-qcard.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc7280.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x-lenovo-flex-5g.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x-pmics.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x-primus.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8180x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8280xp-crd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8280xp-lenovo-thinkpad-x13s.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8280xp-pmics.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sc8280xp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sda660-inforce-ifc6560.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm450-lenovo-tbx605f.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm450-motorola-ali.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm450.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm630-sony-xperia-nile.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm630.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm632-fairphone-fp3.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm632-motorola-ocean.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm632.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm660-xiaomi-lavender.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm670-google-sargo.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm670.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-cheza.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-db845c.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-oneplus-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845-shift-axolotl.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm845.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm850-lenovo-yoga-c630.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdx75-idp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sdx75.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm4250-oneplus-billie2.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm4450.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6115-fxtec-pro1x.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6115.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6115p-lenovo-j606f.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6125-sony-xperia-seine-pdx201.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6125-xiaomi-laurel-sprout.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6125.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6350-sony-xperia-lena-pdx213.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6350.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6375-sony-xperia-murray-pdx225.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm6375.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm7125-xiaomi-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm7125-xiaomi-curtana.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm7225-fairphone-fp4.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8150-hdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8150-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8150.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8250-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8250-sony-xperia-edo.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8250-xiaomi-elish-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8250.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8350-hdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8350.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8450-hdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8450-qrd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8450-sony-xperia-nagara.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8450.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550-hdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550-qrd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550-samsung-q5q.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550-sony-xperia-yodo-pdx234.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8550.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8650-hdk-display-card.dtso
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8650-hdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8650-mtp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8650-qrd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/sm8650.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e78100-lenovo-thinkpad-t14s.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-asus-vivobook-s15.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-crd.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-lenovo-yoga-slim7x.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-microsoft-romulus.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-microsoft-romulus13.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-microsoft-romulus15.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-pmics.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100-qcp.dts
/freebsd/sys/contrib/device-tree/src/arm64/qcom/x1e80100.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd129x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd139x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/realtek/rtd16xx.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/condor-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774a1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774b1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774c0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774e1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77951.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77960.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77961.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77965.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77970-eagle-function-expansion.dtso
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77970.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77980-condor.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77980.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77990.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a77995.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779a0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779f0-spider-cpu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779f0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779f4-s4sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g0-white-hawk-ard-audio-da7212.dtso
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g0-white-hawk-cpu.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g0-white-hawk-cpu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g0-white-hawk.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g2-white-hawk-single.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779h0-gray-hawk-single.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779h0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g043.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g043u.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g043u11-smarc-cru-csi-ov5645.dtso
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g043u11-smarc-du-adv7513.dtso
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g044.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g044c2-smarc.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a07g054.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a08g045.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a09g011.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a09g057.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/r9a09g057h44-rzv2h-evk.dts
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rz-smarc-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rz-smarc-du-adv7513.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2l-smarc-pinfunction.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2l-smarc-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2l-smarc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2lc-smarc-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2lc-smarc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2ul-smarc-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg2ul-smarc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg3s-smarc-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/rzg3s-smarc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ulcb-kf.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/white-hawk-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/white-hawk-cpu-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/white-hawk-csi-dsi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/renesas/white-hawk-ethernet.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/px30-firefly-jd4-core-mb.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/px30-firefly-jd4-core.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/px30-ringneck-haikou.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/px30-ringneck.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3308-roc-cc.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3308-rock-pi-s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3308-rock-s0.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3308.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3326-gameforce-chi.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3328-nanopi-r2s-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3328-rock-pi-e.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3328-rock64.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3328.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3368-evb.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3368-lba3368.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3368-lion.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3368-orion-r68-meta.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3368-r88.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3368.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-base.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-eaidk-610.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-evb.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-firefly.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-gru-scarlet.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-gru.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-hugsun-x99.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-khadas-edge.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-kobol-helios64.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-leez-p710.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-nanopi4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-op1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-orangepi.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-pinebook-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-pinephone-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-puma-haikou.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-puma.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-roc-pc-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-roc-pc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-4c-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-4se.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4a-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4a.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4b-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4b.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock-pi-4c.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rock960.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-rockpro64.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-sapphire-excavator.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-sapphire.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399-t.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3399pro-rock-pi-n10.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg-arc-d.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg-arc-s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg-arc.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg353p.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg353ps.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg353v.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg353vs.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg353x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rg503.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-anbernic-rgxx3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-box-demo.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-lckfb-tspi.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-lubancat-1.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-odroid-m1s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-orangepi-3b-v1.1.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-orangepi-3b-v2.1.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-orangepi-3b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-pinenote.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-pinetab2-v0.1.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-pinetab2-v2.0.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-pinetab2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-powkiddy-rgb10max3.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-powkiddy-rgb30.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-powkiddy-rk2023.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-powkiddy-rk2023.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-powkiddy-x55.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-quartz64-a.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-quartz64-b.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-radxa-cm3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-radxa-zero-3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-radxa-zero-3e.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-radxa-zero-3w.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-roc-pc.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-rock-3c.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-soquartz-blade.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-soquartz-cm4.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-soquartz-model-a.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3566-soquartz.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-bpi-r2-pro.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-evb1-v10.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-fastrhino-r66s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-fastrhino-r66s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-fastrhino-r68s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-lubancat-2.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-mecsbc.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-odroid-m1.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-qnap-ts433.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-radxa-cm3i.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-radxa-e25.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-roc-pc.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-rock-3a.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-rock-3b.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-wolfvision-pf5-display-vz.dtso
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-wolfvision-pf5-display.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-wolfvision-pf5-io-expander.dtso
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568-wolfvision-pf5.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3568.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk356x.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-armsom-sige7.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-base-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-base.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-coolpi-cm5-genbook.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-coolpi-cm5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6a-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6a-io.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6a-io.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6a-wifi.dtso
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6b-io.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-edgeble-neu6b.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-evb1-v10.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-extra-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-extra.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-fet3588-c.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-friendlyelec-cm3588-nas.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-friendlyelec-cm3588.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-jaguar.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-nanopc-t6-lts.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-nanopc-t6.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-nanopc-t6.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-ok3588-c.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-opp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-orangepi-5-plus.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-quartzpro64.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-rock-5-itx.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-rock-5b-pcie-ep.dtso
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-rock-5b-pcie-srns.dtso
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-rock-5b.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-tiger-haikou.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-tiger.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-toybrick-x0.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588-turing-rk1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588j.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-coolpi-4b.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-gameforce-ace.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-indiedroid-nova.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-khadas-edge2.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-nanopi-r6c.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-nanopi-r6s.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-odroid-m2.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-orangepi-5.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s-rock-5a.dts
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/rk3588s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/socionext/uniphier-ld11-global.dts
/freebsd/sys/contrib/device-tree/src/arm64/socionext/uniphier-ld20-global.dts
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sc2731.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sc9836-openphone.dts
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sc9836.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sc9860.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sc9863a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sharkl3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sharkl64.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/sp9860g-1h10.dts
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ums512.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ums9620.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/sprd/whale2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp25-pinctrl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp251.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp253.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp255.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/st/stm32mp257f-ev1.dts
/freebsd/sys/contrib/device-tree/src/arm64/synaptics/berlin4ct.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/tesla/fsd.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-lp-sk-nand.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-lp-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-dahlia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-dev.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-mallow.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-wifi.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin-yavia.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-verdin.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-beagleplay-csi2-ov5640.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-beagleplay.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-phyboard-lyra-1-4-ghz-opp.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-phyboard-lyra-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a7-phyboard-lyra-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a7-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62a7.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-j722s-common-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-j722s-common-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-j722s-common-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-j722s-common-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p5-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62p5.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-phyboard-lyra-gpio-fan.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-phyboard-lyra.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-sk-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-sk-csi2-imx219.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-sk-csi2-ov5640.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-sk-csi2-tevi-ov5640.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am62x-sk-hdmi-audio.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-phycore-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-tqma64xxl-mbax4xxl-sdcard.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64-tqma64xxl-mbax4xxl-wlan.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am64.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-evm-icssg1-dualemac-mii.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-evm-icssg1-dualemac.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-evm-nand.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-evm.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-hummingboard-t-pcie.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-hummingboard-t-usb3.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-hummingboard-t.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-phyboard-electra-gpio-fan.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-phyboard-electra-pcie-usb2.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-phyboard-electra-rdk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-sr-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-tqma64xxl-mbax4xxl.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642-tqma64xxl.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am642.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-iot2050-arduino-connector.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-iot2050-common-pg1.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-iot2050-common-pg2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-iot2050-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-iot2050-dp.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-iot2050-usb3.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-mcu.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am65.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am652.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6528-iot2050-basic-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6528-iot2050-basic-pg2.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6528-iot2050-basic.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-base-board-rocktech-rk101-panel.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-base-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-icssg2.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-idk.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-industrial-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-pcie-usb2.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654-pcie-usb3.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am654.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-common.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-m2-bkey-usb3.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-m2.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-pg2.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced-sm.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6548-iot2050-advanced.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am67a-beagley-ai.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am68-sk-base-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am68-sk-som.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am69-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6xx-phycore-disable-eth-phy.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6xx-phycore-disable-rtc.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6xx-phycore-disable-spi-nor.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am6xx-phycore-qspi-nor.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-common-proc-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-evm-quad-port-eth-exp.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-som-p0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j7200.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-beagleboneai64.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-common-proc-board-infotainment.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-common-proc-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-evm-gesi-exp-board.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-evm-pcie0-ep.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-evm-quad-port-eth-exp.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-sk-csi2-dual-imx219.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-sk.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-som-p0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721e.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-common-proc-board.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-evm-gesi-exp-board.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-evm-pcie1-ep.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-som-p0.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j721s2.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j722s-evm.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j722s-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j722s.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-evm-pcie0-pcie1-ep.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-evm-quad-port-eth-exp1.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-evm-usxgmii-exp1-exp2.dtso
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-evm.dts
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-main.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-mcu-wakeup.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4-thermal.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-j784s4.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-pinctrl.h
/freebsd/sys/contrib/device-tree/src/arm64/ti/k3-serdes.h
/freebsd/sys/contrib/device-tree/src/arm64/toshiba/tmpv7708.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-clk-ccf.dtsi
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-sck-kv-g-revA.dtso
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-sck-kv-g-revB.dtso
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-sm-k26-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-smk-k26-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm015-dc1.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm016-dc2.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zc1751-xm019-dc5.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu100-revC.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu102-rev1.0.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu102-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu104-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu104-revC.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu106-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu111-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp-zcu1275-revA.dts
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/zynqmp.dtsi
/freebsd/sys/contrib/device-tree/src/loongarch/loongson-2k0500-ref.dts
/freebsd/sys/contrib/device-tree/src/loongarch/loongson-2k0500.dtsi
/freebsd/sys/contrib/device-tree/src/loongarch/loongson-2k1000-ref.dts
/freebsd/sys/contrib/device-tree/src/loongarch/loongson-2k1000.dtsi
/freebsd/sys/contrib/device-tree/src/loongarch/loongson-2k2000-ref.dts
/freebsd/sys/contrib/device-tree/src/loongarch/loongson-2k2000.dtsi
/freebsd/sys/contrib/device-tree/src/mips/loongson/loongson64-2k1000.dtsi
/freebsd/sys/contrib/device-tree/src/mips/loongson/loongson64g_4core_ls7a.dts
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq5-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq5-epm5.dts
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq5-fixed-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq5-pins.dtsi
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq5.dtsi
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq6h-epm6.dts
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq6h-fixed-clocks.dtsi
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq6h-pins.dtsi
/freebsd/sys/contrib/device-tree/src/mips/mobileye/eyeq6h.dtsi
/freebsd/sys/contrib/device-tree/src/mips/ralink/mt7621.dtsi
/freebsd/sys/contrib/device-tree/src/mips/realtek/cameo-rtl9302c-2x-rtl8224-2xge.dts
/freebsd/sys/contrib/device-tree/src/mips/realtek/rtl838x.dtsi
/freebsd/sys/contrib/device-tree/src/mips/realtek/rtl83xx.dtsi
/freebsd/sys/contrib/device-tree/src/mips/realtek/rtl930x.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/acadia.dts
/freebsd/sys/contrib/device-tree/src/powerpc/akebono.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/b4si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/bsc9131rdb.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/bsc9131si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/bsc9132qds.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/bsc9132si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/c293pcie.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/c293si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/mpc8536si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/mpc8544si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/mpc8548si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/mpc8572si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1010rdb-pb.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1010rdb-pb_36b.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1010rdb.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1010rdb_32b.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1010rdb_36b.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1010si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1020si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1021si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p1022si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/p2020si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/pq3-power.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t1023si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t1024rdb.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t1040rdb.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t1040si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t1042rdb.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t1042rdb_pi.dts
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t2081si-post.dtsi
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/t4240si-post.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/sun20i-d1-clockworkpi-v3.14.dts
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/sun20i-d1-devterm-v3.14.dts
/freebsd/sys/contrib/device-tree/src/riscv/allwinner/sunxi-d1s-t113.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/canaan/canaan_kd233.dts
/freebsd/sys/contrib/device-tree/src/riscv/canaan/k210.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/canaan/k210_generic.dts
/freebsd/sys/contrib/device-tree/src/riscv/canaan/sipeed_maix_bit.dts
/freebsd/sys/contrib/device-tree/src/riscv/canaan/sipeed_maix_dock.dts
/freebsd/sys/contrib/device-tree/src/riscv/canaan/sipeed_maix_go.dts
/freebsd/sys/contrib/device-tree/src/riscv/canaan/sipeed_maixduino.dts
/freebsd/sys/contrib/device-tree/src/riscv/microchip/mpfs-beaglev-fire-fabric.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/microchip/mpfs-beaglev-fire.dts
/freebsd/sys/contrib/device-tree/src/riscv/microchip/mpfs-icicle-kit.dts
/freebsd/sys/contrib/device-tree/src/riscv/microchip/mpfs.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/renesas/r9a07g043f.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/renesas/rzfive-smarc-som.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/cv1800b-milkv-duo.dts
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/cv1800b.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/cv1812h-huashan-pi.dts
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/cv1812h.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/cv18xx.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/sg2042-milkv-pioneer.dts
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/sg2042.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7100-beaglev-starlight.dts
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7100-common.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7100-starfive-visionfive-v1.dts
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7100.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110-common.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110-milkv-mars.dts
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110-pine64-star64.dts
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110-starfive-visionfive-2.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/starfive/jh7110.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/thead/th1520-beaglev-ahead.dts
/freebsd/sys/contrib/device-tree/src/riscv/thead/th1520-lichee-module-4a.dtsi
/freebsd/sys/contrib/device-tree/src/riscv/thead/th1520-lichee-pi-4a.dts
/freebsd/sys/contrib/device-tree/src/riscv/thead/th1520.dtsi
/freebsd/sys/contrib/device-tree/src/sh/j2_mimas_v2.dts
/freebsd/sys/dev/aac/aac.c
/freebsd/sys/dev/aacraid/aacraid.c
/freebsd/sys/dev/acpica/acpi_pcib_acpi.c
/freebsd/sys/dev/ae/if_ae.c
/freebsd/sys/dev/age/if_age.c
/freebsd/sys/dev/ahci/ahci.c
/freebsd/sys/dev/alc/if_alc.c
/freebsd/sys/dev/ale/if_ale.c
/freebsd/sys/dev/alpm/alpm.c
/freebsd/sys/dev/amdpm/amdpm.c
/freebsd/sys/dev/amdsmb/amdsmb.c
/freebsd/sys/dev/ata/ata-pci.c
/freebsd/sys/dev/atopcase/atopcase.c
/freebsd/sys/dev/bce/if_bce.c
/freebsd/sys/dev/bfe/if_bfe.c
/freebsd/sys/dev/bge/if_bge.c
/freebsd/sys/dev/bhnd/bcma/bcma.c
/freebsd/sys/dev/bhnd/bhndb/bhndb.c
/freebsd/sys/dev/bhnd/cores/chipc/chipc.c
/freebsd/sys/dev/bhnd/siba/siba.c
/freebsd/sys/dev/bwn/if_bwn_pci.c
/freebsd/sys/dev/cadence/if_cgem.c
/freebsd/sys/dev/cardbus/cardbus.c
/freebsd/sys/dev/cas/if_cas.c
/freebsd/sys/dev/cxgb/cxgb_main.c
/freebsd/sys/dev/cxgbe/t4_main.c
/freebsd/sys/dev/dc/if_dc.c
/freebsd/sys/dev/dpaa2/dpaa2_mc.c
/freebsd/sys/dev/dpaa2/dpaa2_rc.c
/freebsd/sys/dev/dwc/if_dwc.c
/freebsd/sys/dev/enetc/if_enetc.c
/freebsd/sys/dev/eqos/if_eqos.c
/freebsd/sys/dev/et/if_et.c
/freebsd/sys/dev/etherswitch/ar40xx/ar40xx_main.c
/freebsd/sys/dev/etherswitch/arswitch/arswitch.c
/freebsd/sys/dev/etherswitch/e6000sw/e6000sw.c
/freebsd/sys/dev/etherswitch/e6000sw/e6060sw.c
/freebsd/sys/dev/etherswitch/felix/felix.c
/freebsd/sys/dev/etherswitch/infineon/adm6996fc.c
/freebsd/sys/dev/etherswitch/ip17x/ip17x.c
/freebsd/sys/dev/etherswitch/micrel/ksz8995ma.c
/freebsd/sys/dev/etherswitch/mtkswitch/mtkswitch.c
/freebsd/sys/dev/etherswitch/rtl8366/rtl8366rb.c
/freebsd/sys/dev/etherswitch/ukswitch/ukswitch.c
/freebsd/sys/dev/firewire/fwohci_pci.c
/freebsd/sys/dev/fxp/if_fxp.c
/freebsd/sys/dev/gem/if_gem.c
/freebsd/sys/dev/glxiic/glxiic.c
/freebsd/sys/dev/gpio/gpiobus.c
/freebsd/sys/dev/gpio/gpioiic.c
/freebsd/sys/dev/hid/hidbus.c
/freebsd/sys/dev/hyperv/input/hv_hid.c
/freebsd/sys/dev/ichiic/ig4_iic.c
/freebsd/sys/dev/ichsmb/ichsmb.c
/freebsd/sys/dev/ida/ida.c
/freebsd/sys/dev/iicbus/controller/cadence/cdnc_i2c.c
/freebsd/sys/dev/iicbus/controller/opencores/iicoc_pci.c
/freebsd/sys/dev/iicbus/controller/rockchip/rk_i2c.c
/freebsd/sys/dev/iicbus/controller/twsi/twsi.c
/freebsd/sys/dev/iicbus/controller/vybrid/vf_i2c.c
/freebsd/sys/dev/iicbus/iicbb.c
/freebsd/sys/dev/iicbus/iicbus.c
/freebsd/sys/dev/iicbus/iichid.c
/freebsd/sys/dev/iicbus/iicsmb.c
/freebsd/sys/dev/imcsmb/imcsmb.c
/freebsd/sys/dev/imcsmb/imcsmb_pci.c
/freebsd/sys/dev/intel/spi.c
/freebsd/sys/dev/intpm/intpm.c
/freebsd/sys/dev/ips/ips.c
/freebsd/sys/dev/ismt/ismt.c
/freebsd/sys/dev/jme/if_jme.c
/freebsd/sys/dev/lge/if_lge.c
/freebsd/sys/dev/mfi/mfi_pci.c
/freebsd/sys/dev/mgb/if_mgb.c
/freebsd/sys/dev/mlx/mlx.c
/freebsd/sys/dev/mmc/host/dwmmc.c
/freebsd/sys/dev/msk/if_msk.c
/freebsd/sys/dev/mvs/mvs_pci.c
/freebsd/sys/dev/mvs/mvs_soc.c
/freebsd/sys/dev/neta/if_mvneta.c
/freebsd/sys/dev/nfe/if_nfe.c
/freebsd/sys/dev/nfsmb/nfsmb.c
/freebsd/sys/dev/nge/if_nge.c
/freebsd/sys/dev/nvdimm/nvdimm_acpi.c
/freebsd/sys/dev/ow/ow.c
/freebsd/sys/dev/ow/owc_gpiobus.c
/freebsd/sys/dev/p2sb/lewisburg_gpiocm.c
/freebsd/sys/dev/p2sb/p2sb.c
/freebsd/sys/dev/pccbb/pccbb.c
/freebsd/sys/dev/pcf/pcf_isa.c
/freebsd/sys/dev/pci/pci.c
/freebsd/sys/dev/pci/pci_pci.c
/freebsd/sys/dev/pci/vga_pci.c
/freebsd/sys/dev/ppbus/ppbconf.c
/freebsd/sys/dev/ppc/ppc.c
/freebsd/sys/dev/puc/puc.c
/freebsd/sys/dev/pwm/controller/allwinner/aw_pwm.c
/freebsd/sys/dev/pwm/pwmbus.c
/freebsd/sys/dev/qcom_qup/qcom_spi.c
/freebsd/sys/dev/re/if_re.c
/freebsd/sys/dev/rl/if_rl.c
/freebsd/sys/dev/rtsx/rtsx.c
/freebsd/sys/dev/rtwn/if_rtwn.c
/freebsd/sys/dev/rtwn/if_rtwn_fw.c
/freebsd/sys/dev/rtwn/if_rtwn_ridx.h
/freebsd/sys/dev/rtwn/if_rtwn_tx.c
/freebsd/sys/dev/rtwn/if_rtwnvar.h
/freebsd/sys/dev/rtwn/rtl8188e/r88e.h
/freebsd/sys/dev/rtwn/rtl8188e/r88e_rx.c
/freebsd/sys/dev/rtwn/rtl8188e/r88e_rx_desc.h
/freebsd/sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c
/freebsd/sys/dev/rtwn/rtl8188e/usb/r88eu_init.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c.h
/freebsd/sys/dev/rtwn/rtl8192c/r92c_fw.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_tx.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a.h
/freebsd/sys/dev/rtwn/rtl8812a/r12a_tx.c
/freebsd/sys/dev/sdhci/sdhci_fdt.c
/freebsd/sys/dev/sdhci/sdhci_xenon.c
/freebsd/sys/dev/sge/if_sge.c
/freebsd/sys/dev/siis/siis.c
/freebsd/sys/dev/sis/if_sis.c
/freebsd/sys/dev/sk/if_sk.c
/freebsd/sys/dev/smbus/smbus.c
/freebsd/sys/dev/smc/if_smc.c
/freebsd/sys/dev/sound/pci/csa.c
/freebsd/sys/dev/sound/pci/emu10kx.c
/freebsd/sys/dev/sound/pci/fm801.c
/freebsd/sys/dev/sound/pci/hda/hdaa.c
/freebsd/sys/dev/sound/pci/hda/hdaa_patches.c
/freebsd/sys/dev/sound/pci/hda/hdac.c
/freebsd/sys/dev/sound/pci/hda/hdac.h
/freebsd/sys/dev/sound/pci/hda/hdacc.c
/freebsd/sys/dev/sound/pci/hdsp.c
/freebsd/sys/dev/sound/pci/hdspe.c
/freebsd/sys/dev/spibus/acpi_spibus.c
/freebsd/sys/dev/spibus/controller/allwinner/aw_spi.c
/freebsd/sys/dev/spibus/controller/rockchip/rk_spi.c
/freebsd/sys/dev/spibus/spibus.c
/freebsd/sys/dev/spibus/spibusvar.h
/freebsd/sys/dev/ste/if_ste.c
/freebsd/sys/dev/stge/if_stge.c
/freebsd/sys/dev/superio/superio.c
/freebsd/sys/dev/usb/controller/dwc_otg_acpi.c
/freebsd/sys/dev/usb/controller/dwc_otg_fdt.c
/freebsd/sys/dev/usb/controller/ehci_fsl.c
/freebsd/sys/dev/usb/controller/ehci_imx.c
/freebsd/sys/dev/usb/controller/ehci_msm.c
/freebsd/sys/dev/usb/controller/ehci_mv.c
/freebsd/sys/dev/usb/controller/ehci_pci.c
/freebsd/sys/dev/usb/controller/generic_ehci.c
/freebsd/sys/dev/usb/controller/generic_ohci.c
/freebsd/sys/dev/usb/controller/generic_xhci.c
/freebsd/sys/dev/usb/controller/musb_otg_allwinner.c
/freebsd/sys/dev/usb/controller/ohci_pci.c
/freebsd/sys/dev/usb/controller/uhci_pci.c
/freebsd/sys/dev/usb/controller/xhci_pci.c
/freebsd/sys/dev/usb/input/usbhid.c
/freebsd/sys/dev/usb/misc/cp2112.c
/freebsd/sys/dev/usb/misc/i2ctinyusb.c
/freebsd/sys/dev/usb/net/usb_ethernet.c
/freebsd/sys/dev/usb/video/udl.c
/freebsd/sys/dev/vge/if_vge.c
/freebsd/sys/dev/viapm/viapm.c
/freebsd/sys/dev/virtio/mmio/virtio_mmio.c
/freebsd/sys/dev/virtio/pci/virtio_pci.c
/freebsd/sys/dev/vmd/vmd.c
/freebsd/sys/dev/vnic/thunder_mdio.c
/freebsd/sys/dev/vr/if_vr.c
/freebsd/sys/dev/vte/if_vte.c
/freebsd/sys/dev/xilinx/if_xae.c
/freebsd/sys/dev/xl/if_xl.c
/freebsd/sys/i386/i386/vm_machdep.c
/freebsd/sys/kern/kern_jail.c
/freebsd/sys/kern/kern_umtx.c
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/uipc_usrreq.c
/freebsd/sys/modules/dtb/allwinner/Makefile
/freebsd/sys/modules/vmm/Makefile
/freebsd/sys/netinet/ip_carp.c
/freebsd/sys/netinet/tcp_stacks/bbr.c
/freebsd/sys/netinet/tcp_stacks/rack.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pflow.c
/freebsd/sys/riscv/vmm/riscv.h
/freebsd/sys/riscv/vmm/vmm.c
/freebsd/sys/riscv/vmm/vmm_riscv.c
/freebsd/sys/riscv/vmm/vmm_sbi.c
/freebsd/sys/riscv/vmm/vmm_vtimer.c
/freebsd/sys/riscv/vmm/vmm_vtimer.h
/freebsd/sys/sys/copyright.h
/freebsd/sys/sys/param.h
/freebsd/sys/xdr/xdr_mbuf.c
/freebsd/sys/xdr/xdr_mem.c
/freebsd/tests/sys/fs/fusefs/allow_other.cc
/freebsd/tests/sys/fs/fusefs/forget.cc
/freebsd/tests/sys/fs/fusefs/io.cc
/freebsd/tests/sys/fs/fusefs/lseek.cc
/freebsd/tests/sys/fs/fusefs/notify.cc
/freebsd/tests/sys/kern/socket_splice.c
/freebsd/tests/sys/netpfil/pf/sctp.sh
/freebsd/tests/sys/netpfil/pf/table.sh
/freebsd/usr.bin/shar/shar.1
/freebsd/usr.bin/vi/options_def.h
/freebsd/usr.sbin/bhyve/riscv/fdt.c
/freebsd/usr.sbin/bsdinstall/scripts/zfsboot
/freebsd/usr.sbin/lpr/pac/pac.c
/freebsd/usr.sbin/pkg/Makefile
/freebsd/usr.sbin/pkg/ecc.c
/freebsd/usr.sbin/pkg/pkg.c
/freebsd/usr.sbin/pkg/pkg.h
/freebsd/usr.sbin/pkg/rsa.c
/freebsd/usr.sbin/syslogd/syslogd.c
/freebsd/usr.sbin/syslogd/tests/syslogd_test_common.sh
203027b231-Dec-2024 Simon J. Gerraty <sjg@FreeBSD.org>

Update libexec/rc/debug.sh and hooks.sh

Use local_works() to test if 'local' actually works for
current shell.


/freebsd/Makefile.inc1
/freebsd/RELNOTES
/freebsd/UPDATING
/freebsd/bin/cat/cat.c
/freebsd/bin/ps/print.c
/freebsd/bin/timeout/timeout.1
/freebsd/bin/timeout/timeout.c
/freebsd/cddl/lib/libdtrace/tcp.d
/freebsd/contrib/jemalloc/include/jemalloc/internal/hash.h
/freebsd/contrib/kyua/engine/atf_list.cpp
/freebsd/contrib/kyua/engine/atf_list_test.cpp
/freebsd/contrib/ntp/ntpd/ntp_proto.c
/freebsd/include/endian.h
/freebsd/include/ssp/poll.h
/freebsd/include/ssp/ssp.h
/freebsd/lib/csu/Makefile.inc
/freebsd/lib/csu/tests/Makefile
/freebsd/lib/libbsnmp/Makefile.inc
/freebsd/lib/libbsnmp/tests/Makefile
/freebsd/lib/libgcc_s/arm/Symbol.map
/freebsd/lib/libkvm/kvm_proc.c
/freebsd/lib/libnvmf/Makefile
/freebsd/lib/libnvmf/internal.h
/freebsd/lib/libnvmf/libnvmf.h
/freebsd/lib/libnvmf/nvmf_controller.c
/freebsd/lib/libnvmf/nvmf_host.c
/freebsd/lib/libnvmf/nvmf_tcp.c
/freebsd/lib/libnvmf/nvmf_transport.c
/freebsd/lib/libpfctl/libpfctl.c
/freebsd/lib/libpfctl/libpfctl.h
/freebsd/lib/libprocstat/zfs/Makefile
/freebsd/lib/libsys/Makefile.sys
/freebsd/lib/libsys/Symbol.sys.map
/freebsd/lib/libsys/_libsys.h
/freebsd/lib/libsys/close.2
/freebsd/lib/libsys/kqueue.2
/freebsd/lib/libsys/procctl.2
/freebsd/lib/libsys/setcred.2
/freebsd/lib/libsys/syscalls.map
/freebsd/lib/libthr/thread/thr_cancel.c
/freebsd/lib/libthr/thread/thr_private.h
/freebsd/lib/libthr/thread/thr_sig.c
/freebsd/lib/libvmmapi/riscv/vmmapi_machdep.c
debug.sh
hooks.sh
/freebsd/release/Makefile
/freebsd/release/packages/Makefile.package
/freebsd/release/scripts/mtree-to-plist.awk
/freebsd/rescue/rescue/Makefile
/freebsd/sbin/devd/devd.conf.5
/freebsd/sbin/fsck_msdosfs/fsck_msdosfs.8
/freebsd/sbin/fsck_msdosfs/main.c
/freebsd/sbin/ipf/iplang/iplang_y.y
/freebsd/sbin/ipf/ipsend/ipsend.1
/freebsd/sbin/ipf/ipsend/ipsend.c
/freebsd/sbin/ipf/ipsend/iptests.c
/freebsd/sbin/ipf/ipsend/resend.c
/freebsd/sbin/ipf/libipf/ipft_tx.c
/freebsd/sbin/ipf/libipf/printpacket.c
/freebsd/sbin/mount/mount.c
/freebsd/sbin/nvmecontrol/reconnect.c
/freebsd/sbin/pfctl/parse.y
/freebsd/sbin/pfctl/pf_print_state.c
/freebsd/sbin/pfctl/pfctl.c
/freebsd/sbin/pfctl/pfctl_parser.c
/freebsd/sbin/pfctl/pfctl_parser.h
/freebsd/sbin/pfctl/tests/files/pf1024.in
/freebsd/sbin/pfctl/tests/files/pf1024.ok
/freebsd/sbin/pfctl/tests/pfctl_test_list.inc
/freebsd/sbin/ping/ping.8
/freebsd/sbin/ping/ping.c
/freebsd/secure/libexec/Makefile.inc
/freebsd/secure/libexec/tests/Makefile
/freebsd/share/Makefile
/freebsd/share/dtrace/ipfw.d
/freebsd/share/firmwares/Makefile
/freebsd/share/firmwares/iwm/Makefile
/freebsd/share/man/man3/pthread_testcancel.3
/freebsd/share/man/man4/inet.4
/freebsd/share/man/man4/mac_do.4
/freebsd/share/man/man4/ow_temp.4
/freebsd/share/man/man5/pf.conf.5
/freebsd/share/man/man9/atomic.9
/freebsd/share/man/man9/namei.9
/freebsd/share/man/man9/osd.9
/freebsd/share/misc/bsd-family-tree
/freebsd/share/mk/src.libnames.mk
/freebsd/sys/amd64/amd64/fpu.c
/freebsd/sys/amd64/amd64/trap.c
/freebsd/sys/amd64/include/atomic.h
/freebsd/sys/amd64/include/cpufunc.h
/freebsd/sys/arm/include/atomic.h
/freebsd/sys/arm/include/intr.h
/freebsd/sys/arm/qualcomm/ipq4018_machdep.c
/freebsd/sys/arm64/apple/apple_aic.c
/freebsd/sys/arm64/apple/apple_wdog.c
/freebsd/sys/arm64/include/atomic.h
/freebsd/sys/arm64/include/intr.h
/freebsd/sys/bsm/audit_kevents.h
/freebsd/sys/cam/ctl/ctl_ioctl.h
/freebsd/sys/compat/freebsd32/freebsd32_misc.c
/freebsd/sys/compat/freebsd32/freebsd32_proto.h
/freebsd/sys/compat/freebsd32/freebsd32_syscall.h
/freebsd/sys/compat/freebsd32/freebsd32_syscalls.c
/freebsd/sys/compat/freebsd32/freebsd32_sysent.c
/freebsd/sys/compat/freebsd32/freebsd32_systrace_args.c
/freebsd/sys/compat/linprocfs/linprocfs.c
/freebsd/sys/conf/files
/freebsd/sys/conf/files.arm64
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_misc.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-drv.c
/freebsd/sys/contrib/dev/iwm/iwm-3160-17.fw
/freebsd/sys/contrib/dev/iwm/iwm-3168-22.fw
/freebsd/sys/contrib/dev/iwm/iwm-7260-17.fw
/freebsd/sys/contrib/dev/iwm/iwm-7265-17.fw
/freebsd/sys/contrib/dev/iwm/iwm-7265D-22.fw
/freebsd/sys/contrib/dev/iwm/iwm-8000C-22.fw
/freebsd/sys/contrib/dev/iwm/iwm-8265-22.fw
/freebsd/sys/contrib/dev/iwm/iwm-9000-34.fw
/freebsd/sys/contrib/dev/iwm/iwm-9260-34.fw
/freebsd/sys/dev/acpi_support/acpi_ibm.c
/freebsd/sys/dev/ath/ath_rate/sample/sample.c
/freebsd/sys/dev/bhnd/bhndb/bhndb.c
/freebsd/sys/dev/bhnd/cores/chipc/chipc.c
/freebsd/sys/dev/clk/starfive/jh7110_clk_stg.c
/freebsd/sys/dev/clk/starfive/jh7110_clk_sys.c
/freebsd/sys/dev/efidev/efirt.c
/freebsd/sys/dev/hid/hid.c
/freebsd/sys/dev/hid/hid.h
/freebsd/sys/dev/hwpmc/hwpmc_core.c
/freebsd/sys/dev/hwpmc/hwpmc_x86.c
/freebsd/sys/dev/isci/scil/sati_util.c
/freebsd/sys/dev/ixl/ixl_pf_main.c
/freebsd/sys/dev/mlx5/fs.h
/freebsd/sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
/freebsd/sys/dev/mlx5/mlx5_core/fs_ft_pool.h
/freebsd/sys/dev/mlx5/mlx5_core/mlx5_eswitch.c
/freebsd/sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
/freebsd/sys/dev/mlx5/mlx5_core/mlx5_fs_ft_pool.c
/freebsd/sys/dev/mlx5/mlx5_core/mlx5_fs_tcp.c
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
/freebsd/sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
/freebsd/sys/dev/mlx5/mlx5_ifc.h
/freebsd/sys/dev/nvmf/controller/ctl_frontend_nvmf.c
/freebsd/sys/dev/nvmf/controller/nvmft_controller.c
/freebsd/sys/dev/nvmf/controller/nvmft_qpair.c
/freebsd/sys/dev/nvmf/controller/nvmft_var.h
/freebsd/sys/dev/nvmf/host/nvmf.c
/freebsd/sys/dev/nvmf/host/nvmf_ctldev.c
/freebsd/sys/dev/nvmf/host/nvmf_qpair.c
/freebsd/sys/dev/nvmf/host/nvmf_var.h
/freebsd/sys/dev/nvmf/nvmf.h
/freebsd/sys/dev/nvmf/nvmf_tcp.c
/freebsd/sys/dev/nvmf/nvmf_transport.c
/freebsd/sys/dev/nvmf/nvmf_transport.h
/freebsd/sys/dev/nvmf/nvmf_transport_internal.h
/freebsd/sys/dev/ocs_fc/ocs_cam.c
/freebsd/sys/dev/ofw/ofw_bus_subr.c
/freebsd/sys/dev/pci/pci_host_generic.c
/freebsd/sys/dev/pci/pci_host_generic.h
/freebsd/sys/dev/pci/pci_host_generic_acpi.c
/freebsd/sys/dev/pci/pci_host_generic_fdt.c
/freebsd/sys/dev/puc/pucdata.c
/freebsd/sys/dev/rtwn/if_rtwn.c
/freebsd/sys/dev/rtwn/if_rtwn_nop.h
/freebsd/sys/dev/rtwn/if_rtwn_rx.c
/freebsd/sys/dev/rtwn/if_rtwn_rx.h
/freebsd/sys/dev/rtwn/if_rtwnvar.h
/freebsd/sys/dev/rtwn/rtl8188e/pci/r88ee_attach.c
/freebsd/sys/dev/rtwn/rtl8188e/r88e.h
/freebsd/sys/dev/rtwn/rtl8188e/r88e_beacon.c
/freebsd/sys/dev/rtwn/rtl8188e/r88e_chan.c
/freebsd/sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c
/freebsd/sys/dev/rtwn/rtl8192c/pci/r92ce_attach.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c.h
/freebsd/sys/dev/rtwn/rtl8192c/r92c_beacon.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_chan.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_fw.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_fw_cmd.h
/freebsd/sys/dev/rtwn/rtl8192c/r92c_reg.h
/freebsd/sys/dev/rtwn/rtl8192c/r92c_tx.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_tx_desc.h
/freebsd/sys/dev/rtwn/rtl8192c/usb/r92cu_attach.c
/freebsd/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c
/freebsd/sys/dev/rtwn/rtl8192e/r92e.h
/freebsd/sys/dev/rtwn/rtl8192e/r92e_chan.c
/freebsd/sys/dev/rtwn/rtl8192e/usb/r92eu_attach.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a.h
/freebsd/sys/dev/rtwn/rtl8812a/r12a_beacon.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_chan.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_reg.h
/freebsd/sys/dev/rtwn/rtl8812a/usb/r12au_attach.c
/freebsd/sys/dev/rtwn/rtl8821a/usb/r21au_attach.c
/freebsd/sys/dev/rtwn/usb/rtwn_usb_var.h
/freebsd/sys/dev/sdhci/sdhci_acpi.c
/freebsd/sys/dev/sound/pci/csareg.h
/freebsd/sys/dev/uart/uart_bus_pci.c
/freebsd/sys/dev/xen/netfront/netfront.c
/freebsd/sys/fs/fuse/fuse_file.c
/freebsd/sys/fs/fuse/fuse_internal.c
/freebsd/sys/fs/fuse/fuse_ipc.h
/freebsd/sys/fs/fuse/fuse_vfsops.c
/freebsd/sys/fs/fuse/fuse_vnops.c
/freebsd/sys/fs/nullfs/null_vfsops.c
/freebsd/sys/fs/tmpfs/tmpfs.h
/freebsd/sys/fs/tmpfs/tmpfs_vfsops.c
/freebsd/sys/fs/tmpfs/tmpfs_vnops.c
/freebsd/sys/fs/unionfs/union_subr.c
/freebsd/sys/i386/i386/trap.c
/freebsd/sys/i386/include/atomic.h
/freebsd/sys/kern/bus_if.m
/freebsd/sys/kern/imgact_elf.c
/freebsd/sys/kern/init_sysent.c
/freebsd/sys/kern/kern_exit.c
/freebsd/sys/kern/kern_fork.c
/freebsd/sys/kern/kern_jail.c
/freebsd/sys/kern/kern_osd.c
/freebsd/sys/kern/kern_procctl.c
/freebsd/sys/kern/kern_prot.c
/freebsd/sys/kern/kern_sig.c
/freebsd/sys/kern/kern_sysctl.c
/freebsd/sys/kern/subr_asan.c
/freebsd/sys/kern/subr_atomic64.c
/freebsd/sys/kern/subr_csan.c
/freebsd/sys/kern/subr_intr.c
/freebsd/sys/kern/subr_msan.c
/freebsd/sys/kern/sys_process.c
/freebsd/sys/kern/syscalls.c
/freebsd/sys/kern/syscalls.master
/freebsd/sys/kern/systrace_args.c
/freebsd/sys/kern/vfs_mount.c
/freebsd/sys/modules/Makefile
/freebsd/sys/modules/acpi/acpi_ibm/Makefile
/freebsd/sys/modules/pf/Makefile
/freebsd/sys/net/if_lagg.c
/freebsd/sys/net/if_ovpn.c
/freebsd/sys/net/if_pflog.h
/freebsd/sys/net/pfvar.h
/freebsd/sys/netinet/in.c
/freebsd/sys/netinet/in_pcb.c
/freebsd/sys/netinet/in_var.h
/freebsd/sys/netinet/tcp_hpts.c
/freebsd/sys/netinet/tcp_stacks/bbr.c
/freebsd/sys/netinet/tcp_stacks/rack.c
/freebsd/sys/netinet/tcp_stacks/rack_bbr_common.c
/freebsd/sys/netinet/tcp_usrreq.c
/freebsd/sys/netinet6/in6_pcb.c
/freebsd/sys/netinet6/ip6_output.c
/freebsd/sys/netpfil/ipfw/ip_fw2.c
/freebsd/sys/netpfil/pf/if_pfsync.c
/freebsd/sys/netpfil/pf/inet_nat64.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf.h
/freebsd/sys/netpfil/pf/pf_if.c
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_lb.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nl.h
/freebsd/sys/netpfil/pf/pf_norm.c
/freebsd/sys/netpfil/pf/pf_nv.c
/freebsd/sys/netpfil/pf/pf_table.c
/freebsd/sys/powerpc/include/atomic.h
/freebsd/sys/riscv/conf/GENERIC
/freebsd/sys/riscv/conf/std.eswin
/freebsd/sys/riscv/eswin/eswin_reset.c
/freebsd/sys/riscv/eswin/files.eswin
/freebsd/sys/riscv/include/atomic.h
/freebsd/sys/riscv/include/intr.h
/freebsd/sys/riscv/include/vmm.h
/freebsd/sys/riscv/sifive/sifive_ccache.c
/freebsd/sys/riscv/starfive/files.starfive
/freebsd/sys/riscv/vmm/vmm_riscv.c
/freebsd/sys/rpc/svc.h
/freebsd/sys/rpc/svc_generic.c
/freebsd/sys/security/mac/mac_cred.c
/freebsd/sys/security/mac/mac_framework.c
/freebsd/sys/security/mac/mac_framework.h
/freebsd/sys/security/mac/mac_internal.h
/freebsd/sys/security/mac/mac_policy.h
/freebsd/sys/security/mac/mac_syscalls.c
/freebsd/sys/security/mac/mac_syscalls.h
/freebsd/sys/security/mac_biba/mac_biba.c
/freebsd/sys/security/mac_bsdextended/mac_bsdextended.c
/freebsd/sys/security/mac_do/mac_do.c
/freebsd/sys/security/mac_grantbylabel/mac_grantbylabel.c
/freebsd/sys/security/mac_ifoff/mac_ifoff.c
/freebsd/sys/security/mac_ipacl/mac_ipacl.c
/freebsd/sys/security/mac_lomac/mac_lomac.c
/freebsd/sys/security/mac_mls/mac_mls.c
/freebsd/sys/security/mac_ntpd/mac_ntpd.c
/freebsd/sys/security/mac_partition/mac_partition.c
/freebsd/sys/security/mac_pimd/mac_pimd.c
/freebsd/sys/security/mac_portacl/mac_portacl.c
/freebsd/sys/security/mac_priority/mac_priority.c
/freebsd/sys/security/mac_seeotheruids/mac_seeotheruids.c
/freebsd/sys/security/mac_stub/mac_stub.c
/freebsd/sys/security/mac_test/mac_test.c
/freebsd/sys/security/mac_veriexec/mac_veriexec.c
/freebsd/sys/sys/_atomic64e.h
/freebsd/sys/sys/_atomic_subword.h
/freebsd/sys/sys/_nv.h
/freebsd/sys/sys/atomic_common.h
/freebsd/sys/sys/atomic_san.h
/freebsd/sys/sys/cnv.h
/freebsd/sys/sys/dnv.h
/freebsd/sys/sys/endian.h
/freebsd/sys/sys/intr.h
/freebsd/sys/sys/jail.h
/freebsd/sys/sys/kernel.h
/freebsd/sys/sys/mac.h
/freebsd/sys/sys/nv.h
/freebsd/sys/sys/osd.h
/freebsd/sys/sys/poll.h
/freebsd/sys/sys/priv.h
/freebsd/sys/sys/proc.h
/freebsd/sys/sys/procctl.h
/freebsd/sys/sys/queue.h
/freebsd/sys/sys/refcount.h
/freebsd/sys/sys/syscall.h
/freebsd/sys/sys/syscall.mk
/freebsd/sys/sys/syscallsubr.h
/freebsd/sys/sys/sysproto.h
/freebsd/sys/sys/ucred.h
/freebsd/sys/x86/include/apicvar.h
/freebsd/sys/x86/include/fpu.h
/freebsd/sys/x86/include/specialreg.h
/freebsd/sys/x86/include/x86_var.h
/freebsd/sys/x86/iommu/amd_drv.c
/freebsd/sys/x86/x86/cpu_machdep.c
/freebsd/sys/x86/x86/local_apic.c
/freebsd/tests/sys/fs/fusefs/Makefile
/freebsd/tests/sys/fs/fusefs/mockfs.cc
/freebsd/tests/sys/fs/fusefs/mockfs.hh
/freebsd/tests/sys/fs/fusefs/nfs.cc
/freebsd/tests/sys/fs/fusefs/open.cc
/freebsd/tests/sys/fs/fusefs/opendir.cc
/freebsd/tests/sys/kern/Makefile
/freebsd/tests/sys/kern/logsigexit_test.sh
/freebsd/tests/sys/netinet/Makefile
/freebsd/tests/sys/netinet/socket_afinet.c
/freebsd/tests/sys/netpfil/pf/Makefile
/freebsd/tests/sys/netpfil/pf/nat64.py
/freebsd/tests/sys/netpfil/pf/nat64.sh
/freebsd/tools/build/Makefile
/freebsd/tools/build/depend-cleanup.sh
/freebsd/tools/build/test-includes/badfiles.inc
/freebsd/usr.bin/diff/diffreg_new.c
/freebsd/usr.bin/mdo/mdo.c
/freebsd/usr.bin/proccontrol/proccontrol.1
/freebsd/usr.bin/proccontrol/proccontrol.c
/freebsd/usr.bin/procstat/procstat_cred.c
/freebsd/usr.bin/sed/process.c
/freebsd/usr.bin/sed/sed.1
/freebsd/usr.bin/sed/tests/sed2_test.sh
/freebsd/usr.sbin/bhyve/riscv/bhyverun_machdep.c
/freebsd/usr.sbin/bhyve/riscv/fdt.c
/freebsd/usr.sbin/bhyve/riscv/fdt.h
/freebsd/usr.sbin/bsdinstall/scripts/zfsboot
/freebsd/usr.sbin/certctl/certctl.sh
/freebsd/usr.sbin/makefs/cd9660.c
/freebsd/usr.sbin/makefs/cd9660.h
/freebsd/usr.sbin/makefs/tests/makefs_cd9660_tests.sh
/freebsd/usr.sbin/makefs/tests/makefs_tests_common.sh
/freebsd/usr.sbin/mountd/exports.5
/freebsd/usr.sbin/mountd/mountd.8
/freebsd/usr.sbin/mountd/mountd.c
/freebsd/usr.sbin/nvmfd/ctl.c
/freebsd/usr.sbin/ppp/ip.c
/freebsd/usr.sbin/syslogd/syslogd.8
/freebsd/usr.sbin/syslogd/syslogd.c
/freebsd/usr.sbin/syslogd/tests/Makefile
/freebsd/usr.sbin/syslogd/tests/syslogd_basic_format_test.sh
/freebsd/usr.sbin/syslogd/tests/syslogd_format_test_common.sh
/freebsd/usr.sbin/syslogd/tests/syslogd_forwarded_format_test.sh
/freebsd/usr.sbin/syslogd/tests/syslogd_relayed_format_test.sh
/freebsd/usr.sbin/syslogd/tests/syslogd_test.sh
/freebsd/usr.sbin/syslogd/tests/syslogd_test_common.sh
17aec74014-Dec-2024 Kyle Evans <kevans@FreeBSD.org>

devmatch: do nothing if booted in safe mode

Safe mode may be enabled because of some problem discovered with a kmod,
thus wanting to avoid devmatch. Honor it and let the user deal with
the fallout

devmatch: do nothing if booted in safe mode

Safe mode may be enabled because of some problem discovered with a kmod,
thus wanting to avoid devmatch. Honor it and let the user deal with
the fallout of not autoloading modules. We've at least made it to
userland and the user demonstrably has a local console as they selected
safe mode in the first place, so this shouldn't be fatal if we don't,
e.g., load a necessary NIC driver.

show more ...


/freebsd/.cirrus.yml
/freebsd/Makefile.inc1
/freebsd/RELNOTES
/freebsd/contrib/jemalloc/include/jemalloc/internal/hash.h
/freebsd/contrib/jemalloc/src/pages.c
/freebsd/include/ssp/poll.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/Makefile.inc
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_internal_defs_FreeBSD.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/private_namespace.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/public_namespace.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/jemalloc_typedefs.h
/freebsd/lib/libc/stdlib/malloc/jemalloc/jemalloc.3
/freebsd/lib/libsys/poll.2
rc.d/devmatch
/freebsd/release/Makefile
/freebsd/release/scripts/make-oci-image.sh
/freebsd/sbin/mount_nfs/mount_nfs.8
/freebsd/sbin/mount_nfs/mount_nfs.c
/freebsd/share/man/man3/timeradd.3
/freebsd/stand/forth/menu-commands.4th
/freebsd/stand/lua/core.lua
/freebsd/stand/man/loader_simp.8
/freebsd/sys/arm/allwinner/aw_gpio.c
/freebsd/sys/arm64/arm64/identcpu.c
/freebsd/sys/arm64/arm64/machdep.c
/freebsd/sys/arm64/include/armreg.h
/freebsd/sys/arm64/include/asm.h
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/conf/files.arm64
/freebsd/sys/conf/newvers.sh
/freebsd/sys/dev/acpica/acpi_pcib.c
/freebsd/sys/dev/acpica/acpi_pcib_acpi.c
/freebsd/sys/dev/acpica/acpi_pcibvar.h
/freebsd/sys/dev/pci/pci_host_generic.c
/freebsd/sys/dev/pci/pci_host_generic.h
/freebsd/sys/dev/pci/pci_host_generic_acpi.c
/freebsd/sys/dev/pci/pci_host_generic_acpi.h
/freebsd/sys/dev/rtwn/rtl8192c/r92c_chan.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_reg.h
/freebsd/sys/dev/rtwn/rtl8812a/r12a_chan.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_reg.h
/freebsd/sys/dev/rtwn/rtl8812a/r12a_rx.c
/freebsd/sys/dev/vmm/vmm_dev.c
/freebsd/sys/fs/ext2fs/inode.h
/freebsd/sys/fs/fuse/fuse_device.c
/freebsd/sys/fs/fuse/fuse_kernel.h
/freebsd/sys/fs/tarfs/tarfs.h
/freebsd/sys/kern/kern_proc.c
/freebsd/sys/netinet/in_pcb.c
/freebsd/sys/netinet/ip_icmp.c
/freebsd/sys/netinet6/icmp6.c
/freebsd/sys/netinet6/in6_pcb.c
/freebsd/sys/netpfil/ipfw/ip_fw_dynamic.c
/freebsd/sys/sys/poll.h
/freebsd/sys/sys/proc.h
/freebsd/sys/x86/include/apicvar.h
/freebsd/sys/x86/x86/io_apic.c
/freebsd/sys/x86/x86/mptable.c
/freebsd/tests/sys/netinet/socket_afinet.c
/freebsd/tools/build/depend-cleanup.sh
/freebsd/usr.bin/ncal/ncal.1
/freebsd/usr.bin/ncal/ncal.c
/freebsd/usr.bin/nl/nl.c
bf847ea325-Nov-2024 Franco Fichtner <franco@opnsense.org>

rc: ignore InsydeH2O UEFI BIOS UUID placeholder for hostid

This caused MAC addresses (e.g. bridge0) to clash on systems
running this particular BIOS.

Reviewed by: imp
Pull Request: https://github.c

rc: ignore InsydeH2O UEFI BIOS UUID placeholder for hostid

This caused MAC addresses (e.g. bridge0) to clash on systems
running this particular BIOS.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1544

show more ...


/freebsd/.cirrus.yml
/freebsd/.git-blame-ignore-revs
/freebsd/.github/workflows/style.yml
/freebsd/ObsoleteFiles.inc
/freebsd/contrib/expat/Changes
/freebsd/contrib/expat/README.md
/freebsd/contrib/expat/configure.ac
/freebsd/contrib/expat/doc/reference.html
/freebsd/contrib/expat/doc/xmlwf.1
/freebsd/contrib/expat/doc/xmlwf.xml
/freebsd/contrib/expat/examples/element_declarations.c
/freebsd/contrib/expat/lib/expat.h
/freebsd/contrib/expat/lib/xmlparse.c
/freebsd/contrib/expat/tests/basic_tests.c
/freebsd/contrib/expat/tests/common.c
/freebsd/contrib/expat/tests/common.h
/freebsd/contrib/expat/tests/handlers.c
/freebsd/contrib/expat/tests/handlers.h
/freebsd/contrib/expat/tests/misc_tests.c
/freebsd/contrib/expat/xmlwf/xmlfile.c
/freebsd/contrib/file/ChangeLog
/freebsd/contrib/file/Makefile.in
/freebsd/contrib/file/aclocal.m4
/freebsd/contrib/file/config.h.in
/freebsd/contrib/file/configure
/freebsd/contrib/file/configure.ac
/freebsd/contrib/file/doc/Makefile.in
/freebsd/contrib/file/doc/file.man
/freebsd/contrib/file/doc/libmagic.man
/freebsd/contrib/file/doc/magic.man
/freebsd/contrib/file/ltmain.sh
/freebsd/contrib/file/m4/libtool.m4
/freebsd/contrib/file/m4/ltoptions.m4
/freebsd/contrib/file/m4/ltsugar.m4
/freebsd/contrib/file/m4/ltversion.m4
/freebsd/contrib/file/m4/lt~obsolete.m4
/freebsd/contrib/file/magic/Magdir/acorn
/freebsd/contrib/file/magic/Magdir/adventure
/freebsd/contrib/file/magic/Magdir/algol68
/freebsd/contrib/file/magic/Magdir/android
/freebsd/contrib/file/magic/Magdir/animation
/freebsd/contrib/file/magic/Magdir/apple
/freebsd/contrib/file/magic/Magdir/archive
/freebsd/contrib/file/magic/Magdir/aria
/freebsd/contrib/file/magic/Magdir/arm
/freebsd/contrib/file/magic/Magdir/asf
/freebsd/contrib/file/magic/Magdir/audio
/freebsd/contrib/file/magic/Magdir/ber
/freebsd/contrib/file/magic/Magdir/biosig
/freebsd/contrib/file/magic/Magdir/bsdi
/freebsd/contrib/file/magic/Magdir/c64
/freebsd/contrib/file/magic/Magdir/cafebabe
/freebsd/contrib/file/magic/Magdir/cbor
/freebsd/contrib/file/magic/Magdir/claris
/freebsd/contrib/file/magic/Magdir/coff
/freebsd/contrib/file/magic/Magdir/commands
/freebsd/contrib/file/magic/Magdir/compress
/freebsd/contrib/file/magic/Magdir/console
/freebsd/contrib/file/magic/Magdir/ctf
/freebsd/contrib/file/magic/Magdir/database
/freebsd/contrib/file/magic/Magdir/dataone
/freebsd/contrib/file/magic/Magdir/diff
/freebsd/contrib/file/magic/Magdir/digital
/freebsd/contrib/file/magic/Magdir/efi
/freebsd/contrib/file/magic/Magdir/elf
/freebsd/contrib/file/magic/Magdir/epoc
/freebsd/contrib/file/magic/Magdir/espressif
/freebsd/contrib/file/magic/Magdir/filesystems
/freebsd/contrib/file/magic/Magdir/firmware
/freebsd/contrib/file/magic/Magdir/fonts
/freebsd/contrib/file/magic/Magdir/frame
/freebsd/contrib/file/magic/Magdir/games
/freebsd/contrib/file/magic/Magdir/gentoo
/freebsd/contrib/file/magic/Magdir/geo
/freebsd/contrib/file/magic/Magdir/geos
/freebsd/contrib/file/magic/Magdir/hitachi-sh
/freebsd/contrib/file/magic/Magdir/hp
/freebsd/contrib/file/magic/Magdir/ibm370
/freebsd/contrib/file/magic/Magdir/ibm6000
/freebsd/contrib/file/magic/Magdir/iff
/freebsd/contrib/file/magic/Magdir/images
/freebsd/contrib/file/magic/Magdir/ispell
/freebsd/contrib/file/magic/Magdir/javascript
/freebsd/contrib/file/magic/Magdir/jpeg
/freebsd/contrib/file/magic/Magdir/keyman
/freebsd/contrib/file/magic/Magdir/lammps
/freebsd/contrib/file/magic/Magdir/lauterbach
/freebsd/contrib/file/magic/Magdir/linux
/freebsd/contrib/file/magic/Magdir/lisp
/freebsd/contrib/file/magic/Magdir/magic
/freebsd/contrib/file/magic/Magdir/mail.news
/freebsd/contrib/file/magic/Magdir/map
/freebsd/contrib/file/magic/Magdir/meteorological
/freebsd/contrib/file/magic/Magdir/mips
/freebsd/contrib/file/magic/Magdir/mmdf
/freebsd/contrib/file/magic/Magdir/motorola
/freebsd/contrib/file/magic/Magdir/msdos
/freebsd/contrib/file/magic/Magdir/msooxml
/freebsd/contrib/file/magic/Magdir/msvc
/freebsd/contrib/file/magic/Magdir/msx
/freebsd/contrib/file/magic/Magdir/music
/freebsd/contrib/file/magic/Magdir/nasa
/freebsd/contrib/file/magic/Magdir/ole2compounddocs
/freebsd/contrib/file/magic/Magdir/olf
/freebsd/contrib/file/magic/Magdir/pack
/freebsd/contrib/file/magic/Magdir/pdp
/freebsd/contrib/file/magic/Magdir/pgp
/freebsd/contrib/file/magic/Magdir/plan9
/freebsd/contrib/file/magic/Magdir/printer
/freebsd/contrib/file/magic/Magdir/python
/freebsd/contrib/file/magic/Magdir/revision
/freebsd/contrib/file/magic/Magdir/riff
/freebsd/contrib/file/magic/Magdir/rpm
/freebsd/contrib/file/magic/Magdir/sgml
/freebsd/contrib/file/magic/Magdir/sharc
/freebsd/contrib/file/magic/Magdir/sniffer
/freebsd/contrib/file/magic/Magdir/sql
/freebsd/contrib/file/magic/Magdir/ssh
/freebsd/contrib/file/magic/Magdir/ssl
/freebsd/contrib/file/magic/Magdir/sun
/freebsd/contrib/file/magic/Magdir/symbos
/freebsd/contrib/file/magic/Magdir/terminfo
/freebsd/contrib/file/magic/Magdir/uf2
/freebsd/contrib/file/magic/Magdir/uxn
/freebsd/contrib/file/magic/Magdir/varied.script
/freebsd/contrib/file/magic/Magdir/vax
/freebsd/contrib/file/magic/Magdir/virtual
/freebsd/contrib/file/magic/Magdir/weak
/freebsd/contrib/file/magic/Magdir/windows
/freebsd/contrib/file/magic/Magdir/wordprocessors
/freebsd/contrib/file/magic/Magdir/xenix
/freebsd/contrib/file/magic/Magdir/xilinx
/freebsd/contrib/file/magic/Magdir/yara
/freebsd/contrib/file/magic/Makefile.am
/freebsd/contrib/file/magic/Makefile.in
/freebsd/contrib/file/python/Makefile.in
/freebsd/contrib/file/src/Makefile.in
/freebsd/contrib/file/src/apprentice.c
/freebsd/contrib/file/src/cdf.c
/freebsd/contrib/file/src/cdf.h
/freebsd/contrib/file/src/cdf_time.c
/freebsd/contrib/file/src/compress.c
/freebsd/contrib/file/src/der.c
/freebsd/contrib/file/src/der.h
/freebsd/contrib/file/src/encoding.c
/freebsd/contrib/file/src/file.c
/freebsd/contrib/file/src/file.h
/freebsd/contrib/file/src/funcs.c
/freebsd/contrib/file/src/is_csv.c
/freebsd/contrib/file/src/magic.c
/freebsd/contrib/file/src/magic.h.in
/freebsd/contrib/file/src/mygetopt.h
/freebsd/contrib/file/src/print.c
/freebsd/contrib/file/src/readelf.c
/freebsd/contrib/file/src/readelf.h
/freebsd/contrib/file/src/seccomp.c
/freebsd/contrib/file/src/softmagic.c
/freebsd/contrib/file/tests/Makefile.am
/freebsd/contrib/file/tests/Makefile.in
/freebsd/contrib/file/tests/keyman-0.result
/freebsd/contrib/file/tests/keyman-0.testfile
/freebsd/contrib/file/tests/keyman-1.result
/freebsd/contrib/file/tests/keyman-1.testfile
/freebsd/contrib/file/tests/keyman-2.result
/freebsd/contrib/file/tests/keyman-2.testfile
/freebsd/contrib/file/tests/multiple.result
/freebsd/contrib/file/tests/rpm-v3.0-bin-aarch64.result
/freebsd/contrib/file/tests/rpm-v3.0-bin-aarch64.testfile
/freebsd/contrib/file/tests/rpm-v3.0-bin-powerpc64.result
/freebsd/contrib/file/tests/rpm-v3.0-bin-powerpc64.testfile
/freebsd/contrib/file/tests/rpm-v3.0-bin-s390x.result
/freebsd/contrib/file/tests/rpm-v3.0-bin-s390x.testfile
/freebsd/contrib/file/tests/rpm-v3.0-bin-x86_64.result
/freebsd/contrib/file/tests/rpm-v3.0-bin-x86_64.testfile
/freebsd/contrib/file/tests/rpm-v3.0-src.result
/freebsd/contrib/file/tests/rpm-v3.0-src.testfile
/freebsd/contrib/file/tests/searchbug.magic
/freebsd/contrib/file/tests/searchbug.result
/freebsd/contrib/file/tests/searchbug.testfile
/freebsd/contrib/file/tests/uf2.result
/freebsd/contrib/file/tests/utf16xmlsvg.result
/freebsd/contrib/file/tests/utf16xmlsvg.testfile
/freebsd/contrib/less/LICENSE
/freebsd/contrib/less/NEWS
/freebsd/contrib/less/brac.c
/freebsd/contrib/less/ch.c
/freebsd/contrib/less/charset.c
/freebsd/contrib/less/charset.h
/freebsd/contrib/less/cmd.h
/freebsd/contrib/less/cmdbuf.c
/freebsd/contrib/less/command.c
/freebsd/contrib/less/compose.uni
/freebsd/contrib/less/cvt.c
/freebsd/contrib/less/decode.c
/freebsd/contrib/less/edit.c
/freebsd/contrib/less/evar.c
/freebsd/contrib/less/filename.c
/freebsd/contrib/less/fmt.uni
/freebsd/contrib/less/forwback.c
/freebsd/contrib/less/funcs.h
/freebsd/contrib/less/help.c
/freebsd/contrib/less/ifile.c
/freebsd/contrib/less/input.c
/freebsd/contrib/less/jump.c
/freebsd/contrib/less/lang.h
/freebsd/contrib/less/less.h
/freebsd/contrib/less/less.hlp
/freebsd/contrib/less/less.nro
/freebsd/contrib/less/lessecho.c
/freebsd/contrib/less/lessecho.nro
/freebsd/contrib/less/lesskey.c
/freebsd/contrib/less/lesskey.h
/freebsd/contrib/less/lesskey.nro
/freebsd/contrib/less/lesskey_parse.c
/freebsd/contrib/less/lglob.h
/freebsd/contrib/less/line.c
/freebsd/contrib/less/linenum.c
/freebsd/contrib/less/lsystem.c
/freebsd/contrib/less/main.c
/freebsd/contrib/less/mark.c
/freebsd/contrib/less/optfunc.c
/freebsd/contrib/less/option.c
/freebsd/contrib/less/option.h
/freebsd/contrib/less/opttbl.c
/freebsd/contrib/less/os.c
/freebsd/contrib/less/output.c
/freebsd/contrib/less/pattern.c
/freebsd/contrib/less/pattern.h
/freebsd/contrib/less/pckeys.h
/freebsd/contrib/less/position.c
/freebsd/contrib/less/position.h
/freebsd/contrib/less/prompt.c
/freebsd/contrib/less/regexp.c
/freebsd/contrib/less/regexp.h
/freebsd/contrib/less/screen.c
/freebsd/contrib/less/scrsize.c
/freebsd/contrib/less/search.c
/freebsd/contrib/less/signal.c
/freebsd/contrib/less/tags.c
/freebsd/contrib/less/ttyin.c
/freebsd/contrib/less/ubin.uni
/freebsd/contrib/less/version.c
/freebsd/contrib/less/wide.uni
/freebsd/contrib/less/xbuf.c
/freebsd/contrib/less/xbuf.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Hexagon.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/IncrementalExecutor.h
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Interpreter.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Wasm.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Wasm.h
/freebsd/contrib/llvm-project/libcxx/include/__config
/freebsd/contrib/llvm-project/lld/ELF/Arch/Hexagon.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemorySSAUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScalarEvolution.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineLICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchLSXInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/Local.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp
/freebsd/contrib/mandoc/LICENSE
/freebsd/contrib/mandoc/Makefile
/freebsd/contrib/mandoc/Makefile.depend
/freebsd/contrib/mandoc/NEWS
/freebsd/contrib/mandoc/TODO
/freebsd/contrib/mandoc/catman.c
/freebsd/contrib/mandoc/cgi.c
/freebsd/contrib/mandoc/chars.c
/freebsd/contrib/mandoc/compat_strsep.c
/freebsd/contrib/mandoc/configure
/freebsd/contrib/mandoc/configure.local.example
/freebsd/contrib/mandoc/dba_read.c
/freebsd/contrib/mandoc/demandoc.1
/freebsd/contrib/mandoc/demandoc.c
/freebsd/contrib/mandoc/eqn.c
/freebsd/contrib/mandoc/eqn_parse.h
/freebsd/contrib/mandoc/html.c
/freebsd/contrib/mandoc/html.h
/freebsd/contrib/mandoc/lib.in
/freebsd/contrib/mandoc/main.c
/freebsd/contrib/mandoc/makewhatis.8
/freebsd/contrib/mandoc/man.1
/freebsd/contrib/mandoc/man.7
/freebsd/contrib/mandoc/man.c
/freebsd/contrib/mandoc/man.cgi.8
/freebsd/contrib/mandoc/man_html.c
/freebsd/contrib/mandoc/man_macro.c
/freebsd/contrib/mandoc/man_term.c
/freebsd/contrib/mandoc/man_validate.c
/freebsd/contrib/mandoc/mandoc.1
/freebsd/contrib/mandoc/mandoc.c
/freebsd/contrib/mandoc/mandoc.css
/freebsd/contrib/mandoc/mandoc.h
/freebsd/contrib/mandoc/mandoc_aux.c
/freebsd/contrib/mandoc/mandoc_aux.h
/freebsd/contrib/mandoc/mandoc_char.7
/freebsd/contrib/mandoc/mandoc_dbg.c
/freebsd/contrib/mandoc/mandoc_dbg.h
/freebsd/contrib/mandoc/mandoc_dbg_init.3
/freebsd/contrib/mandoc/mandoc_escape.3
/freebsd/contrib/mandoc/mandoc_headers.3
/freebsd/contrib/mandoc/mandoc_html.3
/freebsd/contrib/mandoc/mandoc_msg.c
/freebsd/contrib/mandoc/mandocd.8
/freebsd/contrib/mandoc/mandocd.c
/freebsd/contrib/mandoc/mandocdb.c
/freebsd/contrib/mandoc/manpath.c
/freebsd/contrib/mandoc/mansearch.c
/freebsd/contrib/mandoc/mdoc.7
/freebsd/contrib/mandoc/mdoc_html.c
/freebsd/contrib/mandoc/mdoc_macro.c
/freebsd/contrib/mandoc/mdoc_man.c
/freebsd/contrib/mandoc/mdoc_markdown.c
/freebsd/contrib/mandoc/mdoc_state.c
/freebsd/contrib/mandoc/mdoc_term.c
/freebsd/contrib/mandoc/mdoc_validate.c
/freebsd/contrib/mandoc/msec.in
/freebsd/contrib/mandoc/out.c
/freebsd/contrib/mandoc/out.h
/freebsd/contrib/mandoc/read.c
/freebsd/contrib/mandoc/roff.7
/freebsd/contrib/mandoc/roff.c
/freebsd/contrib/mandoc/roff.h
/freebsd/contrib/mandoc/roff_escape.c
/freebsd/contrib/mandoc/roff_int.h
/freebsd/contrib/mandoc/roff_term.c
/freebsd/contrib/mandoc/st.c
/freebsd/contrib/mandoc/tag.c
/freebsd/contrib/mandoc/tbl.7
/freebsd/contrib/mandoc/tbl_html.c
/freebsd/contrib/mandoc/tbl_term.c
/freebsd/contrib/mandoc/term.c
/freebsd/contrib/mandoc/term.h
/freebsd/contrib/mandoc/term_ascii.c
/freebsd/contrib/mandoc/term_tab.c
/freebsd/contrib/mandoc/tree.c
/freebsd/contrib/xz/ChangeLog
/freebsd/contrib/xz/THANKS
/freebsd/contrib/xz/src/common/tuklib_integer.h
/freebsd/contrib/xz/src/liblzma/api/lzma/container.h
/freebsd/contrib/xz/src/liblzma/api/lzma/version.h
/freebsd/contrib/xz/src/liblzma/check/crc32_table.c
/freebsd/contrib/xz/src/liblzma/check/crc_common.h
/freebsd/contrib/xz/src/liblzma/check/crc_x86_clmul.h
/freebsd/contrib/xz/src/liblzma/rangecoder/range_decoder.h
/freebsd/contrib/xz/src/liblzma/simple/arm64.c
/freebsd/contrib/xz/src/lzmainfo/lzmainfo.c
/freebsd/contrib/xz/src/xz/args.c
/freebsd/contrib/xz/src/xz/list.c
/freebsd/contrib/xz/src/xz/mytime.c
/freebsd/contrib/xz/src/xzdec/xzdec.c
/freebsd/etc/mtree/BSD.tests.dist
/freebsd/lib/clang/include/VCSVersion.inc
/freebsd/lib/clang/include/clang/Basic/Version.inc
/freebsd/lib/clang/include/lld/Common/Version.inc
/freebsd/lib/clang/include/lldb/Version/Version.inc
/freebsd/lib/clang/include/llvm/Config/config.h
/freebsd/lib/clang/include/llvm/Config/llvm-config.h
/freebsd/lib/clang/include/llvm/Support/VCSRevision.h
/freebsd/lib/libc/gen/tls.c
/freebsd/lib/libc/stdio/fgets.3
/freebsd/lib/libc/stdtime/strptime.3
/freebsd/lib/libc/stdtime/strptime.c
/freebsd/lib/libc/tests/Makefile
/freebsd/lib/libc/tests/stdtime/Makefile
/freebsd/lib/libc/tests/stdtime/strptime_test.c
/freebsd/lib/libexpat/expat_config.h
/freebsd/lib/libexpat/libbsdxml.3
/freebsd/lib/liblzma/config.h
/freebsd/lib/libmagic/config.h
/freebsd/lib/libsys/i386/Symbol.sys.map
/freebsd/lib/libsys/procctl.2
/freebsd/lib/libutil/login.conf.5
rc.d/hostid
/freebsd/libexec/rtld-elf/map_object.c
/freebsd/libexec/rtld-elf/rtld.c
/freebsd/libexec/rtld-elf/rtld.h
/freebsd/release/Makefile
/freebsd/release/Makefile.mirrors
/freebsd/release/Makefile.vm
/freebsd/release/tools/vmimage.subr
/freebsd/sbin/ipfw/ipfw.8
/freebsd/sbin/ipfw/ipfw2.h
/freebsd/sbin/ipfw/main.c
/freebsd/sbin/ipfw/nat.c
/freebsd/sbin/mount_cd9660/mount_cd9660.8
/freebsd/sbin/natd/natd.8
/freebsd/sbin/natd/natd.c
/freebsd/sbin/nvmecontrol/format.c
/freebsd/sbin/pfctl/pfctl.8
/freebsd/sbin/pfctl/pfctl.c
/freebsd/sbin/pfctl/pfctl_radix.c
/freebsd/sbin/pfctl/pfctl_table.c
/freebsd/sbin/route/route_netlink.c
/freebsd/share/man/man4/Makefile
/freebsd/share/man/man4/ds1307.4
/freebsd/share/man/man4/ds3231.4
/freebsd/share/man/man4/icmp.4
/freebsd/share/man/man4/isp.4
/freebsd/share/man/man4/man4.arm/aw_gpio.4
/freebsd/share/man/man4/man4.arm/aw_rtc.4
/freebsd/share/man/man4/man4.arm/aw_sid.4
/freebsd/share/man/man4/ng_nat.4
/freebsd/share/man/man4/snd_hdspe.4
/freebsd/share/man/man4/u3g.4
/freebsd/share/man/man4/uart.4
/freebsd/share/man/man9/cdefs.9
/freebsd/share/man/man9/pfind.9
/freebsd/share/man/man9/style.9
/freebsd/share/man/man9/vm_map.9
/freebsd/share/misc/bsd-family-tree
/freebsd/share/mk/bsd.lib.mk
/freebsd/stand/common/bootstrap.h
/freebsd/stand/common/load_elf.c
/freebsd/stand/efi/loader/arch/amd64/elf64_freebsd.c
/freebsd/stand/efi/loader/arch/amd64/multiboot2.c
/freebsd/stand/efi/loader/arch/arm/exec.c
/freebsd/stand/efi/loader/arch/arm64/exec.c
/freebsd/stand/efi/loader/arch/i386/elf64_freebsd.c
/freebsd/stand/efi/loader/arch/riscv/exec.c
/freebsd/stand/efi/loader/bootinfo.c
/freebsd/stand/efi/loader/copy.c
/freebsd/stand/efi/loader/loader_efi.h
/freebsd/stand/i386/libi386/elf64_freebsd.c
/freebsd/stand/kboot/kboot/arch/aarch64/exec.c
/freebsd/stand/kboot/kboot/arch/amd64/elf64_freebsd.c
/freebsd/stand/userboot/userboot/elf64_freebsd.c
/freebsd/sys/amd64/acpica/acpi_machdep.c
/freebsd/sys/amd64/amd64/pmap.c
/freebsd/sys/amd64/vmm/amd/svm.c
/freebsd/sys/amd64/vmm/amd/vmcb.h
/freebsd/sys/arm/allwinner/allwinner_pinctrl.h
/freebsd/sys/arm/allwinner/aw_gpio.c
/freebsd/sys/arm/allwinner/aw_rsb.c
/freebsd/sys/arm/allwinner/aw_sid.c
/freebsd/sys/arm/allwinner/if_awg.c
/freebsd/sys/arm/annapurna/alpine/alpine_pci_msix.c
/freebsd/sys/arm/arm/exception.S
/freebsd/sys/arm/arm/genassym.c
/freebsd/sys/arm/arm/gic_acpi.c
/freebsd/sys/arm/arm/gic_fdt.c
/freebsd/sys/arm/arm/nexus.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_bsc.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_clkman.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_pwm.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_sdhost.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_spi.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2838_pci.c
/freebsd/sys/arm/freescale/imx/imx_i2c.c
/freebsd/sys/arm/freescale/imx/imx_spi.c
/freebsd/sys/arm/freescale/vybrid/vf_spi.c
/freebsd/sys/arm/include/intr.h
/freebsd/sys/arm/mv/a37x0_iic.c
/freebsd/sys/arm/mv/a37x0_spi.c
/freebsd/sys/arm/mv/mv_pci.c
/freebsd/sys/arm/mv/mv_pci_ctrl.c
/freebsd/sys/arm/mv/mv_spi.c
/freebsd/sys/arm/mv/mvebu_gpio.c
/freebsd/sys/arm/nvidia/as3722.c
/freebsd/sys/arm/nvidia/drm2/tegra_bo.c
/freebsd/sys/arm/nvidia/drm2/tegra_dc.c
/freebsd/sys/arm/nvidia/drm2/tegra_hdmi.c
/freebsd/sys/arm/nvidia/drm2/tegra_host1x.c
/freebsd/sys/arm/nvidia/tegra_abpmisc.c
/freebsd/sys/arm/nvidia/tegra_efuse.c
/freebsd/sys/arm/nvidia/tegra_gpio.c
/freebsd/sys/arm/nvidia/tegra_i2c.c
/freebsd/sys/arm/nvidia/tegra_mc.c
/freebsd/sys/arm/nvidia/tegra_pcie.c
/freebsd/sys/arm/nvidia/tegra_rtc.c
/freebsd/sys/arm/nvidia/tegra_sdhci.c
/freebsd/sys/arm/nvidia/tegra_soctherm.c
/freebsd/sys/arm/qualcomm/ipq4018_usb_hs_phy.c
/freebsd/sys/arm/qualcomm/ipq4018_usb_ss_phy.c
/freebsd/sys/arm/ti/am335x/am335x_ehrpwm.c
/freebsd/sys/arm/ti/am335x/am335x_pwmss.c
/freebsd/sys/arm/ti/am335x/am335x_usb_phy.c
/freebsd/sys/arm/ti/clk/ti_clkctrl.c
/freebsd/sys/arm/ti/clk/ti_divider_clock.c
/freebsd/sys/arm/ti/clk/ti_dpll_clock.c
/freebsd/sys/arm/ti/clk/ti_gate_clock.c
/freebsd/sys/arm/ti/clk/ti_mux_clock.c
/freebsd/sys/arm/ti/cpsw/if_cpsw.c
/freebsd/sys/arm/ti/ti_i2c.c
/freebsd/sys/arm/ti/ti_omap4_cm.c
/freebsd/sys/arm/ti/ti_prcm.c
/freebsd/sys/arm/ti/ti_scm.c
/freebsd/sys/arm/ti/ti_scm_syscon.c
/freebsd/sys/arm/ti/ti_sdhci.c
/freebsd/sys/arm/ti/ti_spi.c
/freebsd/sys/arm/ti/ti_sysc.c
/freebsd/sys/arm/ti/twl/twl.c
/freebsd/sys/arm/ti/usb/omap_host.c
/freebsd/sys/arm64/arm64/exception.S
/freebsd/sys/arm64/arm64/genassym.c
/freebsd/sys/arm64/arm64/gic_v3.c
/freebsd/sys/arm64/arm64/gic_v3_acpi.c
/freebsd/sys/arm64/arm64/gic_v3_fdt.c
/freebsd/sys/arm64/arm64/gic_v3_var.h
/freebsd/sys/arm64/arm64/locore.S
/freebsd/sys/arm64/arm64/mp_machdep.c
/freebsd/sys/arm64/arm64/nexus.c
/freebsd/sys/arm64/arm64/pmap.c
/freebsd/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c
/freebsd/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c
/freebsd/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c
/freebsd/sys/arm64/cavium/thunder_pcie_pem.c
/freebsd/sys/arm64/include/hypervisor.h
/freebsd/sys/arm64/include/intr.h
/freebsd/sys/arm64/include/pmap.h
/freebsd/sys/arm64/nvidia/tegra210/max77620.c
/freebsd/sys/arm64/nvidia/tegra210/max77620_rtc.c
/freebsd/sys/arm64/qoriq/qoriq_dw_pci.c
/freebsd/sys/arm64/qoriq/qoriq_therm.c
/freebsd/sys/arm64/rockchip/rk3568_pcie.c
/freebsd/sys/arm64/rockchip/rk_pcie.c
/freebsd/sys/arm64/rockchip/rk_pinctrl.c
/freebsd/sys/arm64/rockchip/rk_tsadc.c
/freebsd/sys/arm64/rockchip/rk_usbphy.c
/freebsd/sys/compat/linuxkpi/common/include/linux/ieee80211.h
/freebsd/sys/compat/linuxkpi/common/src/linux_i2c.c
/freebsd/sys/compat/linuxkpi/common/src/linux_i2cbb.c
/freebsd/sys/conf/Makefile.arm
/freebsd/sys/conf/Makefile.riscv
/freebsd/sys/conf/files
/freebsd/sys/conf/options
/freebsd/sys/contrib/dev/iwlwifi/iwl-drv.c
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb.c
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb_il.c
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool_main.c
/freebsd/sys/contrib/openzfs/config/kernel-register_sysctl_table.m4
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/debug.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/sdt.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/vnode.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/debug.h
/freebsd/sys/contrib/openzfs/include/sys/arc.h
/freebsd/sys/contrib/openzfs/include/sys/arc_impl.h
/freebsd/sys/contrib/openzfs/include/sys/dmu.h
/freebsd/sys/contrib/openzfs/include/sys/dsl_deadlist.h
/freebsd/sys/contrib/openzfs/include/sys/dsl_dir.h
/freebsd/sys/contrib/openzfs/include/sys/dsl_scan.h
/freebsd/sys/contrib/openzfs/include/sys/fs/zfs.h
/freebsd/sys/contrib/openzfs/include/sys/spa.h
/freebsd/sys/contrib/openzfs/include/sys/spa_impl.h
/freebsd/sys/contrib/openzfs/lib/libspl/atomic.c
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs.abi
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_util.c
/freebsd/sys/contrib/openzfs/man/man7/zpoolprops.7
/freebsd/sys/contrib/openzfs/man/man8/zinject.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-scrub.8
/freebsd/sys/contrib/openzfs/module/nvpair/nvpair.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/spl_dtrace.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/dmu_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-err.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-generic.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-kmem-cache.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-kmem.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-taskq.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_debug.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_uio.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_znode_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zio_crypt.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_file.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zvol_os.c
/freebsd/sys/contrib/openzfs/module/zcommon/zfs_valstr.c
/freebsd/sys/contrib/openzfs/module/zcommon/zpool_prop.c
/freebsd/sys/contrib/openzfs/module/zfs/arc.c
/freebsd/sys/contrib/openzfs/module/zfs/brt.c
/freebsd/sys/contrib/openzfs/module/zfs/btree.c
/freebsd/sys/contrib/openzfs/module/zfs/dbuf.c
/freebsd/sys/contrib/openzfs/module/zfs/ddt_zap.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_object.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_recv.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_traverse.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_tx.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_zfetch.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_dataset.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_deadlist.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_destroy.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_dir.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_pool.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_scan.c
/freebsd/sys/contrib/openzfs/module/zfs/metaslab.c
/freebsd/sys/contrib/openzfs/module/zfs/mmp.c
/freebsd/sys/contrib/openzfs/module/zfs/refcount.c
/freebsd/sys/contrib/openzfs/module/zfs/spa.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_checkpoint.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_errlog.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_history.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_log_spacemap.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_misc.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_indirect.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_mirror.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_raidz.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_rebuild.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_removal.c
/freebsd/sys/contrib/openzfs/module/zfs/zap.c
/freebsd/sys/contrib/openzfs/module/zfs/zap_micro.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_ioctl.c
/freebsd/sys/contrib/openzfs/scripts/cstyle.pl
/freebsd/sys/contrib/openzfs/tests/runfiles/common.run
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/zts-report.py.in
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/block_cloning_large_offset.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_txg_continue_from_last.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/dedup_fdt_create.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/dedup_fdt_import.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/dedup_legacy_create.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/dedup_legacy_fdt_mixed.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/dedup_legacy_fdt_upgrade.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/dedup_legacy_import.ksh
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c
/freebsd/sys/dev/aac/aac.c
/freebsd/sys/dev/aacraid/aacraid.c
/freebsd/sys/dev/acpi_support/acpi_wmi.c
/freebsd/sys/dev/acpica/acpi.c
/freebsd/sys/dev/acpica/acpi_container.c
/freebsd/sys/dev/acpica/acpi_cpu.c
/freebsd/sys/dev/acpica/acpi_pcib_acpi.c
/freebsd/sys/dev/adb/adb_bus.c
/freebsd/sys/dev/ahci/ahci.c
/freebsd/sys/dev/alpm/alpm.c
/freebsd/sys/dev/amdpm/amdpm.c
/freebsd/sys/dev/amdsmb/amdsmb.c
/freebsd/sys/dev/ata/ata-pci.c
/freebsd/sys/dev/ata/chipsets/ata-jmicron.c
/freebsd/sys/dev/ata/chipsets/ata-marvell.c
/freebsd/sys/dev/ath/ath_rate/sample/sample.c
/freebsd/sys/dev/ath/if_ath_tx_ht.c
/freebsd/sys/dev/atkbdc/atkbdc_isa.c
/freebsd/sys/dev/atopcase/atopcase.c
/freebsd/sys/dev/bhnd/bhndb/bhndb_pci.c
/freebsd/sys/dev/bhnd/cores/chipc/chipc.c
/freebsd/sys/dev/bhnd/cores/chipc/chipc_spi.c
/freebsd/sys/dev/bhnd/cores/pci/bhnd_pci.c
/freebsd/sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c
/freebsd/sys/dev/cfi/cfi_core.c
/freebsd/sys/dev/clk/allwinner/aw_ccu.c
/freebsd/sys/dev/clk/clk_bus.c
/freebsd/sys/dev/clk/clk_fixed.c
/freebsd/sys/dev/cxgb/cxgb_main.c
/freebsd/sys/dev/cxgbe/t4_main.c
/freebsd/sys/dev/cxgbe/t4_vf.c
/freebsd/sys/dev/cxgbe/tom/t4_ddp.c
/freebsd/sys/dev/cxgbe/tom/t4_listen.c
/freebsd/sys/dev/dpaa/bman_portals.c
/freebsd/sys/dev/dpaa/fman.c
/freebsd/sys/dev/dpaa/qman_portals.c
/freebsd/sys/dev/dpaa2/dpaa2_mc.c
/freebsd/sys/dev/dpaa2/dpaa2_mc_fdt.c
/freebsd/sys/dev/dpaa2/dpaa2_rc.c
/freebsd/sys/dev/dpaa2/memac_mdio_acpi.c
/freebsd/sys/dev/dpaa2/memac_mdio_fdt.c
/freebsd/sys/dev/drm2/drm_dp_iic_helper.c
/freebsd/sys/dev/dwwdt/dwwdt.c
/freebsd/sys/dev/etherswitch/ar40xx/ar40xx_main.c
/freebsd/sys/dev/etherswitch/arswitch/arswitch.c
/freebsd/sys/dev/etherswitch/e6000sw/e6000sw.c
/freebsd/sys/dev/etherswitch/e6000sw/e6060sw.c
/freebsd/sys/dev/etherswitch/felix/felix.c
/freebsd/sys/dev/etherswitch/infineon/adm6996fc.c
/freebsd/sys/dev/etherswitch/ip17x/ip17x.c
/freebsd/sys/dev/etherswitch/micrel/ksz8995ma.c
/freebsd/sys/dev/etherswitch/miiproxy.c
/freebsd/sys/dev/etherswitch/mtkswitch/mtkswitch.c
/freebsd/sys/dev/etherswitch/rtl8366/rtl8366rb.c
/freebsd/sys/dev/etherswitch/ukswitch/ukswitch.c
/freebsd/sys/dev/fdc/fdc.c
/freebsd/sys/dev/fdc/fdc_acpi.c
/freebsd/sys/dev/fdt/simple_mfd.c
/freebsd/sys/dev/fdt/simplebus.c
/freebsd/sys/dev/firewire/firewire.c
/freebsd/sys/dev/firewire/fwohci_pci.c
/freebsd/sys/dev/firmware/arm/scmi.c
/freebsd/sys/dev/firmware/xilinx/zynqmp_firmware.c
/freebsd/sys/dev/flash/cqspi.c
/freebsd/sys/dev/glxiic/glxiic.c
/freebsd/sys/dev/gpio/acpi_gpiobus.c
/freebsd/sys/dev/gpio/dwgpio/dwgpio_bus.c
/freebsd/sys/dev/gpio/gpiobus.c
/freebsd/sys/dev/gpio/gpioiic.c
/freebsd/sys/dev/gpio/gpiospi.c
/freebsd/sys/dev/gpio/ofw_gpiobus.c
/freebsd/sys/dev/hid/hidbus.c
/freebsd/sys/dev/hyperv/input/hv_hid.c
/freebsd/sys/dev/hyperv/pcib/vmbus_pcib.c
/freebsd/sys/dev/hyperv/vmbus/vmbus.c
/freebsd/sys/dev/ichiic/ig4_iic.c
/freebsd/sys/dev/ichsmb/ichsmb.c
/freebsd/sys/dev/ida/ida.c
/freebsd/sys/dev/iicbus/controller/cadence/cdnc_i2c.c
/freebsd/sys/dev/iicbus/controller/opencores/iicoc_pci.c
/freebsd/sys/dev/iicbus/controller/rockchip/rk_i2c.c
/freebsd/sys/dev/iicbus/controller/twsi/twsi.c
/freebsd/sys/dev/iicbus/controller/vybrid/vf_i2c.c
/freebsd/sys/dev/iicbus/iicbb.c
/freebsd/sys/dev/iicbus/iicbus.c
/freebsd/sys/dev/iicbus/iichid.c
/freebsd/sys/dev/iicbus/iicsmb.c
/freebsd/sys/dev/iicbus/mux/iic_gpiomux.c
/freebsd/sys/dev/iicbus/mux/ltc430x.c
/freebsd/sys/dev/iicbus/mux/pca9547.c
/freebsd/sys/dev/iicbus/mux/pca954x.c
/freebsd/sys/dev/iicbus/ofw_iicbus.c
/freebsd/sys/dev/iicbus/pmic/act8846.c
/freebsd/sys/dev/imcsmb/imcsmb.c
/freebsd/sys/dev/imcsmb/imcsmb_pci.c
/freebsd/sys/dev/intel/spi.c
/freebsd/sys/dev/ips/ips.c
/freebsd/sys/dev/ismt/ismt.c
/freebsd/sys/dev/isp/isp_freebsd.c
/freebsd/sys/dev/isp/isp_freebsd.h
/freebsd/sys/dev/isp/isp_target.c
/freebsd/sys/dev/mdio/mdio.c
/freebsd/sys/dev/mfi/mfi.c
/freebsd/sys/dev/mge/if_mge.c
/freebsd/sys/dev/mii/mii.c
/freebsd/sys/dev/mlx/mlx.c
/freebsd/sys/dev/mmc/mmc.c
/freebsd/sys/dev/msk/if_msk.c
/freebsd/sys/dev/mvs/mvs_pci.c
/freebsd/sys/dev/mvs/mvs_soc.c
/freebsd/sys/dev/mwl/if_mwl.c
/freebsd/sys/dev/neta/if_mvneta.c
/freebsd/sys/dev/nfsmb/nfsmb.c
/freebsd/sys/dev/ntb/ntb.c
/freebsd/sys/dev/ntb/ntb_transport.c
/freebsd/sys/dev/nvdimm/nvdimm_acpi.c
/freebsd/sys/dev/ofw/ofw_cpu.c
/freebsd/sys/dev/ofw/ofw_firmware.c
/freebsd/sys/dev/ofw/ofw_pcib.c
/freebsd/sys/dev/ofw/ofwbus.c
/freebsd/sys/dev/ow/ow.c
/freebsd/sys/dev/ow/owc_gpiobus.c
/freebsd/sys/dev/p2sb/lewisburg_gpiocm.c
/freebsd/sys/dev/p2sb/p2sb.c
/freebsd/sys/dev/pcf/pcf_isa.c
/freebsd/sys/dev/pci/controller/pci_n1sdp.c
/freebsd/sys/dev/pci/hostb_pci.c
/freebsd/sys/dev/pci/isa_pci.c
/freebsd/sys/dev/pci/pci.c
/freebsd/sys/dev/pci/pci_dw_mv.c
/freebsd/sys/dev/pci/pci_host_generic_acpi.c
/freebsd/sys/dev/pci/pci_host_generic_den0115.c
/freebsd/sys/dev/pci/pci_host_generic_fdt.c
/freebsd/sys/dev/pci/pci_iov.c
/freebsd/sys/dev/pci/pci_pci.c
/freebsd/sys/dev/pci/vga_pci.c
/freebsd/sys/dev/ppbus/ppbconf.c
/freebsd/sys/dev/psci/psci.c
/freebsd/sys/dev/psci/smccc.c
/freebsd/sys/dev/pst/pst-pci.c
/freebsd/sys/dev/pwm/controller/allwinner/aw_pwm.c
/freebsd/sys/dev/pwm/controller/rockchip/rk_pwm.c
/freebsd/sys/dev/pwm/ofw_pwmbus.c
/freebsd/sys/dev/pwm/pwmbus.c
/freebsd/sys/dev/qcom_dwc3/qcom_dwc3.c
/freebsd/sys/dev/qcom_qup/qcom_spi.c
/freebsd/sys/dev/regulator/regulator_bus.c
/freebsd/sys/dev/regulator/regulator_fixed.c
/freebsd/sys/dev/rtwn/if_rtwn.c
/freebsd/sys/dev/rtwn/if_rtwn_ridx.h
/freebsd/sys/dev/rtwn/if_rtwn_rx.c
/freebsd/sys/dev/rtwn/if_rtwnreg.h
/freebsd/sys/dev/rtwn/if_rtwnvar.h
/freebsd/sys/dev/rtwn/pci/rtwn_pci_rx.c
/freebsd/sys/dev/rtwn/rtl8188e/pci/r88ee_attach.c
/freebsd/sys/dev/rtwn/rtl8188e/r88e_chan.c
/freebsd/sys/dev/rtwn/rtl8188e/r88e_rx.c
/freebsd/sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c
/freebsd/sys/dev/rtwn/rtl8192c/pci/r92ce_attach.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_chan.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_fw.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_rx.c
/freebsd/sys/dev/rtwn/rtl8192c/r92c_tx.c
/freebsd/sys/dev/rtwn/rtl8192c/usb/r92cu_attach.c
/freebsd/sys/dev/rtwn/rtl8192e/r92e_chan.c
/freebsd/sys/dev/rtwn/rtl8192e/usb/r92eu_attach.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_chan.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_fw.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_reg.h
/freebsd/sys/dev/rtwn/rtl8812a/r12a_rx.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_tx.c
/freebsd/sys/dev/rtwn/rtl8812a/r12a_tx_desc.h
/freebsd/sys/dev/rtwn/rtl8812a/usb/r12au_attach.c
/freebsd/sys/dev/rtwn/rtl8821a/usb/r21au_attach.c
/freebsd/sys/dev/rtwn/usb/rtwn_usb_rx.c
/freebsd/sys/dev/sdhci/fsl_sdhci.c
/freebsd/sys/dev/sdhci/sdhci_fsl_fdt.c
/freebsd/sys/dev/siis/siis.c
/freebsd/sys/dev/sk/if_sk.c
/freebsd/sys/dev/smbus/smbus.c
/freebsd/sys/dev/sound/pci/csa.c
/freebsd/sys/dev/sound/pci/emu10kx.c
/freebsd/sys/dev/sound/pci/fm801.c
/freebsd/sys/dev/sound/pci/hda/hdaa.c
/freebsd/sys/dev/sound/pci/hda/hdac.c
/freebsd/sys/dev/sound/pci/hda/hdacc.c
/freebsd/sys/dev/sound/pci/hdsp.c
/freebsd/sys/dev/sound/pci/hdspe.c
/freebsd/sys/dev/sound/pci/hdspe.h
/freebsd/sys/dev/sound/usb/uaudio.c
/freebsd/sys/dev/spibus/controller/allwinner/aw_spi.c
/freebsd/sys/dev/spibus/controller/rockchip/rk_spi.c
/freebsd/sys/dev/spibus/ofw_spibus.c
/freebsd/sys/dev/spibus/spibus.c
/freebsd/sys/dev/sram/mmio_sram.c
/freebsd/sys/dev/superio/superio.c
/freebsd/sys/dev/syscon/syscon_generic.c
/freebsd/sys/dev/usb/controller/dwc3/aw_dwc3.c
/freebsd/sys/dev/usb/controller/dwc3/rk_dwc3.c
/freebsd/sys/dev/usb/controller/xlnx_dwc3.c
/freebsd/sys/dev/usb/input/usbhid.c
/freebsd/sys/dev/usb/misc/cp2112.c
/freebsd/sys/dev/usb/misc/i2ctinyusb.c
/freebsd/sys/dev/usb/serial/usb_serial.c
/freebsd/sys/dev/usb/usb_process.c
/freebsd/sys/dev/usb/usb_process.h
/freebsd/sys/dev/usb/usbdi.h
/freebsd/sys/dev/viapm/viapm.c
/freebsd/sys/dev/vmd/vmd.c
/freebsd/sys/dev/vnic/mrml_bridge.c
/freebsd/sys/dev/vnic/thunder_mdio_fdt.c
/freebsd/sys/dev/xen/bus/xenpv.c
/freebsd/sys/dev/xen/pcifront/pcifront.c
/freebsd/sys/dev/xen/xenstore/xenstore.c
/freebsd/sys/dev/xilinx/axi_quad_spi.c
/freebsd/sys/fs/cd9660/cd9660_lookup.c
/freebsd/sys/fs/cd9660/cd9660_node.c
/freebsd/sys/fs/cd9660/cd9660_node.h
/freebsd/sys/fs/cd9660/cd9660_rrip.c
/freebsd/sys/fs/cd9660/cd9660_vfsops.c
/freebsd/sys/fs/cd9660/cd9660_vnops.c
/freebsd/sys/fs/cd9660/iso.h
/freebsd/sys/fs/cd9660/iso_rrip.h
/freebsd/sys/fs/cuse/cuse.c
/freebsd/sys/fs/ext2fs/ext2_vnops.c
/freebsd/sys/fs/ext2fs/inode.h
/freebsd/sys/fs/msdosfs/msdosfs_vnops.c
/freebsd/sys/fs/tarfs/tarfs.h
/freebsd/sys/fs/tarfs/tarfs_vnops.c
/freebsd/sys/fs/tmpfs/tmpfs_vnops.c
/freebsd/sys/fs/udf/udf_vnops.c
/freebsd/sys/i386/acpica/acpi_machdep.c
/freebsd/sys/isa/isa_common.c
/freebsd/sys/isa/vga_isa.c
/freebsd/sys/kern/init_main.c
/freebsd/sys/kern/kern_exec.c
/freebsd/sys/kern/kern_jail.c
/freebsd/sys/kern/kern_proc.c
/freebsd/sys/kern/kern_umtx.c
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/uipc_shm.c
/freebsd/sys/modules/lindebugfs/Makefile
/freebsd/sys/modules/netlink/Makefile
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/net/if.c
/freebsd/sys/net/if_dl.h
/freebsd/sys/net/if_var.h
/freebsd/sys/net/iflib.c
/freebsd/sys/net/pfvar.h
/freebsd/sys/net/route/route_tables.c
/freebsd/sys/net/rtsock.c
/freebsd/sys/net80211/ieee80211_ddb.c
/freebsd/sys/net80211/ieee80211_ht.c
/freebsd/sys/net80211/ieee80211_ht.h
/freebsd/sys/net80211/ieee80211_node.c
/freebsd/sys/net80211/ieee80211_node.h
/freebsd/sys/net80211/ieee80211_sta.c
/freebsd/sys/netgraph/ng_nat.c
/freebsd/sys/netgraph/ng_nat.h
/freebsd/sys/netinet/if_ether.c
/freebsd/sys/netinet/in_pcb.c
/freebsd/sys/netinet/ip_carp.c
/freebsd/sys/netinet/libalias/alias.h
/freebsd/sys/netinet/libalias/alias_db.c
/freebsd/sys/netinet/libalias/alias_db.h
/freebsd/sys/netinet/libalias/alias_local.h
/freebsd/sys/netinet/libalias/libalias.3
/freebsd/sys/netinet/tcp_hpts.c
/freebsd/sys/netinet6/in6_pcb.c
/freebsd/sys/netinet6/in6_var.h
/freebsd/sys/netipsec/key_debug.c
/freebsd/sys/netlink/ktest_netlink_message_writer.h
/freebsd/sys/netlink/netlink.h
/freebsd/sys/netlink/netlink_ctl.h
/freebsd/sys/netlink/netlink_domain.c
/freebsd/sys/netlink/netlink_generic.c
/freebsd/sys/netlink/netlink_generic_kpi.c
/freebsd/sys/netlink/netlink_glue.c
/freebsd/sys/netlink/netlink_io.c
/freebsd/sys/netlink/netlink_message_parser.h
/freebsd/sys/netlink/netlink_message_writer.c
/freebsd/sys/netlink/netlink_message_writer.h
/freebsd/sys/netlink/netlink_module.c
/freebsd/sys/netlink/netlink_snl.h
/freebsd/sys/netlink/netlink_sysevent.c
/freebsd/sys/netlink/netlink_var.h
/freebsd/sys/netlink/route/iface.c
/freebsd/sys/netlink/route/neigh.c
/freebsd/sys/netlink/route/nexthop.c
/freebsd/sys/netlink/route/rt.c
/freebsd/sys/netpfil/pf/if_pfsync.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_if.c
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_lb.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nv.c
/freebsd/sys/netpfil/pf/pflow.c
/freebsd/sys/powerpc/mambo/mambo.c
/freebsd/sys/powerpc/mpc85xx/fsl_espi.c
/freebsd/sys/powerpc/mpc85xx/i2c.c
/freebsd/sys/powerpc/mpc85xx/lbc.c
/freebsd/sys/powerpc/ofw/ofw_pcibus.c
/freebsd/sys/powerpc/powermac/cuda.c
/freebsd/sys/powerpc/powermac/kiic.c
/freebsd/sys/powerpc/powermac/macgpio.c
/freebsd/sys/powerpc/powermac/macio.c
/freebsd/sys/powerpc/powermac/pmu.c
/freebsd/sys/powerpc/powermac/smu.c
/freebsd/sys/powerpc/powermac/uninorth.c
/freebsd/sys/powerpc/powernv/opal_console.c
/freebsd/sys/powerpc/powernv/opal_dev.c
/freebsd/sys/powerpc/powernv/opal_i2c.c
/freebsd/sys/powerpc/powernv/opal_i2cm.c
/freebsd/sys/powerpc/powernv/opal_sensor.c
/freebsd/sys/powerpc/powernv/powernv_centaur.c
/freebsd/sys/powerpc/powernv/powernv_xscom.c
/freebsd/sys/powerpc/powerpc/nexus.c
/freebsd/sys/powerpc/ps3/ps3bus.c
/freebsd/sys/powerpc/pseries/vdevice.c
/freebsd/sys/powerpc/psim/ata_iobus.c
/freebsd/sys/powerpc/psim/iobus.c
/freebsd/sys/riscv/allwinner/d1_padconf.c
/freebsd/sys/riscv/allwinner/files.allwinner
/freebsd/sys/riscv/conf/GENERIC
/freebsd/sys/riscv/conf/std.allwinner
/freebsd/sys/riscv/include/intr.h
/freebsd/sys/riscv/riscv/genassym.c
/freebsd/sys/riscv/riscv/nexus.c
/freebsd/sys/riscv/riscv/riscv_console.c
/freebsd/sys/riscv/riscv/trap.c
/freebsd/sys/riscv/sifive/fu740_pci_dw.c
/freebsd/sys/sys/buf_ring.h
/freebsd/sys/sys/bus.h
/freebsd/sys/sys/cdefs.h
/freebsd/sys/sys/intr.h
/freebsd/sys/sys/kernel.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/proc.h
/freebsd/sys/tests/ktest.c
/freebsd/sys/ufs/ffs/ffs_vnops.c
/freebsd/sys/vm/device_pager.c
/freebsd/sys/vm/vm_fault.c
/freebsd/sys/vm/vm_kern.c
/freebsd/sys/vm/vm_map.c
/freebsd/sys/vm/vm_map.h
/freebsd/sys/vm/vm_mmap.c
/freebsd/sys/vm/vm_object.c
/freebsd/sys/vm/vm_page.c
/freebsd/sys/vm/vm_page.h
/freebsd/sys/vm/vm_pageout.c
/freebsd/sys/vm/vm_pager.h
/freebsd/sys/x86/conf/NOTES
/freebsd/sys/x86/include/intr_machdep.h
/freebsd/sys/x86/iommu/amd_drv.c
/freebsd/sys/x86/isa/atpic.c
/freebsd/sys/x86/pci/pci_bus.c
/freebsd/sys/x86/pci/qpi.c
/freebsd/sys/x86/x86/io_apic.c
/freebsd/sys/x86/x86/legacy.c
/freebsd/sys/x86/x86/mptable_pci.c
/freebsd/sys/x86/x86/nexus.c
/freebsd/tests/sys/netinet/libalias/2_natout.c
/freebsd/tests/sys/netinet/libalias/util.c
/freebsd/tests/sys/netinet/libalias/util.h
/freebsd/tests/sys/netpfil/pf/pfsync.sh
/freebsd/tests/sys/netpfil/pf/sctp.py
/freebsd/tests/sys/netpfil/pf/table.sh
/freebsd/tools/build/checkstyle9.pl
/freebsd/tools/test/stress2/misc/tmpfs24.sh
/freebsd/tools/tools/git/git-arc.sh
/freebsd/usr.bin/find/option.c
/freebsd/usr.bin/less/Makefile
/freebsd/usr.bin/less/defines.h
/freebsd/usr.bin/mandoc/Makefile
/freebsd/usr.bin/sockstat/sockstat.c
/freebsd/usr.bin/uniq/tests/uniq_test.sh
/freebsd/usr.bin/uniq/uniq.1
/freebsd/usr.bin/uniq/uniq.c
/freebsd/usr.sbin/cxgbetool/cxgbetool.8
/freebsd/usr.sbin/fstyp/fstyp.c
/freebsd/usr.sbin/ppp/command.c
/freebsd/usr.sbin/ppp/ppp.8
6b17d94403-Dec-2024 Tijl Coosemans <tijl@FreeBSD.org>

rc.d/sendmail: Fix error with some configurations

The sendmail startup script can run 4 daemons: sendmail, sendmail_submit,
sendmail_outbound, and sendmail_msp_queue. Of the first 3 at most one
can

rc.d/sendmail: Fix error with some configurations

The sendmail startup script can run 4 daemons: sendmail, sendmail_submit,
sendmail_outbound, and sendmail_msp_queue. Of the first 3 at most one
can be enabled. There's a run_rc_command call for each and the ones for
sendmail and sendmail_msp_queue run unconditionally. For some rc
commands this triggers warnings or errors when sendmail_enable="NO" or
sendmail_msp_queue_enable="NO". Since d2e7bb630b83 these errors are
propagated and the whole script fails.

Fix this by first determining which daemons are enabled, setting ${name}
and ${rcvar} accordingly, and then always calling run_rc_command
conditionally.

Also replace ${name}.cf with sendmail.cf because ${name} isn't always
sendmail.

PR: 282585
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D47757

show more ...


/freebsd/RELNOTES
/freebsd/bin/sh/sh.1
/freebsd/contrib/jemalloc/FREEBSD-Xlist
/freebsd/contrib/nvi/common/log.c
/freebsd/contrib/nvi/common/mem.h
/freebsd/contrib/one-true-awk/FIXES
/freebsd/contrib/one-true-awk/awk.h
/freebsd/contrib/one-true-awk/b.c
/freebsd/contrib/one-true-awk/lex.c
/freebsd/contrib/one-true-awk/lib.c
/freebsd/contrib/one-true-awk/main.c
/freebsd/contrib/one-true-awk/run.c
/freebsd/contrib/wpa/src/drivers/driver_bsd.c
/freebsd/etc/mtree/BSD.tests.dist
/freebsd/include/stdio.h
/freebsd/include/string.h
/freebsd/include/time.h
/freebsd/include/unistd.h
/freebsd/lib/libc/capability/Makefile.inc
/freebsd/lib/libc/gen/arc4random.3
/freebsd/lib/libc/gen/arc4random_uniform.c
/freebsd/lib/libc/stdio/ferror.3
/freebsd/lib/libc/stdio/fileno.c
/freebsd/lib/libc/stdio/stdio.3
/freebsd/lib/libc/stdio/vfprintf.c
/freebsd/lib/libc/stdio/vfwprintf.c
/freebsd/lib/libc/tests/gen/arc4random_test.c
/freebsd/lib/libsbuf/tests/sbuf_core_test.c
/freebsd/lib/libsbuf/tests/sbuf_stdio_test.c
/freebsd/lib/libsbuf/tests/sbuf_string_test.c
/freebsd/lib/libsys/Makefile.sys
/freebsd/lib/libsys/Symbol.sys.map
/freebsd/lib/libsys/_libsys.h
/freebsd/lib/libsys/chroot.2
/freebsd/lib/libsys/syscalls.map
/freebsd/libexec/comsat/comsat.c
/freebsd/libexec/nuageinit/nuageinit
/freebsd/libexec/nuageinit/tests/nuageinit.sh
rc.d/sendmail
/freebsd/sbin/ffsinfo/ffsinfo.8
/freebsd/sbin/ifconfig/ifieee80211.c
/freebsd/sbin/ipf/common/ipf.h
/freebsd/sbin/ipf/ipf/ipf.5
/freebsd/sbin/ipf/ipftest/ipftest.1
/freebsd/sbin/ipf/iplang/iplang_y.y
/freebsd/sbin/ipf/ipmon/ipmon.c
/freebsd/sbin/ipf/ipsend/ip.c
/freebsd/sbin/ipf/ipsend/ipsend.5
/freebsd/sbin/ipf/ipsend/ipsend.c
/freebsd/sbin/ipf/ipsend/iptests.c
/freebsd/sbin/ipf/ipsend/resend.c
/freebsd/sbin/ipf/libipf/flags.c
/freebsd/sbin/ipf/libipf/ipft_tx.c
/freebsd/sbin/ipf/libipf/printpacket.c
/freebsd/sbin/ipf/libipf/printtcpflags.c
/freebsd/sbin/ipf/libipf/tcp_flags.c
/freebsd/sbin/ipf/libipf/tcpflags.c
/freebsd/sbin/mount/mount.8
/freebsd/sbin/newfs/newfs.8
/freebsd/sbin/pfctl/pfctl_parser.c
/freebsd/sbin/pfctl/pfctl_parser.h
/freebsd/sbin/savecore/Makefile
/freebsd/sbin/savecore/tests/Makefile
/freebsd/sbin/savecore/tests/livedump_test.sh
/freebsd/share/man/man3/intro.3
/freebsd/share/man/man4/Makefile
/freebsd/share/man/man4/ccr.4
/freebsd/share/man/man4/igc.4
/freebsd/share/man/man4/ow_temp.4
/freebsd/share/man/man4/rights.4
/freebsd/share/man/man4/vt.4
/freebsd/sys/amd64/acpica/acpi_wakeup.c
/freebsd/sys/amd64/amd64/machdep.c
/freebsd/sys/amd64/include/cpu.h
/freebsd/sys/amd64/include/pmap.h
/freebsd/sys/amd64/include/pte.h
/freebsd/sys/amd64/include/vmm.h
/freebsd/sys/amd64/vmm/amd/svm.c
/freebsd/sys/amd64/vmm/intel/vmx.c
/freebsd/sys/amd64/vmm/vmm.c
/freebsd/sys/arm/arm/exec_machdep.c
/freebsd/sys/arm/nvidia/drm2/tegra_bo.c
/freebsd/sys/arm/ti/ti_pruss.c
/freebsd/sys/cam/scsi/scsi_pass.c
/freebsd/sys/cam/scsi/scsi_target.c
/freebsd/sys/compat/freebsd32/freebsd32_syscall.h
/freebsd/sys/compat/freebsd32/freebsd32_syscalls.c
/freebsd/sys/compat/freebsd32/freebsd32_sysent.c
/freebsd/sys/compat/freebsd32/freebsd32_systrace_args.c
/freebsd/sys/compat/linux/linux_xattr.c
/freebsd/sys/compat/linuxkpi/common/include/linux/file.h
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/compat/linuxkpi/common/src/linux_compat.c
/freebsd/sys/compat/linuxkpi/common/src/linux_firmware.c
/freebsd/sys/conf/files
/freebsd/sys/conf/files.riscv
/freebsd/sys/dev/acpica/acpi.c
/freebsd/sys/dev/acpica/acpi_pci.c
/freebsd/sys/dev/acpica/acpivar.h
/freebsd/sys/dev/ath/if_ath_tx_ht.c
/freebsd/sys/dev/beri/beri_ring.c
/freebsd/sys/dev/cxgbe/crypto/t6_kern_tls.c
/freebsd/sys/dev/cxgbe/t4_iov.c
/freebsd/sys/dev/cxgbe/t4_main.c
/freebsd/sys/dev/cxgbe/t4_vf.c
/freebsd/sys/dev/cxgbe/tom/t4_listen.c
/freebsd/sys/dev/cyapa/cyapa.c
/freebsd/sys/dev/e1000/if_em.c
/freebsd/sys/dev/ena/ena_sysctl.c
/freebsd/sys/dev/evdev/cdev.c
/freebsd/sys/dev/evdev/uinput.c
/freebsd/sys/dev/gpio/gpioc.c
/freebsd/sys/dev/hid/hidraw.c
/freebsd/sys/dev/hid/hms.c
/freebsd/sys/dev/hwpmc/hwpmc_logging.c
/freebsd/sys/dev/hyperv/netvsc/if_hn.c
/freebsd/sys/dev/igc/if_igc.c
/freebsd/sys/dev/irdma/irdma_cm.c
/freebsd/sys/dev/iwn/if_iwn.c
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
/freebsd/sys/dev/netmap/netmap_freebsd.c
/freebsd/sys/dev/oce/oce_if.c
/freebsd/sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
/freebsd/sys/dev/qlxgbe/ql_isr.c
/freebsd/sys/dev/sfxge/sfxge.c
/freebsd/sys/dev/sfxge/sfxge_rx.c
/freebsd/sys/dev/sfxge/sfxge_tx.c
/freebsd/sys/dev/sound/dummy.c
/freebsd/sys/dev/sound/pcm/ac97.c
/freebsd/sys/dev/sound/pcm/buffer.c
/freebsd/sys/dev/sound/pcm/channel.c
/freebsd/sys/dev/sound/pcm/channel.h
/freebsd/sys/dev/sound/pcm/dsp.c
/freebsd/sys/dev/sound/pcm/feeder.h
/freebsd/sys/dev/sound/pcm/feeder_format.c
/freebsd/sys/dev/sound/pcm/feeder_rate.c
/freebsd/sys/dev/sound/pcm/g711.h
/freebsd/sys/dev/sound/pcm/matrix.h
/freebsd/sys/dev/sound/pcm/mixer.c
/freebsd/sys/dev/sound/pcm/sound.c
/freebsd/sys/dev/sound/pcm/sound.h
/freebsd/sys/dev/sound/pcm/vchan.c
/freebsd/sys/dev/uart/uart_dev_ns8250.c
/freebsd/sys/dev/uart/uart_dev_ns8250.h
/freebsd/sys/dev/usb/usb_dev.c
/freebsd/sys/dev/virtio/network/if_vtnet.c
/freebsd/sys/dev/virtio/network/virtio_net.h
/freebsd/sys/fs/cuse/cuse.c
/freebsd/sys/fs/devfs/devfs_vnops.c
/freebsd/sys/fs/fuse/fuse_device.c
/freebsd/sys/geom/geom_dev.c
/freebsd/sys/kern/init_sysent.c
/freebsd/sys/kern/kern_cons.c
/freebsd/sys/kern/kern_descrip.c
/freebsd/sys/kern/kern_devctl.c
/freebsd/sys/kern/kern_event.c
/freebsd/sys/kern/kern_rwlock.c
/freebsd/sys/kern/kern_sig.c
/freebsd/sys/kern/kern_sx.c
/freebsd/sys/kern/kern_vnodedumper.c
/freebsd/sys/kern/subr_asan.c
/freebsd/sys/kern/subr_capability.c
/freebsd/sys/kern/subr_log.c
/freebsd/sys/kern/subr_msan.c
/freebsd/sys/kern/subr_prf.c
/freebsd/sys/kern/sys_eventfd.c
/freebsd/sys/kern/sys_generic.c
/freebsd/sys/kern/sys_pipe.c
/freebsd/sys/kern/sys_procdesc.c
/freebsd/sys/kern/sys_socket.c
/freebsd/sys/kern/sys_timerfd.c
/freebsd/sys/kern/syscalls.c
/freebsd/sys/kern/syscalls.master
/freebsd/sys/kern/systrace_args.c
/freebsd/sys/kern/tty.c
/freebsd/sys/kern/tty_pts.c
/freebsd/sys/kern/uipc_ktls.c
/freebsd/sys/kern/uipc_mqueue.c
/freebsd/sys/kern/uipc_sem.c
/freebsd/sys/kern/uipc_shm.c
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/kern/vfs_aio.c
/freebsd/sys/kern/vfs_cache.c
/freebsd/sys/kern/vfs_subr.c
/freebsd/sys/kern/vfs_syscalls.c
/freebsd/sys/kern/vfs_vnops.c
/freebsd/sys/modules/hid/bcm5974/Makefile
/freebsd/sys/modules/hid/hcons/Makefile
/freebsd/sys/modules/hid/hgame/Makefile
/freebsd/sys/modules/hid/hidmap/Makefile
/freebsd/sys/modules/hid/hms/Makefile
/freebsd/sys/modules/hid/hmt/Makefile
/freebsd/sys/modules/hid/hpen/Makefile
/freebsd/sys/modules/hid/hsctrl/Makefile
/freebsd/sys/modules/hid/ietp/Makefile
/freebsd/sys/modules/hid/ps4dshock/Makefile
/freebsd/sys/modules/hid/xb360gp/Makefile
/freebsd/sys/modules/sound/sound/Makefile
/freebsd/sys/net/bpf.c
/freebsd/sys/net/if_tuntap.c
/freebsd/sys/net/iflib.c
/freebsd/sys/net/iflib.h
/freebsd/sys/net/pfvar.h
/freebsd/sys/net/slcompress.c
/freebsd/sys/net80211/ieee80211.c
/freebsd/sys/net80211/ieee80211.h
/freebsd/sys/net80211/ieee80211_amrr.c
/freebsd/sys/net80211/ieee80211_ht.c
/freebsd/sys/net80211/ieee80211_ht.h
/freebsd/sys/net80211/ieee80211_ioctl.c
/freebsd/sys/net80211/ieee80211_var.h
/freebsd/sys/net80211/ieee80211_vht.c
/freebsd/sys/netgraph/netflow/netflow.c
/freebsd/sys/netgraph/netflow/ng_netflow.h
/freebsd/sys/netgraph/ng_tcpmss.c
/freebsd/sys/netinet/libalias/alias.c
/freebsd/sys/netinet/libalias/alias_ftp.c
/freebsd/sys/netinet/libalias/alias_irc.c
/freebsd/sys/netinet/libalias/alias_proxy.c
/freebsd/sys/netinet/libalias/alias_skinny.c
/freebsd/sys/netinet/libalias/alias_smedia.c
/freebsd/sys/netinet/tcp.h
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/udp_usrreq.c
/freebsd/sys/netpfil/ipfilter/netinet/fil.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_compat.h
/freebsd/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_ftp_pxy.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_nat.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_pptp_pxy.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_rcmd_pxy.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_rpcb_pxy.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_state.c
/freebsd/sys/netpfil/ipfw/ip_fw2.c
/freebsd/sys/netpfil/ipfw/ip_fw_dynamic.c
/freebsd/sys/netpfil/ipfw/ip_fw_nat.c
/freebsd/sys/netpfil/ipfw/ip_fw_pfil.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_lb.c
/freebsd/sys/netpfil/pf/pf_norm.c
/freebsd/sys/netpfil/pf/pf_osfp.c
/freebsd/sys/netpfil/pf/pf_table.c
/freebsd/sys/powerpc/powernv/opal_sensor.c
/freebsd/sys/powerpc/powerpc/intr_machdep.c
/freebsd/sys/riscv/include/asm.h
/freebsd/sys/riscv/include/cpu.h
/freebsd/sys/riscv/include/cpufunc.h
/freebsd/sys/riscv/include/pte.h
/freebsd/sys/riscv/include/sbi.h
/freebsd/sys/riscv/include/thead.h
/freebsd/sys/riscv/riscv/cache.c
/freebsd/sys/riscv/riscv/identcpu.c
/freebsd/sys/riscv/riscv/locore.S
/freebsd/sys/riscv/riscv/machdep.c
/freebsd/sys/riscv/riscv/pmap.c
/freebsd/sys/riscv/thead/thead.c
/freebsd/sys/security/audit/audit_pipe.c
/freebsd/sys/sys/bio.h
/freebsd/sys/sys/caprights.h
/freebsd/sys/sys/capsicum.h
/freebsd/sys/sys/elf_common.h
/freebsd/sys/sys/file.h
/freebsd/sys/sys/mman.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/pipe.h
/freebsd/sys/sys/proc.h
/freebsd/sys/sys/syscall.h
/freebsd/sys/sys/syscall.mk
/freebsd/sys/sys/sysproto.h
/freebsd/sys/sys/vnode.h
/freebsd/sys/tools/vnode_if.awk
/freebsd/sys/vm/swap_pager.c
/freebsd/sys/vm/vm_object.c
/freebsd/sys/vm/vm_page.c
/freebsd/sys/vm/vm_page.h
/freebsd/sys/vm/vm_reserv.c
/freebsd/sys/x86/acpica/acpi_apm.c
/freebsd/sys/x86/conf/NOTES
/freebsd/sys/x86/include/specialreg.h
/freebsd/sys/x86/iommu/amd_drv.c
/freebsd/sys/x86/iommu/intel_drv.c
/freebsd/sys/x86/x86/mp_x86.c
/freebsd/tests/sys/kern/Makefile
/freebsd/tests/sys/kern/prace.c
/freebsd/tests/sys/netinet6/ndp.sh
/freebsd/tests/sys/netpfil/pf/fragmentation_pass.sh
/freebsd/tests/sys/netpfil/pf/src_track.sh
/freebsd/tools/test/README
/freebsd/tools/test/arc4random/biastest.c
/freebsd/tools/test/stress2/misc/tmpfs26.sh
/freebsd/tools/test/stress2/misc/tmpfs27.sh
/freebsd/tools/test/stress2/misc/tmpfs28.sh
/freebsd/usr.bin/colrm/colrm.c
/freebsd/usr.bin/fortune/datfiles/freebsd-tips
/freebsd/usr.bin/leave/leave.c
/freebsd/usr.bin/netstat/route.c
/freebsd/usr.bin/perror/perror.c
/freebsd/usr.bin/procstat/procstat_files.c
/freebsd/usr.bin/tip/tip/cu.1
/freebsd/usr.bin/truss/setup.c
/freebsd/usr.bin/xinstall/tests/install_test.sh
/freebsd/usr.bin/xinstall/xinstall.c
/freebsd/usr.sbin/adduser/adduser.8
/freebsd/usr.sbin/newsyslog/newsyslog.conf.5
/freebsd/usr.sbin/ppp/ip.c
/freebsd/usr.sbin/ppp/slcompress.c
/freebsd/usr.sbin/ppp/tcpmss.c
/freebsd/usr.sbin/pw/cpdir.c
/freebsd/usr.sbin/pw/tests/pw_useradd_test.sh
/freebsd/usr.sbin/services_mkdb/services
/freebsd/usr.sbin/syslogd/Makefile
/freebsd/usr.sbin/syslogd/syslogd.c
/freebsd/usr.sbin/syslogd/syslogd.h
/freebsd/usr.sbin/syslogd/syslogd_cap.c
/freebsd/usr.sbin/syslogd/syslogd_cap.h
/freebsd/usr.sbin/syslogd/syslogd_cap_config.c
/freebsd/usr.sbin/syslogd/syslogd_cap_log.c
/freebsd/usr.sbin/syslogd/tests/Makefile
/freebsd/usr.sbin/syslogd/tests/syslogd_test.sh
/freebsd/usr.sbin/traceroute/traceroute.c
/freebsd/usr.sbin/traceroute6/traceroute6.c
8585680625-Nov-2024 Cy Schubert <cy@FreeBSD.org>

Revert "rc.d/var_run: Fix typo in comment"

svcj is not a typo.

Noted by: jlduran
MFC after: 3 days

This reverts commit bef05a753727fa28032e1b5a895c94b2ffaedd46.

4d58cf6f25-Nov-2024 Cy Schubert <cy@FreeBSD.org>

rc.d/var_run: Add missing $(dirname)

We intend to create the containing directory here. Fix this typo.

PR: 282939
MFC after: 3 days

bef05a7525-Nov-2024 Cy Schubert <cy@FreeBSD.org>

rc.d/var_run: Fix typo in comment

73b42eff25-Nov-2024 John Baldwin <jhb@FreeBSD.org>

rc.conf: Update commented examples for lo0 to use CIDR

In particular, a bare IP address no longer works.

Reviewed by: bz, imp, emaste
Differential Revision: https://reviews.freebsd.org/D47716


/freebsd/Makefile.inc1
/freebsd/ObsoleteFiles.inc
/freebsd/RELNOTES
/freebsd/UPDATING
/freebsd/bin/mv/mv.c
/freebsd/bin/mv/tests/Makefile
/freebsd/bin/mv/tests/mv_test.sh
/freebsd/bin/ps/Makefile
/freebsd/bin/ps/print.c
/freebsd/bin/ps/ps.1
/freebsd/bin/ps/ps.c
/freebsd/bin/sh/main.c
/freebsd/bin/sh/options.c
/freebsd/bin/sh/options.h
/freebsd/bin/sh/sh.1
/freebsd/bin/sh/tests/parameters/mail1.0
/freebsd/bin/sh/tests/parameters/mail2.0
/freebsd/cddl/lib/libzpool/Makefile
/freebsd/contrib/llvm-project/clang/include/clang/AST/ExternalASTSource.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsLoongArchLASX.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsLoongArchLSX.def
/freebsd/contrib/llvm-project/clang/lib/AST/Decl.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Interp.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/OSTargets.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBuiltin.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Driver.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Gnu.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Linux.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineParser.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaConcept.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateDeductionGuide.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTWriterDecl.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/int_math.h
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp
/freebsd/contrib/llvm-project/libcxx/include/__config
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/Demangle.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/MicrosoftDemangle.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Mangler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetSelectionDAG.td
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/Triple.h
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ConstantFolding.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Demangle/MicrosoftDemangle.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Mangler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrCompiler.td
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ARMTargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Triple.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/InlineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp
/freebsd/contrib/netbsd-tests/lib/libc/sys/t_access.c
/freebsd/contrib/wpa/src/drivers/driver_bsd.c
/freebsd/etc/mtree/BSD.include.dist
/freebsd/include/Makefile
/freebsd/include/ssp/string.h
/freebsd/include/string.h
/freebsd/lib/clang/include/VCSVersion.inc
/freebsd/lib/clang/include/clang/Basic/Version.inc
/freebsd/lib/clang/include/lld/Common/Version.inc
/freebsd/lib/clang/include/lldb/Version/Version.inc
/freebsd/lib/clang/include/llvm/Config/config.h
/freebsd/lib/clang/include/llvm/Config/llvm-config.h
/freebsd/lib/clang/include/llvm/Support/VCSRevision.h
/freebsd/lib/libc++/__assertion_handler
/freebsd/lib/libc++experimental/Makefile
/freebsd/lib/libc/gen/Makefile.inc
/freebsd/lib/libc/gen/Symbol.map
/freebsd/lib/libc/gen/_pthread_stubs.c
/freebsd/lib/libc/gen/dlfcn.c
/freebsd/lib/libc/gen/getentropy.3
/freebsd/lib/libc/gen/getentropy.c
/freebsd/lib/libc/gen/rtld_get_var.3
/freebsd/lib/libc/include/libc_private.h
/freebsd/lib/libc/stdio/mktemp.3
/freebsd/lib/libc/stdio/printf.3
/freebsd/lib/libc/stdlib/getenv.3
/freebsd/lib/libc/stdlib/reallocarray.3
/freebsd/lib/libc/string/Makefile.inc
/freebsd/lib/libc/string/Symbol.map
/freebsd/lib/libc/string/memcmp.3
/freebsd/lib/libc/string/memmem.3
/freebsd/lib/libc/string/memset.3
/freebsd/lib/libc/string/memset_explicit.c
/freebsd/lib/libc/tests/secure/fortify_string_test.c
/freebsd/lib/libc/tests/secure/generate-fortify-tests.lua
/freebsd/lib/libc_nonshared/Makefile
/freebsd/lib/libclang_rt/Makefile.inc
/freebsd/lib/libcompiler_rt/Makefile
/freebsd/lib/libdl/Symbol.map
/freebsd/lib/libiconv_modules/Makefile.inc
/freebsd/lib/libomp/kmp_config.h
/freebsd/lib/libpam/libpam/Makefile
/freebsd/lib/libpam/modules/Makefile.inc
/freebsd/lib/libpmc/pmc.cmn-600.3
/freebsd/lib/libpmc/pmc.dmc-620.3
/freebsd/lib/libprocstat/Makefile
/freebsd/lib/librpcsec_gss/Makefile
/freebsd/lib/libssp_nonshared/Makefile
/freebsd/lib/libsys/Makefile.sys
/freebsd/lib/libsys/fhreadlink.2
/freebsd/lib/libsys/fork.2
/freebsd/lib/libsys/readlink.2
/freebsd/lib/libsys/sched_getcpu.3
/freebsd/lib/libthr/Makefile
/freebsd/lib/libthr/tests/Makefile
/freebsd/lib/libthr/tests/atfork_test.c
/freebsd/lib/libthr/thread/thr_fork.c
/freebsd/lib/libthr/thread/thr_init.c
/freebsd/lib/libthr/thread/thr_private.h
/freebsd/lib/libthr/thread/thr_resume_np.c
/freebsd/lib/libthr/thread/thr_suspend_np.c
/freebsd/lib/libulog/Makefile
/freebsd/lib/libutil/hexdump.3
/freebsd/lib/libvmmapi/internal.h
/freebsd/lib/libvmmapi/vmmapi.c
/freebsd/lib/libvmmapi/vmmapi.h
/freebsd/lib/msun/man/cospi.3
/freebsd/lib/msun/man/sinpi.3
/freebsd/lib/msun/man/tanpi.3
/freebsd/lib/ncurses/form/Makefile
/freebsd/lib/ncurses/menu/Makefile
/freebsd/lib/ncurses/ncurses/Makefile
/freebsd/lib/ncurses/panel/Makefile
/freebsd/lib/ncurses/tinfo/Makefile
/freebsd/lib/ofed/complib/Makefile
/freebsd/lib/ofed/libbnxtre/Makefile
/freebsd/lib/ofed/libcxgb4/Makefile
/freebsd/lib/ofed/libibcm/Makefile
/freebsd/lib/ofed/libibmad/Makefile
/freebsd/lib/ofed/libibnetdisc/Makefile
/freebsd/lib/ofed/libibumad/Makefile
/freebsd/lib/ofed/libibverbs/Makefile
/freebsd/lib/ofed/libirdma/Makefile
/freebsd/lib/ofed/libmlx4/Makefile
/freebsd/lib/ofed/libmlx5/Makefile
/freebsd/lib/ofed/libopensm/Makefile
/freebsd/lib/ofed/librdmacm/Makefile
/freebsd/lib/ofed/libvendor/Makefile
/freebsd/libexec/Makefile
/freebsd/libexec/nuageinit/nuage.lua
/freebsd/libexec/nuageinit/tests/Makefile
/freebsd/libexec/nuageinit/tests/adduser_passwd.lua
/freebsd/libexec/nuageinit/tests/nuage.sh
rc.conf
/freebsd/libexec/rtld-elf/Symbol.map
/freebsd/libexec/rtld-elf/rtld.1
/freebsd/libexec/rtld-elf/rtld.c
/freebsd/release/Makefile
/freebsd/release/Makefile.mirrors
/freebsd/release/Makefile.oci
/freebsd/release/release.conf.sample
/freebsd/release/release.sh
/freebsd/release/scripts/make-oci-image.sh
/freebsd/release/scripts/pkg-stage.sh
/freebsd/release/tools/basic-cloudinit.conf
/freebsd/release/tools/oci-image-dynamic.conf
/freebsd/release/tools/oci-image-minimal.conf
/freebsd/release/tools/oci-image-static.conf
/freebsd/sbin/devd/tests/client_test.c
/freebsd/sbin/ipf/ipf/ipf.4
/freebsd/sbin/ipf/ipf/ipf.5
/freebsd/sbin/ipf/ipf/ipf.8
/freebsd/sbin/ipf/ipf/ipfilter.5
/freebsd/sbin/ipf/ipfs/ipfs.8
/freebsd/sbin/ipf/ipftest/ipftest.1
/freebsd/sbin/ipf/ipmon/ipmon.5
/freebsd/sbin/ipf/ipmon/ipmon.8
/freebsd/sbin/ipf/ipnat/ipnat.1
/freebsd/sbin/ipf/ipnat/ipnat.4
/freebsd/sbin/ipf/ipnat/ipnat.5
/freebsd/sbin/ipf/ipnat/ipnat.8
/freebsd/sbin/ipf/ippool/ippool.5
/freebsd/sbin/ipf/ippool/ippool.8
/freebsd/sbin/ipf/ipscan/ipscan.5
/freebsd/sbin/ipf/ipscan/ipscan.8
/freebsd/sbin/ipf/ipsend/ipresend.1
/freebsd/sbin/ipf/ipsend/ipsend.1
/freebsd/sbin/ipf/ipsend/ipsend.5
/freebsd/sbin/ipf/ipsend/iptest.1
/freebsd/sbin/ipf/libipf/load_hashnode.c
/freebsd/sbin/ipf/libipf/load_poolnode.c
/freebsd/sbin/nvmecontrol/devlist.c
/freebsd/sbin/nvmecontrol/modules/Makefile.inc
/freebsd/sbin/nvmecontrol/nvmecontrol.c
/freebsd/sbin/nvmecontrol/nvmecontrol.h
/freebsd/sbin/nvmecontrol/tests/basic.sh
/freebsd/sbin/pfctl/pfctl.8
/freebsd/sbin/pfctl/pfctl.h
/freebsd/sbin/pfctl/pfctl_radix.c
/freebsd/sbin/pfctl/pfctl_table.c
/freebsd/sbin/ping/tests/test_ping.py
/freebsd/sbin/route/route.8
/freebsd/share/examples/Makefile
/freebsd/share/examples/oci/Containerfile.pkg
/freebsd/share/examples/oci/README
/freebsd/share/man/man4/Makefile
/freebsd/share/man/man4/ena.4
/freebsd/share/man/man4/gve.4
/freebsd/share/man/man4/igc.4
/freebsd/share/man/man4/inet.4
/freebsd/share/man/man4/ipw.4
/freebsd/share/man/man4/iwi.4
/freebsd/share/man/man4/iwlwifi.4
/freebsd/share/man/man4/iwm.4
/freebsd/share/man/man4/man4.arm/aw_syscon.4
/freebsd/share/man/man4/mt7915.4
/freebsd/share/man/man4/mt7921.4
/freebsd/share/man/man4/otus.4
/freebsd/share/man/man4/p9fs.4
/freebsd/share/man/man4/ral.4
/freebsd/share/man/man4/rsu.4
/freebsd/share/man/man4/rtw88.4
/freebsd/share/man/man4/rtw89.4
/freebsd/share/man/man4/rtwn.4
/freebsd/share/man/man4/rtwn_pci.4
/freebsd/share/man/man4/rtwn_usb.4
/freebsd/share/man/man4/rum.4
/freebsd/share/man/man4/run.4
/freebsd/share/man/man4/ural.4
/freebsd/share/man/man4/urtw.4
/freebsd/share/man/man4/vt.4
/freebsd/share/man/man4/zyd.4
/freebsd/share/man/man5/Makefile
/freebsd/share/man/man5/src.conf.5
/freebsd/share/man/man7/build.7
/freebsd/share/man/man7/release.7
/freebsd/share/man/man8/nanobsd.8
/freebsd/share/man/man9/atomic.9
/freebsd/share/man/man9/cdefs.9
/freebsd/share/man/man9/ifnet.9
/freebsd/share/man/man9/style.9
/freebsd/share/mk/bsd.lib.mk
/freebsd/share/mk/bsd.opts.mk
/freebsd/share/mk/src.opts.mk
/freebsd/share/timedef/ca_IT.ISO8859-15.src
/freebsd/share/timedef/ca_IT.UTF-8.src
/freebsd/stand/Makefile
/freebsd/stand/defs.mk
/freebsd/stand/efi/loader/main.c
/freebsd/stand/kboot/kboot/Makefile
/freebsd/stand/kboot/kboot/main.c
/freebsd/stand/libsa/Makefile
/freebsd/stand/libsa/stand.h
/freebsd/stand/man/loader.efi.8
/freebsd/sys/amd64/amd64/pmap.c
/freebsd/sys/amd64/amd64/trap.c
/freebsd/sys/amd64/include/atomic.h
/freebsd/sys/amd64/vmm/vmm.c
/freebsd/sys/arm/allwinner/aw_rtc.c
/freebsd/sys/arm/allwinner/aw_syscon.c
/freebsd/sys/arm/allwinner/aw_wdog.c
/freebsd/sys/arm/include/atomic.h
/freebsd/sys/arm/include/vm.h
/freebsd/sys/arm/nvidia/as3722.c
/freebsd/sys/arm/nvidia/drm2/tegra_bo.c
/freebsd/sys/arm/nvidia/drm2/tegra_dc.c
/freebsd/sys/arm/nvidia/drm2/tegra_hdmi.c
/freebsd/sys/arm/nvidia/drm2/tegra_host1x.c
/freebsd/sys/arm/nvidia/tegra_abpmisc.c
/freebsd/sys/arm/nvidia/tegra_efuse.c
/freebsd/sys/arm/nvidia/tegra_i2c.c
/freebsd/sys/arm/nvidia/tegra_mc.c
/freebsd/sys/arm/nvidia/tegra_rtc.c
/freebsd/sys/arm/ti/ti_adc.c
/freebsd/sys/arm64/arm64/gicv3_its.c
/freebsd/sys/arm64/arm64/identcpu.c
/freebsd/sys/arm64/arm64/vfp.c
/freebsd/sys/arm64/include/atomic.h
/freebsd/sys/arm64/nvidia/tegra210/max77620.c
/freebsd/sys/arm64/nvidia/tegra210/max77620_rtc.c
/freebsd/sys/arm64/vmm/vmm.c
/freebsd/sys/cam/scsi/scsi_da.c
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
/freebsd/sys/cddl/dev/dtrace/amd64/dtrace_asm.S
/freebsd/sys/cddl/dev/dtrace/amd64/dtrace_isa.c
/freebsd/sys/cddl/dev/dtrace/amd64/dtrace_subr.c
/freebsd/sys/cddl/dev/dtrace/dtrace_ioctl.c
/freebsd/sys/cddl/dev/dtrace/dtrace_load.c
/freebsd/sys/cddl/dev/dtrace/x86/dis_tables.c
/freebsd/sys/cddl/dev/fbt/fbt.c
/freebsd/sys/cddl/dev/kinst/kinst.c
/freebsd/sys/compat/linux/linux_socket.c
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/compat/linuxkpi/common/src/linux_compat.c
/freebsd/sys/compat/linuxkpi/common/src/linux_page.c
/freebsd/sys/conf/Makefile.arm
/freebsd/sys/conf/Makefile.arm64
/freebsd/sys/conf/files
/freebsd/sys/conf/files.riscv
/freebsd/sys/conf/kern.mk
/freebsd/sys/conf/kern.post.mk
/freebsd/sys/conf/kern.pre.mk
/freebsd/sys/conf/kmod.mk
/freebsd/sys/conf/ldscript.arm
/freebsd/sys/conf/options
/freebsd/sys/conf/options.riscv
/freebsd/sys/conf/std.debug
/freebsd/sys/conf/std.nodebug
/freebsd/sys/contrib/dev/iwlwifi/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/openzfs/.github/workflows/labels.yml
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-2-start.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-3-deps.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-4-build.sh
/freebsd/sys/contrib/openzfs/.github/workflows/zfs-qemu.yml
/freebsd/sys/contrib/openzfs/.mailmap
/freebsd/sys/contrib/openzfs/AUTHORS
/freebsd/sys/contrib/openzfs/META
/freebsd/sys/contrib/openzfs/cmd/arc_summary
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb.c
/freebsd/sys/contrib/openzfs/cmd/zed/agents/zfs_retire.c
/freebsd/sys/contrib/openzfs/cmd/zed/zed_disk_event.c
/freebsd/sys/contrib/openzfs/cmd/zfs/zfs_main.c
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool_main.c
/freebsd/sys/contrib/openzfs/config/kernel-kthread.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-migrate_folio.m4
/freebsd/sys/contrib/openzfs/config/kernel.m4
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/debug.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/vnode.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/debug.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/thread.h
/freebsd/sys/contrib/openzfs/include/sys/arc.h
/freebsd/sys/contrib/openzfs/include/sys/arc_impl.h
/freebsd/sys/contrib/openzfs/include/sys/brt_impl.h
/freebsd/sys/contrib/openzfs/include/sys/dbuf.h
/freebsd/sys/contrib/openzfs/include/sys/spa.h
/freebsd/sys/contrib/openzfs/include/sys/spa_impl.h
/freebsd/sys/contrib/openzfs/include/sys/u8_textprep.h
/freebsd/sys/contrib/openzfs/include/sys/u8_textprep_data.h
/freebsd/sys/contrib/openzfs/include/sys/zap.h
/freebsd/sys/contrib/openzfs/lib/libunicode/Makefile.am
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_pool.c
/freebsd/sys/contrib/openzfs/man/man4/zfs.4
/freebsd/sys/contrib/openzfs/man/man8/zdb.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-remove.8
/freebsd/sys/contrib/openzfs/man/man8/zpool.8
/freebsd/sys/contrib/openzfs/module/Kbuild.in
/freebsd/sys/contrib/openzfs/module/Makefile.bsd
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-thread.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_disk.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_file.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_znode_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_file.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_super.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zvol_os.c
/freebsd/sys/contrib/openzfs/module/unicode/u8_textprep.c
/freebsd/sys/contrib/openzfs/module/zfs/arc.c
/freebsd/sys/contrib/openzfs/module/zfs/brt.c
/freebsd/sys/contrib/openzfs/module/zfs/dbuf.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_direct.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_send.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_tx.c
/freebsd/sys/contrib/openzfs/module/zfs/dnode_sync.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_dataset.c
/freebsd/sys/contrib/openzfs/module/zfs/spa.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_misc.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev.c
/freebsd/sys/contrib/openzfs/module/zfs/zap_leaf.c
/freebsd/sys/contrib/openzfs/module/zfs/zap_micro.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_vnops.c
/freebsd/sys/contrib/openzfs/module/zfs/zio.c
/freebsd/sys/contrib/openzfs/module/zfs/zio_checksum.c
/freebsd/sys/contrib/openzfs/module/zfs/zio_compress.c
/freebsd/sys/contrib/openzfs/rpm/generic/zfs-dkms.spec.in
/freebsd/sys/contrib/openzfs/tests/runfiles/linux.run
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/zts-report.py.in
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/getversion.c
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/commands.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/bclone_prop_sync.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/zpool_add_dryrun_output.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_dryrun_output.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/zpool_split_dryrun_output.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_008_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/luks/luks_sanity.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_disk/page_alignment.c
/freebsd/sys/dev/acpica/acpi_container.c
/freebsd/sys/dev/acpica/acpi_cpu.c
/freebsd/sys/dev/acpica/acpi_resource.c
/freebsd/sys/dev/adb/adb_bus.c
/freebsd/sys/dev/ath/if_ath_tx.c
/freebsd/sys/dev/bnxt/bnxt_re/bnxt_re.h
/freebsd/sys/dev/bnxt/bnxt_re/ib_verbs.c
/freebsd/sys/dev/bnxt/bnxt_re/main.c
/freebsd/sys/dev/clk/allwinner/ccu_d1.c
/freebsd/sys/dev/dpaa2/dpaa2_mc.c
/freebsd/sys/dev/dpaa2/dpaa2_mc_acpi.c
/freebsd/sys/dev/drm2/ttm/ttm_bo_vm.c
/freebsd/sys/dev/dwwdt/dwwdt.c
/freebsd/sys/dev/e1000/e1000_82575.c
/freebsd/sys/dev/e1000/e1000_phy.c
/freebsd/sys/dev/e1000/em_txrx.c
/freebsd/sys/dev/e1000/if_em.c
/freebsd/sys/dev/e1000/igb_txrx.c
/freebsd/sys/dev/efidev/efirt.c
/freebsd/sys/dev/ena/ena.c
/freebsd/sys/dev/fdt/simplebus.c
/freebsd/sys/dev/gpio/gpiomdio.c
/freebsd/sys/dev/gpio/gpiospi.c
/freebsd/sys/dev/gve/gve.h
/freebsd/sys/dev/gve/gve_adminq.c
/freebsd/sys/dev/gve/gve_adminq.h
/freebsd/sys/dev/gve/gve_dqo.h
/freebsd/sys/dev/gve/gve_main.c
/freebsd/sys/dev/gve/gve_plat.h
/freebsd/sys/dev/gve/gve_qpl.c
/freebsd/sys/dev/gve/gve_rx.c
/freebsd/sys/dev/gve/gve_rx_dqo.c
/freebsd/sys/dev/gve/gve_sysctl.c
/freebsd/sys/dev/gve/gve_tx.c
/freebsd/sys/dev/gve/gve_tx_dqo.c
/freebsd/sys/dev/gve/gve_utils.c
/freebsd/sys/dev/hid/hidraw.c
/freebsd/sys/dev/hifn/hifn7751.c
/freebsd/sys/dev/hwpmc/hwpmc_logging.c
/freebsd/sys/dev/ichiic/ig4_pci.c
/freebsd/sys/dev/igc/if_igc.c
/freebsd/sys/dev/igc/igc_regs.h
/freebsd/sys/dev/igc/igc_txrx.c
/freebsd/sys/dev/iicbus/iichid.c
/freebsd/sys/dev/iicbus/pmic/act8846.c
/freebsd/sys/dev/ipw/if_ipw.c
/freebsd/sys/dev/iwn/if_iwn.c
/freebsd/sys/dev/ixgbe/if_bypass.c
/freebsd/sys/dev/ixgbe/if_fdir.c
/freebsd/sys/dev/ixgbe/if_ix.c
/freebsd/sys/dev/ixgbe/if_ixv.c
/freebsd/sys/dev/ixgbe/if_sriov.c
/freebsd/sys/dev/ixgbe/ix_txrx.c
/freebsd/sys/dev/ixgbe/ixgbe.h
/freebsd/sys/dev/ixgbe/ixgbe_82599.c
/freebsd/sys/dev/ixgbe/ixgbe_phy.c
/freebsd/sys/dev/malo/if_malo.c
/freebsd/sys/dev/mana/gdma_main.c
/freebsd/sys/dev/md/embedfs.S
/freebsd/sys/dev/mdio/mdio.c
/freebsd/sys/dev/mii/mii_fdt.c
/freebsd/sys/dev/mlx5/driver.h
/freebsd/sys/dev/mlx5/mlx5_core/mlx5_eq.c
/freebsd/sys/dev/mlx5/mlx5_en/en_hw_tls.h
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
/freebsd/sys/dev/mwl/if_mwl.c
/freebsd/sys/dev/nvme/nvme_ctrlr.c
/freebsd/sys/dev/nvme/nvme_ctrlr_cmd.c
/freebsd/sys/dev/nvme/nvme_ns_cmd.c
/freebsd/sys/dev/nvme/nvme_private.h
/freebsd/sys/dev/nvme/nvme_sim.c
/freebsd/sys/dev/nvmf/host/nvmf.c
/freebsd/sys/dev/nvmf/host/nvmf_qpair.c
/freebsd/sys/dev/nvmf/host/nvmf_var.h
/freebsd/sys/dev/nvmf/nvmf_transport.c
/freebsd/sys/dev/nvmf/nvmf_transport.h
/freebsd/sys/dev/otus/if_otus.c
/freebsd/sys/dev/pci/pci_user.c
/freebsd/sys/dev/pci/vga_pci.c
/freebsd/sys/dev/qlnx/qlnxe/qlnx_os.c
/freebsd/sys/dev/ral/rt2560.c
/freebsd/sys/dev/ral/rt2661.c
/freebsd/sys/dev/ral/rt2860.c
/freebsd/sys/dev/rtsx/rtsx.c
/freebsd/sys/dev/rtwn/if_rtwn_tx.c
/freebsd/sys/dev/rtwn/if_rtwnvar.h
/freebsd/sys/dev/rtwn/usb/rtwn_usb_attach.c
/freebsd/sys/dev/rtwn/usb/rtwn_usb_attach.h
/freebsd/sys/dev/rtwn/usb/rtwn_usb_ep.c
/freebsd/sys/dev/rtwn/usb/rtwn_usb_tx.c
/freebsd/sys/dev/rtwn/usb/rtwn_usb_tx.h
/freebsd/sys/dev/rtwn/usb/rtwn_usb_var.h
/freebsd/sys/dev/safe/safe.c
/freebsd/sys/dev/sff/sfp_fdt.c
/freebsd/sys/dev/sound/driver.c
/freebsd/sys/dev/usb/input/uhid.c
/freebsd/sys/dev/usb/input/ukbd.c
/freebsd/sys/dev/usb/serial/uftdi.c
/freebsd/sys/dev/usb/usb_device.c
/freebsd/sys/dev/usb/usbdevs
/freebsd/sys/dev/usb/wlan/if_rum.c
/freebsd/sys/dev/usb/wlan/if_run.c
/freebsd/sys/dev/usb/wlan/if_uath.c
/freebsd/sys/dev/usb/wlan/if_upgt.c
/freebsd/sys/dev/usb/wlan/if_ural.c
/freebsd/sys/dev/usb/wlan/if_urtw.c
/freebsd/sys/dev/usb/wlan/if_zyd.c
/freebsd/sys/dev/vmm/vmm_dev.c
/freebsd/sys/dev/vmm/vmm_dev.h
/freebsd/sys/dev/vt/vt_core.c
/freebsd/sys/dev/xen/gntdev/gntdev.c
/freebsd/sys/dev/xen/privcmd/privcmd.c
/freebsd/sys/fs/nfs/nfs_commonsubs.c
/freebsd/sys/fs/p9fs/p9_client.c
/freebsd/sys/fs/p9fs/p9_client.h
/freebsd/sys/fs/p9fs/p9_protocol.h
/freebsd/sys/fs/p9fs/p9fs_vnops.c
/freebsd/sys/fs/procfs/procfs_mem.c
/freebsd/sys/geom/mirror/g_mirror.c
/freebsd/sys/geom/part/g_part_bsd.c
/freebsd/sys/i386/include/atomic.h
/freebsd/sys/kern/kern_dump.c
/freebsd/sys/kern/kern_exec.c
/freebsd/sys/kern/kern_ktrace.c
/freebsd/sys/kern/kern_mutex.c
/freebsd/sys/kern/kern_proc.c
/freebsd/sys/kern/kern_rangelock.c
/freebsd/sys/kern/kern_rwlock.c
/freebsd/sys/kern/kern_umtx.c
/freebsd/sys/kern/subr_asan.c
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/subr_busdma_bounce.c
/freebsd/sys/kern/subr_csan.c
/freebsd/sys/kern/subr_msan.c
/freebsd/sys/kern/subr_sleepqueue.c
/freebsd/sys/kern/sys_process.c
/freebsd/sys/kern/vfs_aio.c
/freebsd/sys/kern/vfs_bio.c
/freebsd/sys/kern/vfs_default.c
/freebsd/sys/kern/vfs_subr.c
/freebsd/sys/modules/Makefile
/freebsd/sys/modules/gve/Makefile
/freebsd/sys/modules/netgraph/bluetooth/ubt/Makefile
/freebsd/sys/modules/vmm/Makefile
/freebsd/sys/modules/zfs/Makefile
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/net/dummymbuf.c
/freebsd/sys/net/ieee8023ad_lacp.c
/freebsd/sys/net/if_media.h
/freebsd/sys/net/if_var.h
/freebsd/sys/net/route/route_ctl.c
/freebsd/sys/net/route/route_ctl.h
/freebsd/sys/net/rtsock.c
/freebsd/sys/net80211/ieee80211.h
/freebsd/sys/net80211/ieee80211_adhoc.c
/freebsd/sys/net80211/ieee80211_crypto_tkip.c
/freebsd/sys/net80211/ieee80211_hostap.c
/freebsd/sys/net80211/ieee80211_ht.c
/freebsd/sys/net80211/ieee80211_mesh.c
/freebsd/sys/net80211/ieee80211_output.c
/freebsd/sys/net80211/ieee80211_sta.c
/freebsd/sys/net80211/ieee80211_wds.c
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_intel.c
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_rtl.c
/freebsd/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
/freebsd/sys/netgraph/ng_base.c
/freebsd/sys/netgraph/ng_parse.c
/freebsd/sys/netinet/cc/cc.c
/freebsd/sys/netinet/cc/cc_cdg.c
/freebsd/sys/netinet/cc/cc_chd.c
/freebsd/sys/netinet/cc/cc_cubic.c
/freebsd/sys/netinet/cc/cc_dctcp.c
/freebsd/sys/netinet/cc/cc_htcp.c
/freebsd/sys/netinet/cc/cc_newreno.c
/freebsd/sys/netinet/cc/cc_vegas.c
/freebsd/sys/netinet/in_kdtrace.c
/freebsd/sys/netinet/in_kdtrace.h
/freebsd/sys/netinet/in_pcb.c
/freebsd/sys/netinet/in_pcb.h
/freebsd/sys/netinet/ip_input.c
/freebsd/sys/netinet/siftr.c
/freebsd/sys/netinet/tcp_hostcache.c
/freebsd/sys/netinet/tcp_input.c
/freebsd/sys/netinet/tcp_lro_hpts.c
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/tcp_reass.c
/freebsd/sys/netinet/tcp_stacks/bbr.c
/freebsd/sys/netinet/tcp_stacks/rack.c
/freebsd/sys/netinet/tcp_subr.c
/freebsd/sys/netinet/tcp_syncache.c
/freebsd/sys/netinet/tcp_timer.c
/freebsd/sys/netinet/tcp_usrreq.c
/freebsd/sys/netinet/tcp_var.h
/freebsd/sys/netinet/udp_usrreq.c
/freebsd/sys/netinet6/in6.c
/freebsd/sys/netinet6/in6.h
/freebsd/sys/netinet6/in6_pcb.c
/freebsd/sys/netinet6/in6_pcb.h
/freebsd/sys/netinet6/raw_ip6.c
/freebsd/sys/netinet6/udp6_usrreq.c
/freebsd/sys/netipsec/ipsec_offload.c
/freebsd/sys/netlink/route/iface.c
/freebsd/sys/netpfil/ipfilter/netinet/ip_fil_freebsd.c
/freebsd/sys/netpfil/ipfw/ip_fw_table_algo.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pflow.c
/freebsd/sys/powerpc/include/atomic.h
/freebsd/sys/powerpc/include/counter.h
/freebsd/sys/powerpc/mpc85xx/pci_mpc85xx.c
/freebsd/sys/powerpc/powermac/cuda.c
/freebsd/sys/powerpc/powermac/pmu.c
/freebsd/sys/riscv/allwinner/files.allwinner
/freebsd/sys/riscv/conf/std.allwinner
/freebsd/sys/riscv/include/atomic.h
/freebsd/sys/riscv/include/vmm.h
/freebsd/sys/riscv/include/vmm_dev.h
/freebsd/sys/riscv/vmm/vmm.c
/freebsd/sys/security/mac_bsdextended/mac_bsdextended.c
/freebsd/sys/sys/_atomic_subword.h
/freebsd/sys/sys/_lock.h
/freebsd/sys/sys/_mutex.h
/freebsd/sys/sys/_rmlock.h
/freebsd/sys/sys/_rwlock.h
/freebsd/sys/sys/_sx.h
/freebsd/sys/sys/aio.h
/freebsd/sys/sys/buf.h
/freebsd/sys/sys/cdefs.h
/freebsd/sys/sys/conf.h
/freebsd/sys/sys/file.h
/freebsd/sys/sys/ktls.h
/freebsd/sys/sys/ktrace.h
/freebsd/sys/sys/libkern.h
/freebsd/sys/sys/link_elf.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/priv.h
/freebsd/sys/sys/proc.h
/freebsd/sys/sys/refcount.h
/freebsd/sys/sys/sdt.h
/freebsd/sys/sys/sglist.h
/freebsd/sys/sys/socket.h
/freebsd/sys/sys/time.h
/freebsd/sys/sys/types.h
/freebsd/sys/ufs/ffs/ffs_snapshot.c
/freebsd/sys/ufs/ffs/ffs_softdep.c
/freebsd/sys/ufs/ffs/ffs_vfsops.c
/freebsd/sys/vm/device_pager.c
/freebsd/sys/vm/swap_pager.c
/freebsd/sys/vm/vm_kern.c
/freebsd/sys/vm/vm_mmap.c
/freebsd/sys/vm/vm_object.c
/freebsd/sys/vm/vm_object.h
/freebsd/sys/vm/vm_page.c
/freebsd/sys/vm/vm_page.h
/freebsd/sys/vm/vm_pager.h
/freebsd/sys/vm/vm_radix.h
/freebsd/sys/vm/vnode_pager.c
/freebsd/sys/x86/include/x86_var.h
/freebsd/sys/x86/iommu/amd_drv.c
/freebsd/sys/x86/x86/identcpu.c
/freebsd/sys/xen/hvm.h
/freebsd/targets/pseudo/bootstrap-tools/Makefile
/freebsd/targets/pseudo/userland/Makefile.depend
/freebsd/tests/sys/cam/ctl/ctl.subr
/freebsd/tests/sys/netinet/Makefile
/freebsd/tests/sys/netinet/forward.sh
/freebsd/tests/sys/netinet6/forward6.sh
/freebsd/tests/sys/netpfil/common/dummynet.sh
/freebsd/tests/sys/netpfil/common/pft_ping.py
/freebsd/tests/sys/netpfil/pf/anchor.sh
/freebsd/tests/sys/netpfil/pf/fragmentation_compat.sh
/freebsd/tests/sys/netpfil/pf/fragmentation_pass.sh
/freebsd/tests/sys/netpfil/pf/src_track.sh
/freebsd/tests/sys/netpfil/pf/table.sh
/freebsd/tests/sys/netpfil/pf/utils.subr
/freebsd/tools/build/mk/OptionalObsoleteFiles.inc
/freebsd/tools/build/test-includes/badfiles.inc
/freebsd/tools/test/stress2/misc/zfs15.sh
/freebsd/tools/test/stress2/misc/zfs16.sh
/freebsd/tools/test/stress2/misc/zfs17.sh
/freebsd/tools/test/stress2/misc/zfs18.sh
/freebsd/tools/test/stress2/misc/zfs19.sh
/freebsd/tools/tools/git/git-arc.1
/freebsd/tools/tools/git/git-arc.sh
/freebsd/tools/tools/git/mfc-candidates.lua
/freebsd/tools/tools/git/mfc-candidates.sh
/freebsd/tools/tools/locale/etc/final-maps/widths.txt
/freebsd/tools/tools/locale/tools/getwidths.c
/freebsd/tools/tools/nanobsd/Files/root/save_cfg
/freebsd/tools/tools/nanobsd/defaults.sh
/freebsd/tools/tools/nanobsd/fill_pkg.sh
/freebsd/tools/tools/nanobsd/legacy.sh
/freebsd/tools/tools/nanobsd/mtree-dedup.awk
/freebsd/tools/tools/nanobsd/nanobsd.sh
/freebsd/usr.bin/Makefile
/freebsd/usr.bin/asa/tests/asa_test.sh
/freebsd/usr.bin/cmp/tests/cmp_test2.sh
/freebsd/usr.bin/compile_et/Makefile
/freebsd/usr.bin/env/tests/env_test.sh
/freebsd/usr.bin/find/find.1
/freebsd/usr.bin/gzip/gzip.1
/freebsd/usr.bin/kdump/kdump.c
/freebsd/usr.bin/ktrace/ktrace.1
/freebsd/usr.bin/ktrace/ktrace.h
/freebsd/usr.bin/ktrace/subr.c
/freebsd/usr.bin/lex/lib/Makefile
/freebsd/usr.bin/lock/lock.1
/freebsd/usr.bin/sed/main.c
/freebsd/usr.bin/sed/tests/sed2_test.sh
/freebsd/usr.sbin/bhyve/bhyverun.c
/freebsd/usr.sbin/bhyvectl/bhyvectl.c
/freebsd/usr.sbin/bluetooth/Makefile
/freebsd/usr.sbin/bluetooth/iwmbtfw/Makefile
/freebsd/usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.c
/freebsd/usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.h
/freebsd/usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c
/freebsd/usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.h
/freebsd/usr.sbin/bluetooth/iwmbtfw/iwmbtfw.8
/freebsd/usr.sbin/bluetooth/iwmbtfw/iwmbtfw.conf
/freebsd/usr.sbin/bluetooth/iwmbtfw/main.c
/freebsd/usr.sbin/bluetooth/rtlbtfw/Makefile
/freebsd/usr.sbin/bluetooth/rtlbtfw/main.c
/freebsd/usr.sbin/bluetooth/rtlbtfw/rtlbt_dbg.h
/freebsd/usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.c
/freebsd/usr.sbin/bluetooth/rtlbtfw/rtlbt_fw.h
/freebsd/usr.sbin/bluetooth/rtlbtfw/rtlbt_hw.c
/freebsd/usr.sbin/bluetooth/rtlbtfw/rtlbt_hw.h
/freebsd/usr.sbin/bluetooth/rtlbtfw/rtlbtfw.8
/freebsd/usr.sbin/bluetooth/rtlbtfw/rtlbtfw.conf
/freebsd/usr.sbin/bsdinstall/bsdinstall.8
/freebsd/usr.sbin/bsdinstall/scripts/Makefile
/freebsd/usr.sbin/bsdinstall/scripts/auto
/freebsd/usr.sbin/bsdinstall/scripts/finalconfig
/freebsd/usr.sbin/bsdinstall/scripts/firmware
/freebsd/usr.sbin/bsdinstall/scripts/time
/freebsd/usr.sbin/bsdinstall/scripts/wlanconfig
/freebsd/usr.sbin/daemon/daemon.c
/freebsd/usr.sbin/daemon/tests/daemon_test.sh
/freebsd/usr.sbin/fwget/fwget.sh
/freebsd/usr.sbin/jail/jail.8
/freebsd/usr.sbin/jail/jail.c
/freebsd/usr.sbin/jail/tests/jail_basic_test.sh
/freebsd/usr.sbin/makefs/makefs.8
/freebsd/usr.sbin/newsyslog/Makefile
/freebsd/usr.sbin/newsyslog/newsyslog.c
/freebsd/usr.sbin/newsyslog/newsyslog.conf.5
/freebsd/usr.sbin/ntp/doc/Makefile
/freebsd/usr.sbin/ppp/ppp.8
/freebsd/usr.sbin/syslogd/syslogd.c
a4e7810f04-Nov-2024 Simon J. Gerraty <sjg@FreeBSD.org>

debug.sh check for :debug_add:

When we match a tag and turn tracing, see if we have any
$DEBUG_ON:debug_add:tag in DEBUG_SH and if so add the new tag.

This allows for more focused debugging during

debug.sh check for :debug_add:

When we match a tag and turn tracing, see if we have any
$DEBUG_ON:debug_add:tag in DEBUG_SH and if so add the new tag.

This allows for more focused debugging during boot.

Reviewed by: stevek

show more ...

8934526b04-Nov-2024 Jose Luis Duran <jlduran@FreeBSD.org>

rc: Update ipfilter example rules location

It was originally /usr/src/contrib/ipfilter/rules and moved to
/usr/src/share/examples/ipfilter/rules in 41edb306f056.

Point to users to /usr/src/share/ex

rc: Update ipfilter example rules location

It was originally /usr/src/contrib/ipfilter/rules and moved to
/usr/src/share/examples/ipfilter/rules in 41edb306f056.

Point to users to /usr/src/share/examples/ipfilter instead, as the base
directory also contains example rules.

Reviewed by: emaste
Approved by: emaste (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D47392

show more ...


/freebsd/.cirrus.yml
/freebsd/ObsoleteFiles.inc
/freebsd/contrib/openbsm/libbsm/bsm_io.c
/freebsd/lib/libbe/libbe.3
/freebsd/lib/libc/net/inet.3
/freebsd/lib/libc/nls/Makefile.inc
/freebsd/lib/libc/nls/catopen.3
/freebsd/lib/libc/nls/msgcat.c
/freebsd/lib/libc/nls/ru_RU.KOI8-R.msg
/freebsd/lib/libc/nls/ru_RU.UTF-8.msg
/freebsd/lib/libnvmf/nvmf_tcp.c
/freebsd/lib/libsys/chmod.2
rc.conf
/freebsd/libexec/tftpd/tests/functional.c
/freebsd/libexec/tftpd/tftpd.8
/freebsd/libexec/tftpd/tftpd.c
/freebsd/sbin/gvinum/gvinum.8
/freebsd/sbin/mount/mntopts.3
/freebsd/sbin/nvmecontrol/nvmecontrol.8
/freebsd/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3
/freebsd/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3
/freebsd/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
/freebsd/secure/usr.bin/openssl/man/openssl-speed.1
/freebsd/share/man/man3/bitstring.3
/freebsd/share/man/man3/pthread_condattr.3
/freebsd/share/man/man4/syscons.4
/freebsd/share/man/man4/u3g.4
/freebsd/share/man/man4/unix.4
/freebsd/share/man/man7/Makefile
/freebsd/share/man/man7/c.7
/freebsd/share/man/man8/debug.sh.8
/freebsd/share/man/man9/bitset.9
/freebsd/share/man/man9/groupmember.9
/freebsd/share/man/man9/mod_cc.9
/freebsd/stand/efi/loader/main.c
/freebsd/stand/lua/core.lua
/freebsd/stand/lua/drawer.lua
/freebsd/stand/man/loader.efi.8
/freebsd/sys/amd64/vmm/amd/amdviiommu.c
/freebsd/sys/arm/allwinner/a10_codec.c
/freebsd/sys/arm/broadcom/bcm2835/bcm2835_audio.c
/freebsd/sys/arm/freescale/imx/imx6_anatop.c
/freebsd/sys/arm/freescale/imx/imx6_ssi.c
/freebsd/sys/arm/freescale/vybrid/vf_sai.c
/freebsd/sys/arm/nvidia/drm2/tegra_host1x.c
/freebsd/sys/arm/ti/omap4/omap4_prcm_clks.c
/freebsd/sys/arm64/iommu/iommu.c
/freebsd/sys/cam/cam_periph.c
/freebsd/sys/compat/linuxkpi/common/include/linux/lockdep.h
/freebsd/sys/conf/files.x86
/freebsd/sys/dev/ice/ice_lib.h
/freebsd/sys/dev/ice/ice_rss.h
/freebsd/sys/dev/iommu/busdma_iommu.c
/freebsd/sys/dev/nvme/nvme_ctrlr.c
/freebsd/sys/dev/nvme/nvme_sysctl.c
/freebsd/sys/dev/nvmf/host/nvmf.c
/freebsd/sys/dev/nvmf/host/nvmf_qpair.c
/freebsd/sys/dev/nvmf/host/nvmf_var.h
/freebsd/sys/dev/nvmf/nvmf_tcp.c
/freebsd/sys/dev/sound/driver.c
/freebsd/sys/dev/sound/dummy.c
/freebsd/sys/dev/sound/fdt/audio_soc.c
/freebsd/sys/dev/sound/macio/aoa.c
/freebsd/sys/dev/sound/pci/als4000.c
/freebsd/sys/dev/sound/pci/atiixp.c
/freebsd/sys/dev/sound/pci/cmi.c
/freebsd/sys/dev/sound/pci/cs4281.c
/freebsd/sys/dev/sound/pci/csapcm.c
/freebsd/sys/dev/sound/pci/emu10k1.c
/freebsd/sys/dev/sound/pci/emu10kx-pcm.c
/freebsd/sys/dev/sound/pci/envy24.c
/freebsd/sys/dev/sound/pci/envy24ht.c
/freebsd/sys/dev/sound/pci/es137x.c
/freebsd/sys/dev/sound/pci/fm801.c
/freebsd/sys/dev/sound/pci/hda/hdaa.c
/freebsd/sys/dev/sound/pci/hdsp-pcm.c
/freebsd/sys/dev/sound/pci/hdspe-pcm.c
/freebsd/sys/dev/sound/pci/ich.c
/freebsd/sys/dev/sound/pci/maestro3.c
/freebsd/sys/dev/sound/pci/neomagic.c
/freebsd/sys/dev/sound/pci/solo.c
/freebsd/sys/dev/sound/pci/t4dwave.c
/freebsd/sys/dev/sound/pci/via8233.c
/freebsd/sys/dev/sound/pci/via82c686.c
/freebsd/sys/dev/sound/pci/vibes.c
/freebsd/sys/dev/sound/pcm/channel.h
/freebsd/sys/dev/sound/pcm/feeder.c
/freebsd/sys/dev/sound/pcm/sound.c
/freebsd/sys/dev/sound/pcm/sound.h
/freebsd/sys/dev/sound/usb/uaudio.c
/freebsd/sys/dev/vt/vt_core.c
/freebsd/sys/fs/nfs/nfs_commonport.c
/freebsd/sys/fs/nfs/nfs_commonsubs.c
/freebsd/sys/fs/nfsserver/nfs_nfsdport.c
/freebsd/sys/fs/nfsserver/nfs_nfsdsocket.c
/freebsd/sys/kern/genassym.sh
/freebsd/sys/kern/kern_prot.c
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/subr_param.c
/freebsd/sys/kern/subr_pctrie.c
/freebsd/sys/kern/sys_socket.c
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/kern/uipc_usrreq.c
/freebsd/sys/kern/vfs_export.c
/freebsd/sys/modules/gpio/gpioaei/Makefile
/freebsd/sys/modules/vmm/Makefile
/freebsd/sys/netinet/sctp_bsd_addr.c
/freebsd/sys/netinet/sctp_pcb.c
/freebsd/sys/netinet/sctp_pcb.h
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_norm.c
/freebsd/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
/freebsd/sys/rpc/svc_auth.c
/freebsd/sys/security/audit/audit.h
/freebsd/sys/security/audit/audit_arg.c
/freebsd/sys/sys/bus.h
/freebsd/sys/sys/file.h
/freebsd/sys/sys/protosw.h
/freebsd/sys/sys/socketvar.h
/freebsd/sys/sys/syscallsubr.h
/freebsd/sys/sys/ucred.h
/freebsd/sys/sys/unpcb.h
/freebsd/sys/x86/iommu/amd_cmd.c
/freebsd/sys/x86/iommu/amd_ctx.c
/freebsd/sys/x86/iommu/amd_drv.c
/freebsd/sys/x86/iommu/amd_event.c
/freebsd/sys/x86/iommu/amd_idpgtbl.c
/freebsd/sys/x86/iommu/amd_intrmap.c
/freebsd/sys/x86/iommu/amd_iommu.h
/freebsd/sys/x86/iommu/amd_reg.h
/freebsd/sys/x86/iommu/intel_ctx.c
/freebsd/sys/x86/iommu/intel_dmar.h
/freebsd/sys/x86/iommu/intel_drv.c
/freebsd/sys/x86/iommu/iommu_utils.c
/freebsd/sys/x86/iommu/x86_iommu.h
/freebsd/tests/sys/kern/unix_dgram.c
/freebsd/usr.bin/sockstat/sockstat.1
/freebsd/usr.bin/sockstat/sockstat.c
/freebsd/usr.sbin/dconschat/Makefile
/freebsd/usr.sbin/dconschat/dconschat.c
/freebsd/usr.sbin/freebsd-update/freebsd-update.sh
/freebsd/usr.sbin/i2c/i2c.8
/freebsd/usr.sbin/jail/jail.8
/freebsd/usr.sbin/newsyslog/newsyslog.conf.5
/freebsd/usr.sbin/praudit/tests/input/numeric_form
/freebsd/usr.sbin/syslogd/syslogd.c
8d6feaaa30-Oct-2024 Cy Schubert <cy@FreeBSD.org>

ipfilter: Set ipf -T optionlist at boot

There is no easy way to set ipfilter optionlist variables during boot.
Add plumbing to the rc script to support this.

PR: 130555
Reviewed by: jlduran
MFC

ipfilter: Set ipf -T optionlist at boot

There is no easy way to set ipfilter optionlist variables during boot.
Add plumbing to the rc script to support this.

PR: 130555
Reviewed by: jlduran
MFC 1 week
Differential Revision: https://reviews.freebsd.org/D47346

show more ...


/freebsd/Makefile.inc1
/freebsd/bin/hostname/tests/hostname_test.sh
/freebsd/contrib/libcxxrt/exception.cc
/freebsd/include/rpc/xdr.h
/freebsd/lib/Makefile
/freebsd/lib/libarchive/tests/Makefile
/freebsd/lib/libc/gen/fts.c
/freebsd/lib/libc/xdr/xdr.c
/freebsd/lib/libsys/Makefile.sys
/freebsd/lib/libvmmapi/riscv/Makefile.inc
/freebsd/lib/libvmmapi/riscv/vmmapi_machdep.c
/freebsd/lib/libvmmapi/vmmapi.h
rc.conf
rc.d/ipfilter
/freebsd/release/packages/Makefile.package
/freebsd/release/tools/oracle.conf
/freebsd/share/man/man4/ipsec.4
/freebsd/share/man/man4/ktls.4
/freebsd/share/man/man4/snd_hdsp.4
/freebsd/share/man/man5/resolver.5
/freebsd/share/man/man5/src.conf.5
/freebsd/share/misc/committers-src.dot
/freebsd/sys/amd64/amd64/fpu.c
/freebsd/sys/amd64/vmm/vmm.c
/freebsd/sys/arm64/vmm/vmm.c
/freebsd/sys/cddl/dev/systrace/systrace.c
/freebsd/sys/compat/freebsd32/freebsd32_syscall.h
/freebsd/sys/compat/freebsd32/freebsd32_syscalls.c
/freebsd/sys/compat/freebsd32/freebsd32_sysent.c
/freebsd/sys/compat/freebsd32/syscalls.conf
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/conf/files
/freebsd/sys/conf/files.riscv
/freebsd/sys/conf/kern.mk
/freebsd/sys/conf/sysent.mk
/freebsd/sys/dev/cxgbe/cxgbei/icl_cxgbei.c
/freebsd/sys/dev/cxgbe/tom/t4_cpl_io.c
/freebsd/sys/dev/fdt/fdt_slicer.c
/freebsd/sys/dev/gpio/acpi_gpiobus.c
/freebsd/sys/dev/gpio/acpi_gpiobusvar.h
/freebsd/sys/dev/gpio/gpioaei.c
/freebsd/sys/dev/gpio/gpiobus.c
/freebsd/sys/dev/iavf/iavf_lib.c
/freebsd/sys/dev/iavf/if_iavf_iflib.c
/freebsd/sys/dev/ice/if_ice_iflib.c
/freebsd/sys/dev/iicbus/controller/vybrid/vf_i2c.c
/freebsd/sys/dev/iicbus/iicbus.c
/freebsd/sys/dev/iscsi/icl_soft.c
/freebsd/sys/dev/mii/mii.c
/freebsd/sys/dev/mmc/mmcsd.c
/freebsd/sys/dev/msk/if_msk.c
/freebsd/sys/dev/nvdimm/nvdimm_acpi.c
/freebsd/sys/dev/nvmf/nvmf_tcp.c
/freebsd/sys/dev/ow/ow.c
/freebsd/sys/dev/pci/fixup_pci.c
/freebsd/sys/dev/pci/ignore_pci.c
/freebsd/sys/dev/sk/if_sk.c
/freebsd/sys/dev/smbus/smbus.c
/freebsd/sys/dev/sound/pci/csa.c
/freebsd/sys/dev/sound/pci/emu10kx.c
/freebsd/sys/dev/sound/pci/hdsp.c
/freebsd/sys/dev/sound/pci/hdsp.h
/freebsd/sys/dev/sound/pci/hdspe.c
/freebsd/sys/dev/spibus/acpi_spibus.c
/freebsd/sys/dev/spibus/ofw_spibus.c
/freebsd/sys/dev/spibus/spibus.c
/freebsd/sys/dev/spibus/spibusvar.h
/freebsd/sys/dev/superio/superio.c
/freebsd/sys/dev/vt/vt_core.c
/freebsd/sys/fs/nfsclient/nfs_clrpcops.c
/freebsd/sys/geom/geom_flashmap.c
/freebsd/sys/i386/i386/npx.c
/freebsd/sys/isa/isa_common.c
/freebsd/sys/kern/init_sysent.c
/freebsd/sys/kern/kern_malloc.c
/freebsd/sys/kern/kern_mbuf.c
/freebsd/sys/kern/kern_sendfile.c
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/syscalls.master
/freebsd/sys/kern/uipc_ktls.c
/freebsd/sys/kern/uipc_mbuf.c
/freebsd/sys/modules/gpio/Makefile
/freebsd/sys/modules/gpio/gpioaei/Makefile
/freebsd/sys/net/pfvar.h
/freebsd/sys/netinet/igmp.c
/freebsd/sys/netinet/ip_mroute.c
/freebsd/sys/netinet/ip_options.c
/freebsd/sys/netinet/tcp_input.c
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/tcp_sack.c
/freebsd/sys/netinet6/ip6_mroute.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_syncookies.c
/freebsd/sys/riscv/include/cpu.h
/freebsd/sys/riscv/include/elf.h
/freebsd/sys/riscv/include/md_var.h
/freebsd/sys/riscv/include/riscvreg.h
/freebsd/sys/riscv/include/vmm.h
/freebsd/sys/riscv/include/vmm_dev.h
/freebsd/sys/riscv/include/vmm_instruction_emul.h
/freebsd/sys/riscv/include/vmm_snapshot.h
/freebsd/sys/riscv/riscv/aplic.c
/freebsd/sys/riscv/riscv/genassym.c
/freebsd/sys/riscv/riscv/identcpu.c
/freebsd/sys/riscv/riscv/plic.c
/freebsd/sys/riscv/vmm/riscv.h
/freebsd/sys/riscv/vmm/vmm.c
/freebsd/sys/riscv/vmm/vmm_aplic.c
/freebsd/sys/riscv/vmm/vmm_aplic.h
/freebsd/sys/riscv/vmm/vmm_dev_machdep.c
/freebsd/sys/riscv/vmm/vmm_instruction_emul.c
/freebsd/sys/riscv/vmm/vmm_riscv.c
/freebsd/sys/riscv/vmm/vmm_sbi.c
/freebsd/sys/riscv/vmm/vmm_stat.h
/freebsd/sys/riscv/vmm/vmm_switch.S
/freebsd/sys/rpc/xdr.h
/freebsd/sys/sys/mbuf.h
/freebsd/sys/sys/pctrie.h
/freebsd/sys/sys/syscall.mk
/freebsd/sys/tools/syscalls/README.md
/freebsd/sys/tools/syscalls/config.lua
/freebsd/sys/tools/syscalls/core/freebsd-syscall.lua
/freebsd/sys/tools/syscalls/core/scarg.lua
/freebsd/sys/tools/syscalls/core/scret.lua
/freebsd/sys/tools/syscalls/core/syscall.lua
/freebsd/sys/tools/syscalls/main.lua
/freebsd/sys/tools/syscalls/scripts/init_sysent.lua
/freebsd/sys/tools/syscalls/scripts/libsys_h.lua
/freebsd/sys/tools/syscalls/scripts/syscall_h.lua
/freebsd/sys/tools/syscalls/scripts/syscall_mk.lua
/freebsd/sys/tools/syscalls/scripts/syscalls.lua
/freebsd/sys/tools/syscalls/scripts/syscalls_map.lua
/freebsd/sys/tools/syscalls/scripts/sysproto_h.lua
/freebsd/sys/tools/syscalls/scripts/systrace_args.lua
/freebsd/sys/tools/syscalls/tools/generator.lua
/freebsd/sys/tools/syscalls/tools/util.lua
/freebsd/sys/x86/isa/atpic.c
/freebsd/sys/x86/isa/atrtc.c
/freebsd/sys/x86/isa/clock.c
/freebsd/sys/x86/isa/isa_dma.c
/freebsd/sys/x86/pci/pci_bus.c
/freebsd/sys/x86/x86/nexus.c
/freebsd/sys/xdr/xdr.c
/freebsd/tests/sys/kern/Makefile
/freebsd/tests/sys/kern/sysctl_security_jail_children.sh
/freebsd/tests/sys/netpfil/pf/syncookie.sh
/freebsd/tools/build/options/WITHOUT_LOADER_BIOS_TEXTONLY
/freebsd/tools/tools/README
/freebsd/tools/tools/git/mfc-candidates.sh
/freebsd/tools/tools/so_splice/Makefile
/freebsd/tools/tools/so_splice/pingpong.c
/freebsd/tools/tools/so_splice/proxy.c
/freebsd/usr.sbin/Makefile.riscv
/freebsd/usr.sbin/bhyve/pci_emul.c
/freebsd/usr.sbin/bhyve/pci_irq.h
/freebsd/usr.sbin/bhyve/riscv/Makefile.inc
/freebsd/usr.sbin/bhyve/riscv/bhyverun_machdep.c
/freebsd/usr.sbin/bhyve/riscv/fdt.c
/freebsd/usr.sbin/bhyve/riscv/fdt.h
/freebsd/usr.sbin/bhyve/riscv/pci_irq.c
/freebsd/usr.sbin/bhyve/riscv/pci_irq_machdep.h
/freebsd/usr.sbin/bhyve/riscv/riscv.h
/freebsd/usr.sbin/bhyve/riscv/vmexit.c
/freebsd/usr.sbin/bhyvectl/riscv/Makefile.inc
/freebsd/usr.sbin/bhyvectl/riscv/bhyvectl_machdep.c
/freebsd/usr.sbin/freebsd-update/freebsd-update.sh
/freebsd/usr.sbin/kbdcontrol/kbdcontrol.c
/freebsd/usr.sbin/ndp/ndp.c
/freebsd/usr.sbin/ndp/ndp.h
/freebsd/usr.sbin/ndp/ndp_netlink.c
2775b9b029-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

nuageinit: add support for OpenStack network config

Add naive support for openstack network config.
if no config driver have been found, try to detect that we are running a
VM on openstack via the s

nuageinit: add support for OpenStack network config

Add naive support for openstack network config.
if no config driver have been found, try to detect that we are running a
VM on openstack via the smbios information, use the first iface
available and temporary activate dhcp on it, to be able to fetch the
necessary informations for cloudinit.

While here make the rc script execute after devmatch, some ethernet
device might be attached via devmatch and may be needed for cloudinit.

Tested on OVHCloud Public Cloud.

MFC after: 3 weeks
Sponsored by: OVHCloud

show more ...

207ab5f429-Oct-2024 Mark Johnston <markj@FreeBSD.org>

rc.d/opensm: Only install when MK_OFED_EXTRA is set

opensm itself is only installed when MK_OFED_EXTRA is set, so it only
makes sense for the same to be true of the rc script.

PR: 257646
Reviewed

rc.d/opensm: Only install when MK_OFED_EXTRA is set

opensm itself is only installed when MK_OFED_EXTRA is set, so it only
makes sense for the same to be true of the rc script.

PR: 257646
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D47313

show more ...


rc.d/Makefile
/freebsd/sbin/camcontrol/camcontrol.c
/freebsd/sbin/sysctl/sysctl.8
/freebsd/sbin/sysctl/sysctl.c
/freebsd/sys/arm64/arm64/nexus.c
/freebsd/sys/conf/files.amd64
/freebsd/sys/conf/files.arm64
/freebsd/sys/conf/files.powerpc
/freebsd/sys/contrib/dev/ice/README
/freebsd/sys/contrib/dev/ice/ice-1.3.41.0.pkg
/freebsd/sys/dev/cxgb/cxgb_main.c
/freebsd/sys/dev/ice/ice_adminq_cmd.h
/freebsd/sys/dev/ice/ice_bitops.h
/freebsd/sys/dev/ice/ice_common.c
/freebsd/sys/dev/ice/ice_common.h
/freebsd/sys/dev/ice/ice_common_txrx.h
/freebsd/sys/dev/ice/ice_controlq.c
/freebsd/sys/dev/ice/ice_controlq.h
/freebsd/sys/dev/ice/ice_dcb.c
/freebsd/sys/dev/ice/ice_dcb.h
/freebsd/sys/dev/ice/ice_ddp_common.c
/freebsd/sys/dev/ice/ice_ddp_common.h
/freebsd/sys/dev/ice/ice_devids.h
/freebsd/sys/dev/ice/ice_drv_info.h
/freebsd/sys/dev/ice/ice_features.h
/freebsd/sys/dev/ice/ice_flex_pipe.c
/freebsd/sys/dev/ice/ice_flex_pipe.h
/freebsd/sys/dev/ice/ice_flow.c
/freebsd/sys/dev/ice/ice_flow.h
/freebsd/sys/dev/ice/ice_fw_logging.c
/freebsd/sys/dev/ice/ice_fwlog.c
/freebsd/sys/dev/ice/ice_fwlog.h
/freebsd/sys/dev/ice/ice_hw_autogen.h
/freebsd/sys/dev/ice/ice_iflib.h
/freebsd/sys/dev/ice/ice_lan_tx_rx.h
/freebsd/sys/dev/ice/ice_lib.c
/freebsd/sys/dev/ice/ice_lib.h
/freebsd/sys/dev/ice/ice_nvm.c
/freebsd/sys/dev/ice/ice_nvm.h
/freebsd/sys/dev/ice/ice_rdma.c
/freebsd/sys/dev/ice/ice_sbq_cmd.h
/freebsd/sys/dev/ice/ice_sched.c
/freebsd/sys/dev/ice/ice_sched.h
/freebsd/sys/dev/ice/ice_strings.c
/freebsd/sys/dev/ice/ice_switch.c
/freebsd/sys/dev/ice/ice_switch.h
/freebsd/sys/dev/ice/ice_type.h
/freebsd/sys/dev/ice/ice_vlan_mode.c
/freebsd/sys/dev/ice/ice_vlan_mode.h
/freebsd/sys/dev/ice/if_ice_iflib.c
/freebsd/sys/dev/ice/virtchnl.h
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/modules/ice_ddp/Makefile
/freebsd/sys/sys/pctrie.h
/freebsd/tools/build/mk/OptionalObsoleteFiles.inc
a5ad360f23-Oct-2024 Mateusz Piotrowski <0mp@FreeBSD.org>

rc: Remove rc_fast_and_loose

The rc_fast_and_loose variable allowed rc(8) to start services
by sourcing them into rc's own shell environment. Normally, each rc
service script is started by being sou

rc: Remove rc_fast_and_loose

The rc_fast_and_loose variable allowed rc(8) to start services
by sourcing them into rc's own shell environment. Normally, each rc
service script is started by being sourced into its own subshell
instead. The feature was meant to speed up rc(8) by avoiding the extra
forking necessary to spawn subshells.

In practice, the feature has been broken for a long time now. One of the
reasons is that some rc service scripts call the exit builtin to return
non-zero error codes, which not only terminates the service subshell
but also rc(8) when rc_fast_and_loose is enabled. For example,
a system running any of the supported FreeBSD releases
with rc_fast_and_loose=yes would abort rc(8) as early as rc.d/hostid,
due to an "exit 0".

Fixing rc_fast_and_loose support would require rewriting some rc scripts
to support being sourced directly into rc(8) process. This would muddy
the code base and also would prove difficult to maintain long term
as this is simply not how rc(8) users write scripts. The potential
performance benefits are unlikely to be significant even for use cases
such as Morello under qemu.

Instead, remove support for rc_fast_and_loose completely from rc(8)
and inform users about the change.

PR: 282255
Reviewed by: brooks, christos, mhorne
Approved by: christos (mentor), markj (mentor)
MFC after: 2 weeks
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D47264

show more ...


/freebsd/UPDATING
/freebsd/contrib/llvm-project/llvm/lib/Analysis/StackSafetyAnalysis.cpp
/freebsd/lib/libpmc/pmc.amd.3
/freebsd/lib/libusb/libusb.3
/freebsd/libexec/flua/linit_flua.c
/freebsd/libexec/flua/modules/lposix.c
/freebsd/libexec/flua/modules/lposix.h
rc.subr
/freebsd/libexec/rtld-elf/rtld.1
/freebsd/sbin/camcontrol/camcontrol.c
/freebsd/sbin/ipf/ipf/ipf.5
/freebsd/sbin/ipf/ipf/ipf.8
/freebsd/sbin/nvmecontrol/nvmecontrol.8
/freebsd/share/man/man4/enic.4
/freebsd/share/man/man4/iwlwifi.4
/freebsd/share/man/man4/iwlwififw.4
/freebsd/share/man/man4/ktls.4
/freebsd/share/man/man4/rtw89.4
/freebsd/share/man/man8/rc.subr.8
/freebsd/stand/i386/loader/conf.c
/freebsd/stand/i386/loader/gfx_bios.c
/freebsd/stand/libsa/libsa.3
/freebsd/stand/man/loader.efi.8
/freebsd/sys/compat/linuxkpi/common/include/linux/ieee80211.h
/freebsd/sys/compat/linuxkpi/common/include/linux/nl80211.h
/freebsd/sys/compat/linuxkpi/common/include/net/cfg80211.h
/freebsd/sys/compat/linuxkpi/common/include/net/mac80211.h
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.h
/freebsd/sys/compat/linuxkpi/common/src/linux_80211_macops.c
/freebsd/sys/contrib/dev/iwlwifi/cfg/22000.c
/freebsd/sys/contrib/dev/iwlwifi/cfg/ax210.c
/freebsd/sys/contrib/dev/iwlwifi/cfg/bz.c
/freebsd/sys/contrib/dev/iwlwifi/cfg/sc.c
/freebsd/sys/contrib/dev/iwlwifi/fw/acpi.c
/freebsd/sys/contrib/dev/iwlwifi/fw/acpi.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/alive.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/binding.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/coex.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/commands.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/config.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/d3.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/datapath.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/dbg-tlv.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/debug.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/location.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/mac-cfg.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/mac.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/nvm-reg.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/offload.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/phy-ctxt.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/phy.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/power.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/rfi.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/rs.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/rx.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/scan.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/sta.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/stats.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/time-event.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/tx.h
/freebsd/sys/contrib/dev/iwlwifi/fw/api/txq.h
/freebsd/sys/contrib/dev/iwlwifi/fw/dbg.c
/freebsd/sys/contrib/dev/iwlwifi/fw/dbg.h
/freebsd/sys/contrib/dev/iwlwifi/fw/debugfs.c
/freebsd/sys/contrib/dev/iwlwifi/fw/dump.c
/freebsd/sys/contrib/dev/iwlwifi/fw/error-dump.h
/freebsd/sys/contrib/dev/iwlwifi/fw/file.h
/freebsd/sys/contrib/dev/iwlwifi/fw/img.h
/freebsd/sys/contrib/dev/iwlwifi/fw/init.c
/freebsd/sys/contrib/dev/iwlwifi/fw/notif-wait.h
/freebsd/sys/contrib/dev/iwlwifi/fw/pnvm.c
/freebsd/sys/contrib/dev/iwlwifi/fw/regulatory.c
/freebsd/sys/contrib/dev/iwlwifi/fw/regulatory.h
/freebsd/sys/contrib/dev/iwlwifi/fw/rs.c
/freebsd/sys/contrib/dev/iwlwifi/fw/runtime.h
/freebsd/sys/contrib/dev/iwlwifi/fw/uefi.c
/freebsd/sys/contrib/dev/iwlwifi/fw/uefi.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-config.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-context-info-gen3.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-csr.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-dbg-tlv.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-dbg-tlv.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-debug.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-devtrace.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-drv.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-drv.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-fh.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-io.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-modparams.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-nvm-parse.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-nvm-parse.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-nvm-utils.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-nvm-utils.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-op-mode.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-prph.h
/freebsd/sys/contrib/dev/iwlwifi/iwl-trans.c
/freebsd/sys/contrib/dev/iwlwifi/iwl-trans.h
/freebsd/sys/contrib/dev/iwlwifi/mei/iwl-mei.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/coex.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/constants.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/d3.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/debugfs-vif.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/debugfs.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/debugfs.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/ftm-initiator.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/ftm-responder.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/fw.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/link.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/mac-ctxt.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/mac80211.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/mld-key.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/mld-mac.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/mld-mac80211.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/mld-sta.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/mvm.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/nvm.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/offloading.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/ops.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/phy-ctxt.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/power.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/rfi.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/rs-fw.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/rx.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/rxmq.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/scan.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/sf.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/sta.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/sta.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/tdls.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/testmode.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/time-event.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/time-event.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/tt.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/tx.c
/freebsd/sys/contrib/dev/iwlwifi/mvm/utils.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/ctxt-info-gen3.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/ctxt-info.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/drv.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/internal.h
/freebsd/sys/contrib/dev/iwlwifi/pcie/rx.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/trans-gen2.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/trans.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/tx-gen2.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/tx.c
/freebsd/sys/contrib/dev/iwlwifi/tests/Makefile
/freebsd/sys/contrib/dev/iwlwifi/tests/devinfo.c
/freebsd/sys/contrib/dev/iwlwifi/tests/module.c
/freebsd/sys/contrib/dev/rtw88/Makefile
/freebsd/sys/contrib/dev/rtw88/coex.c
/freebsd/sys/contrib/dev/rtw88/debug.c
/freebsd/sys/contrib/dev/rtw88/debug.h
/freebsd/sys/contrib/dev/rtw88/fw.c
/freebsd/sys/contrib/dev/rtw88/fw.h
/freebsd/sys/contrib/dev/rtw88/mac.c
/freebsd/sys/contrib/dev/rtw88/mac80211.c
/freebsd/sys/contrib/dev/rtw88/main.c
/freebsd/sys/contrib/dev/rtw88/main.h
/freebsd/sys/contrib/dev/rtw88/pci.c
/freebsd/sys/contrib/dev/rtw88/pci.h
/freebsd/sys/contrib/dev/rtw88/phy.c
/freebsd/sys/contrib/dev/rtw88/ps.c
/freebsd/sys/contrib/dev/rtw88/reg.h
/freebsd/sys/contrib/dev/rtw88/regd.c
/freebsd/sys/contrib/dev/rtw88/regd.h
/freebsd/sys/contrib/dev/rtw88/rtw8703b.c
/freebsd/sys/contrib/dev/rtw88/rtw8703b.h
/freebsd/sys/contrib/dev/rtw88/rtw8703b_tables.c
/freebsd/sys/contrib/dev/rtw88/rtw8703b_tables.h
/freebsd/sys/contrib/dev/rtw88/rtw8723cs.c
/freebsd/sys/contrib/dev/rtw88/rtw8723d.c
/freebsd/sys/contrib/dev/rtw88/rtw8723d.h
/freebsd/sys/contrib/dev/rtw88/rtw8723x.c
/freebsd/sys/contrib/dev/rtw88/rtw8723x.h
/freebsd/sys/contrib/dev/rtw88/rtw8821c.c
/freebsd/sys/contrib/dev/rtw88/rtw8821c.h
/freebsd/sys/contrib/dev/rtw88/rtw8821c_table.c
/freebsd/sys/contrib/dev/rtw88/rtw8821cu.c
/freebsd/sys/contrib/dev/rtw88/rtw8822b.c
/freebsd/sys/contrib/dev/rtw88/rtw8822c.c
/freebsd/sys/contrib/dev/rtw88/rtw8822c_table.c
/freebsd/sys/contrib/dev/rtw88/rtw8822cu.c
/freebsd/sys/contrib/dev/rtw88/rx.h
/freebsd/sys/contrib/dev/rtw88/sar.c
/freebsd/sys/contrib/dev/rtw88/sdio.c
/freebsd/sys/contrib/dev/rtw88/tx.c
/freebsd/sys/contrib/dev/rtw88/usb.c
/freebsd/sys/contrib/dev/rtw89/Kconfig
/freebsd/sys/contrib/dev/rtw89/Makefile
/freebsd/sys/contrib/dev/rtw89/acpi.c
/freebsd/sys/contrib/dev/rtw89/acpi.h
/freebsd/sys/contrib/dev/rtw89/cam.c
/freebsd/sys/contrib/dev/rtw89/cam.h
/freebsd/sys/contrib/dev/rtw89/chan.c
/freebsd/sys/contrib/dev/rtw89/chan.h
/freebsd/sys/contrib/dev/rtw89/coex.c
/freebsd/sys/contrib/dev/rtw89/coex.h
/freebsd/sys/contrib/dev/rtw89/core.c
/freebsd/sys/contrib/dev/rtw89/core.h
/freebsd/sys/contrib/dev/rtw89/debug.c
/freebsd/sys/contrib/dev/rtw89/debug.h
/freebsd/sys/contrib/dev/rtw89/efuse.c
/freebsd/sys/contrib/dev/rtw89/efuse.h
/freebsd/sys/contrib/dev/rtw89/efuse_be.c
/freebsd/sys/contrib/dev/rtw89/fw.c
/freebsd/sys/contrib/dev/rtw89/fw.h
/freebsd/sys/contrib/dev/rtw89/mac.c
/freebsd/sys/contrib/dev/rtw89/mac.h
/freebsd/sys/contrib/dev/rtw89/mac80211.c
/freebsd/sys/contrib/dev/rtw89/mac_be.c
/freebsd/sys/contrib/dev/rtw89/pci.c
/freebsd/sys/contrib/dev/rtw89/pci.h
/freebsd/sys/contrib/dev/rtw89/pci_be.c
/freebsd/sys/contrib/dev/rtw89/phy.c
/freebsd/sys/contrib/dev/rtw89/phy.h
/freebsd/sys/contrib/dev/rtw89/phy_be.c
/freebsd/sys/contrib/dev/rtw89/ps.c
/freebsd/sys/contrib/dev/rtw89/ps.h
/freebsd/sys/contrib/dev/rtw89/reg.h
/freebsd/sys/contrib/dev/rtw89/regd.c
/freebsd/sys/contrib/dev/rtw89/rtw8851b.c
/freebsd/sys/contrib/dev/rtw89/rtw8851b_table.c
/freebsd/sys/contrib/dev/rtw89/rtw8851b_table.h
/freebsd/sys/contrib/dev/rtw89/rtw8851be.c
/freebsd/sys/contrib/dev/rtw89/rtw8852a.c
/freebsd/sys/contrib/dev/rtw89/rtw8852a_table.c
/freebsd/sys/contrib/dev/rtw89/rtw8852a_table.h
/freebsd/sys/contrib/dev/rtw89/rtw8852ae.c
/freebsd/sys/contrib/dev/rtw89/rtw8852b.c
/freebsd/sys/contrib/dev/rtw89/rtw8852b.h
/freebsd/sys/contrib/dev/rtw89/rtw8852b_common.c
/freebsd/sys/contrib/dev/rtw89/rtw8852b_common.h
/freebsd/sys/contrib/dev/rtw89/rtw8852b_rfk.c
/freebsd/sys/contrib/dev/rtw89/rtw8852b_table.c
/freebsd/sys/contrib/dev/rtw89/rtw8852b_table.h
/freebsd/sys/contrib/dev/rtw89/rtw8852be.c
/freebsd/sys/contrib/dev/rtw89/rtw8852bt.h
/freebsd/sys/contrib/dev/rtw89/rtw8852bt_rfk.c
/freebsd/sys/contrib/dev/rtw89/rtw8852bt_rfk.h
/freebsd/sys/contrib/dev/rtw89/rtw8852bt_rfk_table.c
/freebsd/sys/contrib/dev/rtw89/rtw8852bt_rfk_table.h
/freebsd/sys/contrib/dev/rtw89/rtw8852c.c
/freebsd/sys/contrib/dev/rtw89/rtw8852c.h
/freebsd/sys/contrib/dev/rtw89/rtw8852c_rfk.c
/freebsd/sys/contrib/dev/rtw89/rtw8852c_rfk.h
/freebsd/sys/contrib/dev/rtw89/rtw8852c_rfk_table.c
/freebsd/sys/contrib/dev/rtw89/rtw8852c_table.c
/freebsd/sys/contrib/dev/rtw89/rtw8852c_table.h
/freebsd/sys/contrib/dev/rtw89/rtw8852ce.c
/freebsd/sys/contrib/dev/rtw89/rtw8922a.c
/freebsd/sys/contrib/dev/rtw89/rtw8922a.h
/freebsd/sys/contrib/dev/rtw89/rtw8922a_rfk.c
/freebsd/sys/contrib/dev/rtw89/rtw8922a_rfk.h
/freebsd/sys/contrib/dev/rtw89/rtw8922ae.c
/freebsd/sys/contrib/dev/rtw89/sar.c
/freebsd/sys/contrib/dev/rtw89/sar.h
/freebsd/sys/contrib/dev/rtw89/ser.c
/freebsd/sys/contrib/dev/rtw89/txrx.h
/freebsd/sys/contrib/dev/rtw89/util.c
/freebsd/sys/contrib/dev/rtw89/util.h
/freebsd/sys/contrib/dev/rtw89/wow.c
/freebsd/sys/contrib/dev/rtw89/wow.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/simd.h
/freebsd/sys/modules/iwlwifi/Makefile
/freebsd/sys/modules/rtw88/Makefile
/freebsd/sys/modules/rtw89/Makefile
/freebsd/sys/net/if_bridge.c
/freebsd/sys/net/if_tuntap.c
/freebsd/sys/security/mac_do/mac_do.c
/freebsd/usr.sbin/fstyp/hammer2.c
/freebsd/usr.sbin/fstyp/ntfs.c
/freebsd/usr.sbin/fwget/pci/pci_network_intel
/freebsd/usr.sbin/gssd/gssd.8
65691b2d18-Oct-2024 Robert William Vesterman <bob@vesterman.com>

libexec/rc/rc.d/netif: Typo fix

Just fixing a typo ("configuriing" => "configuring").

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1484

3e55170e26-Oct-2024 Mark Johnston <markj@FreeBSD.org>

rc.d/kld: Print modules being loaded, take three

Some kernel modules will print informative messages when they are
loaded, making the output confusing. Print everything up front instead.

Fixes: 15

rc.d/kld: Print modules being loaded, take three

Some kernel modules will print informative messages when they are
loaded, making the output confusing. Print everything up front instead.

Fixes: 152382e6613d ("rc.d/kld: Print the kernel modules being loaded")

show more ...

cdb3cda626-Oct-2024 Mark Johnston <markj@FreeBSD.org>

rc.d/kld: Avoid printing a trailing space

Fixes: 152382e6613d ("rc.d/kld: Print the kernel modules being loaded")
Reported by: jrtc27

152382e626-Oct-2024 Mark Felder <feld@FreeBSD.org>

rc.d/kld: Print the kernel modules being loaded

PR: 282269
MFC after: 2 weeks


/freebsd/Makefile.inc1
/freebsd/ObsoleteFiles.inc
/freebsd/cddl/usr.bin/zstream/Makefile
/freebsd/contrib/libcxxrt/atomic.h
/freebsd/contrib/libcxxrt/cxxabi.h
/freebsd/contrib/libcxxrt/exception.cc
/freebsd/contrib/libcxxrt/libelftc_dem_gnu3.c
/freebsd/contrib/libcxxrt/memory.cc
/freebsd/contrib/libcxxrt/noexception.cc
/freebsd/contrib/libcxxrt/stdexcept.cc
/freebsd/contrib/libcxxrt/stdexcept.h
/freebsd/contrib/llvm-project/FREEBSD-Xlist
/freebsd/contrib/llvm-project/clang/include/clang-c/Index.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesManager.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesReader.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/APINotesWriter.h
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/Types.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTConcept.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTConsumer.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTContext.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTMutationListener.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTNodeTraverser.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ASTUnresolvedSet.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/AbstractBasicReader.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/AbstractBasicWriter.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Availability.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/BuiltinTypes.def
/freebsd/contrib/llvm-project/clang/include/clang/AST/CommentCommandTraits.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/CommentCommands.td
/freebsd/contrib/llvm-project/clang/include/clang/AST/CommentParser.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ComparisonCategories.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ComputeDependence.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Decl.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclAccessPair.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclBase.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclCXX.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclContextInternals.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclFriend.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclID.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclObjC.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclOpenMP.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/DeclTemplate.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Expr.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ExprCXX.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ExprOpenMP.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/ExternalASTSource.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/FormatString.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/GlobalDecl.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/JSONNodeDumper.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Mangle.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/NestedNameSpecifier.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/OpenACCClause.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/OpenMPClause.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/OperationKinds.def
/freebsd/contrib/llvm-project/clang/include/clang/AST/ParentMapContext.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/PrettyPrinter.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/PropertiesBase.td
/freebsd/contrib/llvm-project/clang/include/clang/AST/RawCommentList.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/RecursiveASTVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Redeclarable.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Stmt.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/StmtObjC.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/StmtOpenACC.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/StmtOpenMP.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/StmtVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TemplateBase.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TemplateName.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TextNodeDumper.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/Type.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TypeLoc.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/TypeProperties.td
/freebsd/contrib/llvm-project/clang/include/clang/AST/UnresolvedSet.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/VTTBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/AST/VTableBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ASTMatchers.h
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/UnsafeBufferUsage.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/CFG.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ASTOps.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/AdornedCFG.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/CNFFormula.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowLattice.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/DataflowValues.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Logger.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/RecordOps.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Solver.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Transfer.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Value.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/PathDiagnostic.h
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/SelectorExtras.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AMDGPUTypes.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ASTSourceDescriptor.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AllDiagnostics.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Attr.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AttrDocs.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/AttributeCommonInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Builtins.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Builtins.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Builtins.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsAArch64.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsAMDGPU.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsBPF.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsBase.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsNVPTX.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsRISCV.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsWebAssembly.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/BuiltinsX86.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/CharInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/CodeGenOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/CodeGenOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Cuda.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/CustomizableOptional.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DarwinSDKInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DebugOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DeclNodes.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Diagnostic.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticASTKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticCommonKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticDriverKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticFrontendKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticGroups.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticIDs.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticInstallAPI.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticInstallAPIKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticLexKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticParseKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticSemaKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DiagnosticSerializationKinds.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/DirectoryEntry.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Features.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/FileEntry.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/FileManager.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/IdentifierTable.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangStandard.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/LangStandards.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/MSP430Target.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Module.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/OpenACCClauses.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/OpenACCKinds.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/OpenCLExtensionTypes.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/OpenMPKinds.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/PointerAuthOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/RISCVVTypes.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Sanitizers.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/SourceLocation.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/SourceManager.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Specifiers.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/StmtNodes.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/SyncScope.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetBuiltins.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetCXXABI.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TargetOSMacros.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Thunk.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TokenKinds.def
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TokenKinds.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/TypeNodes.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/Visibility.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_fp16.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_neon.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_neon_incl.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_sme.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_sve.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/arm_sve_sme_incl.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/riscv_sifive_vector.td
/freebsd/contrib/llvm-project/clang/include/clang/Basic/riscv_vector.td
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/CIRDialect.h
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/CIRDialect.td
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/CIROps.td
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/CGFunctionInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/CodeGenABITypes.h
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/CodeGenAction.h
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ConstantInitBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ModuleBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ClangOptionDocs.td
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Distro.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Driver.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/OffloadBundler.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Options.td
/freebsd/contrib/llvm-project/clang/include/clang/Driver/SanitizerArgs.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ToolChain.h
/freebsd/contrib/llvm-project/clang/include/clang/Driver/Types.def
/freebsd/contrib/llvm-project/clang/include/clang/Driver/aarch64-mlr-for-calls-only.c
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/API.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/APIRecords.inc
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/DeclarationFragments.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ExtractAPIActionBase.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/FrontendActions.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/APISetVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
/freebsd/contrib/llvm-project/clang/include/clang/Format/Format.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ASTUnit.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/CompilerInstance.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/CompilerInvocation.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/FrontendActions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/FrontendOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/MultiplexConsumer.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/PrecompiledPreamble.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/PreprocessorOutputOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/SerializedDiagnosticReader.h
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/TextDiagnostic.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/Context.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/DirectoryScanner.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/DylibVerifier.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/FileList.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/Frontend.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/FrontendRecords.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/HeaderFile.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/InstallAPIDiagnostic.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/Library.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/MachO.h
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/Visitor.h
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/Interpreter.h
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/Value.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ExternalPreprocessorSource.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/HeaderSearch.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/HeaderSearchOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/LiteralSupport.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/MacroInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ModuleMap.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PPCallbacks.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PPDirectiveParameter.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PPEmbedParameters.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PreprocessingRecord.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/Preprocessor.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/PreprocessorOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Lex/Token.h
/freebsd/contrib/llvm-project/clang/include/clang/Parse/Parser.h
/freebsd/contrib/llvm-project/clang/include/clang/Parse/RAIIObjectsForParser.h
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/HTMLRewrite.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/AnalysisBasedWarnings.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Attr.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/CodeCompleteConsumer.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/CodeCompleteOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/DeclSpec.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/DelayedDiagnostic.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/HLSLExternalSemaSource.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Initialization.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Lookup.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/MultiplexExternalSemaSource.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Overload.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ParsedAttr.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ParsedTemplate.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Redeclaration.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Scope.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ScopeInfo.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Sema.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaAMDGPU.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaARM.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaAVR.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaBPF.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaBase.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaCUDA.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaCodeCompletion.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaConcept.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaHLSL.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaHexagon.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaInternal.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaLoongArch.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaM68k.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaMIPS.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaMSP430.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaNVPTX.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaObjC.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaOpenACC.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaOpenCL.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaOpenMP.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaPPC.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaPseudoObject.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaRISCV.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaSYCL.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaSwift.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaSystemZ.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaWasm.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/SemaX86.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/Template.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/TemplateDeduction.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTBitCodes.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTDeserializationListener.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTReader.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTRecordReader.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTRecordWriter.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ASTWriter.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ModuleFile.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ModuleFileExtension.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ModuleManager.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/PCHContainerOperations.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/SourceLocationEncoding.h
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/TypeBitCodes.def
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugSuppression.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/Z3CrosscheckVisitor.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
/freebsd/contrib/llvm-project/clang/include/clang/Support/RISCVVIntrinsicUtils.h
/freebsd/contrib/llvm-project/clang/include/clang/Testing/CommandLineArgs.h
/freebsd/contrib/llvm-project/clang/include/clang/Testing/TestAST.h
/freebsd/contrib/llvm-project/clang/include/clang/Testing/TestClangConfig.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/CommonOptionsParser.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/CompilationDatabase.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/IncludeStyle.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/Tokens.h
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/RangeSelector.h
/freebsd/contrib/llvm-project/clang/include/module.modulemap
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesFormat.h
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesManager.cpp
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesReader.cpp
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesTypes.cpp
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesWriter.cpp
/freebsd/contrib/llvm-project/clang/lib/APINotes/APINotesYAMLCompiler.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ARCMT.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ObjCMT.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/TransAPIUses.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/TransGCAttrs.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/Transforms.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/APValue.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTConcept.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTContext.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTDiagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTDumper.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTImporter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTStructuralEquivalence.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ASTTypeTraits.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/AttrDocTable.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Availability.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/CommentParser.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ComparisonCategories.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ComputeDependence.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Decl.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclBase.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclFriend.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclPrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/DeclTemplate.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Expr.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExprClassification.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExprConstShared.h
/freebsd/contrib/llvm-project/clang/lib/AST/ExprConstant.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ExternalASTSource.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/FormatString.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Boolean.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ByteCodeEmitter.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Compiler.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Compiler.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Context.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Context.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Descriptor.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Descriptor.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Disasm.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/DynamicAllocator.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/DynamicAllocator.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvalEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvalEmitter.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvaluationResult.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/EvaluationResult.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Floating.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Function.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Function.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/FunctionPointer.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Integral.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/IntegralAP.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Interp.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Interp.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpBlock.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpBlock.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpBuiltin.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpFrame.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpFrame.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpShared.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpShared.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpStack.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpStack.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpState.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/InterpState.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/MemberPointer.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/MemberPointer.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Opcodes.td
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Pointer.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Pointer.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/PrimType.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/PrimType.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Program.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Program.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Record.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Record.h
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/Source.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/State.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ItaniumMangle.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/JSONNodeDumper.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Linkage.h
/freebsd/contrib/llvm-project/clang/lib/AST/Mangle.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/MicrosoftMangle.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/NSAPI.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/NestedNameSpecifier.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ODRDiagsEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ODRHash.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/OpenACCClause.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/OpenMPClause.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ParentMap.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ParentMapContext.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/PrintfFormatString.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/QualTypeNames.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/RecordLayoutBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/ScanfFormatString.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/SelectorLocationsKind.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Stmt.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/StmtOpenACC.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/StmtOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/StmtPrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/StmtProfile.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TemplateBase.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TemplateName.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TextNodeDumper.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/Type.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TypeLoc.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/TypePrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/VTTBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/AST/VTableBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/Marshallers.h
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/Registry.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/CFG.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/CalledOnceCheck.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/ExprMutationAnalyzer.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ASTOps.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/AdornedCFG.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/CNFFormula.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/HTMLLogger.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/HTMLLogger.css
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/HTMLLogger.html
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Logger.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/RecordOps.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Transfer.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Value.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/MacroExpansionContext.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/ObjCNoReturn.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/PathDiagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/ReachableCode.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/ThreadSafetyCommon.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/UninitializedValues.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/UnsafeBufferUsage.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/ASTSourceDescriptor.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Attributes.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Builtins.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/CharInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Cuda.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Diagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/DiagnosticIDs.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/FileManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/IdentifierTable.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/LangOptions.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/LangStandards.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Module.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/OpenMPKinds.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Sarif.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/TargetInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AArch64.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AArch64.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AMDGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AMDGPU.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ARM.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/AVR.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/BPF.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/BPF.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/CSKY.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/CSKY.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/DirectX.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Hexagon.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Hexagon.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/LoongArch.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/LoongArch.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/M68k.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/M68k.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Mips.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Mips.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/NVPTX.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/NVPTX.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/OSTargets.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/PPC.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/PPC.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/RISCV.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/RISCV.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/SPIR.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/SPIR.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/Sparc.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/SystemZ.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/SystemZ.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/VE.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/WebAssembly.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/WebAssembly.h
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/X86.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/X86.h
/freebsd/contrib/llvm-project/clang/lib/Basic/TypeTraits.cpp
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/CIRDialect.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ABIInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ABIInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ABIInfoImpl.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ABIInfoImpl.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Address.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/BackendConsumer.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/BackendUtil.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGAtomic.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBlocks.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBlocks.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBuilder.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGBuiltin.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCUDANV.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCUDARuntime.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCXXABI.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCXXABI.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCall.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCall.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGClass.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCleanup.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCleanup.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGCoroutine.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDebugInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDebugInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGException.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExpr.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprAgg.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprComplex.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprConstant.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGExprScalar.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGGPUBuiltin.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGHLSLRuntime.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGHLSLRuntime.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGLoopInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGLoopInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGNonTrivialStruct.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjCGNU.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjCMac.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGObjCRuntime.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGPointerAuth.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGPointerAuthInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGRecordLayout.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGStmtOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGVTT.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGVTables.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGVTables.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CGValue.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenAction.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenFunction.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenModule.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenModule.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenPGO.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenPGO.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTBAA.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTBAA.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTypeCache.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTypes.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CodeGenTypes.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ConstantEmitter.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ConstantInitBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CoverageMappingGen.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/CoverageMappingGen.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ItaniumCXXABI.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/LinkInModulesPass.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/LinkInModulesPass.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/MCDCState.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/MicrosoftCXXABI.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ModuleBuilder.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/SwiftCallingConv.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/AArch64.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/AMDGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ARC.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/CSKY.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/Hexagon.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/LoongArch.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/MSP430.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/Mips.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/NVPTX.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/PNaCl.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/PPC.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/RISCV.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/Sparc.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/SystemZ.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/WebAssembly.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/X86.cpp
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/XCore.cpp
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Distro.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Driver.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/OffloadBundler.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/SanitizerArgs.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChain.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AIX.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AIX.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AMDGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AMDGPU.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/AArch64.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/Mips.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/Mips.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/PPC.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/RISCV.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/RISCV.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/Sparc.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/SystemZ.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/X86.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/BareMetal.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Clang.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Clang.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/CommonArgs.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/CommonArgs.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Cuda.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Cuda.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Darwin.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Darwin.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/DragonFly.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Flang.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Flang.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/FreeBSD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Fuchsia.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Gnu.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPAMD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPAMD.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPSPV.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HIPUtility.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HLSL.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/HLSL.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Haiku.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Hexagon.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Linux.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Linux.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MSVC.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MSVC.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MinGW.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/MipsLinux.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/NetBSD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/OHOS.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/OpenBSD.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/PS4CPU.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/PS4CPU.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/RISCVToolchain.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/RISCVToolchain.h
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/SPIRV.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Solaris.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/WebAssembly.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ZOS.cpp
/freebsd/contrib/llvm-project/clang/lib/Driver/Types.cpp
/freebsd/contrib/llvm-project/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/API.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/DeclarationFragments.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/TypedefUnderlyingTypeResolver.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/BreakableToken.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/BreakableToken.h
/freebsd/contrib/llvm-project/clang/lib/Format/ContinuationIndenter.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/ContinuationIndenter.h
/freebsd/contrib/llvm-project/clang/lib/Format/Encoding.h
/freebsd/contrib/llvm-project/clang/lib/Format/Format.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/FormatInternal.h
/freebsd/contrib/llvm-project/clang/lib/Format/FormatToken.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/FormatToken.h
/freebsd/contrib/llvm-project/clang/lib/Format/FormatTokenLexer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/FormatTokenLexer.h
/freebsd/contrib/llvm-project/clang/lib/Format/FormatTokenSource.h
/freebsd/contrib/llvm-project/clang/lib/Format/MacroCallReconstructor.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/MacroExpander.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/Macros.h
/freebsd/contrib/llvm-project/clang/lib/Format/QualifierAlignmentFixer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/QualifierAlignmentFixer.h
/freebsd/contrib/llvm-project/clang/lib/Format/SortJavaScriptImports.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/SortJavaScriptImports.h
/freebsd/contrib/llvm-project/clang/lib/Format/TokenAnalyzer.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/TokenAnalyzer.h
/freebsd/contrib/llvm-project/clang/lib/Format/TokenAnnotator.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/TokenAnnotator.h
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineFormatter.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineFormatter.h
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineParser.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/UnwrappedLineParser.h
/freebsd/contrib/llvm-project/clang/lib/Format/WhitespaceManager.cpp
/freebsd/contrib/llvm-project/clang/lib/Format/WhitespaceManager.h
/freebsd/contrib/llvm-project/clang/lib/Frontend/ASTUnit.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/CompilerInstance.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/CompilerInvocation.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/DependencyFile.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/DependencyGraph.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/FrontendAction.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/FrontendActions.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/FrontendOptions.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/InitPreprocessor.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/ModuleDependencyCollector.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/MultiplexConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/PrecompiledPreamble.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/PrintPreprocessedOutput.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/TextDiagnostic.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/TextDiagnosticPrinter.cpp
/freebsd/contrib/llvm-project/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
/freebsd/contrib/llvm-project/clang/lib/Headers/__clang_cuda_intrinsics.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stdarg_header_macro.h
/freebsd/contrib/llvm-project/clang/lib/Headers/__stddef_header_macro.h
/freebsd/contrib/llvm-project/clang/lib/Headers/arm_acle.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avx512fp16intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/avxintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/bmiintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/builtins.h
/freebsd/contrib/llvm-project/clang/lib/Headers/cpuid.h
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/algorithm
/freebsd/contrib/llvm-project/clang/lib/Headers/emmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/float.h
/freebsd/contrib/llvm-project/clang/lib/Headers/fmaintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/hlsl_basic_types.h
/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/hlsl_intrinsics.h
/freebsd/contrib/llvm-project/clang/lib/Headers/ia32intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/immintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/intrin0.h
/freebsd/contrib/llvm-project/clang/lib/Headers/inttypes.h
/freebsd/contrib/llvm-project/clang/lib/Headers/iso646.h
/freebsd/contrib/llvm-project/clang/lib/Headers/keylockerintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/limits.h
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/assert.h
/freebsd/contrib/llvm-project/clang/lib/Headers/mm3dnow.h
/freebsd/contrib/llvm-project/clang/lib/Headers/mmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/module.modulemap
/freebsd/contrib/llvm-project/clang/lib/Headers/opencl-c-base.h
/freebsd/contrib/llvm-project/clang/lib/Headers/opencl-c.h
/freebsd/contrib/llvm-project/clang/lib/Headers/prfchwintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/ptrauth.h
/freebsd/contrib/llvm-project/clang/lib/Headers/sifive_vector.h
/freebsd/contrib/llvm-project/clang/lib/Headers/smmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdalign.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdarg.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdatomic.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdbool.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stddef.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdint.h
/freebsd/contrib/llvm-project/clang/lib/Headers/stdnoreturn.h
/freebsd/contrib/llvm-project/clang/lib/Headers/tmmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/varargs.h
/freebsd/contrib/llvm-project/clang/lib/Headers/vecintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/x86gprintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/x86intrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/xmmintrin.h
/freebsd/contrib/llvm-project/clang/lib/Headers/yvals_core.h
/freebsd/contrib/llvm-project/clang/lib/Headers/zos_wrappers/builtins.h
/freebsd/contrib/llvm-project/clang/lib/Index/CommentToXML.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexBody.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexSymbol.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/IndexingAction.cpp
/freebsd/contrib/llvm-project/clang/lib/Index/USRGeneration.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/DiagnosticBuilderWrappers.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/DiagnosticBuilderWrappers.h
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/DirectoryScanner.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/DylibVerifier.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/FileList.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/Frontend.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/HeaderFile.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/Library.cpp
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/Visitor.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/CodeCompletion.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/DeviceOffload.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/IncrementalExecutor.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/IncrementalExecutor.h
/freebsd/contrib/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Interpreter.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/InterpreterUtils.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Value.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Wasm.cpp
/freebsd/contrib/llvm-project/clang/lib/Interpreter/Wasm.h
/freebsd/contrib/llvm-project/clang/lib/Lex/DependencyDirectivesScanner.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/HeaderSearch.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/Lexer.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/LiteralSupport.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/MacroInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/ModuleMap.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPDirectives.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPExpressions.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPLexerChange.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PPMacroExpansion.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/Pragma.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/PreprocessingRecord.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/Preprocessor.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/TokenConcatenation.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseAST.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseCXXInlineMethods.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseDeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseExpr.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseHLSL.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseInit.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseObjc.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseOpenACC.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParsePragma.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseTemplate.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/ParseTentative.cpp
/freebsd/contrib/llvm-project/clang/lib/Parse/Parser.cpp
/freebsd/contrib/llvm-project/clang/lib/Rewrite/HTMLRewrite.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/AnalysisBasedWarnings.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/CheckExprLifetime.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/CheckExprLifetime.h
/freebsd/contrib/llvm-project/clang/lib/Sema/CodeCompleteConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/DeclSpec.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/HLSLExternalSemaSource.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/JumpDiagnostics.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/MultiplexExternalSemaSource.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/OpenCLBuiltins.td
/freebsd/contrib/llvm-project/clang/lib/Sema/ParsedAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/Scope.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/ScopeInfo.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/Sema.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAMDGPU.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAPINotes.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaARM.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAVR.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAccess.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaAvailability.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaBPF.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaBase.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaBoundsSafety.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCUDA.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCXXScopeSpec.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCast.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaChecking.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCodeComplete.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaConcept.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaCoroutine.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDeclAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDeclCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaDeclObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExceptionSpec.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExpr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExprCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExprMember.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaExprObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaHLSL.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaHexagon.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaInit.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaLambda.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaLookup.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaLoongArch.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaM68k.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaMIPS.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaMSP430.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaModule.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaNVPTX.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaObjC.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaObjCProperty.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaOpenACC.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaOpenCL.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaOpenMP.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaOverload.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaPPC.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaPseudoObject.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaRISCV.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaSYCL.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaStmtAsm.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaStmtAttr.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaSwift.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaSystemZ.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplate.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateDeduction.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateDeductionGuide.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiate.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaTemplateVariadic.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaType.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaWasm.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/SemaX86.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/TreeTransform.h
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTCommon.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTCommon.h
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReader.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReaderDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReaderInternals.h
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTReaderStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTWriter.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTWriterDecl.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ASTWriterStmt.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/GeneratePCH.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/GlobalModuleIndex.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ModuleFile.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/ModuleFileExtension.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/MultiOnDiskHashTable.h
/freebsd/contrib/llvm-project/clang/lib/Serialization/PCHContainerOperations.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CXXDeleteChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ContainerModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugContainerModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DebugIteratorModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ErrnoChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ErrnoTesterChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/InvalidatedIteratorChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/IteratorRangeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/NoOwnershipChangeVisitor.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/NoOwnershipChangeVisitor.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/PutenvStackArrayChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/SetgidSetuidOrderChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StdVariantChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/StringChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/TaggedUnionModeling.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/NoUncountedMembersChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/RefCntblBaseVirtualDtorChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedCallArgsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/InvalidPtrChecker.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BugSuppression.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CallDescription.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/SVals.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/Store.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/Z3CrosscheckVisitor.cpp
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
/freebsd/contrib/llvm-project/clang/lib/Support/RISCVVIntrinsicUtils.cpp
/freebsd/contrib/llvm-project/clang/lib/Testing/CommandLineArgs.cpp
/freebsd/contrib/llvm-project/clang/lib/Testing/TestAST.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/AllTUsExecution.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/IncludeStyle.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/CSpecialSymbolMap.inc
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/JSONCompilationDatabase.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/LocateToolCompilationDatabase.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/AtomicChange.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/BuildTree.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/Tokens.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Tooling.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/RangeSelector.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/SourceCode.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/Stencil.cpp
/freebsd/contrib/llvm-project/clang/tools/clang-format/ClangFormat.cpp
/freebsd/contrib/llvm-project/clang/tools/driver/cc1_main.cpp
/freebsd/contrib/llvm-project/clang/tools/driver/cc1as_main.cpp
/freebsd/contrib/llvm-project/clang/tools/driver/driver.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangAttrEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangBuiltinsEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangOpcodesEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/ClangOptionDocEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/MveEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/NeonEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/RISCVVEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/SveEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/TableGen.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/TableGenBackends.h
/freebsd/contrib/llvm-project/compiler-rt/include/orc_rt/c_api.h
/freebsd/contrib/llvm-project/compiler-rt/include/profile/InstrProfData.inc
/freebsd/contrib/llvm-project/compiler-rt/include/profile/MIBEntryDef.inc
/freebsd/contrib/llvm-project/compiler-rt/include/profile/MemProfData.inc
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/allocator_interface.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/linux_syscall_hooks.h
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/nsan_interface.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_descriptions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_globals.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_globals_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_internal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_mac.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_mapping.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_premap_shadow.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_suppressions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_thread.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/asan_win_dll_thunk.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/asan_abi_shim.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/README.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/sme-abi-vg.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/sme-abi.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/sme-libc-mem-routines.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/sme-libc-routines.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/atomic.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/AArch64CPUFeatures.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/android.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/apple.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/freebsd.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/fuchsia.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/mrs.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/sysauxv.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/hwcap.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/x86.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/divtc3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/extendbfsf2.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_add_impl.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_extend.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_fixint_impl.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/fp_lib.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/int_types.h
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/multc3.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/os_version_check.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/restore.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/save.S
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/trampoline_setup.c
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/CtxInstrProfiling.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/CtxInstrProfiling.h
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/CtxInstrProfilingTest.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/driver.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_allocator.h
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_custom.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerFork.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/segv_handler_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/utilities.h
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_checks.h
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_thread_list.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_thread_list.h
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/interception.h
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/interception_linux.h
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/interception_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/lsan_thread.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_allocator.h
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_descriptions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_flags.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_internal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_malloc_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_mapping.h
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_mibmap.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_rawprofile.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_rtl.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/memprof_thread.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/rawprofile.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_allocator.h
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/msan_thread.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan.h
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan.syms.extra
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_flags.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_flags.h
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_flags.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_malloc_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_stats.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_stats.h
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_suppressions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/nsan_suppressions.h
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/NSanUnitTest.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/nsan_unit_test_main.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/error.h
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfiling.h
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingBuffer.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.h
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingMerge.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformDarwin.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformOther.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingWriter.c
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan.h
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan_context.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan_context.h
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan_interceptors.h
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan_stack.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/rtsan_stack.h
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/rtsan_test_context.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/rtsan_test_functional.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/rtsan_test_interceptors.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/rtsan_test_main.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/rtsan_test_utilities.h
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/safestack.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/safestack_platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/safestack_util.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sancov_flags.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_interface.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_asm.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_atomic.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_atomic_clang.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_bitvector.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_file.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_hash.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mutex.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_placement_new.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_ptrauth.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/allocator_common.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/allocator_config.def
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/allocator_config.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/allocator_config_wrapper.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/checksum.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/checksum.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/combined.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/common.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/condition_variable.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/crc32_hw.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/get_error_info_fuzzer.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/mem_map_fuchsia.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/memtag.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/platform.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/primary32.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/primary64.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/report_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/secondary.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/stack_depot.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/string_utils.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/string_utils.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/timing.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/tsd.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/tsd_exclusive.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/tsd_shared.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/vector.h
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c.inc
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c_checks.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_defs.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mman.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl.h
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_access.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_vector_clock.h
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_diag.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_handlers.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_handlers.h
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_init_standalone_preinit.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_signals_standalone.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_buffer_queue.h
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_fdr_logging.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_function_call_trie.h
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_profile_collector.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_profiling.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_segmented_array.h
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_trampoline_AArch64.S
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_trampoline_x86_64.S
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/xray_utils.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/adjacent_find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/all_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/any_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/binary_search.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/clamp.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/comp.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/comp_ref_type.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy_backward.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/copy_move_common.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/count.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/count_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/equal.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/equal_range.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/fill_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_end.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_first_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/find_if_not.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/fold.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/includes.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/inplace_merge.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_heap_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_partitioned.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_sorted.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/is_sorted_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/iterator_operations.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/lexicographical_compare.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/lexicographical_compare_three_way.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/lower_bound.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/make_projected.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/max.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/max_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/min.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/min_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/minmax.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/minmax_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/mismatch.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/move.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/move_backward.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/none_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/partial_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pop_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/push_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_adjacent_find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_all_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_any_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_binary_search.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_clamp.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_contains.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_contains_subrange.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_count.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_count_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_ends_with.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_equal.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_equal_range.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_end.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_first_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_if_not.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_find_last.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_includes.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_heap_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_partitioned.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_permutation.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_sorted.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_sorted_until.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_lexicographical_compare.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_lower_bound.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_max.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_max_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_min.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_min_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_minmax.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_minmax_element.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_mismatch.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_none_of.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_remove.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_remove_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_search.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_search_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_starts_with.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_unique.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ranges_upper_bound.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/remove.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/remove_if.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/rotate.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/search.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/search_n.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/set_intersection.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/simd_utils.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/sort_heap.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/stable_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/three_way_comp_ref_type.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/unique.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/unwrap_iter.h
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/upper_bound.h
/freebsd/contrib/llvm-project/libcxx/include/__assert
/freebsd/contrib/llvm-project/libcxx/include/__atomic/aliases.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_base.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_flag.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_init.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_ref.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/atomic_sync.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/check_memory_order.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/cxx_atomic_impl.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/memory_order.h
/freebsd/contrib/llvm-project/libcxx/include/__atomic/to_gcc_order.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/bit_cast.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/bit_ceil.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/bit_floor.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/bit_width.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/byteswap.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/countl.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/countr.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/has_single_bit.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/popcount.h
/freebsd/contrib/llvm-project/libcxx/include/__bit/rotate.h
/freebsd/contrib/llvm-project/libcxx/include/__bit_reference
/freebsd/contrib/llvm-project/libcxx/include/__charconv/chars_format.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/from_chars_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/to_chars_base_10.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/to_chars_floating_point.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/to_chars_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__charconv/traits.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/convert_to_tm.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/duration.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/exception.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/file_clock.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/leap_second.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/local_info.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ostream.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/sys_info.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/time_point.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/time_zone.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/time_zone_link.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/tzdb.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/tzdb_list.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/weekday.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/year_month_day.h
/freebsd/contrib/llvm-project/libcxx/include/__chrono/zoned_time.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/partial_order.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/strong_order.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/synth_three_way.h
/freebsd/contrib/llvm-project/libcxx/include/__compare/weak_order.h
/freebsd/contrib/llvm-project/libcxx/include/__concepts/class_or_enum.h
/freebsd/contrib/llvm-project/libcxx/include/__concepts/swappable.h
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/condition_variable.h
/freebsd/contrib/llvm-project/libcxx/include/__config
/freebsd/contrib/llvm-project/libcxx/include/__configuration/abi.h
/freebsd/contrib/llvm-project/libcxx/include/__configuration/availability.h
/freebsd/contrib/llvm-project/libcxx/include/__configuration/compiler.h
/freebsd/contrib/llvm-project/libcxx/include/__configuration/language.h
/freebsd/contrib/llvm-project/libcxx/include/__configuration/platform.h
/freebsd/contrib/llvm-project/libcxx/include/__debug_utils/sanitizers.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/exception_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/nested_exception.h
/freebsd/contrib/llvm-project/libcxx/include/__exception/operations.h
/freebsd/contrib/llvm-project/libcxx/include/__expected/bad_expected_access.h
/freebsd/contrib/llvm-project/libcxx/include/__expected/expected.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/copy_options.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/directory_entry.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/directory_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/directory_options.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/file_status.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/file_time_type.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/file_type.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/filesystem_error.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/operations.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/path.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/path_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/perm_options.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/perms.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/recursive_directory_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/space_info.h
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/u8path.h
/freebsd/contrib/llvm-project/libcxx/include/__format/concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__format/container_adaptor.h
/freebsd/contrib/llvm-project/libcxx/include/__format/escaped_output_table.h
/freebsd/contrib/llvm-project/libcxx/include/__format/extended_grapheme_cluster_table.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_arg.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_arg_store.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_args.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_context.h
/freebsd/contrib/llvm-project/libcxx/include/__format/format_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_bool.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_char.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_floating_point.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_integer.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_integral.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_output.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_pointer.h
/freebsd/contrib/llvm-project/libcxx/include/__format/formatter_string.h
/freebsd/contrib/llvm-project/libcxx/include/__format/indic_conjunct_break_table.h
/freebsd/contrib/llvm-project/libcxx/include/__format/parser_std_format_spec.h
/freebsd/contrib/llvm-project/libcxx/include/__format/unicode.h
/freebsd/contrib/llvm-project/libcxx/include/__format/width_estimation_table.h
/freebsd/contrib/llvm-project/libcxx/include/__format/write_escaped.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/bind.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/bind_back.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/bind_front.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/hash.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/identity.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/is_transparent.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/mem_fn.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/mem_fun_ref.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/not_fn.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/operations.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/pointer_to_binary_function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/pointer_to_unary_function.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/ranges_operations.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/reference_wrapper.h
/freebsd/contrib/llvm-project/libcxx/include/__functional/unary_negate.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/array.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/complex.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/deque.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/format.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/functional.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/ios.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/memory.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/memory_resource.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/pair.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/queue.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/sstream.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/stack.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/string.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/subrange.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/tuple.h
/freebsd/contrib/llvm-project/libcxx/include/__fwd/vector.h
/freebsd/contrib/llvm-project/libcxx/include/__hash_table
/freebsd/contrib/llvm-project/libcxx/include/__iterator/access.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/advance.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/aliasing_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/bounded_iter.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/common_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/counted_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/cpp17_iterator_concepts.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/data.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/empty.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iter_move.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iter_swap.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/iterator_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/move_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ranges_iterator_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/reverse_iterator.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/size.h
/freebsd/contrib/llvm-project/libcxx/include/__iterator/wrap_iter.h
/freebsd/contrib/llvm-project/libcxx/include/__locale
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/android.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/fuchsia.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ibm.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/locale_guard.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/musl.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/newlib.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/openbsd.h
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/win32.h
/freebsd/contrib/llvm-project/libcxx/include/__math/abs.h
/freebsd/contrib/llvm-project/libcxx/include/__math/copysign.h
/freebsd/contrib/llvm-project/libcxx/include/__math/exponential_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/fdim.h
/freebsd/contrib/llvm-project/libcxx/include/__math/fma.h
/freebsd/contrib/llvm-project/libcxx/include/__math/hypot.h
/freebsd/contrib/llvm-project/libcxx/include/__math/inverse_trigonometric_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/min_max.h
/freebsd/contrib/llvm-project/libcxx/include/__math/modulo.h
/freebsd/contrib/llvm-project/libcxx/include/__math/remainder.h
/freebsd/contrib/llvm-project/libcxx/include/__math/roots.h
/freebsd/contrib/llvm-project/libcxx/include/__math/rounding_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/special_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__math/traits.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/extents.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/layout_left.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/layout_right.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/layout_stride.h
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/mdspan.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/allocator_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/compressed_pair.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/construct_at.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/inout_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/out_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/pointer_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/shared_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/swap_allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/temporary_buffer.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/uninitialized_algorithms.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h
/freebsd/contrib/llvm-project/libcxx/include/__memory/uses_allocator_construction.h
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/memory_resource.h
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/monotonic_buffer_resource.h
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/polymorphic_allocator.h
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/synchronized_pool_resource.h
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/unsynchronized_pool_resource.h
/freebsd/contrib/llvm-project/libcxx/include/__mutex/lock_guard.h
/freebsd/contrib/llvm-project/libcxx/include/__mutex/mutex.h
/freebsd/contrib/llvm-project/libcxx/include/__mutex/tag_types.h
/freebsd/contrib/llvm-project/libcxx/include/__mutex/unique_lock.h
/freebsd/contrib/llvm-project/libcxx/include/__node_handle
/freebsd/contrib/llvm-project/libcxx/include/__numeric/gcd_lcm.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/midpoint.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/pstl.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/saturation_arithmetic.h
/freebsd/contrib/llvm-project/libcxx/include/__ostream/basic_ostream.h
/freebsd/contrib/llvm-project/libcxx/include/__ostream/print.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backend.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backend_fwd.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/default.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/libdispatch.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/serial.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/std_thread.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/any_of.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/cpu_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/fill.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/find_if.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/for_each.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/merge.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/stable_sort.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/transform.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/transform_reduce.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/dispatch.h
/freebsd/contrib/llvm-project/libcxx/include/__pstl/handle_exception.h
/freebsd/contrib/llvm-project/libcxx/include/__random/discard_block_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/linear_congruential_engine.h
/freebsd/contrib/llvm-project/libcxx/include/__random/negative_binomial_distribution.h
/freebsd/contrib/llvm-project/libcxx/include/__random/seed_seq.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/access.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/all.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/as_rvalue_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/chunk_by_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/common_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/counted.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/data.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/drop_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/elements_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/empty.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/iota_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/lazy_split_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/movable_box.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/range_adaptor.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/rbegin.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ref_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/rend.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/repeat_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/reverse_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/single_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/size.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/split_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/subrange.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/take_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/to.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/transform_view.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/view_interface.h
/freebsd/contrib/llvm-project/libcxx/include/__ranges/zip_view.h
/freebsd/contrib/llvm-project/libcxx/include/__split_buffer
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_callback.h
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_source.h
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_state.h
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/stop_token.h
/freebsd/contrib/llvm-project/libcxx/include/__string/char_traits.h
/freebsd/contrib/llvm-project/libcxx/include/__string/constexpr_c_functions.h
/freebsd/contrib/llvm-project/libcxx/include/__system_error/errc.h
/freebsd/contrib/llvm-project/libcxx/include/__system_error/error_category.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/formatter.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/id.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/jthread.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/poll_with_backoff.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/support.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/c11.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/external.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/pthread.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/windows.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/this_thread.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/thread.h
/freebsd/contrib/llvm-project/libcxx/include/__thread/timed_backoff_policy.h
/freebsd/contrib/llvm-project/libcxx/include/__tree
/freebsd/contrib/llvm-project/libcxx/include/__tuple/find_index.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/ignore.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/make_tuple_types.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/sfinae_helpers.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_element.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_like.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_like_no_subrange.h
/freebsd/contrib/llvm-project/libcxx/include/__tuple/tuple_size.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/add_pointer.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/common_type.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/conjunction.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/copy_cv.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/datasizeof.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/decay.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/desugars_to.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/has_unique_object_representation.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/invoke.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_array.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_assignable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_constructible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_equality_comparable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_implicitly_default_constructible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_literal_type.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_nothrow_assignable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_nothrow_constructible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_nothrow_convertible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_nothrow_destructible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_reference_wrapper.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_scoped_enum.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_swappable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_trivially_assignable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_trivially_constructible.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/is_trivially_relocatable.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/make_signed.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/make_unsigned.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/noexcept_move_assign_container.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/promote.h
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/unwrap_ref.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/as_const.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/exception_guard.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/exchange.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/forward.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/forward_like.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/integer_sequence.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/is_pointer_in_range.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/is_valid_range.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/move.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/no_destroy.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/pair.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/private_constructor_tag.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/rel_ops.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/small_buffer.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/swap.h
/freebsd/contrib/llvm-project/libcxx/include/__utility/to_underlying.h
/freebsd/contrib/llvm-project/libcxx/include/__verbose_abort
/freebsd/contrib/llvm-project/libcxx/include/algorithm
/freebsd/contrib/llvm-project/libcxx/include/any
/freebsd/contrib/llvm-project/libcxx/include/array
/freebsd/contrib/llvm-project/libcxx/include/atomic
/freebsd/contrib/llvm-project/libcxx/include/barrier
/freebsd/contrib/llvm-project/libcxx/include/bit
/freebsd/contrib/llvm-project/libcxx/include/bitset
/freebsd/contrib/llvm-project/libcxx/include/cassert
/freebsd/contrib/llvm-project/libcxx/include/ccomplex
/freebsd/contrib/llvm-project/libcxx/include/cctype
/freebsd/contrib/llvm-project/libcxx/include/cerrno
/freebsd/contrib/llvm-project/libcxx/include/cfenv
/freebsd/contrib/llvm-project/libcxx/include/cfloat
/freebsd/contrib/llvm-project/libcxx/include/charconv
/freebsd/contrib/llvm-project/libcxx/include/chrono
/freebsd/contrib/llvm-project/libcxx/include/cinttypes
/freebsd/contrib/llvm-project/libcxx/include/ciso646
/freebsd/contrib/llvm-project/libcxx/include/climits
/freebsd/contrib/llvm-project/libcxx/include/clocale
/freebsd/contrib/llvm-project/libcxx/include/cmath
/freebsd/contrib/llvm-project/libcxx/include/codecvt
/freebsd/contrib/llvm-project/libcxx/include/compare
/freebsd/contrib/llvm-project/libcxx/include/complex
/freebsd/contrib/llvm-project/libcxx/include/concepts
/freebsd/contrib/llvm-project/libcxx/include/condition_variable
/freebsd/contrib/llvm-project/libcxx/include/coroutine
/freebsd/contrib/llvm-project/libcxx/include/csetjmp
/freebsd/contrib/llvm-project/libcxx/include/csignal
/freebsd/contrib/llvm-project/libcxx/include/cstdarg
/freebsd/contrib/llvm-project/libcxx/include/cstdbool
/freebsd/contrib/llvm-project/libcxx/include/cstddef
/freebsd/contrib/llvm-project/libcxx/include/cstdint
/freebsd/contrib/llvm-project/libcxx/include/cstdio
/freebsd/contrib/llvm-project/libcxx/include/cstdlib
/freebsd/contrib/llvm-project/libcxx/include/cstring
/freebsd/contrib/llvm-project/libcxx/include/ctgmath
/freebsd/contrib/llvm-project/libcxx/include/ctime
/freebsd/contrib/llvm-project/libcxx/include/cuchar
/freebsd/contrib/llvm-project/libcxx/include/cwchar
/freebsd/contrib/llvm-project/libcxx/include/cwctype
/freebsd/contrib/llvm-project/libcxx/include/deque
/freebsd/contrib/llvm-project/libcxx/include/exception
/freebsd/contrib/llvm-project/libcxx/include/execution
/freebsd/contrib/llvm-project/libcxx/include/expected
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/reference.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/scalar.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/simd.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/simd_mask.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/vec_ext.h
/freebsd/contrib/llvm-project/libcxx/include/experimental/iterator
/freebsd/contrib/llvm-project/libcxx/include/experimental/memory
/freebsd/contrib/llvm-project/libcxx/include/experimental/propagate_const
/freebsd/contrib/llvm-project/libcxx/include/experimental/simd
/freebsd/contrib/llvm-project/libcxx/include/experimental/type_traits
/freebsd/contrib/llvm-project/libcxx/include/experimental/utility
/freebsd/contrib/llvm-project/libcxx/include/ext/hash_map
/freebsd/contrib/llvm-project/libcxx/include/ext/hash_set
/freebsd/contrib/llvm-project/libcxx/include/filesystem
/freebsd/contrib/llvm-project/libcxx/include/format
/freebsd/contrib/llvm-project/libcxx/include/forward_list
/freebsd/contrib/llvm-project/libcxx/include/fstream
/freebsd/contrib/llvm-project/libcxx/include/functional
/freebsd/contrib/llvm-project/libcxx/include/future
/freebsd/contrib/llvm-project/libcxx/include/initializer_list
/freebsd/contrib/llvm-project/libcxx/include/iomanip
/freebsd/contrib/llvm-project/libcxx/include/ios
/freebsd/contrib/llvm-project/libcxx/include/iosfwd
/freebsd/contrib/llvm-project/libcxx/include/iostream
/freebsd/contrib/llvm-project/libcxx/include/istream
/freebsd/contrib/llvm-project/libcxx/include/iterator
/freebsd/contrib/llvm-project/libcxx/include/latch
/freebsd/contrib/llvm-project/libcxx/include/limits
/freebsd/contrib/llvm-project/libcxx/include/list
/freebsd/contrib/llvm-project/libcxx/include/locale
/freebsd/contrib/llvm-project/libcxx/include/locale.h
/freebsd/contrib/llvm-project/libcxx/include/map
/freebsd/contrib/llvm-project/libcxx/include/math.h
/freebsd/contrib/llvm-project/libcxx/include/mdspan
/freebsd/contrib/llvm-project/libcxx/include/memory
/freebsd/contrib/llvm-project/libcxx/include/memory_resource
/freebsd/contrib/llvm-project/libcxx/include/module.modulemap
/freebsd/contrib/llvm-project/libcxx/include/mutex
/freebsd/contrib/llvm-project/libcxx/include/new
/freebsd/contrib/llvm-project/libcxx/include/numbers
/freebsd/contrib/llvm-project/libcxx/include/numeric
/freebsd/contrib/llvm-project/libcxx/include/optional
/freebsd/contrib/llvm-project/libcxx/include/ostream
/freebsd/contrib/llvm-project/libcxx/include/print
/freebsd/contrib/llvm-project/libcxx/include/queue
/freebsd/contrib/llvm-project/libcxx/include/random
/freebsd/contrib/llvm-project/libcxx/include/ranges
/freebsd/contrib/llvm-project/libcxx/include/ratio
/freebsd/contrib/llvm-project/libcxx/include/regex
/freebsd/contrib/llvm-project/libcxx/include/scoped_allocator
/freebsd/contrib/llvm-project/libcxx/include/semaphore
/freebsd/contrib/llvm-project/libcxx/include/set
/freebsd/contrib/llvm-project/libcxx/include/shared_mutex
/freebsd/contrib/llvm-project/libcxx/include/span
/freebsd/contrib/llvm-project/libcxx/include/sstream
/freebsd/contrib/llvm-project/libcxx/include/stack
/freebsd/contrib/llvm-project/libcxx/include/stdexcept
/freebsd/contrib/llvm-project/libcxx/include/stdlib.h
/freebsd/contrib/llvm-project/libcxx/include/stop_token
/freebsd/contrib/llvm-project/libcxx/include/streambuf
/freebsd/contrib/llvm-project/libcxx/include/string
/freebsd/contrib/llvm-project/libcxx/include/string_view
/freebsd/contrib/llvm-project/libcxx/include/strstream
/freebsd/contrib/llvm-project/libcxx/include/syncstream
/freebsd/contrib/llvm-project/libcxx/include/system_error
/freebsd/contrib/llvm-project/libcxx/include/thread
/freebsd/contrib/llvm-project/libcxx/include/tuple
/freebsd/contrib/llvm-project/libcxx/include/type_traits
/freebsd/contrib/llvm-project/libcxx/include/typeindex
/freebsd/contrib/llvm-project/libcxx/include/typeinfo
/freebsd/contrib/llvm-project/libcxx/include/unordered_map
/freebsd/contrib/llvm-project/libcxx/include/unordered_set
/freebsd/contrib/llvm-project/libcxx/include/utility
/freebsd/contrib/llvm-project/libcxx/include/valarray
/freebsd/contrib/llvm-project/libcxx/include/variant
/freebsd/contrib/llvm-project/libcxx/include/vector
/freebsd/contrib/llvm-project/libcxx/include/version
/freebsd/contrib/llvm-project/libcxx/modules/std.compat.cppm.in
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cfenv.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cinttypes.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/clocale.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cmath.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/csetjmp.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/csignal.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdarg.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstddef.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdint.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdio.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstdlib.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cstring.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ctime.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cwchar.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/cwctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std.cppm.in
/freebsd/contrib/llvm-project/libcxx/modules/std/algorithm.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/atomic.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cfenv.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/chrono.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cinttypes.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/clocale.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cmath.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/complex.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/csetjmp.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/csignal.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdarg.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstddef.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdint.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdio.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstdlib.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cstring.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/ctime.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cwchar.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/cwctype.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/functional.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/iosfwd.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/locale.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/memory.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/ranges.inc
/freebsd/contrib/llvm-project/libcxx/modules/std/strstream.inc
/freebsd/contrib/llvm-project/libcxx/src/atomic.cpp
/freebsd/contrib/llvm-project/libcxx/src/barrier.cpp
/freebsd/contrib/llvm-project/libcxx/src/call_once.cpp
/freebsd/contrib/llvm-project/libcxx/src/chrono.cpp
/freebsd/contrib/llvm-project/libcxx/src/condition_variable_destructor.cpp
/freebsd/contrib/llvm-project/libcxx/src/expected.cpp
/freebsd/contrib/llvm-project/libcxx/src/experimental/chrono_exception.cpp
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/time_zone_private.h
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/types_private.h
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/tzdb_list_private.h
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/tzdb_private.h
/freebsd/contrib/llvm-project/libcxx/src/experimental/time_zone.cpp
/freebsd/contrib/llvm-project/libcxx/src/experimental/tzdb.cpp
/freebsd/contrib/llvm-project/libcxx/src/experimental/tzdb_list.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/operations.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/path.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/path_parser.h
/freebsd/contrib/llvm-project/libcxx/src/functional.cpp
/freebsd/contrib/llvm-project/libcxx/src/include/overridable_function.h
/freebsd/contrib/llvm-project/libcxx/src/ios.cpp
/freebsd/contrib/llvm-project/libcxx/src/iostream.cpp
/freebsd/contrib/llvm-project/libcxx/src/locale.cpp
/freebsd/contrib/llvm-project/libcxx/src/mutex_destructor.cpp
/freebsd/contrib/llvm-project/libcxx/src/new.cpp
/freebsd/contrib/llvm-project/libcxx/src/optional.cpp
/freebsd/contrib/llvm-project/libcxx/src/ostream.cpp
/freebsd/contrib/llvm-project/libcxx/src/pstl/libdispatch.cpp
/freebsd/contrib/llvm-project/libcxx/src/random.cpp
/freebsd/contrib/llvm-project/libcxx/vendor/llvm/default_assertion_handler.in
/freebsd/contrib/llvm-project/libunwind/include/__libunwind_config.h
/freebsd/contrib/llvm-project/libunwind/src/Registers.hpp
/freebsd/contrib/llvm-project/libunwind/src/Unwind-wasm.c
/freebsd/contrib/llvm-project/libunwind/src/UnwindCursor.hpp
/freebsd/contrib/llvm-project/libunwind/src/UnwindLevel1.c
/freebsd/contrib/llvm-project/libunwind/src/UnwindRegistersRestore.S
/freebsd/contrib/llvm-project/libunwind/src/UnwindRegistersSave.S
/freebsd/contrib/llvm-project/libunwind/src/assembly.h
/freebsd/contrib/llvm-project/libunwind/src/cet_unwind.h
/freebsd/contrib/llvm-project/libunwind/src/libunwind.cpp
/freebsd/contrib/llvm-project/lld/COFF/Chunks.cpp
/freebsd/contrib/llvm-project/lld/COFF/Chunks.h
/freebsd/contrib/llvm-project/lld/COFF/Config.h
/freebsd/contrib/llvm-project/lld/COFF/DLL.cpp
/freebsd/contrib/llvm-project/lld/COFF/DebugTypes.cpp
/freebsd/contrib/llvm-project/lld/COFF/Driver.cpp
/freebsd/contrib/llvm-project/lld/COFF/DriverUtils.cpp
/freebsd/contrib/llvm-project/lld/COFF/ICF.cpp
/freebsd/contrib/llvm-project/lld/COFF/InputFiles.cpp
/freebsd/contrib/llvm-project/lld/COFF/InputFiles.h
/freebsd/contrib/llvm-project/lld/COFF/LTO.cpp
/freebsd/contrib/llvm-project/lld/COFF/MarkLive.cpp
/freebsd/contrib/llvm-project/lld/COFF/MinGW.cpp
/freebsd/contrib/llvm-project/lld/COFF/Options.td
/freebsd/contrib/llvm-project/lld/COFF/PDB.cpp
/freebsd/contrib/llvm-project/lld/COFF/SymbolTable.cpp
/freebsd/contrib/llvm-project/lld/COFF/SymbolTable.h
/freebsd/contrib/llvm-project/lld/COFF/Symbols.h
/freebsd/contrib/llvm-project/lld/COFF/Writer.cpp
/freebsd/contrib/llvm-project/lld/Common/DriverDispatcher.cpp
/freebsd/contrib/llvm-project/lld/Common/Version.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/AArch64.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/AMDGPU.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/ARM.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/AVR.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/Hexagon.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/LoongArch.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/Mips.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/PPC64.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/RISCV.cpp
/freebsd/contrib/llvm-project/lld/ELF/Arch/X86_64.cpp
/freebsd/contrib/llvm-project/lld/ELF/Config.h
/freebsd/contrib/llvm-project/lld/ELF/DWARF.cpp
/freebsd/contrib/llvm-project/lld/ELF/DWARF.h
/freebsd/contrib/llvm-project/lld/ELF/Driver.cpp
/freebsd/contrib/llvm-project/lld/ELF/DriverUtils.cpp
/freebsd/contrib/llvm-project/lld/ELF/ICF.cpp
/freebsd/contrib/llvm-project/lld/ELF/InputFiles.cpp
/freebsd/contrib/llvm-project/lld/ELF/InputFiles.h
/freebsd/contrib/llvm-project/lld/ELF/InputSection.cpp
/freebsd/contrib/llvm-project/lld/ELF/InputSection.h
/freebsd/contrib/llvm-project/lld/ELF/LTO.cpp
/freebsd/contrib/llvm-project/lld/ELF/LinkerScript.cpp
/freebsd/contrib/llvm-project/lld/ELF/LinkerScript.h
/freebsd/contrib/llvm-project/lld/ELF/MapFile.cpp
/freebsd/contrib/llvm-project/lld/ELF/MarkLive.cpp
/freebsd/contrib/llvm-project/lld/ELF/Options.td
/freebsd/contrib/llvm-project/lld/ELF/OutputSections.cpp
/freebsd/contrib/llvm-project/lld/ELF/OutputSections.h
/freebsd/contrib/llvm-project/lld/ELF/Relocations.cpp
/freebsd/contrib/llvm-project/lld/ELF/Relocations.h
/freebsd/contrib/llvm-project/lld/ELF/ScriptLexer.cpp
/freebsd/contrib/llvm-project/lld/ELF/ScriptLexer.h
/freebsd/contrib/llvm-project/lld/ELF/ScriptParser.cpp
/freebsd/contrib/llvm-project/lld/ELF/SymbolTable.cpp
/freebsd/contrib/llvm-project/lld/ELF/SymbolTable.h
/freebsd/contrib/llvm-project/lld/ELF/Symbols.cpp
/freebsd/contrib/llvm-project/lld/ELF/Symbols.h
/freebsd/contrib/llvm-project/lld/ELF/SyntheticSections.cpp
/freebsd/contrib/llvm-project/lld/ELF/SyntheticSections.h
/freebsd/contrib/llvm-project/lld/ELF/Target.cpp
/freebsd/contrib/llvm-project/lld/ELF/Thunks.cpp
/freebsd/contrib/llvm-project/lld/ELF/Writer.cpp
/freebsd/contrib/llvm-project/lld/ELF/Writer.h
/freebsd/contrib/llvm-project/lld/MachO/Arch/ARM64.cpp
/freebsd/contrib/llvm-project/lld/MachO/Arch/ARM64Common.h
/freebsd/contrib/llvm-project/lld/MachO/Arch/ARM64_32.cpp
/freebsd/contrib/llvm-project/lld/MachO/Arch/X86_64.cpp
/freebsd/contrib/llvm-project/lld/MachO/ConcatOutputSection.cpp
/freebsd/contrib/llvm-project/lld/MachO/Config.h
/freebsd/contrib/llvm-project/lld/MachO/Driver.cpp
/freebsd/contrib/llvm-project/lld/MachO/DriverUtils.cpp
/freebsd/contrib/llvm-project/lld/MachO/ICF.cpp
/freebsd/contrib/llvm-project/lld/MachO/InputFiles.cpp
/freebsd/contrib/llvm-project/lld/MachO/InputSection.cpp
/freebsd/contrib/llvm-project/lld/MachO/InputSection.h
/freebsd/contrib/llvm-project/lld/MachO/MapFile.cpp
/freebsd/contrib/llvm-project/lld/MachO/MarkLive.cpp
/freebsd/contrib/llvm-project/lld/MachO/ObjC.cpp
/freebsd/contrib/llvm-project/lld/MachO/ObjC.h
/freebsd/contrib/llvm-project/lld/MachO/Options.td
/freebsd/contrib/llvm-project/lld/MachO/Relocations.cpp
/freebsd/contrib/llvm-project/lld/MachO/SectionPriorities.cpp
/freebsd/contrib/llvm-project/lld/MachO/SectionPriorities.h
/freebsd/contrib/llvm-project/lld/MachO/SymbolTable.cpp
/freebsd/contrib/llvm-project/lld/MachO/Symbols.cpp
/freebsd/contrib/llvm-project/lld/MachO/Symbols.h
/freebsd/contrib/llvm-project/lld/MachO/SyntheticSections.cpp
/freebsd/contrib/llvm-project/lld/MachO/SyntheticSections.h
/freebsd/contrib/llvm-project/lld/MachO/Target.h
/freebsd/contrib/llvm-project/lld/MachO/UnwindInfoSection.cpp
/freebsd/contrib/llvm-project/lld/MachO/Writer.cpp
/freebsd/contrib/llvm-project/lld/docs/ELF/large_section_layout_nopic.png
/freebsd/contrib/llvm-project/lld/docs/ELF/large_section_layout_pic.png
/freebsd/contrib/llvm-project/lld/docs/ELF/large_sections.rst
/freebsd/contrib/llvm-project/lld/docs/ELF/linker_script.rst
/freebsd/contrib/llvm-project/lld/docs/ELF/section_layout.png
/freebsd/contrib/llvm-project/lld/docs/ReleaseNotes.rst
/freebsd/contrib/llvm-project/lld/docs/WebAssembly.rst
/freebsd/contrib/llvm-project/lld/docs/index.rst
/freebsd/contrib/llvm-project/lld/docs/ld.lld.1
/freebsd/contrib/llvm-project/lldb/bindings/headers.swig
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBAddressRangeDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBAddressRangeExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBAddressRangeListDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBAddressRangeListExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBBreakpointDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBCommandInterpreterRunOptionsDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBDataExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBFrameExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBMemoryRegionInfoDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBProcessDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBQueueDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBSaveCoreOptionsDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBStatisticsOptionsDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBTargetExtensions.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBThreadDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interface/SBValueDocstrings.i
/freebsd/contrib/llvm-project/lldb/bindings/interfaces.swig
/freebsd/contrib/llvm-project/lldb/bindings/python/python-swigsafecast.swig
/freebsd/contrib/llvm-project/lldb/bindings/python/python-typemaps.swig
/freebsd/contrib/llvm-project/lldb/bindings/python/python-wrapper.swig
/freebsd/contrib/llvm-project/lldb/docs/python_extensions.rst
/freebsd/contrib/llvm-project/lldb/include/lldb/API/LLDB.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBAddress.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBAddressRange.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBAddressRangeList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBBlock.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBBreakpointName.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBDebugger.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBDefines.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBError.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBEvent.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBExpressionOptions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBFileSpec.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBFunction.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBLanguageRuntime.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBLineEntry.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBProcess.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBSaveCoreOptions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBStatisticsOptions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBStream.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBStructuredData.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBSymbolContextList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBTarget.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBType.h
/freebsd/contrib/llvm-project/lldb/include/lldb/API/SBValue.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/Breakpoint.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointID.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointIDList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointLocation.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointName.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/Watchpoint.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/WatchpointAlgorithms.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/WatchpointResource.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/AddressRange.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/AddressRangeListImpl.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Debugger.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/DebuggerEvents.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Disassembler.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/EmulateInstruction.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ModuleList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/Progress.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ThreadedCommunication.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObject.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectCast.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectChild.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectConstResult.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectConstResultCast.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectConstResultChild.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectConstResultImpl.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectDynamicValue.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectMemory.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectRegister.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectVTable.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ValueObjectVariable.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/FormatCache.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/FormatManager.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/TypeCategoryMap.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/TypeSynthetic.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/VectorIterator.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/DWARFExpression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/DWARFExpressionList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/DiagnosticManager.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/Expression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ExpressionParser.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/LLVMUserExpression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/UserExpression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/Alarm.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/Editline.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/Host.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandInterpreter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandObject.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandOptionArgumentTable.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ScriptedInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionArgParser.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueSInt64.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueUInt64.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Options.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ScriptInterpreter.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/Block.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/CompilerDecl.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/CompilerType.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/LineEntry.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ObjectFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SaveCoreOptions.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolContext.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolFileOnDemand.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/SymbolLocation.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/Type.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/TypeList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/TypeMap.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/TypeSystem.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/UnwindTable.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ABI.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/DynamicLoader.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Language.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/LanguageRuntime.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/MemoryHistory.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/MemoryTagManager.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/PathMappingList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Platform.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/PostMortemProcess.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Process.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ProcessTrace.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/RegisterFlags.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/RemoteAwarePlatform.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/StackFrame.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/StackFrameRecognizer.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Statistics.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/StopInfo.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Target.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/TargetList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/Thread.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ThreadList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ThreadPlanPython.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/TraceDumper.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/VerboseTrapFrameRecognizer.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/AddressableBits.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ArchSpec.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Args.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Broadcaster.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ConstString.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ErrorMessages.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Event.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/FileSpecList.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Listener.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Log.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ProcessInfo.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/RegularExpression.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/Scalar.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/StreamString.h
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/SupportFile.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-defines.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-enumerations.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-forward.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-private-enumerations.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-private-interfaces.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-private-types.h
/freebsd/contrib/llvm-project/lldb/include/lldb/lldb-types.h
/freebsd/contrib/llvm-project/lldb/source/API/SBAddressRange.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBAddressRangeList.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBAttachInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBBlock.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBBreakpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBBreakpointOptionCommon.h
/freebsd/contrib/llvm-project/lldb/source/API/SBCommandInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBCommandInterpreterRunOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBCommunication.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBDebugger.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBEvent.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBExpressionOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBFrame.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBFunction.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBLanguageRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBLaunchInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBLineEntry.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBProcess.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBSaveCoreOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBStatisticsOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBTarget.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBThread.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBType.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SBValue.cpp
/freebsd/contrib/llvm-project/lldb/source/API/SystemInitializerFull.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointIDList.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolver.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/Watchpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/WatchpointAlgorithms.cpp
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/WatchpointResource.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandCompletions.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectApropos.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectDWIMPrint.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectDWIMPrint.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectFrame.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectHelp.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectLog.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectMemory.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectPlatform.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectPlugin.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectProcess.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectQuit.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectRegister.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectScripting.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectScripting.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectSession.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectSettings.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectSource.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectStats.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectTarget.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectThread.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectTrace.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectType.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectWatchpoint.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
/freebsd/contrib/llvm-project/lldb/source/Commands/Options.td
/freebsd/contrib/llvm-project/lldb/source/Core/Address.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/AddressRange.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/AddressRangeListImpl.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/CoreProperties.td
/freebsd/contrib/llvm-project/lldb/source/Core/Debugger.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/DebuggerEvents.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Disassembler.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/DumpDataExtractor.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/DumpRegisterInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/DumpRegisterValue.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/DynamicLoader.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/FormatEntity.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/IOHandlerCursesGUI.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Mangled.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Module.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ModuleList.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/PluginManager.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Progress.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/Section.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/SourceManager.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ThreadedCommunication.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObject.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectCast.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectChild.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectConstResult.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectConstResultCast.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectConstResultChild.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectConstResultImpl.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectDynamicValue.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectMemory.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectRegister.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectSyntheticFilter.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectVTable.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/ValueObjectVariable.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/FormatCache.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/FormatManager.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/TypeCategoryMap.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/TypeSummary.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/TypeSynthetic.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ValueObjectPrinter.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/VectorType.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/DWARFExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/DWARFExpressionList.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/DiagnosticManager.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/ExpressionParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/FunctionCaller.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/IRExecutionUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/IRInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/LLVMUserExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/UserExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/UtilityFunction.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/Alarm.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/Editline.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/Host.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/common/Socket.cpp
/freebsd/contrib/llvm-project/lldb/source/Host/posix/PipePosix.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/CommandObject.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/InterpreterProperties.td
/freebsd/contrib/llvm-project/lldb/source/Interpreter/OptionArgParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/OptionGroupVariable.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/OptionValueUInt64.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/Options.cpp
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ScriptInterpreter.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABIAArch64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/InstrumentationRuntimeASanLibsanitizers.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ReportRetriever.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/Coroutines.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/Coroutines.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/GenericBitset.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/GenericOptional.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxProxyArray.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxRangesRefView.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxSliceArray.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxSpan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxValarray.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSArray.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSError.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSException.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/NSSet.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/GNUstepObjCRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/GNUstepObjCRuntime.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ObjectFileMinidump.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/AuxVector.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_riscv64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterFlagsDetector_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/RegisterFlagsDetector_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/StopInfoMachException.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_riscv64.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_riscv64.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ProcessMinidump.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/ClangREPL.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/RegisterTypeBuilderClang.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPlatformPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedThreadPlanPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedThreadPlanPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedThreadPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/SymbolFileCTF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/SymbolLocatorDebugSymbols.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Block.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/CompileUnit.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/CompilerDecl.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/CompilerType.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/DWARFCallFrameInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Function.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/LineEntry.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/LineTable.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/ObjectFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SaveCoreOptions.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Symbol.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolContext.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolFileOnDemand.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/SymbolLocator.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Symtab.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Type.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/TypeList.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/TypeMap.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/TypeSystem.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/UnwindTable.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/Variable.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ABI.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/AssertFrameRecognizer.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/InstrumentationRuntime.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Language.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/PathMappingList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Platform.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Process.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ProcessTrace.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/RegisterContextUnwind.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/RegisterFlags.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/RemoteAwarePlatform.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/StackFrame.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/StackFrameList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Statistics.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/StopInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/Target.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/TargetList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/TargetProperties.td
/freebsd/contrib/llvm-project/lldb/source/Target/Thread.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadList.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanPython.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanStepOverRange.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/ThreadPlanStepRange.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/TraceDumper.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/UnwindLLDB.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/VerboseTrapFrameRecognizer.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/AddressableBits.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/ArchSpec.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Broadcaster.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/ConstString.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/ErrorMessages.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Event.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Listener.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Log.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/ProcessInfo.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/RegisterValue.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/RegularExpression.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Scalar.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/Status.cpp
/freebsd/contrib/llvm-project/lldb/source/Utility/UriParser.cpp
/freebsd/contrib/llvm-project/lldb/tools/driver/Driver.cpp
/freebsd/contrib/llvm-project/lldb/tools/driver/Driver.h
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/lldb-gdbserver.cpp
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/lldb-platform.cpp
/freebsd/contrib/llvm-project/lldb/utils/TableGen/LLDBTableGen.cpp
/freebsd/contrib/llvm-project/lldb/utils/TableGen/LLDBTableGenBackends.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Core.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/DebugInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Orc.h
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Types.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ADL.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/APFixedPoint.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/APFloat.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/APInt.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/BitVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/DenseMap.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/DenseMapInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/DynamicAPInt.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/FloatingPointMode.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/FoldingSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/FunctionExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericConvergenceVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericCycleImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericCycleInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/GenericUniformityImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/IntervalTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/LazyAtomicPointer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/PackedVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SCCIterator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/STLExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SetOperations.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SlowDynamicAPInt.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SmallPtrSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SmallString.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/SmallVector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StringExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StringMap.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StringRef.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/StringSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/TypeSwitch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_base.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_iterator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_node.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_node_base.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ilist_node_options.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/iterator_range.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/AliasSetTracker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/BranchProbabilityInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CFG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CFGPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CGSCCPassManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/CodeMetrics.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ConstantFolding.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DDG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Delinearization.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DemandedBits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DomTreeUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/DominanceFrontier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/EHUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/GenericDomTreeUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/IVUsers.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/IndirectCallVisitor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InlineCost.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InlineModelFeatureMaps.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InstSimplifyFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/InstructionSimplify.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LazyCallGraph.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LazyValueInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Loads.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopAnalysisManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/LoopInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MLInlineAdvisor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemoryBuiltins.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemoryLocation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemoryProfileInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/MemorySSA.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ReleaseModeModelRunner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ScalarEvolution.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/SimplifyQuery.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetLibraryInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TensorSpec.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/TypeMetadataUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ValueLattice.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ValueTracking.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/VecFuncs.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/VectorUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/LLParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/LLToken.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/NumberedValues.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/Parser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/SlotMapping.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/COFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/DXContainer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/DXContainerConstants.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Dwarf.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Dwarf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/DynamicTags.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Minidump.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/MsgPackDocument.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/Wasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/XCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/LLVMBitCodes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/BitstreamWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AccelTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/Analysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AsmPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AsmPrinterHandler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/AtomicExpand.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/BasicTTIImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/CommandFlags.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/CostTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/DeadMachineInstructionElim.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/DebugHandlerBase.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/FastISel.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/FinalizeISel.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/Utils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalMerge.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ISDOpcodes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/IndirectThunks.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveDebugVariables.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveInterval.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervals.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LivePhysRegs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveRegUnits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveVariables.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LocalStackSlotAllocation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/LowLevelTypeUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRFormatter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRYamlMapping.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineBasicBlock.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineCombinerPattern.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineConvergenceVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineDomTreeUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineDominators.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineFrameInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineFunction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineFunctionAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineInstr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineInstrBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineLoopInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineMemOperand.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineModuleInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachinePassManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachinePipeliner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachinePostDominators.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineSSAUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineScheduler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineTraceMetrics.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineUniformityAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MachineVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ModuloSchedule.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/NonRelocatableStringpool.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PHIElimination.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/Passes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PseudoSourceValueManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegAllocCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegAllocFast.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegAllocPBQP.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/Register.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RegisterClassInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/RuntimeLibcallUtil.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SDPatternMatch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ScheduleDAG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGISel.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/SlotIndexes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/StackProtector.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TailDuplicator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetCallingConv.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetFrameLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetInstrInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/TwoAddressInstructionPass.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ValueTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ValueTypes.td
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/WindowScheduler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenData/OutlinedHashTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenData/OutlinedHashTreeRecord.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/LowLevelType.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/MachineValueType.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/DWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/DWARFLinkerBase.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/DWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Utils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/CodeView.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DIContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/OutputAggregator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/Debuginfod.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ItaniumDemangle.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/MicrosoftDemangle.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Core.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/MachOBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/SectCreate.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TaskDispatch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/DirectiveBase.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/HLSLResource.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/OffloadWrapper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/ACC.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ClauseT.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ConstructCompositionT.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMP.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMP.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Analysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Argument.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Attributes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Attributes.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/AutoUpgrade.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/BasicBlock.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/CallingConv.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Constant.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConstantFold.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConstantFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConstantRange.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConstantRangeList.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Constants.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ConstrainedOps.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DIBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DataLayout.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DbgVariableFragmentInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DebugInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DebugInfoMetadata.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DebugProgramInstruction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DerivedTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DiagnosticHandler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/DiagnosticInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Dominators.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/EHPersonalities.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/FixedMetadataKinds.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Function.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GEPNoWrapFlags.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GenericConvergenceVerifierImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/GlobalValue.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IRBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IRBuilderFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/InstrTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Instruction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Instructions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicInst.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Intrinsics.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Intrinsics.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsAArch64.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsAMDGPU.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsBPF.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsDirectX.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsNVVM.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsPowerPC.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsRISCV.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsRISCVXCV.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsRISCVXsf.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsSPIRV.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsWebAssembly.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/IntrinsicsX86.td
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/LLVMContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/MDBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Mangler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/MemoryModelRelaxationAnnotations.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Metadata.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Module.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/NoFolder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Operator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PassInstrumentation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PassManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PassManagerImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PassManagerInternal.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PatternMatch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ProfDataUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/PseudoProbe.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ReplaceConstant.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/RuntimeLibcalls.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/RuntimeLibcalls.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/VPIntrinsics.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/Value.def
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ValueSymbolTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/VectorBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/InitializePasses.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/Config.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/LTO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/LinkAllPasses.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ConstantPools.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/DXContainerPSVInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAsmBackend.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAsmInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAsmInfoDarwin.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAsmMacro.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCAssembler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCCodeEmitter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCCodeView.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCContext.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDecoderOps.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDwarf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCELFExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCELFObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCELFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCExpr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCFragment.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCInst.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCInstBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCInstrAnalysis.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCLinkerOptimizationHint.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCMachObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCObjectFileInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCObjectStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCPseudoProbe.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSPIRVObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSection.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionDXContainer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionELF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionGOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionMachO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionSPIRV.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionWasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSectionXCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSubtargetInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbol.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolELF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolGOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolMachO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolTableEntry.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolWasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCSymbolXCOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCTargetOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCWasmStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCWinCOFFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCXCOFFObjectWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/StringTableBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/TargetRegistry.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/IncrementalSourceMgr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/InstrBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/CommonConfig.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/ELFConfig.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/Archive.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ArchiveWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/COFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/COFFImportFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/DXContainer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ELF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ELFObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ELFTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/GOFF.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/GOFFObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/MachO.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/Wasm.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/WindowsMachineFlag.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/XCOFFObjectFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/DWARFEmitter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/DWARFYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/DXContainerYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ELFYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/XCOFFYAML.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ArgList.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/OptParser.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/OptTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/CodeGenPassBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/MachinePassRegistry.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/PassBuilder.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/StandardInstrumentations.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/TargetPassRegistry.inc
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/MCDCTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/CtxInstrContextNode.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfData.inc
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/InstrProfWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/MIBEntryDef.inc
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/MemProf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/MemProfData.inc
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/MemProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/PGOCtxProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/PGOCtxProfWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/RawMemProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProf.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/SampleProfWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/SandboxIR.h
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/SandboxIRValues.def
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/Tracker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/Use.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/AMDGPUMetadata.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Allocator.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/AutoConvert.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BalancedPartitioning.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/BlockFrequency.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Casting.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/CodeGen.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/CommandLine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Compiler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Compression.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/DXILABI.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/DebugCounter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Endian.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Errc.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Error.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ExponentialBackoff.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FileSystem.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FormatAdapters.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FormatCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FormatProviders.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FormatVariadic.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/FormatVariadicDetails.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericDomTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericDomTreeConstruction.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GenericLoopInfoImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/GraphWriter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/HexagonAttributeParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/HexagonAttributes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/JSON.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/KnownBits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/LEB128.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/LogicalResult.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/MathExtras.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/OnDiskHashTable.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/PGOOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Program.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/RISCVAttributeParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/RISCVAttributes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/RISCVISAUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/RWMutex.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SMTAPI.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ScopedPrinter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SipHash.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SourceMgr.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SuffixTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/SuffixTreeNode.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/TargetOpcodes.def
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ThreadPool.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/TimeProfiler.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ToolOutputFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/TypeSize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/VirtualFileSystem.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/WindowsError.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/X86FoldTablesUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/YAMLTraits.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/float128.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/raw_ostream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/raw_socket_stream.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/xxhash.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/DirectiveEmitter.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/Record.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/SearchableTable.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GenericOpcodes.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/Combine.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/Target.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetMachine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetMacroFusion.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetPfmCounters.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetSchedule.td
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/TargetSelectionDAG.td
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/AArch64CPUFeatures.inc
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/AArch64TargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ARMTargetParser.def
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ARMTargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ARMTargetParserCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/Host.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/LoongArchTargetParser.def
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/LoongArchTargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/PPCTargetParser.def
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/RISCVISAInfo.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/RISCVTargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/TargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/Triple.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/X86TargetParser.def
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/X86TargetParser.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/DylibReader.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/FileTypes.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/InterfaceFile.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/Record.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/RecordsSlice.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/Symbol.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/SymbolSet.h
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/Utils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/Attributor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ExpandVariadics.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ExtractGV.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/FunctionImport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/Internalize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/SampleProfileMatcher.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/Float2Int.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/GVN.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/JumpTableToSwitch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/JumpThreading.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/Reassociate.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/Cloning.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CodeExtractor.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/DXILResource.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/Debugify.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/GlobalStatus.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/Local.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/LoopUtils.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/MisExpect.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdater.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SplitModule.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/UnrollLoop.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ValueMapper.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
/freebsd/contrib/llvm-project/llvm/include/module.install.modulemap
/freebsd/contrib/llvm-project/llvm/include/module.modulemap
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AliasSetTracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Analysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/AssumptionCache.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BlockFrequencyInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/BranchProbabilityInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CGSCCPassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CallGraph.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CallGraphSCCPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CallPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CaptureTracking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CmpInstAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CodeMetrics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ConstantFolding.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ConstraintSystem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/CycleAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Delinearization.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/DemandedBits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/DependenceAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/DomConditionCache.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/DomTreeUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/GlobalsModRef.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/IRSimilarityIdentifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/IVDescriptors.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/IVUsers.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InlineAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InlineCost.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InlineOrder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/InstructionSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LazyCallGraph.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LazyValueInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Lint.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Loads.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/Local.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopAccessAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopAnalysisManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopCacheAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/LoopUnrollAnalyzer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MLInlineAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemDerefPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemoryBuiltins.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemoryLocation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemoryProfileInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MemorySSA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/MustExecute.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ObjCARCAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/PHITransAddr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScalarEvolution.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScalarEvolutionDivision.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/StackLifetime.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/StackSafetyAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/StructuralHash.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TargetLibraryInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/TypeMetadataUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ValueTracking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/VectorUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/LLLexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/LLParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/Parser.cpp
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/Dwarf.cpp
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/MetadataLoader.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ValueEnumerator.h
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/BitstreamReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AllocationOrder.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/Analysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AIXException.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DIE.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/EHStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/WinCFGuard.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AtomicExpandPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BasicBlockPathCloning.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BasicBlockSections.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/BranchFolding.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CFGuardLongjmp.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CFIInstrInserter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CalcSpillWeights.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CallBrPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CodeGen.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CodeGenCommonISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/CommandFlags.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/DFAPacketizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/DwarfEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/EHContGuardCatchret.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/EarlyIfConversion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandLargeDivRem.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandLargeFpConvert.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandMemCmp.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandReductions.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ExpandVectorPredication.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/FinalizeISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/FixupStatepointCallerSaved.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GCMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GCRootLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/Combiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/CombinerHelperVectorOps.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/Utils.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalMerge.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/HardwareLoops.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/IfConversion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/IndirectBrExpandPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InitUndef.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InlineSpiller.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InterferenceCache.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InterleavedAccessPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/IntrinsicLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/JMCInstrumenter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/KCFI.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LLVMTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LexicalScopes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugVariables.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveIntervals.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveRangeEdit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveRegMatrix.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveStacks.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveVariables.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LowLevelTypeUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LowerEmuTLS.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MILexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MILexer.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MIParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRPrintingPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRSampleProfile.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineBasicBlock.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineBlockFrequencyInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineBlockPlacement.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineCSE.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineCheckDebugify.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineConvergenceVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineCopyPropagation.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineDebugify.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineDomTreeUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineDominanceFrontier.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineDominators.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFrameInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunctionAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunctionPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunctionPrinterPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineFunctionSplitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineInstr.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineInstrBundle.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineLICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineLateInstrsCleanup.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineLoopInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineModuleInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineModuleSlotTracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineOperand.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineOutliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachinePassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachinePipeliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachinePostDominators.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineRegionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineSSAUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineSink.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineStableHash.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineTraceMetrics.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineUniformityAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MachineVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ModuloSchedule.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/NonRelocatableStringpool.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PHIElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PeepholeOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PostRASchedulerList.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PrologEpilogInserter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/PseudoSourceValue.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RDFGraph.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ReachingDefAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocBase.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocBase.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocBasic.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocFast.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocGreedy.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocGreedy.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocPBQP.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegUsageInfoCollector.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterClassInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterCoalescer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RegisterPressure.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/RenameIndependentSubregs.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ReplaceWithVeclib.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SafeStack.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SafeStackLayout.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ScheduleDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectOptimize.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/MatchContext.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ShrinkWrap.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SjLjEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SlotIndexes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SpillPlacement.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SplitKit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackColoring.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/StackSlotColoring.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SwitchLoweringUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TailDuplication.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TailDuplicator.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringBase.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetOptionsImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetPassConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TargetRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/TypePromotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/UnreachableBlockElim.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/VLIWMachineScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ValueTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/VirtRegMap.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/WasmEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/WinEHPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/WindowScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/XRayInstrumentation.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/OutlinedHashTree.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/OutlinedHashTreeRecord.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGenTypes/LowLevelType.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/DWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFEmitterImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerGlobalData.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/DebugLineSectionEmitter.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/OutputSections.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/StringEntryToDwarfStringPoolEntryMap.h
/freebsd/contrib/llvm-project/llvm/lib/DWP/DWP.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/EnumTables.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFTypePrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ObjectFileTransformer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/LVOptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/LVReaderHandler.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/LVDWARFReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/SymbolCache.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/PDBExtras.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/Debuginfod.cpp
/freebsd/contrib/llvm-project/llvm/lib/Demangle/MicrosoftDemangle.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ExecutionEngine.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/IntelJITEventsWrapper.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ittnotify_config.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ittnotify_types.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/jitprofiling.c
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/jitprofiling.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_aarch32.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/SEHFrameSupport.h
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Core.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/EPCGenericDylibManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Layer.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Mangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/SectCreate.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ObjectFormats.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/SimpleRemoteEPC.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TaskDispatch.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/FileCheck.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Driver/CodeGenOptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/HLSLResource.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/OffloadWrapper.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/Utility.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/OMP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/OMPContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/FuzzerCLI.cpp
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/IRMutator.cpp
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/OpDescriptor.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/AsmWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/AttributeImpl.h
/freebsd/contrib/llvm-project/llvm/lib/IR/Attributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/AutoUpgrade.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/BasicBlock.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ConstantFold.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ConstantRange.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ConstantRangeList.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Constants.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ConstantsContext.h
/freebsd/contrib/llvm-project/llvm/lib/IR/ConvergenceVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Core.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DIBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DIExpressionOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DataLayout.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DebugInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DebugInfoMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DebugProgramInstruction.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/DiagnosticInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/EHPersonalities.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Function.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Globals.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/IRBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/IRPrintingPasses.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Instruction.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Instructions.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/IntrinsicInst.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/LLVMContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/LLVMContextImpl.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/LLVMContextImpl.h
/freebsd/contrib/llvm-project/llvm/lib/IR/LegacyPassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/MDBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Mangler.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/MemoryModelRelaxationAnnotations.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Metadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Module.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ModuleSummaryIndex.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Operator.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/PassInstrumentation.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/PassManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ProfDataUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ProfileSummary.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/PseudoProbe.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ReplaceConstant.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/RuntimeLibcalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Type.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/TypeFinder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Value.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/ValueSymbolTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/VectorBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/Verifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/IRPrinter/IRPrintingPasses.cpp
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ELFObjHandler.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTO.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTOBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTOCodeGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/LTOModule.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/LTO/UpdateCompilerUsed.cpp
/freebsd/contrib/llvm-project/llvm/lib/Linker/IRMover.cpp
/freebsd/contrib/llvm-project/llvm/lib/Linker/LinkModules.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/ConstantPools.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/DXContainerPSVInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/ELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/GOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmInfoDarwin.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmInfoGOFF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAsmStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCAssembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCCodeView.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDXContainerStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDXContainerWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/MCDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDwarf.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCFragment.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCGOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCInst.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCLinkerOptimizationHint.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCMachOStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCObjectFileInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCObjectStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/AsmLexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/COFFAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/COFFMasmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ELFAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/MCAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/WasmAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCPseudoProbe.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSPIRVStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSection.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionCOFF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionDXContainer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionMachO.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionWasm.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionXCOFF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSubtargetInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSymbol.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCSymbolXCOFF.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCTargetOptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCWasmStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCWinCOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MCXCOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/MachObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/SPIRVObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/TargetRegistry.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/WasmObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/WinCOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/XCOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/RegisterFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/InstrBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/InOrderIssueStage.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ConfigManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/MachOWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/Archive.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ArchiveWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/COFFImportFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/COFFModuleDefinition.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/COFFObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/DXContainer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ELF.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ELFObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/GOFFObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/IRSymtab.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/MachOObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/ModuleSymbolTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/OffloadBinary.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/SymbolSize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/TapiFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/TapiUniversal.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/WasmObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/WindowsResource.cpp
/freebsd/contrib/llvm-project/llvm/lib/Object/XCOFFObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/COFFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/COFFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/DWARFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/DWARFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/DXContainerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/DXContainerYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ELFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ELFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/WasmYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/XCOFFEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/XCOFFYAML.cpp
/freebsd/contrib/llvm-project/llvm/lib/Option/OptTable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/CodeGenPassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/PassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/PassBuilderBindings.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/PassBuilderPipelines.cpp
/freebsd/contrib/llvm-project/llvm/lib/Passes/PassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Passes/StandardInstrumentations.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/GCOV.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProf.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProfCorrelator.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProfReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/InstrProfWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/MemProf.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/MemProfReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/PGOCtxProfReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/PGOCtxProfWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/SampleProf.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/SampleProfReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/SampleProfWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Remarks/Remark.cpp
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/SandboxIR.cpp
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/Tracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/APFixedPoint.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/APFloat.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/APInt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/AutoConvert.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3.c
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3_avx2_x86-64_unix.S
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3_avx512_x86-64_unix.S
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_unix.S
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_unix.S
/freebsd/contrib/llvm-project/llvm/lib/Support/BalancedPartitioning.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/BlockFrequency.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/CodeGenCoverage.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/CommandLine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Compression.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/DebugCounter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/DeltaAlgorithm.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/DivisionByConstantInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/DynamicAPInt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ELFAttributeParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Error.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ErrorHandling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ExponentialBackoff.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/FileCollector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/FormatVariadic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/GraphWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/HexagonAttributeParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/HexagonAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/JSON.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/KnownBits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/LockFileManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/MemoryBuffer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/PGOOptions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Parallel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Path.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/PrettyStackTrace.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Process.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Program.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/RISCVAttributeParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/RISCVAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/RISCVISAUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/RWMutex.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/RandomNumberGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SipHash.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SlowDynamicAPInt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SourceMgr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/StringMap.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/StringRef.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SuffixTree.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/SuffixTreeNode.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ThreadPool.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/TimeProfiler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/ToolOutputFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/TypeSize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Memory.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Path.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Process.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Program.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Threading.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/VirtualFileSystem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/Path.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/Process.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/Program.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/Signals.inc
/freebsd/contrib/llvm-project/llvm/lib/Support/YAMLTraits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/Z3Solver.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/raw_ostream.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/raw_socket_stream.cpp
/freebsd/contrib/llvm-project/llvm/lib/Support/regcomp.c
/freebsd/contrib/llvm-project/llvm/lib/Support/xxhash.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/JSONBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/Main.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/Record.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/SetTheory.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGLexer.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGLexer.h
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/TGParser.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Arm64ECCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64CallingConvention.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64CallingConvention.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Combine.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ExpandImm.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FMV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Features.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrAtomics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrGISel.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64LowerHomogeneousPrologEpilog.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PerfectShuffle.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PointerAuth.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PointerAuth.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64PostCoalescerPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Processors.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RedundantCopyElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RegisterBanks.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64RegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SLSHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA510.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedAmpere1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedAmpere1B.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedExynosM5.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedNeoverseV2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedOryon.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedPredNeoverse.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SchedTSV110.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64StackTagging.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64Subtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64SystemOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64GlobalISelUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64PostLegalizerLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64PostSelectOptimize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SMEABIPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SMEInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SVEInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/AArch64SMEAttributes.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPU.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPU.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAliasAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPassBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCombine.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGISel.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelDivergenceLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInsertSingleUseVDST.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMIRFormatter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUMarkLastScratchLoad.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPredicateControl.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegBankSelect.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURemoveIncompatibleFunctions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSearchableTables.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSplitModule.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/BUFInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/DSDIRInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/DSInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/EXPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/EvergreenInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/FLATInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNCreateVOPD.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNILPSched.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNNSAReassign.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNPreRAOptimizations.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNProcessors.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNRegPressure.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNRegPressure.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNRewritePartialRegUses.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCKernelDescriptor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCKernelDescriptor.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/R600InstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MIMGInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600CodeGenPassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600CodeGenPassBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600MachineScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600Packetizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600TargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/R600TargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIDefines.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerI1Copies.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerWWMCopies.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIModeRegister.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIModeRegisterDefaults.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIModeRegisterDefaults.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIProgramInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIProgramInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SISchedule.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SMInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/SOPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUDelayedMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUDelayedMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUMemoryUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/SIDefinesUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VINTERPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP1Instructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP2Instructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP3Instructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOP3PInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOPCInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/VOPInstructions.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARC.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCBranchFinalize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCOptAddrMode.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ARCTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ARCMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/A15SDOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARM.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARM.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMArchitectures.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBaseInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMBlockPlacement.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMCallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMFeatures.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrNEON.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrThumb.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrThumb2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstrVFP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMParallelDSP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMPredicates.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMProcessors.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSLSHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetObjectFile.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ARMTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MVETPAndVPTOptimisationsPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MVETailPredication.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb1FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb2InstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Thumb2SizeReduction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVR.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AVRTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/AVRAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPF.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFASpaceCastSimplifyPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFCheckAndAdjustIR.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFMIChecking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFPassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFPreserveDIType.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFPreserveStaticOffset.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BPFTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BTFDebug.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/BTFDebug.h
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKY.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYConstantIslandPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/CSKYTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXContainerGlobals.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXIL.td
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILIntrinsicExpansion.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILMetadata.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILOpBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILOpBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILOpLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILResource.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILResource.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILShaderFlags.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILShaderFlags.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILTranslateMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectX.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/PointerTypeAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXPassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/DirectXMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Hexagon.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonCopyHoisting.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonGenMemAbsolute.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonGenMux.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonLoopAlign.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonOptAddrMode.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonPassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonRDFOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonStoreWidening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonTfrCleanup.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/Lanai.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/LanaiTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArch.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArch.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchDeadRegisterDefinitions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchLSXInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/LoongArchTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchFixupKinds.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/M68kCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68k.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kExpandPseudo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrArithmetic.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrAtomics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrData.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kMachineFunction.h
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/M68kTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/M68kAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430.h
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MSP430TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16HardFloat.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16ISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips16InstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips32r6InstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips32r6InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Mips64InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsBranchExpansion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsExpandPseudo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsOptimizePICCall.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsPostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSEInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsScheduleGeneric.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MipsTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTX.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXCtorDtorLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXImageOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXLowerUnreachable.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXPassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVPTXUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVVMIntrRange.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/NVVMReflect.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/PPCInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/P10InstrResources.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPC.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPC.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCBack2BackFusion.def
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCBoolRetToInt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCCTRLoopsVerify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCExpandAtomicPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrP10.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCInstrVSX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMacroFusion.def
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTOCRegDeps.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVPostLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVPreLegalizerCombiner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/RISCVCustomBehaviour.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCV.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVCallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVDeadRegisterDefinitions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFeatures.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVGatherScatterLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInsertReadWriteCSR.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInsertWriteVXRM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrGISel.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoA.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoC.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoD.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoF.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoM.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoSFB.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoXwch.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZa.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZalasr.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZc.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZcmop.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZimop.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVPostRAExpandPseudoInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVProcessors.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVProfiles.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVPushPopOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedRocket.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSiFive7.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSiFiveP400.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSiFiveP600.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR1.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedSyntacoreSCR3.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedXiangShanNanHu.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSchedule.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVScheduleV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVScheduleXSf.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVScheduleZb.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVScheduleZvk.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVSystemOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/SPIRVConvergenceRegionAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/SPIRVConvergenceRegionAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVBaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRV.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRV.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVBuiltins.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVBuiltins.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVCallLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVCommandLine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInlineAsmLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInlineAsmLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVMergeRegionExitTargets.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVMetadata.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVRegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVRegisterBanks.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/SPIRVUtils.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/Sparc.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcASITags.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstr64Bit.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstrAliases.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcPrefetchTags.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/SparcTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZ.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZFeatures.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrFP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrHFP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrSystem.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZInstrVector.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZLDCleanup.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZOperators.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZPatterns.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ13.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ14.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ15.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ16.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZ196.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZScheduleZEC12.td
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Target.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/TargetLoweringObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/TargetMachineC.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VE.h
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VEInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VETargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VETargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/VVPNodes.def
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyInstPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTypeUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTypeUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/WebAssemblyTypeUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssembly.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssembly.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyAddMissingPrototypes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyCleanCodeAfterTrap.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyDebugValueManager.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFixBrTableDefaults.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrAtomics.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrRef.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyInstrTable.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyLowerRefTypesIntPtrConv.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMCLowerPrePass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRefTypeMem2Local.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/X86Operand.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86LegalizerInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86RegisterBankInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/X86RegisterBankInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86EncodingOptimization.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86EncodingOptimizationForImmediate.def
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86InstComments.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86InstPrinterCommon.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86IntelInstPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86AsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CmovConversion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CodeGenPassBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86CompressEVEX.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86DomainReassignment.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ExpandPseudo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FastISel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FastPreTileConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FastTileConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FixupBWInsts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FixupSetCC.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FixupVectorConstants.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FloatingPoint.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86FrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86GenRegisterBankInfo.def
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelDAGToDAG.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ISelLoweringCall.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86IndirectThunks.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InsertPrefetch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86Instr3DNow.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrAMX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrAVX512.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrArithmetic.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrAsmAlias.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrCMovSetCC.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrCompiler.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrConditionalCompare.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrControl.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFoldTables.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFoldTables.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFormats.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFragments.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrKL.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrMisc.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrPredicates.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrRAOINT.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrSSE.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrSystem.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrUtils.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InstrVMX.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86InterleavedAccess.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86IntrinsicsInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LoadValueInjectionLoadHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LowerAMXType.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86LowerTileCopy.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86MCInstLower.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86MachineFunctionInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86MachineFunctionInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86PartialReduction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86PassRegistry.def
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86PfmCounters.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86PreTileConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86RegisterBanks.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86RegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ReturnThunks.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedAlderlakeP.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedBroadwell.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedHaswell.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedIceLake.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedSapphireRapids.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedSkylakeClient.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SchedSkylakeServer.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleBdVer2.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleZnver3.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86ScheduleZnver4.td
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86Subtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86Subtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetTransformInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86TileConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/X86WinFixupBufferSecurityCheck.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCore.h
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreTargetObjectFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/XCoreTargetTransformInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/XtensaAsmParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaAsmBackend.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCExpr.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCExpr.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaMCTargetDesc.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaTargetStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/XtensaTargetStreamer.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/Xtensa.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/Xtensa.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaAsmPrinter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaAsmPrinter.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaCallingConv.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaConstantPoolValue.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaConstantPoolValue.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaFrameLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaFrameLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaISelDAGToDAG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaISelLowering.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaInstrInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaInstrInfo.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaOperands.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaOperators.td
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaRegisterInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaRegisterInfo.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaSubtarget.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaSubtarget.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaTargetMachine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaTargetMachine.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/XtensaUtils.h
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/AArch64TargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ARMTargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ARMTargetParserCommon.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Host.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/LoongArchTargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/RISCVISAInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/RISCVTargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/TargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Triple.cpp
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/X86TargetParser.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/DylibReader.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/InterfaceFile.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/Platform.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/RecordVisitor.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/RecordsSlice.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/Symbol.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/SymbolSet.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextAPIContext.h
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextStub.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextStubCommon.h
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/TextStubV5.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/Utils.cpp
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/Options.td
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/Options.td
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/CFGuard.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroEarly.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroElide.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroInstr.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroInternal.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroSplit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/Coroutines.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/HipStdPar.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/AlwaysInliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/Attributor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/BlockExtractor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/CalledValuePropagation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ConstantMerge.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/CrossDSOCFI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ExpandVariadics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/FunctionImport.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/GlobalSplit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/HotColdSplitting.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/IROutliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/Inliner.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/MergeFunctions.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/OpenMPOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/PartialInlining.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SCCP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SampleContextTracker.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SampleProfile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SampleProfileMatcher.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/SampleProfileProbe.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/CGProfile.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/KCFI.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/LowerAllowCheckPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/NumericalStabilitySanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOForceFunctionAttrs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/PoisonChecking.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerBinaryMetadata.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ObjCARC.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ObjCARC.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ADCE.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/BDCE.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/DivRemPairs.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/EarlyCSE.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Float2Int.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/GVN.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/GVNHoist.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/GVNSink.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/GuardWidening.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/InferAlignment.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/InstSimplifyPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/JumpThreading.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopDeletion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopDistribute.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopFlatten.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopFuse.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopRotation.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerAtomicPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerConstantIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MakeGuardsExplicit.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MergeICmps.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/NaryReassociate.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/NewGVN.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Reassociate.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Reg2Mem.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SCCP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SROA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Scalar.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/Scalarizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/AMDGPUEmitPrintf.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CallGraphUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CallPromotionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CanonicalizeAliases.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CloneFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CloneModule.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CodeExtractor.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/CountVisits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/DXILResource.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/Debugify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/FlattenCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/FunctionComparator.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/GlobalStatus.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/HelloWorld.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/InlineFunction.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LCSSA.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/Local.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopConstrainer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopPeel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopSimplify.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnroll.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LoopVersioning.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LowerGlobalDtors.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LowerInvoke.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/LowerSwitch.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MatrixUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/Mem2Reg.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MemoryOpRemark.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/MisExpect.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ModuleUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/PredicateInfo.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/RelLookupTableConverter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SCCPSolver.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SSAUpdater.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SampleProfileInference.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SplitModule.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/StripGCRelocates.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/UnifyLoopExits.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ValueMapper.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopIdiomVectorize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanSLP.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanValue.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlanVerifier.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/VectorCombine.cpp
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/MSVCPaths.cpp
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
/freebsd/contrib/llvm-project/llvm/lib/XRay/Profile.cpp
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/BugDriver.cpp
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/CrashDebugger.cpp
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/Miscompilation.cpp
/freebsd/contrib/llvm-project/llvm/tools/llc/NewPMDriver.cpp
/freebsd/contrib/llvm-project/llvm/tools/llc/llc.cpp
/freebsd/contrib/llvm-project/llvm/tools/lli/ForwardingMemoryManager.h
/freebsd/contrib/llvm-project/llvm/tools/lli/lli.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/llvm-ar.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/llvm-as.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CodeCoverage.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageExporterJson.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageReport.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/CoverageReport.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageView.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageView.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewHTML.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/SourceCoverageViewText.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/llvm-cxxmap.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/README.md
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/DifferenceEngine.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/llvm-dis.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/Statistics.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/DebugInfoLinker.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/llvm-dwp.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/llvm-extract.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/llvm-link.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/llvm-lto.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/llvm-lto2.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/llvm-mc.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/CodeRegion.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/CodeRegionGenerator.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/CodeRegionGenerator.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/SchedulerStatistics.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/llvm-mca.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/llvm-nm.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/CommonOpts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ObjcopyOpts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/llvm-objcopy.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ELFDump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/MachODump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ObjdumpOpts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/llvm-objdump.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/MinimalTypeDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/llvm-profdata.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/COFFDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ELFDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ObjDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ObjDumper.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/Opts.td
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/XCOFFDumper.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/llvm-readobj.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/llvm-readobj.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/llvm-stress.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/xray-graph-diff.cpp
/freebsd/contrib/llvm-project/llvm/tools/opt/NewPMDriver.cpp
/freebsd/contrib/llvm-project/llvm/tools/opt/NewPMDriver.h
/freebsd/contrib/llvm-project/llvm/tools/opt/opt.cpp
/freebsd/contrib/llvm-project/llvm/tools/opt/optdriver.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ARMTargetDefEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/AsmMatcherEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/AsmWriterEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Attributes.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/CodeGenIntrinsics.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/CodeGenIntrinsics.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/SDNodeProperties.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/SDNodeProperties.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/SequenceToOffsetTable.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CTagsEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CallingConvEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeEmitterGen.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CodeGenMapTable.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/AsmWriterInst.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/AsmWriterInst.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenHwModes.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenHwModes.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenInstAlias.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenInstAlias.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenInstruction.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenInstruction.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenRegisters.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenRegisters.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenSchedule.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenSchedule.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenTarget.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/CodeGenTarget.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/DAGISelMatcher.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/DAGISelMatcher.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/CXXPredicates.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/CXXPredicates.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/CodeExpander.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/CodeExpander.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/CodeExpansions.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/CombinerUtils.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/CombinerUtils.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTableExecutorEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTableExecutorEmitter.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/PatternParser.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/PatternParser.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/Patterns.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/Patterns.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/InfoByHwMode.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/InfoByHwMode.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/OptEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/OptEmitter.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/PredicateExpander.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/PredicateExpander.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/SubtargetFeatureInfo.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/SubtargetFeatureInfo.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/Types.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/Types.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/VarLenCodeEmitterGen.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/VarLenCodeEmitterGen.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/CompressInstEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcherGen.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DAGISelMatcherOpt.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DFAEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DFAPacketizerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DXILEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DecoderEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DirectiveEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/DisassemblerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/FastISelEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISelEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/InstrDocsEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/InstrInfoEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/IntrinsicEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/MacroFusionPredicatorEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/OptParserEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/OptRSTEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/PseudoLoweringEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/RISCVTargetDefEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/RegisterBankEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/RegisterInfoEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/SearchableTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/SubtargetEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/TableGenBackends.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/VTEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86DisassemblerShared.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86DisassemblerTables.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86DisassemblerTables.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86FoldTablesEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86InstrMappingEmitter.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86ManualFoldTables.def
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86ManualInstrMapping.def
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86MnemonicTables.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86ModRMFilters.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86ModRMFilters.h
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86RecognizableInstr.cpp
/freebsd/contrib/llvm-project/llvm/utils/TableGen/X86RecognizableInstr.h
/freebsd/contrib/llvm-project/openmp/runtime/src/dllexports
/freebsd/contrib/llvm-project/openmp/runtime/src/include/omp-tools.h.var
/freebsd/contrib/llvm-project/openmp/runtime/src/include/omp.h.var
/freebsd/contrib/llvm-project/openmp/runtime/src/include/omp_lib.F90.var
/freebsd/contrib/llvm-project/openmp/runtime/src/include/omp_lib.h.var
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ompx.h.var
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_affinity.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_affinity.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_barrier.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_collapse.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_collapse.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_csupport.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_dispatch.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_gsupport.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_os.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_platform.h
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_runtime.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_sched.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_settings.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_taskdeps.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_tasking.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_threadprivate.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_utility.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/kmp_wait_release.h
/freebsd/contrib/llvm-project/openmp/runtime/src/ompt-general.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/ompt-internal.h
/freebsd/contrib/llvm-project/openmp/runtime/src/ompt-specific.cpp
/freebsd/contrib/llvm-project/openmp/runtime/src/ompt-specific.h
/freebsd/contrib/llvm-project/openmp/runtime/src/z_Linux_asm.S
/freebsd/contrib/llvm-project/openmp/runtime/src/z_Linux_util.cpp
/freebsd/contrib/mandoc/st.c
/freebsd/crypto/openssh/blacklist.c
/freebsd/crypto/openssh/blacklist_client.h
/freebsd/etc/mtree/BSD.debug.dist
/freebsd/etc/mtree/BSD.include.dist
/freebsd/etc/mtree/BSD.usr.dist
/freebsd/lib/Makefile
/freebsd/lib/clang/headers/Makefile
/freebsd/lib/clang/include/VCSVersion.inc
/freebsd/lib/clang/include/clang/Basic/Version.inc
/freebsd/lib/clang/include/clang/Config/config.h
/freebsd/lib/clang/include/lld/Common/Version.inc
/freebsd/lib/clang/include/lldb/API/SBLanguages.h
/freebsd/lib/clang/include/lldb/Version/Version.inc
/freebsd/lib/clang/include/llvm/Config/abi-breaking.h
/freebsd/lib/clang/include/llvm/Config/config.h
/freebsd/lib/clang/include/llvm/Config/llvm-config.h
/freebsd/lib/clang/include/llvm/Support/VCSRevision.h
/freebsd/lib/clang/libclang/Makefile
/freebsd/lib/clang/liblldb/LLDBWrapLua.cpp
/freebsd/lib/clang/liblldb/Makefile
/freebsd/lib/clang/libllvm/Makefile
/freebsd/lib/clang/libllvmminimal/Makefile
/freebsd/lib/libc++/Makefile
/freebsd/lib/libc++/__assertion_handler
/freebsd/lib/libc++/__config_site
/freebsd/lib/libc++/libcxx.imp
/freebsd/lib/libc/stdio/fmemopen.c
/freebsd/lib/libc/stdlib/qsort.3
/freebsd/lib/libc/string/memccpy.3
/freebsd/lib/libc/tests/stdio/fmemopen2_test.c
/freebsd/lib/libclang_rt/compiler-rt-vars.mk
/freebsd/lib/libclang_rt/xray/Makefile
/freebsd/lib/libcompiler_rt/Makefile.inc
/freebsd/lib/libcrypt/Makefile
/freebsd/lib/libcrypt/crypt-md5.c
/freebsd/lib/libcrypt/crypt-sha256.c
/freebsd/lib/libcrypt/crypt-sha512.c
/freebsd/lib/libcrypt/libcrypt.aldscript
/freebsd/lib/libcrypt/libcrypt.ldscript
/freebsd/lib/libkldelf/ef.c
/freebsd/lib/libkldelf/ef_obj.c
/freebsd/lib/libkldelf/elf.c
/freebsd/lib/libkldelf/kldelf.h
/freebsd/lib/libomp/kmp_i18n_default.inc
/freebsd/lib/libomp/kmp_i18n_id.inc
/freebsd/lib/libomp/omp-tools.h
/freebsd/lib/libomp/omp.h
/freebsd/lib/libsys/_umtx_op.2
/freebsd/lib/libsys/fsync.2
/freebsd/lib/libsys/getrlimitusage.2
/freebsd/lib/libsys/kldfind.2
/freebsd/lib/libsys/kldfirstmod.2
/freebsd/lib/libsys/kldload.2
/freebsd/lib/libsys/kldnext.2
/freebsd/lib/libsys/kldstat.2
/freebsd/lib/libsys/kldsym.2
/freebsd/lib/libsys/kldunload.2
/freebsd/lib/libsys/sigfastblock.2
/freebsd/lib/libsys/thr_exit.2
/freebsd/lib/libsys/thr_kill.2
/freebsd/lib/libsys/thr_new.2
/freebsd/lib/libsys/thr_self.2
/freebsd/lib/libsys/thr_set_name.2
/freebsd/lib/libsys/thr_suspend.2
/freebsd/lib/libsys/thr_wake.2
/freebsd/lib/libsys/x86/pkru.3
/freebsd/lib/libthr/libthr.3
/freebsd/lib/ncurses/tinfo/Makefile
rc.d/kld
/freebsd/release/Makefile.vm
/freebsd/release/tools/ec2.conf
/freebsd/sbin/devmatch/devmatch.c
/freebsd/sbin/ldconfig/ldconfig.8
/freebsd/share/man/man3/pthread_mutex_consistent.3
/freebsd/share/man/man3/pthread_mutexattr.3
/freebsd/share/man/man3/pthread_sigqueue.3
/freebsd/share/man/man4/fdescfs.4
/freebsd/share/man/man4/nvdimm.4
/freebsd/share/man/man4/tmpfs.4
/freebsd/share/man/man7/security.7
/freebsd/share/man/man9/VOP_READ_PGCACHE.9
/freebsd/share/man/man9/refcount.9
/freebsd/share/man/man9/style.9
/freebsd/share/man/man9/vm_map_protect.9
/freebsd/share/mk/bsd.sys.mk
/freebsd/share/mk/src.libnames.mk
/freebsd/share/mk/src.opts.mk
/freebsd/stand/i386/loader/Makefile
/freebsd/stand/loader.mk
/freebsd/stand/man/loader.efi.8
/freebsd/sys/amd64/linux/linux_systrace_args.c
/freebsd/sys/amd64/linux32/linux32_systrace_args.c
/freebsd/sys/arm/arm/exception.S
/freebsd/sys/arm/arm/genassym.c
/freebsd/sys/arm/arm/mp_machdep.c
/freebsd/sys/arm/include/intr.h
/freebsd/sys/arm64/arm64/efirt_machdep.c
/freebsd/sys/arm64/arm64/efirt_support.S
/freebsd/sys/arm64/arm64/exception.S
/freebsd/sys/arm64/arm64/genassym.c
/freebsd/sys/arm64/arm64/trap.c
/freebsd/sys/arm64/include/armreg.h
/freebsd/sys/arm64/include/efi.h
/freebsd/sys/arm64/include/intr.h
/freebsd/sys/arm64/include/proc.h
/freebsd/sys/arm64/linux/linux_systrace_args.c
/freebsd/sys/arm64/rockchip/rk_pinctrl.c
/freebsd/sys/compat/freebsd32/freebsd32_systrace_args.c
/freebsd/sys/compat/linuxkpi/common/include/linux/kernel.h
/freebsd/sys/compat/linuxkpi/common/include/linux/lockdep.h
/freebsd/sys/compat/linuxkpi/common/include/linux/rcupdate.h
/freebsd/sys/compat/linuxkpi/common/include/linux/skbuff.h
/freebsd/sys/compat/linuxkpi/common/src/linux_compat.c
/freebsd/sys/compat/linuxkpi/common/src/linux_rcu.c
/freebsd/sys/conf/NOTES
/freebsd/sys/conf/files.arm64
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c
/freebsd/sys/dev/acpica/acpivar.h
/freebsd/sys/dev/ath/ath_hal/ar9002/ar9285_btcoex.c
/freebsd/sys/dev/e1000/e1000_api.c
/freebsd/sys/dev/e1000/e1000_hw.h
/freebsd/sys/dev/e1000/if_em.c
/freebsd/sys/dev/enic/enic.h
/freebsd/sys/dev/gpio/acpi_gpiobus.c
/freebsd/sys/dev/gpio/gpiobus.c
/freebsd/sys/dev/gpio/gpiobusvar.h
/freebsd/sys/dev/gpio/pl061.c
/freebsd/sys/dev/iicbus/rtc/ds3231.c
/freebsd/sys/dev/mana/mana_en.c
/freebsd/sys/dev/mgb/if_mgb.c
/freebsd/sys/dev/mgb/if_mgb.h
/freebsd/sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
/freebsd/sys/dev/mpi3mr/mpi3mr_app.c
/freebsd/sys/dev/ocs_fc/ocs_hw.c
/freebsd/sys/dev/sound/pci/csa.c
/freebsd/sys/dev/sound/pcm/channel.c
/freebsd/sys/dev/sound/pcm/channel.h
/freebsd/sys/dev/sound/pcm/dsp.c
/freebsd/sys/dev/sound/pcm/dsp.h
/freebsd/sys/dev/sound/pcm/sound.h
/freebsd/sys/dev/sound/pcm/vchan.c
/freebsd/sys/dev/virtio/p9fs/virtio_p9fs.c
/freebsd/sys/fs/nfsclient/nfs_clvfsops.c
/freebsd/sys/fs/p9fs/p9_client.c
/freebsd/sys/fs/tmpfs/tmpfs_vnops.c
/freebsd/sys/i386/linux/linux_systrace_args.c
/freebsd/sys/kern/kern_linker.c
/freebsd/sys/kern/kern_mutex.c
/freebsd/sys/kern/kern_rwlock.c
/freebsd/sys/kern/kern_timeout.c
/freebsd/sys/kern/subr_intr.c
/freebsd/sys/kern/subr_pctrie.c
/freebsd/sys/kern/sys_capability.c
/freebsd/sys/kern/systrace_args.c
/freebsd/sys/kern/vfs_subr.c
/freebsd/sys/net/route.c
/freebsd/sys/net/route.h
/freebsd/sys/netinet/cc/cc_newreno.c
/freebsd/sys/netinet/sctp_asconf.c
/freebsd/sys/netinet/sctp_output.c
/freebsd/sys/netinet/sctp_pcb.c
/freebsd/sys/netinet/sctp_pcb.h
/freebsd/sys/netinet/tcp_subr.c
/freebsd/sys/netinet/tcp_timer.c
/freebsd/sys/riscv/include/intr.h
/freebsd/sys/riscv/riscv/mp_machdep.c
/freebsd/sys/riscv/riscv/timer.c
/freebsd/sys/riscv/riscv/trap.c
/freebsd/sys/sys/callout.h
/freebsd/sys/sys/intr.h
/freebsd/sys/sys/linker.h
/freebsd/sys/sys/lock.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/pctrie.h
/freebsd/sys/sys/proc.h
/freebsd/sys/tools/makesyscalls.lua
/freebsd/sys/vm/swap_pager.c
/freebsd/sys/vm/swap_pager.h
/freebsd/sys/vm/vm_object.c
/freebsd/sys/x86/include/specialreg.h
/freebsd/sys/x86/iommu/intel_dmar.h
/freebsd/sys/x86/iommu/intel_drv.c
/freebsd/sys/x86/iommu/intel_idpgtbl.c
/freebsd/sys/x86/iommu/intel_intrmap.c
/freebsd/tools/build/absolute-symlink.sh
/freebsd/tools/build/depend-cleanup.sh
/freebsd/tools/build/mk/OptionalObsoleteFiles.inc
/freebsd/tools/tools/git/git-arc.sh
/freebsd/usr.bin/clang/clang-tblgen/Makefile
/freebsd/usr.bin/clang/llvm-tblgen/Makefile
/freebsd/usr.bin/clang/opt/Makefile
/freebsd/usr.bin/netstat/main.c
/freebsd/usr.bin/netstat/route.c
/freebsd/usr.bin/posixshmcontrol/posixshmcontrol.1
/freebsd/usr.bin/proccontrol/proccontrol.1
/freebsd/usr.sbin/acpi/acpidump/acpi.c
/freebsd/usr.sbin/bhyve/pci_ahci.c
/freebsd/usr.sbin/config/mkmakefile.cc
/freebsd/usr.sbin/makefs/msdos/msdosfs_fat.c
/freebsd/usr.sbin/mixer/mixer.c
0265383522-Oct-2024 Simon J. Gerraty <sjg@FreeBSD.org>

debug.sh add DebugAdd

Sometimes it is desirable while debugging one script for it to enable
debugging of a child.
We can do that with

$DEBUG_DO DebugAdd tag

to add tag to DEBUG_SH but only when we

debug.sh add DebugAdd

Sometimes it is desirable while debugging one script for it to enable
debugging of a child.
We can do that with

$DEBUG_DO DebugAdd tag

to add tag to DEBUG_SH but only when we are already debugging.

show more ...

d2e7bb6321-Oct-2024 Mateusz Piotrowski <0mp@FreeBSD.org>

rc.d/sendmail: Return non-zero if the daemon fails to start or is not running

If you have a mail server that is running sendmail daemon
(sendmail_enable=YES) and sendmail queue runner (sendmail_msp_

rc.d/sendmail: Return non-zero if the daemon fails to start or is not running

If you have a mail server that is running sendmail daemon
(sendmail_enable=YES) and sendmail queue runner (sendmail_msp_queue=YES)
and the sendmail daemon dies, /etc/rc.d/sendmail status does see the
daemon is not running but returns 0 as the exit code. This prevents
other programs (like puppet) from restarting sendmail to fix the issue.

Make sure that the exit code is propagated towards the end of the script
if any of the sendmail services fail.

This patch does not call exit directly but instead just sets the exit
status code by calling exit in a subshell. This way we do not exit the
current shell in case the service script is sourced (e.g., when
rc_fast_and_loose is active).

PR: 223132
MFC after: 2 weeks
Reported by: pirzyk
Discussed with: jilles, eugen
Reviewed by: christos, gshapiro (previous version), markj
Approved by: christos (mentor), markj (mentor)
Differential Revision: https://reviews.freebsd.org/D46862
Co-authored-by: Jim Pirzyk <pirzyk@FreeBSD.org>

show more ...


/freebsd/.github/workflows/cross-bootstrap-tools.yml
/freebsd/Makefile.inc1
/freebsd/ObsoleteFiles.inc
/freebsd/RELNOTES
/freebsd/bin/nproc/Makefile.depend
/freebsd/bin/pkill/tests/Makefile.depend
/freebsd/bin/rmdir/rmdir.1
/freebsd/bin/sh/Makefile.depend
/freebsd/bin/sleep/Makefile.depend
/freebsd/contrib/googletest/BUILD.bazel
/freebsd/contrib/googletest/CMakeLists.txt
/freebsd/contrib/googletest/CONTRIBUTING.md
/freebsd/contrib/googletest/CONTRIBUTORS
/freebsd/contrib/googletest/MODULE.bazel
/freebsd/contrib/googletest/README.md
/freebsd/contrib/googletest/WORKSPACE
/freebsd/contrib/googletest/WORKSPACE.bzlmod
/freebsd/contrib/googletest/ci/linux-presubmit.sh
/freebsd/contrib/googletest/ci/macos-presubmit.sh
/freebsd/contrib/googletest/ci/windows-presubmit.bat
/freebsd/contrib/googletest/docs/advanced.md
/freebsd/contrib/googletest/docs/faq.md
/freebsd/contrib/googletest/docs/gmock_cook_book.md
/freebsd/contrib/googletest/docs/gmock_for_dummies.md
/freebsd/contrib/googletest/docs/primer.md
/freebsd/contrib/googletest/docs/reference/assertions.md
/freebsd/contrib/googletest/docs/reference/mocking.md
/freebsd/contrib/googletest/docs/reference/testing.md
/freebsd/contrib/googletest/fake_fuchsia_sdk.bzl
/freebsd/contrib/googletest/googlemock/CMakeLists.txt
/freebsd/contrib/googletest/googlemock/README.md
/freebsd/contrib/googletest/googlemock/include/gmock/gmock-actions.h
/freebsd/contrib/googletest/googlemock/include/gmock/gmock-function-mocker.h
/freebsd/contrib/googletest/googlemock/include/gmock/gmock-matchers.h
/freebsd/contrib/googletest/googlemock/include/gmock/gmock-more-actions.h
/freebsd/contrib/googletest/googlemock/include/gmock/gmock.h
/freebsd/contrib/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h
/freebsd/contrib/googletest/googlemock/include/gmock/internal/gmock-port.h
/freebsd/contrib/googletest/googlemock/src/gmock-internal-utils.cc
/freebsd/contrib/googletest/googlemock/src/gmock-matchers.cc
/freebsd/contrib/googletest/googlemock/src/gmock-spec-builders.cc
/freebsd/contrib/googletest/googlemock/test/gmock-matchers-comparisons_test.cc
/freebsd/contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc
/freebsd/contrib/googletest/googlemock/test/gmock-more-actions_test.cc
/freebsd/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc
/freebsd/contrib/googletest/googlemock/test/gmock_link_test.h
/freebsd/contrib/googletest/googletest/CMakeLists.txt
/freebsd/contrib/googletest/googletest/README.md
/freebsd/contrib/googletest/googletest/cmake/Config.cmake.in
/freebsd/contrib/googletest/googletest/cmake/internal_utils.cmake
/freebsd/contrib/googletest/googletest/include/gtest/gtest-assertion-result.h
/freebsd/contrib/googletest/googletest/include/gtest/gtest-death-test.h
/freebsd/contrib/googletest/googletest/include/gtest/gtest-message.h
/freebsd/contrib/googletest/googletest/include/gtest/gtest-param-test.h
/freebsd/contrib/googletest/googletest/include/gtest/gtest-printers.h
/freebsd/contrib/googletest/googletest/include/gtest/gtest-typed-test.h
/freebsd/contrib/googletest/googletest/include/gtest/gtest.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/gtest-filepath.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/gtest-internal.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/gtest-param-util.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/gtest-port-arch.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/gtest-port.h
/freebsd/contrib/googletest/googletest/include/gtest/internal/gtest-type-util.h
/freebsd/contrib/googletest/googletest/src/gtest-death-test.cc
/freebsd/contrib/googletest/googletest/src/gtest-filepath.cc
/freebsd/contrib/googletest/googletest/src/gtest-internal-inl.h
/freebsd/contrib/googletest/googletest/src/gtest-port.cc
/freebsd/contrib/googletest/googletest/src/gtest.cc
/freebsd/contrib/googletest/googletest/test/googletest-color-test.py
/freebsd/contrib/googletest/googletest/test/googletest-death-test-test.cc
/freebsd/contrib/googletest/googletest/test/googletest-json-output-unittest.py
/freebsd/contrib/googletest/googletest/test/googletest-options-test.cc
/freebsd/contrib/googletest/googletest/test/googletest-output-test-golden-lin.txt
/freebsd/contrib/googletest/googletest/test/googletest-port-test.cc
/freebsd/contrib/googletest/googletest/test/googletest-printers-test.cc
/freebsd/contrib/googletest/googletest/test/gtest_environment_test.cc
/freebsd/contrib/googletest/googletest/test/gtest_help_test.py
/freebsd/contrib/googletest/googletest/test/gtest_json_test_utils.py
/freebsd/contrib/googletest/googletest/test/gtest_repeat_test.cc
/freebsd/contrib/googletest/googletest/test/gtest_unittest.cc
/freebsd/contrib/googletest/googletest/test/gtest_xml_output_unittest.py
/freebsd/contrib/googletest/googletest_deps.bzl
/freebsd/contrib/libarchive/NEWS
/freebsd/contrib/libarchive/cat/bsdcat.1
/freebsd/contrib/libarchive/cat/bsdcat.c
/freebsd/contrib/libarchive/cat/bsdcat.h
/freebsd/contrib/libarchive/cat/bsdcat_platform.h
/freebsd/contrib/libarchive/cat/cmdline.c
/freebsd/contrib/libarchive/cat/test/test.h
/freebsd/contrib/libarchive/cat/test/test_0.c
/freebsd/contrib/libarchive/cat/test/test_empty_gz.c
/freebsd/contrib/libarchive/cat/test/test_empty_lz4.c
/freebsd/contrib/libarchive/cat/test/test_empty_xz.c
/freebsd/contrib/libarchive/cat/test/test_empty_zstd.c
/freebsd/contrib/libarchive/cat/test/test_error.c
/freebsd/contrib/libarchive/cat/test/test_error_mixed.c
/freebsd/contrib/libarchive/cat/test/test_expand_Z.c
/freebsd/contrib/libarchive/cat/test/test_expand_bz2.c
/freebsd/contrib/libarchive/cat/test/test_expand_gz.c
/freebsd/contrib/libarchive/cat/test/test_expand_lz4.c
/freebsd/contrib/libarchive/cat/test/test_expand_mixed.c
/freebsd/contrib/libarchive/cat/test/test_expand_plain.c
/freebsd/contrib/libarchive/cat/test/test_expand_xz.c
/freebsd/contrib/libarchive/cat/test/test_expand_zstd.c
/freebsd/contrib/libarchive/cat/test/test_help.c
/freebsd/contrib/libarchive/cat/test/test_stdin.c
/freebsd/contrib/libarchive/cat/test/test_version.c
/freebsd/contrib/libarchive/cpio/bsdcpio.1
/freebsd/contrib/libarchive/cpio/cmdline.c
/freebsd/contrib/libarchive/cpio/cpio.c
/freebsd/contrib/libarchive/cpio/cpio.h
/freebsd/contrib/libarchive/cpio/cpio_platform.h
/freebsd/contrib/libarchive/cpio/test/test.h
/freebsd/contrib/libarchive/cpio/test/test_0.c
/freebsd/contrib/libarchive/cpio/test/test_basic.c
/freebsd/contrib/libarchive/cpio/test/test_cmdline.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_Z.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_absolute_paths.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_bz2.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_grz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_gz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lrz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lz4.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lzma.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_lzo.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_xz.c
/freebsd/contrib/libarchive/cpio/test/test_extract_cpio_zstd.c
/freebsd/contrib/libarchive/cpio/test/test_format_newc.c
/freebsd/contrib/libarchive/cpio/test/test_gcpio_compat.c
/freebsd/contrib/libarchive/cpio/test/test_missing_file.c
/freebsd/contrib/libarchive/cpio/test/test_option_0.c
/freebsd/contrib/libarchive/cpio/test/test_option_B_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_C_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_J_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_L_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_Z_upper.c
/freebsd/contrib/libarchive/cpio/test/test_option_a.c
/freebsd/contrib/libarchive/cpio/test/test_option_b64encode.c
/freebsd/contrib/libarchive/cpio/test/test_option_c.c
/freebsd/contrib/libarchive/cpio/test/test_option_d.c
/freebsd/contrib/libarchive/cpio/test/test_option_f.c
/freebsd/contrib/libarchive/cpio/test/test_option_grzip.c
/freebsd/contrib/libarchive/cpio/test/test_option_help.c
/freebsd/contrib/libarchive/cpio/test/test_option_l.c
/freebsd/contrib/libarchive/cpio/test/test_option_lrzip.c
/freebsd/contrib/libarchive/cpio/test/test_option_lz4.c
/freebsd/contrib/libarchive/cpio/test/test_option_lzma.c
/freebsd/contrib/libarchive/cpio/test/test_option_lzop.c
/freebsd/contrib/libarchive/cpio/test/test_option_m.c
/freebsd/contrib/libarchive/cpio/test/test_option_passphrase.c
/freebsd/contrib/libarchive/cpio/test/test_option_t.c
/freebsd/contrib/libarchive/cpio/test/test_option_u.c
/freebsd/contrib/libarchive/cpio/test/test_option_uuencode.c
/freebsd/contrib/libarchive/cpio/test/test_option_version.c
/freebsd/contrib/libarchive/cpio/test/test_option_xz.c
/freebsd/contrib/libarchive/cpio/test/test_option_y.c
/freebsd/contrib/libarchive/cpio/test/test_option_z.c
/freebsd/contrib/libarchive/cpio/test/test_option_zstd.c
/freebsd/contrib/libarchive/cpio/test/test_owner_parse.c
/freebsd/contrib/libarchive/cpio/test/test_passthrough_dotdot.c
/freebsd/contrib/libarchive/cpio/test/test_passthrough_reverse.c
/freebsd/contrib/libarchive/libarchive/archive.h
/freebsd/contrib/libarchive/libarchive/archive_acl.c
/freebsd/contrib/libarchive/libarchive/archive_acl_private.h
/freebsd/contrib/libarchive/libarchive/archive_crc32.h
/freebsd/contrib/libarchive/libarchive/archive_cryptor.c
/freebsd/contrib/libarchive/libarchive/archive_cryptor_private.h
/freebsd/contrib/libarchive/libarchive/archive_entry.c
/freebsd/contrib/libarchive/libarchive/archive_entry.h
/freebsd/contrib/libarchive/libarchive/archive_entry_link_resolver.c
/freebsd/contrib/libarchive/libarchive/archive_entry_perms.3
/freebsd/contrib/libarchive/libarchive/archive_entry_private.h
/freebsd/contrib/libarchive/libarchive/archive_entry_sparse.c
/freebsd/contrib/libarchive/libarchive/archive_entry_xattr.c
/freebsd/contrib/libarchive/libarchive/archive_hmac.c
/freebsd/contrib/libarchive/libarchive/archive_hmac_private.h
/freebsd/contrib/libarchive/libarchive/archive_match.c
/freebsd/contrib/libarchive/libarchive/archive_openssl_evp_private.h
/freebsd/contrib/libarchive/libarchive/archive_openssl_hmac_private.h
/freebsd/contrib/libarchive/libarchive/archive_ppmd7.c
/freebsd/contrib/libarchive/libarchive/archive_ppmd8.c
/freebsd/contrib/libarchive/libarchive/archive_private.h
/freebsd/contrib/libarchive/libarchive/archive_read.c
/freebsd/contrib/libarchive/libarchive/archive_read_append_filter.c
/freebsd/contrib/libarchive/libarchive/archive_read_disk_entry_from_file.c
/freebsd/contrib/libarchive/libarchive/archive_read_disk_posix.c
/freebsd/contrib/libarchive/libarchive/archive_read_extract2.c
/freebsd/contrib/libarchive/libarchive/archive_read_open_fd.c
/freebsd/contrib/libarchive/libarchive/archive_read_open_file.c
/freebsd/contrib/libarchive/libarchive/archive_read_open_filename.c
/freebsd/contrib/libarchive/libarchive/archive_read_open_memory.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_bzip2.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_compress.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_gzip.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_lz4.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_lzop.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_program.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_rpm.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_uu.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_xz.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_filter_zstd.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_7zip.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_ar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_cab.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_cpio.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_iso9660.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_lha.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_mtree.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_rar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_rar5.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_raw.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_tar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_xar.c
/freebsd/contrib/libarchive/libarchive/archive_read_support_format_zip.c
/freebsd/contrib/libarchive/libarchive/archive_string.c
/freebsd/contrib/libarchive/libarchive/archive_util.c
/freebsd/contrib/libarchive/libarchive/archive_write.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_b64encode.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_bzip2.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_compress.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_gzip.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_uuencode.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_xz.c
/freebsd/contrib/libarchive/libarchive/archive_write_add_filter_zstd.c
/freebsd/contrib/libarchive/libarchive/archive_write_disk_posix.c
/freebsd/contrib/libarchive/libarchive/archive_write_open_fd.c
/freebsd/contrib/libarchive/libarchive/archive_write_open_file.c
/freebsd/contrib/libarchive/libarchive/archive_write_open_filename.c
/freebsd/contrib/libarchive/libarchive/archive_write_open_memory.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_7zip.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_ar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_cpio_binary.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_cpio_newc.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_cpio_odc.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_gnutar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_iso9660.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_pax.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_raw.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_shar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_ustar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_v7tar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_xar.c
/freebsd/contrib/libarchive/libarchive/archive_write_set_format_zip.c
/freebsd/contrib/libarchive/libarchive/test/test_7zip_filename_encoding.c
/freebsd/contrib/libarchive/libarchive/test/test_ar_mode.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_match_time.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_read_multiple_data_objects.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_string.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_string_conversion.c
/freebsd/contrib/libarchive/libarchive/test/test_archive_write_add_filter_by_name.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_lzip.c
/freebsd/contrib/libarchive/libarchive/test/test_compat_solaris_pax_sparse.c
/freebsd/contrib/libarchive/libarchive/test/test_entry.c
/freebsd/contrib/libarchive/libarchive/test/test_gnutar_filename_encoding.c
/freebsd/contrib/libarchive/libarchive/test/test_link_resolver.c
/freebsd/contrib/libarchive/libarchive/test/test_pax_filename_encoding.c
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_gzip_recursive.c
/freebsd/contrib/libarchive/libarchive/test/test_read_filter_gzip_recursive.gz.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_7zip_extract_second.7z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_cpio_afio.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_huge_rpm.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_huge_rpm.rpm.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_3.iso.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_iso_Z.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_mtree.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar4_encrypted.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar4_encrypted_filenames.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar4_solid_encrypted.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar4_solid_encrypted_filenames.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_data_ready_pointer_leak.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_encrypted.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_encrypted_filenames.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_solid_encrypted.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar5_solid_encrypted_filenames.rar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_rar_encryption.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_pax_large_attr.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_tar_pax_large_attr.tar.Z.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_xar.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_xar_duplicate_filename_node.xar.uu
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_nested.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_traditional_encryption_data.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes.c
/freebsd/contrib/libarchive/libarchive/test/test_read_format_zip_winzip_aes_large.c
/freebsd/contrib/libarchive/libarchive/test/test_read_truncated_filter.c
/freebsd/contrib/libarchive/libarchive/test/test_sparse_basic.c
/freebsd/contrib/libarchive/libarchive/test/test_tar_large.c
/freebsd/contrib/libarchive/libarchive/test/test_ustar_filename_encoding.c
/freebsd/contrib/libarchive/libarchive/test/test_write_disk_secure_noabsolutepaths.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_b64encode.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_bzip2.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_compress.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_gzip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_gzip_timestamp.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lrzip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lz4.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lzip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lzma.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_lzop.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_uuencode.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_xz.c
/freebsd/contrib/libarchive/libarchive/test/test_write_filter_zstd.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_iso9660_filename.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_entry_size_unset.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_large.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_stream.c
/freebsd/contrib/libarchive/libarchive/test/test_write_format_zip_windows_path.c
/freebsd/contrib/libarchive/libarchive/test/test_zip_filename_encoding.c
/freebsd/contrib/libarchive/tar/bsdtar.1
/freebsd/contrib/libarchive/tar/bsdtar.c
/freebsd/contrib/libarchive/tar/bsdtar.h
/freebsd/contrib/libarchive/tar/bsdtar_platform.h
/freebsd/contrib/libarchive/tar/cmdline.c
/freebsd/contrib/libarchive/tar/creation_set.c
/freebsd/contrib/libarchive/tar/read.c
/freebsd/contrib/libarchive/tar/subst.c
/freebsd/contrib/libarchive/tar/test/test.h
/freebsd/contrib/libarchive/tar/test/test_0.c
/freebsd/contrib/libarchive/tar/test/test_basic.c
/freebsd/contrib/libarchive/tar/test/test_copy.c
/freebsd/contrib/libarchive/tar/test/test_empty_mtree.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_Z.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_bz2.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_grz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_gz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lrz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lz4.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lzma.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_lzo.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_xz.c
/freebsd/contrib/libarchive/tar/test/test_extract_tar_zstd.c
/freebsd/contrib/libarchive/tar/test/test_format_newc.c
/freebsd/contrib/libarchive/tar/test/test_help.c
/freebsd/contrib/libarchive/tar/test/test_leading_slash.c
/freebsd/contrib/libarchive/tar/test/test_missing_file.c
/freebsd/contrib/libarchive/tar/test/test_option_C_mtree.c
/freebsd/contrib/libarchive/tar/test/test_option_C_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_H_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_L_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_O_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_P.c
/freebsd/contrib/libarchive/tar/test/test_option_T_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_U_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_X_upper.c
/freebsd/contrib/libarchive/tar/test/test_option_a.c
/freebsd/contrib/libarchive/tar/test/test_option_acls.c
/freebsd/contrib/libarchive/tar/test/test_option_b.c
/freebsd/contrib/libarchive/tar/test/test_option_b64encode.c
/freebsd/contrib/libarchive/tar/test/test_option_exclude.c
/freebsd/contrib/libarchive/tar/test/test_option_exclude_vcs.c
/freebsd/contrib/libarchive/tar/test/test_option_fflags.c
/freebsd/contrib/libarchive/tar/test/test_option_gid_gname.c
/freebsd/contrib/libarchive/tar/test/test_option_group.c
/freebsd/contrib/libarchive/tar/test/test_option_grzip.c
/freebsd/contrib/libarchive/tar/test/test_option_ignore_zeros.c
/freebsd/contrib/libarchive/tar/test/test_option_j.c
/freebsd/contrib/libarchive/tar/test/test_option_k.c
/freebsd/contrib/libarchive/tar/test/test_option_keep_newer_files.c
/freebsd/contrib/libarchive/tar/test/test_option_lrzip.c
/freebsd/contrib/libarchive/tar/test/test_option_lz4.c
/freebsd/contrib/libarchive/tar/test/test_option_lzma.c
/freebsd/contrib/libarchive/tar/test/test_option_lzop.c
/freebsd/contrib/libarchive/tar/test/test_option_n.c
/freebsd/contrib/libarchive/tar/test/test_option_newer_than.c
/freebsd/contrib/libarchive/tar/test/test_option_nodump.c
/freebsd/contrib/libarchive/tar/test/test_option_older_than.c
/freebsd/contrib/libarchive/tar/test/test_option_owner.c
/freebsd/contrib/libarchive/tar/test/test_option_passphrase.c
/freebsd/contrib/libarchive/tar/test/test_option_q.c
/freebsd/contrib/libarchive/tar/test/test_option_r.c
/freebsd/contrib/libarchive/tar/test/test_option_s.c
/freebsd/contrib/libarchive/tar/test/test_option_safe_writes.c
/freebsd/contrib/libarchive/tar/test/test_option_uid_uname.c
/freebsd/contrib/libarchive/tar/test/test_option_uuencode.c
/freebsd/contrib/libarchive/tar/test/test_option_xattrs.c
/freebsd/contrib/libarchive/tar/test/test_option_xz.c
/freebsd/contrib/libarchive/tar/test/test_option_z.c
/freebsd/contrib/libarchive/tar/test/test_option_zstd.c
/freebsd/contrib/libarchive/tar/test/test_patterns.c
/freebsd/contrib/libarchive/tar/test/test_print_longpath.c
/freebsd/contrib/libarchive/tar/test/test_stdio.c
/freebsd/contrib/libarchive/tar/test/test_strip_components.c
/freebsd/contrib/libarchive/tar/test/test_symlink_dir.c
/freebsd/contrib/libarchive/tar/test/test_version.c
/freebsd/contrib/libarchive/tar/util.c
/freebsd/contrib/libarchive/tar/write.c
/freebsd/contrib/libarchive/test_utils/test_common.h
/freebsd/contrib/libarchive/test_utils/test_main.c
/freebsd/contrib/libarchive/unzip/bsdunzip.1
/freebsd/contrib/libarchive/unzip/bsdunzip.c
/freebsd/contrib/libarchive/unzip/bsdunzip.h
/freebsd/contrib/libarchive/unzip/bsdunzip_platform.h
/freebsd/contrib/libarchive/unzip/cmdline.c
/freebsd/contrib/libarchive/unzip/la_getline.c
/freebsd/contrib/libarchive/unzip/test/test.h
/freebsd/contrib/libarchive/unzip/test/test_0.c
/freebsd/contrib/libarchive/unzip/test/test_C.c
/freebsd/contrib/libarchive/unzip/test/test_I.c
/freebsd/contrib/libarchive/unzip/test/test_L.c
/freebsd/contrib/libarchive/unzip/test/test_P_encryption.c
/freebsd/contrib/libarchive/unzip/test/test_Z1.c
/freebsd/contrib/libarchive/unzip/test/test_basic.c
/freebsd/contrib/libarchive/unzip/test/test_d.c
/freebsd/contrib/libarchive/unzip/test/test_doubledash.c
/freebsd/contrib/libarchive/unzip/test/test_glob.c
/freebsd/contrib/libarchive/unzip/test/test_j.c
/freebsd/contrib/libarchive/unzip/test/test_n.c
/freebsd/contrib/libarchive/unzip/test/test_not_exist.c
/freebsd/contrib/libarchive/unzip/test/test_o.c
/freebsd/contrib/libarchive/unzip/test/test_p.c
/freebsd/contrib/libarchive/unzip/test/test_q.c
/freebsd/contrib/libarchive/unzip/test/test_singlefile.c
/freebsd/contrib/libarchive/unzip/test/test_t.c
/freebsd/contrib/libarchive/unzip/test/test_t_bad.c
/freebsd/contrib/libarchive/unzip/test/test_version.c
/freebsd/contrib/libarchive/unzip/test/test_x.c
/freebsd/contrib/unbound/Makefile.in
/freebsd/contrib/unbound/aclocal.m4
/freebsd/contrib/unbound/cachedb/cachedb.c
/freebsd/contrib/unbound/cachedb/redis.c
/freebsd/contrib/unbound/config.h.in
/freebsd/contrib/unbound/configure
/freebsd/contrib/unbound/configure.ac
/freebsd/contrib/unbound/contrib/aaaa-filter-iterator.patch
/freebsd/contrib/unbound/daemon/daemon.c
/freebsd/contrib/unbound/daemon/daemon.h
/freebsd/contrib/unbound/daemon/remote.c
/freebsd/contrib/unbound/daemon/stats.c
/freebsd/contrib/unbound/daemon/worker.c
/freebsd/contrib/unbound/dns64/dns64.c
/freebsd/contrib/unbound/dnstap/unbound-dnstap-socket.c
/freebsd/contrib/unbound/doc/Changelog
/freebsd/contrib/unbound/doc/README
/freebsd/contrib/unbound/doc/example.conf.in
/freebsd/contrib/unbound/doc/libunbound.3.in
/freebsd/contrib/unbound/doc/unbound-anchor.8.in
/freebsd/contrib/unbound/doc/unbound-checkconf.8.in
/freebsd/contrib/unbound/doc/unbound-control.8.in
/freebsd/contrib/unbound/doc/unbound-host.1.in
/freebsd/contrib/unbound/doc/unbound.8.in
/freebsd/contrib/unbound/doc/unbound.conf.5.in
/freebsd/contrib/unbound/doc/unbound.doxygen
/freebsd/contrib/unbound/install-sh
/freebsd/contrib/unbound/iterator/iter_scrub.c
/freebsd/contrib/unbound/iterator/iter_utils.c
/freebsd/contrib/unbound/iterator/iter_utils.h
/freebsd/contrib/unbound/iterator/iterator.c
/freebsd/contrib/unbound/iterator/iterator.h
/freebsd/contrib/unbound/libunbound/context.c
/freebsd/contrib/unbound/libunbound/libworker.c
/freebsd/contrib/unbound/libunbound/unbound.h
/freebsd/contrib/unbound/ltmain.sh
/freebsd/contrib/unbound/services/authzone.c
/freebsd/contrib/unbound/services/cache/dns.c
/freebsd/contrib/unbound/services/cache/dns.h
/freebsd/contrib/unbound/services/cache/rrset.c
/freebsd/contrib/unbound/services/listen_dnsport.c
/freebsd/contrib/unbound/services/listen_dnsport.h
/freebsd/contrib/unbound/services/mesh.c
/freebsd/contrib/unbound/services/mesh.h
/freebsd/contrib/unbound/services/modstack.c
/freebsd/contrib/unbound/services/rpz.c
/freebsd/contrib/unbound/smallapp/unbound-control-setup.sh.in
/freebsd/contrib/unbound/smallapp/unbound-control.c
/freebsd/contrib/unbound/smallapp/unbound-host.c
/freebsd/contrib/unbound/smallapp/worker_cb.c
/freebsd/contrib/unbound/util/alloc.c
/freebsd/contrib/unbound/util/config_file.c
/freebsd/contrib/unbound/util/config_file.h
/freebsd/contrib/unbound/util/configlexer.c
/freebsd/contrib/unbound/util/configlexer.lex
/freebsd/contrib/unbound/util/configparser.c
/freebsd/contrib/unbound/util/configparser.h
/freebsd/contrib/unbound/util/configparser.y
/freebsd/contrib/unbound/util/data/msgparse.h
/freebsd/contrib/unbound/util/data/msgreply.c
/freebsd/contrib/unbound/util/data/msgreply.h
/freebsd/contrib/unbound/util/data/packed_rrset.h
/freebsd/contrib/unbound/util/fptr_wlist.c
/freebsd/contrib/unbound/util/locks.h
/freebsd/contrib/unbound/util/log.c
/freebsd/contrib/unbound/util/log.h
/freebsd/contrib/unbound/util/module.h
/freebsd/contrib/unbound/util/netevent.c
/freebsd/contrib/unbound/util/netevent.h
/freebsd/contrib/unbound/validator/val_neg.c
/freebsd/contrib/unbound/validator/val_nsec3.c
/freebsd/contrib/unbound/validator/validator.c
/freebsd/contrib/unbound/validator/validator.h
/freebsd/etc/mtree/BSD.tests.dist
/freebsd/include/Makefile.depend
/freebsd/include/ssp/Makefile.depend
/freebsd/lib/Makefile
/freebsd/lib/atf/libatf-c++/tests/Makefile.depend
/freebsd/lib/atf/libatf-c/tests/Makefile.depend
/freebsd/lib/clang/llvm.build.mk
/freebsd/lib/geom/cache/Makefile
/freebsd/lib/geom/concat/Makefile
/freebsd/lib/geom/eli/Makefile
/freebsd/lib/geom/journal/Makefile
/freebsd/lib/geom/label/Makefile
/freebsd/lib/geom/mirror/Makefile
/freebsd/lib/geom/mountver/Makefile
/freebsd/lib/geom/multipath/Makefile
/freebsd/lib/geom/nop/Makefile
/freebsd/lib/geom/part/Makefile
/freebsd/lib/geom/raid/Makefile
/freebsd/lib/geom/raid3/Makefile
/freebsd/lib/geom/shsec/Makefile
/freebsd/lib/geom/stripe/Makefile
/freebsd/lib/geom/union/Makefile
/freebsd/lib/geom/union/Makefile.depend
/freebsd/lib/geom/virstor/Makefile
/freebsd/lib/libarchive/tests/Makefile
/freebsd/lib/libbe/tests/Makefile.depend
/freebsd/lib/libbsddialog/Makefile.depend
/freebsd/lib/libc++experimental/Makefile.depend
/freebsd/lib/libc/Makefile.depend
/freebsd/lib/libc/csu/aarch64/Makefile.inc
/freebsd/lib/libc/csu/aarch64/reloc.c
/freebsd/lib/libc/csu/amd64/Makefile.inc
/freebsd/lib/libc/csu/amd64/reloc.c
/freebsd/lib/libc/csu/arm/Makefile.inc
/freebsd/lib/libc/csu/i386/Makefile.inc
/freebsd/lib/libc/csu/i386/reloc.c
/freebsd/lib/libc/csu/libc_start1.c
/freebsd/lib/libc/csu/powerpc/Makefile.inc
/freebsd/lib/libc/csu/powerpc64/Makefile.inc
/freebsd/lib/libc/csu/powerpc64/reloc.c
/freebsd/lib/libc/csu/powerpcspe/Makefile.inc
/freebsd/lib/libc/csu/riscv/Makefile.inc
/freebsd/lib/libc/csu/riscv/reloc.c
/freebsd/lib/libc/gen/posix_spawn.3
/freebsd/lib/libc/gen/setproctitle.3
/freebsd/lib/libc/stdlib/memory.3
/freebsd/lib/libc/string/bstring.3
/freebsd/lib/libc/tests/string/Makefile
/freebsd/lib/libc/tests/string/strnlen_test.c
/freebsd/lib/libcbor/Makefile.depend
/freebsd/lib/libdevctl/devctl.3
/freebsd/lib/libdl/Makefile.depend
/freebsd/lib/libedit/Makefile.depend
/freebsd/lib/libexpat/libbsdxml.3
/freebsd/lib/libfido2/Makefile.depend
/freebsd/lib/libgcc_s/Makefile.depend
/freebsd/lib/libipt/Makefile.depend
/freebsd/lib/libjail/jail.3
/freebsd/lib/libkldelf/Makefile
/freebsd/lib/libkldelf/Makefile.depend
/freebsd/lib/libkldelf/ef.c
/freebsd/lib/libkldelf/ef_aarch64.c
/freebsd/lib/libkldelf/ef_amd64.c
/freebsd/lib/libkldelf/ef_arm.c
/freebsd/lib/libkldelf/ef_i386.c
/freebsd/lib/libkldelf/ef_mips.c
/freebsd/lib/libkldelf/ef_obj.c
/freebsd/lib/libkldelf/ef_powerpc.c
/freebsd/lib/libkldelf/ef_riscv.c
/freebsd/lib/libkldelf/elf.c
/freebsd/lib/libkldelf/kldelf.h
/freebsd/lib/liblutok/Makefile.depend
/freebsd/lib/liblzma/Makefile.depend
/freebsd/lib/libmagic/Makefile.depend
/freebsd/lib/libnetmap/Makefile.depend
/freebsd/lib/libnvmf/Makefile.depend
/freebsd/lib/libpam/modules/pam_chroot/pam_chroot.8
/freebsd/lib/libpam/modules/pam_deny/pam_deny.8
/freebsd/lib/libpam/modules/pam_echo/pam_echo.8
/freebsd/lib/libpam/modules/pam_exec/pam_exec.8
/freebsd/lib/libpam/modules/pam_ftpusers/pam_ftpusers.8
/freebsd/lib/libpam/modules/pam_group/pam_group.8
/freebsd/lib/libpam/modules/pam_guest/pam_guest.8
/freebsd/lib/libpam/modules/pam_krb5/pam_krb5.8
/freebsd/lib/libpam/modules/pam_ksu/pam_ksu.8
/freebsd/lib/libpam/modules/pam_lastlog/pam_lastlog.8
/freebsd/lib/libpam/modules/pam_nologin/pam_nologin.8
/freebsd/lib/libpam/modules/pam_passwdqc/pam_passwdqc.8
/freebsd/lib/libpam/modules/pam_permit/pam_permit.8
/freebsd/lib/libpam/modules/pam_radius/pam_radius.8
/freebsd/lib/libpam/modules/pam_rhosts/pam_rhosts.8
/freebsd/lib/libpam/modules/pam_rootok/pam_rootok.8
/freebsd/lib/libpam/modules/pam_securetty/pam_securetty.8
/freebsd/lib/libpam/modules/pam_self/pam_self.8
/freebsd/lib/libpam/modules/pam_ssh/pam_ssh.8
/freebsd/lib/libpam/modules/pam_unix/pam_unix.8
/freebsd/lib/libpfctl/libpfctl.c
/freebsd/lib/libpfctl/libpfctl.h
/freebsd/lib/libregex/Makefile.depend
/freebsd/lib/librt/Makefile.depend
/freebsd/lib/libsmutil/Makefile.depend
/freebsd/lib/libssp/Makefile.depend
/freebsd/lib/libsys/Makefile.depend
/freebsd/lib/libsys/fhreadlink.2
/freebsd/lib/libsys/getrlimitusage.2
/freebsd/lib/libsys/membarrier.2
/freebsd/lib/libsys/socket.2
/freebsd/lib/libsys/thr_kill.2
/freebsd/lib/libsys/x86/pkru.3
/freebsd/lib/libsysdecode/sysdecode_sctp_sinfo_flags.3
/freebsd/lib/libthr/Makefile.depend
/freebsd/lib/libthr/libthr.3
/freebsd/lib/libunbound/config.h
/freebsd/lib/libutil/ftime.3
/freebsd/lib/libveriexec/veriexec.3
/freebsd/lib/libxo/encoder/csv/Makefile.depend
/freebsd/lib/libxo/tests/Makefile.depend
/freebsd/lib/libxo/tests/encoder/Makefile.depend
/freebsd/lib/libz/Makefile.depend
/freebsd/lib/msun/Makefile.depend
/freebsd/lib/ncurses/form/Makefile.depend
/freebsd/lib/ncurses/ncurses/Makefile.depend
/freebsd/lib/ncurses/panel/Makefile.depend
/freebsd/lib/ncurses/tinfo/Makefile.depend
/freebsd/lib/ofed/libirdma/Makefile.depend
/freebsd/libexec/atf/atf-pytest-wrapper/Makefile.depend
/freebsd/libexec/nuageinit/Makefile.depend
/freebsd/libexec/nuageinit/tests/Makefile.depend
rc.d/sendmail
/freebsd/libexec/rtld-elf/Makefile.depend
/freebsd/release/Makefile.vm
/freebsd/release/release.conf.sample
/freebsd/release/tools/oracle.conf
/freebsd/sbin/bectl/Makefile.depend
/freebsd/sbin/bectl/tests/Makefile.depend
/freebsd/sbin/camcontrol/Makefile.depend
/freebsd/sbin/comcontrol/comcontrol.8
/freebsd/sbin/geom/Makefile.depend
/freebsd/sbin/ifconfig/ifpfsync.c
/freebsd/sbin/md5/Makefile.depend
/freebsd/sbin/md5/tests/Makefile.depend
/freebsd/sbin/newfs/newfs.8
/freebsd/sbin/nvmecontrol/Makefile.depend
/freebsd/sbin/nvmecontrol/tests/Makefile.depend
/freebsd/sbin/pfctl/pfctl.c
/freebsd/sbin/pfctl/pfctl_parser.c
/freebsd/sbin/pfctl/pfctl_parser.h
/freebsd/sbin/pfctl/tests/Makefile.depend
/freebsd/sbin/pflowctl/Makefile.depend
/freebsd/sbin/ping/tests/Makefile.depend
/freebsd/sbin/ping/tests/test_ping.py
/freebsd/sbin/route/Makefile.depend
/freebsd/sbin/route/tests/Makefile.depend
/freebsd/sbin/umount/umount.8
/freebsd/secure/lib/libssl/Makefile.depend
/freebsd/share/ctypedef/C.UTF-8.src
/freebsd/share/ctypedef/Makefile
/freebsd/share/man/man3/stdarg.3
/freebsd/share/man/man4/atopcase.4
/freebsd/share/man/man4/cd.4
/freebsd/share/man/man4/cdce.4
/freebsd/share/man/man4/disk.4
/freebsd/share/man/man4/dummynet.4
/freebsd/share/man/man4/ena.4
/freebsd/share/man/man4/ftgpio.4
/freebsd/share/man/man4/hidraw.4
/freebsd/share/man/man4/ipfirewall.4
/freebsd/share/man/man4/ipsec.4
/freebsd/share/man/man4/iwn.4
/freebsd/share/man/man4/lindebugfs.4
/freebsd/share/man/man4/mac_do.4
/freebsd/share/man/man4/man4.aarch64/rk_gpio.4
/freebsd/share/man/man4/man4.aarch64/rk_i2c.4
/freebsd/share/man/man4/man4.aarch64/rk_pinctrl.4
/freebsd/share/man/man4/man4.arm/imx6_ahci.4
/freebsd/share/man/man4/mpi3mr.4
/freebsd/share/man/man4/netmap.4
/freebsd/share/man/man4/ng_iface.4
/freebsd/share/man/man4/ng_nat.4
/freebsd/share/man/man4/ng_pppoe.4
/freebsd/share/man/man4/pfsync.4
/freebsd/share/man/man4/procdesc.4
/freebsd/share/man/man4/qat.4
/freebsd/share/man/man4/uart.4
/freebsd/share/man/man4/virtio_gpu.4
/freebsd/share/man/man4/vmm.4
/freebsd/share/man/man4/watchdog.4
/freebsd/share/man/man4/wpi.4
/freebsd/share/man/man5/pf.conf.5
/freebsd/share/man/man7/mitigations.7
/freebsd/share/man/man8/rc.subr.8
/freebsd/share/man/man8/uefi.8
/freebsd/share/man/man9/VOP_ADVISE.9
/freebsd/share/man/man9/VOP_ALLOCATE.9
/freebsd/share/man/man9/VOP_SETLABEL.9
/freebsd/share/man/man9/cdefs.9
/freebsd/share/man/man9/contigmalloc.9
/freebsd/share/man/man9/cr_bsd_visible.9
/freebsd/share/man/man9/cr_cansee.9
/freebsd/share/man/man9/cr_canseeothergids.9
/freebsd/share/man/man9/groupmember.9
/freebsd/share/man/man9/osd.9
/freebsd/share/man/man9/p_candebug.9
/freebsd/share/man/man9/p_cansee.9
/freebsd/share/man/man9/rtentry.9
/freebsd/share/misc/bsd-family-tree
/freebsd/share/misc/committers-src.dot
/freebsd/share/mk/bsd.README
/freebsd/share/mk/dirdeps.mk
/freebsd/share/mk/local.dirdeps-targets.mk
/freebsd/share/mk/local.gendirdeps.mk
/freebsd/share/mk/local.meta.stage.mk
/freebsd/share/mk/plain.test.mk
/freebsd/share/mk/src.libnames.mk
/freebsd/stand/defaults/loader.conf
/freebsd/stand/efi/loader/main.c
/freebsd/stand/lua/menu.lua.8
/freebsd/sys/amd64/amd64/locore.S
/freebsd/sys/arm/qualcomm/qcom_scm_legacy.c
/freebsd/sys/arm/xilinx/zy7_qspi.c
/freebsd/sys/arm/xilinx/zy7_spi.c
/freebsd/sys/arm64/arm64/genassym.c
/freebsd/sys/arm64/arm64/identcpu.c
/freebsd/sys/arm64/arm64/pmap.c
/freebsd/sys/arm64/arm64/swtch.S
/freebsd/sys/arm64/arm64/sys_machdep.c
/freebsd/sys/arm64/arm64/trap.c
/freebsd/sys/arm64/include/armreg.h
/freebsd/sys/arm64/include/pcb.h
/freebsd/sys/arm64/include/pmap.h
/freebsd/sys/arm64/nvidia/tegra210/tegra210_pmc.c
/freebsd/sys/cam/ctl/ctl.c
/freebsd/sys/cddl/dev/sdt/sdt.c
/freebsd/sys/compat/linux/linux.h
/freebsd/sys/compat/linux/linux_ioctl.c
/freebsd/sys/compat/linux/linux_ioctl.h
/freebsd/sys/compat/linuxkpi/common/include/linux/cleanup.h
/freebsd/sys/compat/linuxkpi/common/include/linux/compiler.h
/freebsd/sys/compat/linuxkpi/common/include/linux/netdevice.h
/freebsd/sys/compat/linuxkpi/common/include/linux/pci.h
/freebsd/sys/compat/linuxkpi/common/src/linux_netdev.c
/freebsd/sys/compat/linuxkpi/common/src/linux_pci.c
/freebsd/sys/conf/files
/freebsd/sys/conf/files.arm64
/freebsd/sys/conf/kern.pre.mk
/freebsd/sys/contrib/dev/athk/ath10k/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/dev/athk/ath11k/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/dev/athk/ath12k/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/dev/iwlwifi/iwl-config.h
/freebsd/sys/contrib/dev/iwlwifi/pcie/drv.c
/freebsd/sys/contrib/dev/iwlwifi/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/dev/mediatek/mt76/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/dev/rtw88/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/dev/rtw89/zzz_fw_ports_fwget.sh
/freebsd/sys/contrib/ena-com/ena_com.c
/freebsd/sys/contrib/ena-com/ena_com.h
/freebsd/sys/contrib/ena-com/ena_defs/ena_admin_defs.h
/freebsd/sys/contrib/ena-com/ena_defs/ena_eth_io_defs.h
/freebsd/sys/contrib/ena-com/ena_defs/ena_regs_defs.h
/freebsd/sys/contrib/ena-com/ena_eth_com.c
/freebsd/sys/contrib/ena-com/ena_eth_com.h
/freebsd/sys/contrib/ena-com/ena_plat.h
/freebsd/sys/contrib/openzfs/.github/workflows/codeql.yml
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-1-setup.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-2-start.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-5-setup.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-9-summary-page.sh
/freebsd/sys/contrib/openzfs/.github/workflows/zfs-qemu.yml
/freebsd/sys/contrib/openzfs/META
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb.c
/freebsd/sys/contrib/openzfs/cmd/zfs/zfs_main.c
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool_main.c
/freebsd/sys/contrib/openzfs/cmd/ztest.c
/freebsd/sys/contrib/openzfs/config/deb.am
/freebsd/sys/contrib/openzfs/config/user.m4
/freebsd/sys/contrib/openzfs/contrib/debian/Makefile.am
/freebsd/sys/contrib/openzfs/contrib/debian/clean
/freebsd/sys/contrib/openzfs/contrib/debian/control
/freebsd/sys/contrib/openzfs/contrib/debian/openzfs-libzfs6.docs
/freebsd/sys/contrib/openzfs/contrib/debian/openzfs-libzfs6.install.in
/freebsd/sys/contrib/openzfs/contrib/debian/openzfs-libzpool6.docs
/freebsd/sys/contrib/openzfs/contrib/debian/openzfs-libzpool6.install.in
/freebsd/sys/contrib/openzfs/contrib/debian/openzfs-zfsutils.install
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/zfs
/freebsd/sys/contrib/openzfs/include/libzutil.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/linux/compiler.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompat.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/debug.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/taskq.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/abd_os.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/zfs_vfsops_os.h
/freebsd/sys/contrib/openzfs/include/sys/fm/fs/zfs.h
/freebsd/sys/contrib/openzfs/include/sys/vdev_raidz.h
/freebsd/sys/contrib/openzfs/include/sys/zio.h
/freebsd/sys/contrib/openzfs/lib/libspl/backtrace.c
/freebsd/sys/contrib/openzfs/lib/libzfs/Makefile.am
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs.abi
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_pool.c
/freebsd/sys/contrib/openzfs/lib/libzpool/Makefile.am
/freebsd/sys/contrib/openzfs/lib/libzpool/zfs_debug.c
/freebsd/sys/contrib/openzfs/man/man4/zfs.4
/freebsd/sys/contrib/openzfs/man/man5/vdev_id.conf.5
/freebsd/sys/contrib/openzfs/man/man8/zfs-list.8
/freebsd/sys/contrib/openzfs/man/man8/zfs-mount.8
/freebsd/sys/contrib/openzfs/man/man8/zfs-program.8
/freebsd/sys/contrib/openzfs/man/man8/zfs-set.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-events.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-get.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-list.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-status.8
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_ctldir.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_vfsops.c
/freebsd/sys/contrib/openzfs/module/zcommon/zfs_valstr.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_direct.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_dataset.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_draid.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_indirect.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_mirror.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_raidz.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_vnops.c
/freebsd/sys/contrib/openzfs/module/zfs/zio.c
/freebsd/sys/contrib/openzfs/rpm/generic/zfs.spec.in
/freebsd/sys/contrib/openzfs/tests/runfiles/common.run
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/manipulate_user_buffer.c
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/json/json_sanity.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_parallel_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/dedup_quota.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_read_verify.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_write_stable_pages.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_write_verify.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/resilver_restart_001.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/zvol_misc_snapdev.ksh
/freebsd/sys/contrib/openzfs/udev/vdev_id
/freebsd/sys/dev/acpi_support/acpi_sbl_wmi.c
/freebsd/sys/dev/cxgbe/offload.h
/freebsd/sys/dev/cxgbe/tom/t4_listen.c
/freebsd/sys/dev/cxgbe/tom/t4_tom.h
/freebsd/sys/dev/dpaa2/dpaa2_ni.c
/freebsd/sys/dev/e1000/em_txrx.c
/freebsd/sys/dev/e1000/igb_txrx.c
/freebsd/sys/dev/ena/ena.c
/freebsd/sys/dev/ena/ena.h
/freebsd/sys/dev/ena/ena_datapath.c
/freebsd/sys/dev/ena/ena_datapath.h
/freebsd/sys/dev/ena/ena_netmap.c
/freebsd/sys/dev/ena/ena_netmap.h
/freebsd/sys/dev/ena/ena_rss.c
/freebsd/sys/dev/ena/ena_rss.h
/freebsd/sys/dev/ena/ena_sysctl.c
/freebsd/sys/dev/ena/ena_sysctl.h
/freebsd/sys/dev/eqos/if_eqos.c
/freebsd/sys/dev/firmware/arm/scmi_smc.c
/freebsd/sys/dev/firmware/xilinx/zynqmp_firmware.c
/freebsd/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c
/freebsd/sys/dev/igc/if_igc.c
/freebsd/sys/dev/igc/if_igc.h
/freebsd/sys/dev/igc/igc_txrx.c
/freebsd/sys/dev/iicbus/controller/opencores/iicoc_fdt.c
/freebsd/sys/dev/ipmi/ipmi.c
/freebsd/sys/dev/ipmi/ipmi_bt.c
/freebsd/sys/dev/ipmi/ipmi_kcs.c
/freebsd/sys/dev/ipmi/ipmi_opal.c
/freebsd/sys/dev/ipmi/ipmi_smic.c
/freebsd/sys/dev/ipmi/ipmi_ssif.c
/freebsd/sys/dev/ipmi/ipmivars.h
/freebsd/sys/dev/netmap/netmap.c
/freebsd/sys/dev/netmap/netmap_kern.h
/freebsd/sys/dev/netmap/netmap_mem2.c
/freebsd/sys/dev/netmap/netmap_mem2.h
/freebsd/sys/dev/nvme/nvme_ctrlr.c
/freebsd/sys/dev/nvme/nvme_private.h
/freebsd/sys/dev/nvme/nvme_sysctl.c
/freebsd/sys/dev/nvmf/host/nvmf.c
/freebsd/sys/dev/pci/pci_host_generic_den0115.c
/freebsd/sys/dev/psci/psci.c
/freebsd/sys/dev/psci/smccc.c
/freebsd/sys/dev/psci/smccc.h
/freebsd/sys/dev/psci/smccc_trng.c
/freebsd/sys/dev/random/random_harvestq.c
/freebsd/sys/dev/sound/dummy.c
/freebsd/sys/dev/sound/fdt/audio_soc.c
/freebsd/sys/dev/sound/macio/onyx.c
/freebsd/sys/dev/sound/midi/midi.c
/freebsd/sys/dev/sound/pci/hda/hdaa.c
/freebsd/sys/dev/sound/pci/hda/hdac.c
/freebsd/sys/dev/sound/pci/hda/hdac.h
/freebsd/sys/dev/sound/pci/hda/hdacc.c
/freebsd/sys/dev/sound/pci/maestro3.c
/freebsd/sys/dev/sound/pci/spicds.c
/freebsd/sys/dev/sound/pcm/channel.c
/freebsd/sys/dev/sound/pcm/channel.h
/freebsd/sys/dev/sound/pcm/dsp.c
/freebsd/sys/dev/sound/pcm/feeder.c
/freebsd/sys/dev/sound/pcm/sndstat.c
/freebsd/sys/dev/sound/pcm/sound.c
/freebsd/sys/dev/sound/pcm/sound.h
/freebsd/sys/dev/sound/pcm/vchan.c
/freebsd/sys/dev/uart/uart.h
/freebsd/sys/dev/uart/uart_core.c
/freebsd/sys/dev/uart/uart_cpu_acpi.c
/freebsd/sys/dev/uart/uart_dev_ns8250.c
/freebsd/sys/dev/uart/uart_dev_pl011.c
/freebsd/sys/dev/uart/uart_subr.c
/freebsd/sys/geom/part/g_part.c
/freebsd/sys/geom/part/g_part.h
/freebsd/sys/geom/part/g_part_apm.c
/freebsd/sys/geom/part/g_part_bsd.c
/freebsd/sys/geom/part/g_part_bsd64.c
/freebsd/sys/geom/part/g_part_ebr.c
/freebsd/sys/geom/part/g_part_gpt.c
/freebsd/sys/geom/part/g_part_mbr.c
/freebsd/sys/kern/kern_cpu.c
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/subr_pctrie.c
/freebsd/sys/kern/vfs_subr.c
/freebsd/sys/modules/acpi/Makefile
/freebsd/sys/modules/acpi/acpi_sbl_wmi/Makefile
/freebsd/sys/modules/ena/Makefile
/freebsd/sys/modules/linux/Makefile
/freebsd/sys/modules/linux64/Makefile
/freebsd/sys/modules/rtw88/Makefile
/freebsd/sys/modules/rtw89/Makefile
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/netinet/tcp_var.h
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nl.h
/freebsd/sys/riscv/sifive/sifive_spi.c
/freebsd/sys/sys/bus.h
/freebsd/sys/sys/cdefs.h
/freebsd/sys/sys/random.h
/freebsd/sys/tools/amd64_ia32_vdso.sh
/freebsd/sys/tools/amd64_vdso.sh
/freebsd/sys/vm/vm_glue.c
/freebsd/sys/vm/vm_object.c
/freebsd/sys/vm/vm_page.c
/freebsd/sys/vm/vm_page.h
/freebsd/sys/x86/conf/NOTES
/freebsd/sys/x86/include/apicvar.h
/freebsd/sys/x86/iommu/intel_drv.c
/freebsd/sys/x86/iommu/iommu_utils.c
/freebsd/sys/x86/iommu/x86_iommu.h
/freebsd/sys/x86/x86/io_apic.c
/freebsd/sys/x86/x86/legacy.c
/freebsd/targets/Makefile.inc
/freebsd/targets/pseudo/bootstrap-packages/Makefile
/freebsd/targets/pseudo/bootstrap-packages/Makefile.depend
/freebsd/targets/pseudo/bootstrap-packages/bootstrap-packages.sh
/freebsd/tests/include/Makefile
/freebsd/tests/include/byteswap_endian_test.c
/freebsd/tests/include/byteswap_test.c
/freebsd/tests/include/endian_sys_endian_test.c
/freebsd/tests/include/endian_test.c
/freebsd/tests/include/sys_endian_endian_test.c
/freebsd/tests/include/sys_endian_test.c
/freebsd/tests/sys/fs/fusefs/io.cc
/freebsd/tests/sys/kern/Makefile
/freebsd/tests/sys/kern/tty/Makefile
/freebsd/tests/sys/kern/tty/fionread.c
/freebsd/tests/sys/kern/tty/readsz.c
/freebsd/tests/sys/kern/tty/test_canon.orch
/freebsd/tests/sys/kern/tty/test_canon_fullbuf.orch
/freebsd/tests/sys/kern/tty/test_ncanon.orch
/freebsd/tests/sys/kern/tty/test_recanon.orch
/freebsd/tests/sys/netpfil/common/Makefile
/freebsd/tests/sys/netpfil/common/divapp.c
/freebsd/tests/sys/netpfil/common/pft_ping.py
/freebsd/tests/sys/netpfil/ipfw/Makefile
/freebsd/tests/sys/netpfil/ipfw/divert.sh
/freebsd/tests/sys/netpfil/pf/Makefile
/freebsd/tests/sys/netpfil/pf/divert-to.sh
/freebsd/tests/sys/netpfil/pf/mbuf.sh
/freebsd/tests/sys/netpfil/pf/pft_read_ipfix.py
/freebsd/tests/sys/netpfil/pf/proxy.sh
/freebsd/tools/build/Makefile
/freebsd/tools/build/cross-build/include/linux/limits.h
/freebsd/tools/build/depend-cleanup.sh
/freebsd/tools/tools/ether_reflect/ether_reflect.1
/freebsd/tools/tools/locale/Makefile
/freebsd/usr.bin/Makefile
/freebsd/usr.bin/asa/tests/Makefile.depend
/freebsd/usr.bin/awk/tests/bugs-fixed/Makefile.depend
/freebsd/usr.bin/awk/tests/netbsd/Makefile.depend
/freebsd/usr.bin/beep/beep.1
/freebsd/usr.bin/bsdcat/tests/Makefile.depend
/freebsd/usr.bin/caesar/Makefile.depend
/freebsd/usr.bin/clang/clang-tblgen/Makefile.depend.host
/freebsd/usr.bin/clang/lldb-server/Makefile.depend
/freebsd/usr.bin/clang/llvm-min-tblgen/Makefile.depend.host
/freebsd/usr.bin/clang/llvm-tblgen/Makefile.depend.host
/freebsd/usr.bin/cpio/tests/Makefile
/freebsd/usr.bin/cpio/tests/Makefile.depend
/freebsd/usr.bin/dc/tests/Makefile.depend
/freebsd/usr.bin/du/Makefile.depend
/freebsd/usr.bin/env/tests/Makefile.depend
/freebsd/usr.bin/file/tests/Makefile.depend
/freebsd/usr.bin/gh-bc/tests/Makefile.depend
/freebsd/usr.bin/grdc/Makefile.depend
/freebsd/usr.bin/gzip/gzip.1
/freebsd/usr.bin/head/tests/Makefile.depend
/freebsd/usr.bin/kyua/Makefile.depend
/freebsd/usr.bin/locale/tests/Makefile.depend
/freebsd/usr.bin/lockf/tests/Makefile.depend
/freebsd/usr.bin/lorder/tests/Makefile.depend
/freebsd/usr.bin/mdo/mdo.1
/freebsd/usr.bin/mididump/Makefile
/freebsd/usr.bin/mididump/mididump.1
/freebsd/usr.bin/mididump/mididump.c
/freebsd/usr.bin/mktemp/tests/Makefile.depend
/freebsd/usr.bin/mkuzip/mkuz_lzma.h
/freebsd/usr.bin/mkuzip/mkuz_zlib.h
/freebsd/usr.bin/mkuzip/mkuz_zstd.h
/freebsd/usr.bin/mkuzip/mkuzip.8
/freebsd/usr.bin/mkuzip/mkuzip.c
/freebsd/usr.bin/msgs/msgs.1
/freebsd/usr.bin/ncurses/Makefile.depend
/freebsd/usr.bin/objcopy/Makefile.depend
/freebsd/usr.bin/ofed/librdmacm/mckey/Makefile.depend
/freebsd/usr.bin/ofed/librdmacm/rping/Makefile.depend
/freebsd/usr.bin/ofed/librdmacm/ucmatose/Makefile.depend
/freebsd/usr.bin/ofed/librdmacm/udaddy/Makefile.depend
/freebsd/usr.bin/patch/tests/Makefile.depend
/freebsd/usr.bin/pom/Makefile.depend
/freebsd/usr.bin/posixmqcontrol/posixmqcontrol.1
/freebsd/usr.bin/printenv/tests/Makefile.depend
/freebsd/usr.bin/seq/tests/Makefile.depend
/freebsd/usr.bin/sort/tests/Makefile.depend
/freebsd/usr.bin/split/tests/Makefile.depend
/freebsd/usr.bin/tar/tests/Makefile
/freebsd/usr.bin/tar/tests/Makefile.depend
/freebsd/usr.bin/tftp/tests/Makefile.depend
/freebsd/usr.bin/touch/tests/Makefile.depend
/freebsd/usr.bin/tsort/tests/Makefile.depend
/freebsd/usr.bin/unifdef/tests/Makefile.depend
/freebsd/usr.bin/unzip/tests/Makefile.depend
/freebsd/usr.bin/vmstat/tests/Makefile.depend
/freebsd/usr.bin/wc/tests/Makefile.depend
/freebsd/usr.sbin/acpi/acpidump/acpi.c
/freebsd/usr.sbin/acpi/acpidump/acpi_user.c
/freebsd/usr.sbin/acpi/acpidump/acpidump.8
/freebsd/usr.sbin/acpi/acpidump/acpidump.c
/freebsd/usr.sbin/acpi/acpidump/acpidump.h
/freebsd/usr.sbin/apmd/Makefile.depend
/freebsd/usr.sbin/bhyve/aarch64/vmexit.c
/freebsd/usr.sbin/bhyve/bhyve_config.5
/freebsd/usr.sbin/bhyve/gdb/Makefile.depend
/freebsd/usr.sbin/bhyve/pci_virtio_console.c
/freebsd/usr.sbin/bhyveload/Makefile.depend
/freebsd/usr.sbin/bluetooth/bluetooth-config/Makefile.depend
/freebsd/usr.sbin/bsdinstall/distextract/Makefile.depend
/freebsd/usr.sbin/bsdinstall/distfetch/Makefile.depend
/freebsd/usr.sbin/bsdinstall/partedit/Makefile.depend
/freebsd/usr.sbin/bsdinstall/runconsoles/Makefile.depend
/freebsd/usr.sbin/certctl/Makefile.depend
/freebsd/usr.sbin/ctladm/tests/Makefile.depend
/freebsd/usr.sbin/daemon/tests/Makefile.depend
/freebsd/usr.sbin/devinfo/devinfo.c
/freebsd/usr.sbin/efibootmgr/Makefile.depend
/freebsd/usr.sbin/efibootmgr/efibootmgr.8
/freebsd/usr.sbin/efitable/Makefile.depend
/freebsd/usr.sbin/efiwake/Makefile.depend
/freebsd/usr.sbin/fwget/Makefile.depend
/freebsd/usr.sbin/fwget/pci/Makefile.depend
/freebsd/usr.sbin/gssd/Makefile.depend
/freebsd/usr.sbin/i2c/i2c.8
/freebsd/usr.sbin/jail/jail.8
/freebsd/usr.sbin/jail/tests/Makefile.depend
/freebsd/usr.sbin/kldxref/Makefile
/freebsd/usr.sbin/kldxref/Makefile.depend
/freebsd/usr.sbin/kldxref/kldxref.c
/freebsd/usr.sbin/lastlogin/lastlogin.8
/freebsd/usr.sbin/mailwrapper/mailwrapper.8
/freebsd/usr.sbin/makefs/makefs.8
/freebsd/usr.sbin/makefs/tests/makefs_zfs_tests.sh
/freebsd/usr.sbin/makefs/zfs.c
/freebsd/usr.sbin/makefs/zfs/zfs.h
/freebsd/usr.sbin/ndp/ndp.c
/freebsd/usr.sbin/ntp/libntp/Makefile.depend
/freebsd/usr.sbin/ntp/libntpevent/Makefile.depend
/freebsd/usr.sbin/ntp/libparse/Makefile.depend
/freebsd/usr.sbin/nvmfd/Makefile.depend
/freebsd/usr.sbin/pnfsdscopymr/Makefile.depend
/freebsd/usr.sbin/pnfsdsfile/Makefile.depend
/freebsd/usr.sbin/pnfsdskill/Makefile.depend
/freebsd/usr.sbin/pw/tests/Makefile.depend
/freebsd/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8
/freebsd/usr.sbin/usbdump/usbdump.8
/freebsd/usr.sbin/usbdump/usbdump.c
/freebsd/usr.sbin/valectl/Makefile.depend
/freebsd/usr.sbin/wpa/src/crypto/Makefile.depend
/freebsd/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8
6fa42b9114-Oct-2024 Mateusz Piotrowski <0mp@FreeBSD.org>

rc/tests: Skip oomprotect tests in a jail

oomprotect cannot be used in a jail.

Reviewed by: bnovkov, christos, markj
Approved by: bnovkov (mentor), christos (mentor), markj (mentor)
MFC after: 1 we

rc/tests: Skip oomprotect tests in a jail

oomprotect cannot be used in a jail.

Reviewed by: bnovkov, christos, markj
Approved by: bnovkov (mentor), christos (mentor), markj (mentor)
MFC after: 1 week

show more ...


/freebsd/RELNOTES
/freebsd/UPDATING
/freebsd/bin/ps/keyword.c
/freebsd/bin/ps/print.c
/freebsd/bin/ps/ps.c
/freebsd/cddl/lib/libzdb/Makefile
/freebsd/cddl/lib/libzfs_core/Makefile
/freebsd/cddl/lib/libzfsbootenv/Makefile
/freebsd/cddl/lib/libzpool/Makefile
/freebsd/cddl/lib/libzutil/Makefile
/freebsd/cddl/lib/pam_zfs_key/Makefile
/freebsd/cddl/share/zfs/compatibility.d/Makefile
/freebsd/lib/libpfctl/libpfctl.c
/freebsd/lib/libpfctl/libpfctl.h
tests/rc_subr_test.sh
/freebsd/release/tools/ec2.conf
/freebsd/sbin/fdisk/fdisk.8
/freebsd/sbin/fdisk/fdisk.c
/freebsd/sbin/mount/mount.c
/freebsd/sbin/pfctl/parse.y
/freebsd/sbin/pfctl/pfctl.c
/freebsd/share/colldef_unicode/Makefile
/freebsd/share/colldef_unicode/fa_AF.UTF-8.src
/freebsd/share/colldef_unicode/fa_IR.UTF-8.src
/freebsd/share/colldef_unicode/ja_JP.UTF-8.src
/freebsd/share/colldef_unicode/lv_LV.UTF-8.src
/freebsd/share/colldef_unicode/zh_CN.UTF-8.src
/freebsd/share/colldef_unicode/zh_TW.UTF-8.src
/freebsd/share/ctypedef/C.UTF-8.src
/freebsd/share/man/man4/Makefile
/freebsd/share/man/man4/ath10k.4
/freebsd/share/man/man4/iwlwifi.4
/freebsd/share/man/man4/mac_bsdextended.4
/freebsd/share/man/man4/mt7915.4
/freebsd/share/man/man4/mt7921.4
/freebsd/share/man/man4/rtw88.4
/freebsd/share/man/man4/rtw89.4
/freebsd/share/man/man4/splash.4
/freebsd/share/man/man5/pf.conf.5
/freebsd/share/man/man5/rc.conf.5
/freebsd/share/man/man7/hier.7
/freebsd/share/man/man9/vmem.9
/freebsd/share/man/man9/vnode.9
/freebsd/share/misc/committers-doc.dot
/freebsd/share/monetdef_unicode/Makefile
/freebsd/share/monetdef_unicode/af_ZA.UTF-8.src
/freebsd/share/monetdef_unicode/en_ZA.UTF-8.src
/freebsd/share/numericdef_unicode/Makefile
/freebsd/stand/defaults/loader.conf
/freebsd/stand/forth/menu.4th
/freebsd/stand/forth/menu.4th.8
/freebsd/stand/libsa/zfs/Makefile.inc
/freebsd/stand/lua/menu.lua
/freebsd/stand/powerpc/ofw/cas.c
/freebsd/sys/arm64/arm64/gicv3_its.c
/freebsd/sys/arm64/arm64/pmap.c
/freebsd/sys/compat/linuxkpi/common/include/linux/jiffies.h
/freebsd/sys/compat/linuxkpi/common/src/linux_80211.c
/freebsd/sys/compat/linuxkpi/dummy/include/kunit/visibility.h
/freebsd/sys/compat/linuxkpi/dummy/include/linux/of_net.h
/freebsd/sys/conf/files
/freebsd/sys/conf/kern.pre.mk
/freebsd/sys/conf/kmod.mk
/freebsd/sys/contrib/dev/acpica/common/dmtbinfo3.c
/freebsd/sys/contrib/dev/acpica/compiler/dttemplate.h
/freebsd/sys/contrib/dev/acpica/include/actbl3.h
/freebsd/sys/contrib/dev/rtw89/rtw8851be.c
/freebsd/sys/contrib/dev/rtw89/rtw8852be.c
/freebsd/sys/contrib/openzfs/.github/CONTRIBUTING.md
/freebsd/sys/contrib/openzfs/.github/workflows/checkstyle.yaml
/freebsd/sys/contrib/openzfs/.github/workflows/codeql.yml
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/README.md
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/generate-ci-type.py
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/merge_summary.awk
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-1-setup.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-2-start.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-3-deps.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-4-build.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-5-setup.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-6-tests.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-7-prepare.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-8-summary.sh
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/qemu-9-summary-page.sh
/freebsd/sys/contrib/openzfs/.github/workflows/zfs-qemu.yml
/freebsd/sys/contrib/openzfs/.github/workflows/zloop.yml
/freebsd/sys/contrib/openzfs/.mailmap
/freebsd/sys/contrib/openzfs/AUTHORS
/freebsd/sys/contrib/openzfs/META
/freebsd/sys/contrib/openzfs/cmd/arc_summary
/freebsd/sys/contrib/openzfs/cmd/arcstat.in
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb.c
/freebsd/sys/contrib/openzfs/cmd/zdb/zdb_il.c
/freebsd/sys/contrib/openzfs/cmd/zed/agents/zfs_diagnosis.c
/freebsd/sys/contrib/openzfs/cmd/zhack.c
/freebsd/sys/contrib/openzfs/cmd/zpool/Makefile.am
/freebsd/sys/contrib/openzfs/cmd/zpool/compatibility.d/grub2-2.06
/freebsd/sys/contrib/openzfs/cmd/zpool/compatibility.d/grub2-2.12
/freebsd/sys/contrib/openzfs/cmd/zpool/compatibility.d/openzfs-2.3
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool_main.c
/freebsd/sys/contrib/openzfs/cmd/zstream/zstream_recompress.c
/freebsd/sys/contrib/openzfs/cmd/zstream/zstream_redup.c
/freebsd/sys/contrib/openzfs/cmd/ztest.c
/freebsd/sys/contrib/openzfs/config/ax_compare_version.m4
/freebsd/sys/contrib/openzfs/config/deb.am
/freebsd/sys/contrib/openzfs/config/kernel-acl.m4
/freebsd/sys/contrib/openzfs/config/kernel-assign_str.m4
/freebsd/sys/contrib/openzfs/config/kernel-bio.m4
/freebsd/sys/contrib/openzfs/config/kernel-blk-queue.m4
/freebsd/sys/contrib/openzfs/config/kernel-blkdev.m4
/freebsd/sys/contrib/openzfs/config/kernel-config-defined.m4
/freebsd/sys/contrib/openzfs/config/kernel-dentry-operations.m4
/freebsd/sys/contrib/openzfs/config/kernel-file.m4
/freebsd/sys/contrib/openzfs/config/kernel-generic_fillattr.m4
/freebsd/sys/contrib/openzfs/config/kernel-generic_io_acct.m4
/freebsd/sys/contrib/openzfs/config/kernel-genhd-flags.m4
/freebsd/sys/contrib/openzfs/config/kernel-inode-getattr.m4
/freebsd/sys/contrib/openzfs/config/kernel-inode-permission.m4
/freebsd/sys/contrib/openzfs/config/kernel-inode-setattr.m4
/freebsd/sys/contrib/openzfs/config/kernel-inode-times.m4
/freebsd/sys/contrib/openzfs/config/kernel-kmem.m4
/freebsd/sys/contrib/openzfs/config/kernel-kthread.m4
/freebsd/sys/contrib/openzfs/config/kernel-make-request-fn.m4
/freebsd/sys/contrib/openzfs/config/kernel-mkdir.m4
/freebsd/sys/contrib/openzfs/config/kernel-mm-page-flags.m4
/freebsd/sys/contrib/openzfs/config/kernel-mm-pagemap.m4
/freebsd/sys/contrib/openzfs/config/kernel-percpu.m4
/freebsd/sys/contrib/openzfs/config/kernel-rename.m4
/freebsd/sys/contrib/openzfs/config/kernel-sched.m4
/freebsd/sys/contrib/openzfs/config/kernel-setattr-prepare.m4
/freebsd/sys/contrib/openzfs/config/kernel-shrink.m4
/freebsd/sys/contrib/openzfs/config/kernel-strlcpy.m4
/freebsd/sys/contrib/openzfs/config/kernel-symlink.m4
/freebsd/sys/contrib/openzfs/config/kernel-tmpfile.m4
/freebsd/sys/contrib/openzfs/config/kernel-userns-capabilities.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-direct_IO.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-file_range.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-invalidate_folio.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-iov_iter.m4
/freebsd/sys/contrib/openzfs/config/kernel-vfs-release_folio.m4
/freebsd/sys/contrib/openzfs/config/kernel-xattr-handler.m4
/freebsd/sys/contrib/openzfs/config/kernel.m4
/freebsd/sys/contrib/openzfs/configure.ac
/freebsd/sys/contrib/openzfs/contrib/Makefile.am
/freebsd/sys/contrib/openzfs/contrib/debian/Makefile.am
/freebsd/sys/contrib/openzfs/contrib/debian/not-installed
/freebsd/sys/contrib/openzfs/contrib/debian/rules.in
/freebsd/sys/contrib/openzfs/include/cityhash.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/mutex.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/param.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/simd.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/uio.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/abd_os.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/zfs_ctldir.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/zfs_vfsops_os.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/zfs_znode_impl.h
/freebsd/sys/contrib/openzfs/include/os/linux/Makefile.am
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/blkdev_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/dcache_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/kmap_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/mm_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/page_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/simd.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_aarch64.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/simd_powerpc.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/vfs_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/xattr_compat.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/condvar.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/cred.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/file.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/kmem_cache.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/signal.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/string.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/taskq.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/thread.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/time.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/timer.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/types.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/uio.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/wait.h
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/wmsum.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/abd_os.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/trace_dbgmsg.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/trace_dbuf.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/zfs_ctldir.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/zfs_vfsops_os.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/zfs_vnops_os.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/zfs_znode_impl.h
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/zpl.h
/freebsd/sys/contrib/openzfs/include/sys/abd.h
/freebsd/sys/contrib/openzfs/include/sys/abd_impl.h
/freebsd/sys/contrib/openzfs/include/sys/arc.h
/freebsd/sys/contrib/openzfs/include/sys/dbuf.h
/freebsd/sys/contrib/openzfs/include/sys/dmu.h
/freebsd/sys/contrib/openzfs/include/sys/dmu_impl.h
/freebsd/sys/contrib/openzfs/include/sys/dmu_objset.h
/freebsd/sys/contrib/openzfs/include/sys/fm/fs/zfs.h
/freebsd/sys/contrib/openzfs/include/sys/fs/zfs.h
/freebsd/sys/contrib/openzfs/include/sys/sa_impl.h
/freebsd/sys/contrib/openzfs/include/sys/spa.h
/freebsd/sys/contrib/openzfs/include/sys/uio_impl.h
/freebsd/sys/contrib/openzfs/include/sys/vdev_impl.h
/freebsd/sys/contrib/openzfs/include/sys/zap.h
/freebsd/sys/contrib/openzfs/include/sys/zap_impl.h
/freebsd/sys/contrib/openzfs/include/sys/zfs_file.h
/freebsd/sys/contrib/openzfs/include/sys/zfs_ioctl.h
/freebsd/sys/contrib/openzfs/include/sys/zfs_racct.h
/freebsd/sys/contrib/openzfs/include/sys/zfs_znode.h
/freebsd/sys/contrib/openzfs/include/sys/zil.h
/freebsd/sys/contrib/openzfs/include/sys/zio.h
/freebsd/sys/contrib/openzfs/include/sys/zio_compress.h
/freebsd/sys/contrib/openzfs/include/sys/zio_impl.h
/freebsd/sys/contrib/openzfs/include/zfeature_common.h
/freebsd/sys/contrib/openzfs/lib/libnvpair/libnvpair.abi
/freebsd/sys/contrib/openzfs/lib/libshare/os/freebsd/nfs.c
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/simd.h
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/uio.h
/freebsd/sys/contrib/openzfs/lib/libuutil/libuutil.abi
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs.abi
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_sendrecv.c
/freebsd/sys/contrib/openzfs/lib/libzfs/libzfs_util.c
/freebsd/sys/contrib/openzfs/lib/libzfs_core/libzfs_core.abi
/freebsd/sys/contrib/openzfs/lib/libzpool/Makefile.am
/freebsd/sys/contrib/openzfs/lib/libzpool/abd_os.c
/freebsd/sys/contrib/openzfs/lib/libzpool/arc_os.c
/freebsd/sys/contrib/openzfs/lib/libzpool/kernel.c
/freebsd/sys/contrib/openzfs/lib/libzpool/vdev_label_os.c
/freebsd/sys/contrib/openzfs/lib/libzpool/zfs_debug.c
/freebsd/sys/contrib/openzfs/lib/libzpool/zfs_racct.c
/freebsd/sys/contrib/openzfs/lib/libzstd/Makefile.am
/freebsd/sys/contrib/openzfs/lib/libzutil/zutil_import.c
/freebsd/sys/contrib/openzfs/man/man1/arcstat.1
/freebsd/sys/contrib/openzfs/man/man4/zfs.4
/freebsd/sys/contrib/openzfs/man/man7/zfsconcepts.7
/freebsd/sys/contrib/openzfs/man/man7/zfsprops.7
/freebsd/sys/contrib/openzfs/man/man7/zpool-features.7
/freebsd/sys/contrib/openzfs/man/man8/zfs-send.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-events.8
/freebsd/sys/contrib/openzfs/man/man8/zpool-status.8
/freebsd/sys/contrib/openzfs/module/Kbuild.in
/freebsd/sys/contrib/openzfs/module/Makefile.bsd
/freebsd/sys/contrib/openzfs/module/lua/lobject.h
/freebsd/sys/contrib/openzfs/module/lua/lstate.h
/freebsd/sys/contrib/openzfs/module/lua/lstring.c
/freebsd/sys/contrib/openzfs/module/lua/lstring.h
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/spl_taskq.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/spl_uio.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/vdev_file.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_debug.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_dir.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_file_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_racct.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zvol_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-condvar.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-cred.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-generic.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-kmem-cache.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-kmem.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-proc.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-shrinker.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-taskq.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-thread.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-vmem.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-zlib.c
/freebsd/sys/contrib/openzfs/module/os/linux/spl/spl-zone.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/abd_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/arc_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/policy.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_disk.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/vdev_file.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_acl.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_ctldir.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_debug.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_dir.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_file_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_ioctl_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_racct.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_uio.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_vfsops.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_vnops_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zfs_znode_os.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_ctldir.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_export.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_file.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_file_range.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_inode.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_super.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zpl_xattr.c
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/zvol_os.c
/freebsd/sys/contrib/openzfs/module/zcommon/cityhash.c
/freebsd/sys/contrib/openzfs/module/zcommon/simd_stat.c
/freebsd/sys/contrib/openzfs/module/zcommon/zfeature_common.c
/freebsd/sys/contrib/openzfs/module/zcommon/zfs_prop.c
/freebsd/sys/contrib/openzfs/module/zcommon/zfs_valstr.c
/freebsd/sys/contrib/openzfs/module/zcommon/zpool_prop.c
/freebsd/sys/contrib/openzfs/module/zfs/abd.c
/freebsd/sys/contrib/openzfs/module/zfs/arc.c
/freebsd/sys/contrib/openzfs/module/zfs/dataset_kstats.c
/freebsd/sys/contrib/openzfs/module/zfs/dbuf.c
/freebsd/sys/contrib/openzfs/module/zfs/ddt.c
/freebsd/sys/contrib/openzfs/module/zfs/ddt_zap.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_direct.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_objset.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_recv.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_redact.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_send.c
/freebsd/sys/contrib/openzfs/module/zfs/dmu_tx.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_bookmark.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_crypt.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_dataset.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_deadlist.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_deleg.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_destroy.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_dir.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_pool.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_prop.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_scan.c
/freebsd/sys/contrib/openzfs/module/zfs/dsl_userhold.c
/freebsd/sys/contrib/openzfs/module/zfs/metaslab.c
/freebsd/sys/contrib/openzfs/module/zfs/sa.c
/freebsd/sys/contrib/openzfs/module/zfs/spa.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_errlog.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_log_spacemap.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_misc.c
/freebsd/sys/contrib/openzfs/module/zfs/spa_stats.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev.c
/freebsd/sys/contrib/openzfs/module/zfs/vdev_label.c
/freebsd/sys/contrib/openzfs/module/zfs/zap.c
/freebsd/sys/contrib/openzfs/module/zfs/zap_micro.c
/freebsd/sys/contrib/openzfs/module/zfs/zcp_iter.c
/freebsd/sys/contrib/openzfs/module/zfs/zfeature.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_fm.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_ioctl.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_log.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_quota.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_replay.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_vnops.c
/freebsd/sys/contrib/openzfs/module/zfs/zfs_znode.c
/freebsd/sys/contrib/openzfs/module/zfs/zio.c
/freebsd/sys/contrib/openzfs/module/zfs/zio_compress.c
/freebsd/sys/contrib/openzfs/module/zfs/zvol.c
/freebsd/sys/contrib/openzfs/scripts/Makefile.am
/freebsd/sys/contrib/openzfs/scripts/zfs-tests.sh
/freebsd/sys/contrib/openzfs/tests/runfiles/common.run
/freebsd/sys/contrib/openzfs/tests/runfiles/freebsd.run
/freebsd/sys/contrib/openzfs/tests/runfiles/linux.run
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/test-runner.py.in
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/zts-report.py.in
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/.gitignore
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/manipulate_user_buffer.c
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/mmap_sync.c
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/stride_dd.c
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/commands.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/libtest.shlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/properties.shlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/tunables.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/Makefile.am
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/bclone_common.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/bclone_corner_cases.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/block_cloning.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/block_cloning_cross_enc_dataset.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/cache_012_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_backup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_compressed_corrective.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_corrective.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_from_encrypted.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_from_zstd.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_large_block_corrective.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_raw.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/zfs_receive_raw_incremental.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create.shlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_005_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_shared_device.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_device_replaced.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_hostid_changed_cachefile_unclean_export.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import_hostid_changed_unclean_export.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reguid/zpool_reguid_001_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reguid/zpool_reguid_002_neg.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen_003_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_status/zpool_status_008_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/l2arc_compressed_arc.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/l2arc_encrypted.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/l2arc_encrypted_no_compressed_arc.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/cp_files_002_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/deadman/deadman_sync.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/cleanup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_aligned_block.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_async_always.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_async_fio_ioengines.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_compression.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_dedup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_encryption.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_grow_block.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_max_recordsize.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_mixed.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_mmap.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_overwrites.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_property.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_random.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_recordsize.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_unaligned_block.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_unaligned_filesize.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_write_stable_pages.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/dio_write_verify.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/setup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/zed_diagnose_multiple.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/zed_slow_io_many_vdevs.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/fault_limits.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/suspend_resume_single.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/history_003_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/setup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/l2arc.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/longname/cleanup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/longname/longname_001_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/longname/longname_002_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/longname/longname_003_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/longname/setup.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/enospc_ganging.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/projectid_003_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_001_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/raidz_expand_002_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/resilver_restart_001.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/rsend.kshlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send-c_longname.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send-c_volume.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send-wR_encrypted_zvol.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send_encrypted_props.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send_encrypted_truncated_files.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/send_hole_birth.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/slog_replay_fs_001.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/slog_replay_volume.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/trim_l2arc.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/xattr_001_pos.ksh
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/xattr_002_neg.ksh
/freebsd/sys/contrib/openzfs/udev/zvol_id.c
/freebsd/sys/dev/amdsmn/amdsmn.c
/freebsd/sys/dev/amdtemp/amdtemp.c
/freebsd/sys/dev/axgbe/if_axgbe_pci.c
/freebsd/sys/dev/axgbe/xgbe-dev.c
/freebsd/sys/dev/ciss/ciss.c
/freebsd/sys/dev/ciss/cissvar.h
/freebsd/sys/dev/dpaa2/dpaa2_ni.c
/freebsd/sys/dev/e1000/em_txrx.c
/freebsd/sys/dev/e1000/if_em.c
/freebsd/sys/dev/e1000/if_em.h
/freebsd/sys/dev/e1000/igb_txrx.c
/freebsd/sys/dev/gpio/acpi_gpiobus.c
/freebsd/sys/dev/igc/if_igc.c
/freebsd/sys/dev/igc/if_igc.h
/freebsd/sys/dev/igc/igc_txrx.c
/freebsd/sys/dev/iommu/busdma_iommu.c
/freebsd/sys/dev/iommu/iommu.h
/freebsd/sys/dev/md/md.c
/freebsd/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c
/freebsd/sys/dev/mpr/mpr.c
/freebsd/sys/dev/mps/mps.c
/freebsd/sys/dev/ppbus/lpt.c
/freebsd/sys/dev/uart/uart_cpu_acpi.c
/freebsd/sys/dev/uart/uart_cpu_fdt.c
/freebsd/sys/dev/uart/uart_subr.c
/freebsd/sys/dev/vt/vt_core.c
/freebsd/sys/fs/tmpfs/tmpfs_vnops.c
/freebsd/sys/kern/kern_proc.c
/freebsd/sys/modules/Makefile
/freebsd/sys/modules/linux/Makefile
/freebsd/sys/modules/linux64/Makefile
/freebsd/sys/modules/zfs/Makefile
/freebsd/sys/modules/zfs/zfs_config.h
/freebsd/sys/modules/zfs/zfs_gitrev.h
/freebsd/sys/net/debugnet.c
/freebsd/sys/net/if_enc.c
/freebsd/sys/net/if_pflog.h
/freebsd/sys/net/pfvar.h
/freebsd/sys/netinet/sctp_pcb.c
/freebsd/sys/netinet/tcp_input.c
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/tcp_sack.c
/freebsd/sys/netinet/tcp_var.h
/freebsd/sys/netpfil/pf/if_pflog.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_lb.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nl.h
/freebsd/sys/netpfil/pf/pf_norm.c
/freebsd/sys/netpfil/pf/pf_osfp.c
/freebsd/sys/netpfil/pf/pf_syncookies.c
/freebsd/sys/netpfil/pf/pf_table.c
/freebsd/sys/netpfil/pf/pflow.c
/freebsd/sys/powerpc/include/cpu.h
/freebsd/sys/powerpc/include/spr.h
/freebsd/sys/powerpc/powerpc/cpu.c
/freebsd/sys/sys/cdefs.h
/freebsd/sys/sys/vnode.h
/freebsd/sys/vm/swap_pager.c
/freebsd/sys/vm/vm_object.c
/freebsd/sys/vm/vm_radix.h
/freebsd/sys/x86/iommu/intel_ctx.c
/freebsd/sys/x86/iommu/intel_dmar.h
/freebsd/sys/x86/iommu/intel_drv.c
/freebsd/sys/x86/iommu/iommu_utils.c
/freebsd/sys/x86/iommu/x86_iommu.h
/freebsd/targets/pseudo/bootstrap-packages/Makefile
/freebsd/targets/pseudo/bootstrap-packages/bootstrap-packages.sh
/freebsd/tests/sys/kern/sysctl_security_jail_children.sh
/freebsd/tools/build/depend-cleanup.sh
/freebsd/tools/test/bsnmp/Makefile
/freebsd/tools/tools/git/git-arc.1
/freebsd/tools/tools/locale/Makefile
/freebsd/tools/tools/locale/etc/final-maps/map.UTF-8
/freebsd/tools/tools/locale/etc/final-maps/widths.txt
/freebsd/usr.bin/compress/zopen.c
/freebsd/usr.bin/iscsictl/iscsictl.c
/freebsd/usr.bin/last/last.c
/freebsd/usr.bin/man/manpath.1
/freebsd/usr.bin/netstat/bpf.c
/freebsd/usr.bin/netstat/common.c
/freebsd/usr.bin/netstat/if.c
/freebsd/usr.bin/netstat/inet.c
/freebsd/usr.bin/netstat/inet6.c
/freebsd/usr.bin/netstat/main.c
/freebsd/usr.bin/netstat/mbuf.c
/freebsd/usr.bin/netstat/mroute.c
/freebsd/usr.bin/netstat/mroute6.c
/freebsd/usr.bin/netstat/netgraph.c
/freebsd/usr.bin/netstat/netisr.c
/freebsd/usr.bin/netstat/nhgrp.c
/freebsd/usr.bin/netstat/nhops.c
/freebsd/usr.bin/netstat/route.c
/freebsd/usr.bin/netstat/route_netlink.c
/freebsd/usr.bin/netstat/sctp.c
/freebsd/usr.bin/netstat/unix.c
/freebsd/usr.bin/nfsstat/nfsstat.c
/freebsd/usr.bin/vmstat/vmstat.c
/freebsd/usr.bin/w/w.c
/freebsd/usr.sbin/acpi/acpidump/acpi.c
/freebsd/usr.sbin/acpi/acpidump/acpidump.8
/freebsd/usr.sbin/arp/arp.c
/freebsd/usr.sbin/arp/arp_netlink.c
/freebsd/usr.sbin/bhyve/pci_nvme.c
/freebsd/usr.sbin/jls/jls.c
/freebsd/usr.sbin/lastlogin/lastlogin.c
/freebsd/usr.sbin/lpr/lpd/lpd.c
/freebsd/usr.sbin/ndp/ndp.c
/freebsd/usr.sbin/ndp/ndp_netlink.c
/freebsd/usr.sbin/sesutil/eltsub.c
/freebsd/usr.sbin/sesutil/sesutil.c
8751fbe304-Oct-2024 Mateusz Piotrowski <0mp@FreeBSD.org>

rc.d/sendmail: Fix stopping service during shutdown

The sendmail service script needs to be stopped during shutdown
to ensure a clean shutdown of active SMTP connections (and writing
any in memory q

rc.d/sendmail: Fix stopping service during shutdown

The sendmail service script needs to be stopped during shutdown
to ensure a clean shutdown of active SMTP connections (and writing
any in memory queue files).

rcorder(8) requires the rcorder block to be an uninterrupted sequence of
REQUIRE, PROVIDE, BEFORE, and KEYWORD lines. Having a comment in between
REQUIRE and KEYWORD makes rcorder stop parsing the block when it reaches
the comment.

Fix that by moving the comment out from the rcorder block.

Reviewed by: bnovkov, christos, gshapiro, markj
Approved by: bnovkov (mentor), christos (mentor), markj (mentor)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D46924

show more ...


/freebsd/Makefile.inc1
/freebsd/ObsoleteFiles.inc
/freebsd/RELNOTES
/freebsd/bin/sh/sh.1
/freebsd/cddl/usr.sbin/zfsd/case_file.cc
/freebsd/cddl/usr.sbin/zfsd/zfsd.8
/freebsd/contrib/capsicum-test/capsicum-freebsd.h
/freebsd/contrib/capsicum-test/sctp.cc
/freebsd/contrib/expat/Changes
/freebsd/contrib/expat/Makefile.am
/freebsd/contrib/expat/Makefile.in
/freebsd/contrib/expat/README.md
/freebsd/contrib/expat/buildconf.sh
/freebsd/contrib/expat/configure.ac
/freebsd/contrib/expat/doc/Makefile.am
/freebsd/contrib/expat/doc/Makefile.in
/freebsd/contrib/expat/doc/reference.html
/freebsd/contrib/expat/doc/xmlwf.1
/freebsd/contrib/expat/doc/xmlwf.xml
/freebsd/contrib/expat/examples/Makefile.in
/freebsd/contrib/expat/expat_config.h.in
/freebsd/contrib/expat/fix-xmltest-log.sh
/freebsd/contrib/expat/lib/Makefile.am
/freebsd/contrib/expat/lib/Makefile.in
/freebsd/contrib/expat/lib/expat.h
/freebsd/contrib/expat/lib/internal.h
/freebsd/contrib/expat/lib/siphash.h
/freebsd/contrib/expat/lib/xmlparse.c
/freebsd/contrib/expat/tests/Makefile.am
/freebsd/contrib/expat/tests/Makefile.in
/freebsd/contrib/expat/tests/README.md
/freebsd/contrib/expat/tests/acc_tests.c
/freebsd/contrib/expat/tests/basic_tests.c
/freebsd/contrib/expat/tests/benchmark/Makefile.in
/freebsd/contrib/expat/tests/misc_tests.c
/freebsd/contrib/expat/xmlwf/Makefile.in
/freebsd/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
/freebsd/contrib/kyua/cli/cmd_test.cpp
/freebsd/contrib/kyua/integration/cmd_test_test.sh
/freebsd/contrib/kyua/model/test_result.cpp
/freebsd/contrib/kyua/model/test_result.hpp
/freebsd/contrib/libdiff/include/diff_output.h
/freebsd/contrib/libdiff/lib/diff_output.c
/freebsd/contrib/pf/pflogd/pflogd.c
/freebsd/contrib/pf/pflogd/pflogd.h
/freebsd/contrib/unbound/aclocal.m4
/freebsd/contrib/unbound/configure
/freebsd/contrib/unbound/configure.ac
/freebsd/contrib/unbound/doc/README
/freebsd/contrib/unbound/doc/example.conf.in
/freebsd/contrib/unbound/doc/libunbound.3.in
/freebsd/contrib/unbound/doc/unbound-anchor.8.in
/freebsd/contrib/unbound/doc/unbound-checkconf.8.in
/freebsd/contrib/unbound/doc/unbound-control.8.in
/freebsd/contrib/unbound/doc/unbound-host.1.in
/freebsd/contrib/unbound/doc/unbound.8.in
/freebsd/contrib/unbound/doc/unbound.conf.5.in
/freebsd/contrib/unbound/install-sh
/freebsd/contrib/unbound/ltmain.sh
/freebsd/contrib/unbound/util/configparser.c
/freebsd/contrib/unbound/util/configparser.h
/freebsd/contrib/unbound/util/data/msgencode.c
/freebsd/etc/mtree/BSD.tests.dist
/freebsd/include/paths.h
/freebsd/include/ssp/stdio.h
/freebsd/include/stdio.h
/freebsd/lib/libc/Makefile
/freebsd/lib/libc/gen/exec.3
/freebsd/lib/libc/gen/makecontext.3
/freebsd/lib/libc/gen/sysctl.3
/freebsd/lib/libc/md/Makefile.inc
/freebsd/lib/libc/posix1e/acl_cmp_np.3
/freebsd/lib/libc/posix1e/acl_extended_file_np.3
/freebsd/lib/libc/secure/Makefile.inc
/freebsd/lib/libc/secure/libc_stack_protector.c
/freebsd/lib/libc/stdlib/malloc/jemalloc/Makefile.inc
/freebsd/lib/libcapsicum/capsicum_helpers.3
/freebsd/lib/libcasper/services/cap_grp/cap_grp.3
/freebsd/lib/libcrypt/Makefile
/freebsd/lib/libexpat/expat_config.h
/freebsd/lib/libmd/Makefile
/freebsd/lib/libmd/Symbol.map
/freebsd/lib/libmd/md4.h
/freebsd/lib/libmd/md5.h
/freebsd/lib/libmd/mdX.3
/freebsd/lib/libmd/mdXhl.c
/freebsd/lib/libmd/ripemd.3
/freebsd/lib/libmd/ripemd.h
/freebsd/lib/libmd/rmd160c.c
/freebsd/lib/libmd/sha.3
/freebsd/lib/libmd/sha.h
/freebsd/lib/libmd/sha0c.c
/freebsd/lib/libmd/sha1c.c
/freebsd/lib/libmd/sha256.3
/freebsd/lib/libmd/sha512.3
/freebsd/lib/libmd/skein.3
/freebsd/lib/libmd/tests/Makefile
/freebsd/lib/libmd/tests/mddriver.c
/freebsd/lib/libmd/tests/rmddriver.c
/freebsd/lib/libmd/tests/shadriver.c
/freebsd/lib/libmd/tests/skeindriver.c
/freebsd/lib/libpathconv/abs2rel.3
/freebsd/lib/libpathconv/rel2abs.3
/freebsd/lib/libpfctl/libpfctl.c
/freebsd/lib/libprocstat/Symbol.map
/freebsd/lib/libprocstat/libprocstat.c
/freebsd/lib/libprocstat/libprocstat.h
/freebsd/lib/librss/librss.3
/freebsd/lib/libssp/Makefile
/freebsd/lib/libsys/Makefile
/freebsd/lib/libsys/Makefile.sys
/freebsd/lib/libsys/Symbol.map
/freebsd/lib/libsys/Symbol.sys.map
/freebsd/lib/libsys/__error.c
/freebsd/lib/libsys/_libsys.h
/freebsd/lib/libsys/getrlimitusage.2
/freebsd/lib/libsys/membarrier.2
/freebsd/lib/libsys/procctl.2
/freebsd/lib/libsys/syscalls.map
/freebsd/lib/libthr/sys/thr_error.c
/freebsd/lib/libthr/thread/thr_rtld.c
/freebsd/lib/libunbound/config.h
/freebsd/libexec/flua/linit_flua.c
/freebsd/libexec/flua/modules/lposix.c
/freebsd/libexec/flua/modules/lposix.h
/freebsd/libexec/nuageinit/nuage.lua
/freebsd/libexec/nuageinit/nuageinit
/freebsd/libexec/nuageinit/tests/nuage.sh
/freebsd/libexec/nuageinit/tests/nuageinit.sh
/freebsd/libexec/nuageinit/tests/utils.sh
rc.d/sendmail
/freebsd/release/tools/basic-cloudinit.conf
/freebsd/sbin/dhclient/dhclient.c
/freebsd/sbin/dhclient/dhcp.h
/freebsd/sbin/ggate/ggatel/ggatel.8
/freebsd/sbin/init/init.8
/freebsd/sbin/mdmfs/mdmfs.c
/freebsd/sbin/pfctl/parse.y
/freebsd/sbin/pfctl/pfctl_optimize.c
/freebsd/sbin/pfctl/tests/files/pf0004.ok
/freebsd/sbin/pflowctl/pflowctl.8
/freebsd/share/man/man3/stats.3
/freebsd/share/man/man4/ahc.4
/freebsd/share/man/man4/ahd.4
/freebsd/share/man/man4/bpf.4
/freebsd/share/man/man4/ddb.4
/freebsd/share/man/man4/efidev.4
/freebsd/share/man/man4/gve.4
/freebsd/share/man/man4/iwlwififw.4
/freebsd/share/man/man4/mem.4
/freebsd/share/man/man4/snd_hdsp.4
/freebsd/share/man/man4/snd_hdspe.4
/freebsd/share/man/man4/splash.4
/freebsd/share/man/man4/vmd.4
/freebsd/share/man/man4/xen.4
/freebsd/share/man/man5/motd.5
/freebsd/share/man/man5/pf.conf.5
/freebsd/share/man/man5/rc.conf.5
/freebsd/share/man/man5/src.conf.5
/freebsd/share/man/man7/arch.7
/freebsd/share/man/man7/networking.7
/freebsd/share/man/man7/orders.7
/freebsd/share/man/man7/release.7
/freebsd/share/man/man8/rc.subr.8
/freebsd/share/man/man9/cdefs.9
/freebsd/share/man/man9/domain.9
/freebsd/share/man/man9/khelp.9
/freebsd/share/man/man9/mbuf.9
/freebsd/share/man/man9/sglist.9
/freebsd/share/man/man9/vmem.9
/freebsd/share/man/man9/zone.9
/freebsd/share/misc/bsd-family-tree
/freebsd/share/misc/committers-doc.dot
/freebsd/share/misc/committers-src.dot
/freebsd/share/misc/pci_vendors
/freebsd/share/mk/bsd.files.mk
/freebsd/share/mk/src.opts.mk
/freebsd/stand/i386/boot0/boot0.S
/freebsd/stand/libsa/Makefile
/freebsd/stand/libsa/dosfs.c
/freebsd/stand/man/loader_lua.8
/freebsd/stand/man/loader_simp.8
/freebsd/sys/amd64/amd64/mp_machdep.c
/freebsd/sys/amd64/linux/linux_sysent.c
/freebsd/sys/amd64/linux/linux_systrace_args.c
/freebsd/sys/amd64/linux32/linux32_sysent.c
/freebsd/sys/amd64/linux32/linux32_systrace_args.c
/freebsd/sys/amd64/vmm/vmm.c
/freebsd/sys/amd64/vmm/vmm_ioport.c
/freebsd/sys/arm64/arm64/exec_machdep.c
/freebsd/sys/arm64/arm64/identcpu.c
/freebsd/sys/arm64/arm64/machdep.c
/freebsd/sys/arm64/arm64/sys_machdep.c
/freebsd/sys/arm64/arm64/trap.c
/freebsd/sys/arm64/arm64/vfp.c
/freebsd/sys/arm64/include/armreg.h
/freebsd/sys/arm64/include/hypervisor.h
/freebsd/sys/arm64/include/pcb.h
/freebsd/sys/arm64/include/reg.h
/freebsd/sys/arm64/include/sysarch.h
/freebsd/sys/arm64/include/ucontext.h
/freebsd/sys/arm64/include/vfp.h
/freebsd/sys/arm64/iommu/iommu.c
/freebsd/sys/arm64/linux/linux_sysent.c
/freebsd/sys/arm64/linux/linux_systrace_args.c
/freebsd/sys/cam/ctl/ctl.c
/freebsd/sys/compat/freebsd32/freebsd32_syscall.h
/freebsd/sys/compat/freebsd32/freebsd32_syscalls.c
/freebsd/sys/compat/freebsd32/freebsd32_sysent.c
/freebsd/sys/compat/freebsd32/freebsd32_systrace_args.c
/freebsd/sys/compat/linuxkpi/common/include/linux/ieee80211.h
/freebsd/sys/compat/linuxkpi/common/include/net/mac80211.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/simd_powerpc.h
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/simd_x86.h
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_ctldir.c
/freebsd/sys/crypto/sha2/sha224.h
/freebsd/sys/crypto/sha2/sha256.h
/freebsd/sys/crypto/sha2/sha256c.c
/freebsd/sys/crypto/sha2/sha384.h
/freebsd/sys/crypto/sha2/sha512.h
/freebsd/sys/crypto/sha2/sha512c.c
/freebsd/sys/crypto/sha2/sha512t.h
/freebsd/sys/dev/acpica/acpi_cmbat.c
/freebsd/sys/dev/beri/virtio/virtio.c
/freebsd/sys/dev/cxgbe/adapter.h
/freebsd/sys/dev/cxgbe/t4_main.c
/freebsd/sys/dev/cxgbe/tom/t4_tom.c
/freebsd/sys/dev/e1000/if_em.c
/freebsd/sys/dev/e1000/if_em.h
/freebsd/sys/dev/hyperv/vmbus/hyperv_mmu.c
/freebsd/sys/dev/igc/if_igc.c
/freebsd/sys/dev/igc/if_igc.h
/freebsd/sys/dev/igc/igc_defines.h
/freebsd/sys/dev/igc/igc_nvm.c
/freebsd/sys/dev/igc/igc_nvm.h
/freebsd/sys/dev/igc/igc_regs.h
/freebsd/sys/dev/iommu/busdma_iommu.c
/freebsd/sys/dev/iommu/iommu.h
/freebsd/sys/dev/iommu/iommu_gas.c
/freebsd/sys/dev/ixgbe/if_sriov.c
/freebsd/sys/dev/mana/gdma_main.c
/freebsd/sys/dev/mlx4/mlx4_core/mlx4_alloc.c
/freebsd/sys/dev/mlx4/mlx4_en/en.h
/freebsd/sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
/freebsd/sys/dev/mlx5/mlx5_accel/mlx5_ipsec.c
/freebsd/sys/dev/mlx5/mlx5_ib/mlx5_ib_mem.c
/freebsd/sys/dev/nvme/nvme_sysctl.c
/freebsd/sys/dev/sdhci/sdhci.c
/freebsd/sys/dev/sound/pci/hdsp-pcm.c
/freebsd/sys/dev/sound/pci/hdsp.c
/freebsd/sys/dev/sound/pci/hdsp.h
/freebsd/sys/dev/sound/pci/hdspe-pcm.c
/freebsd/sys/dev/sound/pci/hdspe.c
/freebsd/sys/dev/sound/pci/hdspe.h
/freebsd/sys/dev/uart/uart_dev_ns8250.c
/freebsd/sys/dev/xen/blkback/blkback.c
/freebsd/sys/dev/xen/blkfront/blkfront.c
/freebsd/sys/dev/xen/control/control.c
/freebsd/sys/fs/nfsclient/nfs_clvnops.c
/freebsd/sys/fs/nfsserver/nfs_nfsdstate.c
/freebsd/sys/fs/tmpfs/tmpfs_vnops.c
/freebsd/sys/geom/gate/g_gate.c
/freebsd/sys/i386/linux/linux_sysent.c
/freebsd/sys/i386/linux/linux_systrace_args.c
/freebsd/sys/kern/init_sysent.c
/freebsd/sys/kern/kern_descrip.c
/freebsd/sys/kern/kern_hhook.c
/freebsd/sys/kern/kern_khelp.c
/freebsd/sys/kern/kern_proc.c
/freebsd/sys/kern/kern_resource.c
/freebsd/sys/kern/md4c.c
/freebsd/sys/kern/md5c.c
/freebsd/sys/kern/subr_bus.c
/freebsd/sys/kern/subr_pctrie.c
/freebsd/sys/kern/sys_process.c
/freebsd/sys/kern/syscalls.c
/freebsd/sys/kern/syscalls.master
/freebsd/sys/kern/systrace_args.c
/freebsd/sys/kern/sysv_ipc.c
/freebsd/sys/kern/sysv_msg.c
/freebsd/sys/kern/sysv_sem.c
/freebsd/sys/kern/sysv_shm.c
/freebsd/sys/kern/uipc_shm.c
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/kern/uipc_usrreq.c
/freebsd/sys/net/dummymbuf.c
/freebsd/sys/net/if_enc.c
/freebsd/sys/net/iflib.c
/freebsd/sys/net/pfvar.h
/freebsd/sys/netinet/sctp_pcb.c
/freebsd/sys/netinet/sctp_pcb.h
/freebsd/sys/netinet/sctp_syscalls.c
/freebsd/sys/netinet/tcp.h
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/tcp_syncache.c
/freebsd/sys/netpfil/pf/if_pfsync.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf.h
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_lb.c
/freebsd/sys/netpfil/pf/pf_nl.c
/freebsd/sys/netpfil/pf/pf_nl.h
/freebsd/sys/netpfil/pf/pf_norm.c
/freebsd/sys/netpfil/pf/pf_nv.c
/freebsd/sys/netpfil/pf/pflow.c
/freebsd/sys/sys/buf_ring.h
/freebsd/sys/sys/elf_common.h
/freebsd/sys/sys/filedesc.h
/freebsd/sys/sys/hhook.h
/freebsd/sys/sys/ipc.h
/freebsd/sys/sys/khelp.h
/freebsd/sys/sys/libkern.h
/freebsd/sys/sys/md4.h
/freebsd/sys/sys/md5.h
/freebsd/sys/sys/membarrier.h
/freebsd/sys/sys/mman.h
/freebsd/sys/sys/param.h
/freebsd/sys/sys/pctrie.h
/freebsd/sys/sys/resource.h
/freebsd/sys/sys/shm.h
/freebsd/sys/sys/syscall.h
/freebsd/sys/sys/syscall.mk
/freebsd/sys/sys/sysctl.h
/freebsd/sys/sys/sysproto.h
/freebsd/sys/sys/user.h
/freebsd/sys/sys/vmmeter.h
/freebsd/sys/tools/makesyscalls.lua
/freebsd/sys/vm/swap_pager.c
/freebsd/sys/vm/vm_kern.c
/freebsd/sys/vm/vm_meter.c
/freebsd/sys/vm/vm_object.c
/freebsd/sys/vm/vm_object.h
/freebsd/sys/vm/vm_page.c
/freebsd/sys/vm/vm_page.h
/freebsd/sys/x86/iommu/intel_ctx.c
/freebsd/sys/x86/iommu/intel_dmar.h
/freebsd/sys/x86/iommu/intel_drv.c
/freebsd/sys/x86/iommu/intel_idpgtbl.c
/freebsd/sys/x86/iommu/intel_intrmap.c
/freebsd/sys/x86/iommu/iommu_utils.c
/freebsd/sys/x86/iommu/x86_iommu.h
/freebsd/tests/sys/cam/ctl/prevent.sh
/freebsd/tests/sys/cam/ctl/read_buffer.sh
/freebsd/tests/sys/cam/ctl/start_stop_unit.sh
/freebsd/tests/sys/cddl/zfs/tests/zfsd/zfsd.kshlib
/freebsd/tests/sys/cddl/zfs/tests/zfsd/zfsd_autoreplace_003_pos.ksh
/freebsd/tests/sys/netpfil/common/pft_ping.py
/freebsd/tests/sys/netpfil/common/sniffer.py
/freebsd/tests/sys/netpfil/pf/ether.sh
/freebsd/tests/sys/netpfil/pf/fragmentation_pass.sh
/freebsd/tests/sys/netpfil/pf/max_states.sh
/freebsd/tests/sys/netpfil/pf/src_track.sh
/freebsd/tests/sys/netpfil/pf/utils.subr
/freebsd/tests/sys/posixshm/posixshm_test.c
/freebsd/tests/sys/sys/Makefile
/freebsd/tests/sys/sys/buf_ring_test.c
/freebsd/tests/sys/vm/mmap_test.c
/freebsd/tools/build/cross-build/include/common/sys/md4.h
/freebsd/tools/build/mk/OptionalObsoleteFiles.inc
/freebsd/tools/build/options/WITHOUT_GNU_DIFF
/freebsd/tools/build/options/WITHOUT_JEMALLOC_LG_VADDR_WIDE
/freebsd/tools/build/options/WITH_GNU_DIFF
/freebsd/tools/test/buf_ring/Makefile
/freebsd/tools/test/buf_ring/buf_ring_test.c
/freebsd/tools/test/buf_ring/run.sh
/freebsd/tools/test/stress2/misc/mmap44.sh
/freebsd/tools/test/stress2/misc/mmap45.sh
/freebsd/tools/test/stress2/misc/mmap46.sh
/freebsd/tools/test/stress2/misc/mmap47.sh
/freebsd/tools/test/stress2/misc/mmap48.sh
/freebsd/usr.bin/Makefile
/freebsd/usr.bin/bintrans/bintrans.1
/freebsd/usr.bin/calendar/calendars/calendar.freebsd
/freebsd/usr.bin/cmp/cmp.c
/freebsd/usr.bin/cmp/extern.h
/freebsd/usr.bin/cmp/link.c
/freebsd/usr.bin/cmp/misc.c
/freebsd/usr.bin/cmp/regular.c
/freebsd/usr.bin/cmp/special.c
/freebsd/usr.bin/cmp/tests/cmp_test2.sh
/freebsd/usr.bin/diff/diffreg_new.c
/freebsd/usr.bin/diff3/diff3.c
/freebsd/usr.bin/elfctl/elfctl.1
/freebsd/usr.bin/env/Makefile
/freebsd/usr.bin/env/env.1
/freebsd/usr.bin/env/env.c
/freebsd/usr.bin/env/tests/Makefile
/freebsd/usr.bin/env/tests/env_test.sh
/freebsd/usr.bin/fetch/fetch.c
/freebsd/usr.bin/genl/genl.1
/freebsd/usr.bin/genl/genl.c
/freebsd/usr.bin/ldd32/Makefile
/freebsd/usr.bin/locate/locate/updatedb.sh
/freebsd/usr.bin/procstat/Makefile
/freebsd/usr.bin/procstat/procstat.c
/freebsd/usr.bin/procstat/procstat.h
/freebsd/usr.bin/procstat/procstat_rlimitusage.c
/freebsd/usr.bin/procstat/procstat_vm.c
/freebsd/usr.bin/vmstat/vmstat.c
/freebsd/usr.sbin/acpi/acpidump/acpi.c
/freebsd/usr.sbin/acpi/acpidump/acpidump.8
/freebsd/usr.sbin/acpi/acpidump/acpidump.c
/freebsd/usr.sbin/acpi/acpidump/acpidump.h
/freebsd/usr.sbin/bhyve/bhyve.8
/freebsd/usr.sbin/bhyve/hda_codec.c
/freebsd/usr.sbin/bhyve/pci_ahci.c
/freebsd/usr.sbin/bhyve/pci_nvme.c
/freebsd/usr.sbin/bhyve/pci_virtio_console.c
/freebsd/usr.sbin/bhyve/uart_backend.c
/freebsd/usr.sbin/bhyve/virtio.c
/freebsd/usr.sbin/binmiscctl/binmiscctl.8
/freebsd/usr.sbin/dconschat/dconschat.8
/freebsd/usr.sbin/jail/jail.8
/freebsd/usr.sbin/makefs/tests/makefs_zfs_tests.sh
/freebsd/usr.sbin/makefs/zfs.c
/freebsd/usr.sbin/makefs/zfs/zfs.h
/freebsd/usr.sbin/nfsd/nfsd.c
/freebsd/usr.sbin/pkg/pkg.c
/freebsd/usr.sbin/pnfsdskill/pnfsdskill.8
/freebsd/usr.sbin/powerd/powerd.c
/freebsd/usr.sbin/pwd_mkdb/pwd_mkdb.8
/freebsd/usr.sbin/service/service.8
/freebsd/usr.sbin/sesutil/sesutil.c
/freebsd/usr.sbin/tzsetup/tzsetup.c
d71e2c0326-Jul-2024 Jose Luis Duran <jlduran@gmail.com>

nuageinit: Silence an fstyp(8) warning

Silence a warning emitted by fread(3) in fstyp(8)'s read_buf(), when
detecting the file system type of the cloud-init device:

% fstyp /dev/iso9660/cidata

nuageinit: Silence an fstyp(8) warning

Silence a warning emitted by fread(3) in fstyp(8)'s read_buf(), when
detecting the file system type of the cloud-init device:

% fstyp /dev/iso9660/cidata
fstyp: fread: Invalid argument
cd9660

Also rephrase slightly a comment while here.

Signed-off-by: Jose Luis Duran <jlduran@gmail.com>

show more ...


/freebsd/bin/timeout/timeout.1
/freebsd/contrib/mandoc/st.c
/freebsd/contrib/ntp/ntpd/ntp.conf.def
/freebsd/contrib/ntp/ntpd/ntp.keys.def
/freebsd/contrib/ntp/ntpd/ntpd-opts.def
/freebsd/contrib/ntp/ntpq/ntpq-opts.def
/freebsd/contrib/ntp/sntp/sntp-opts.def
/freebsd/contrib/ntp/util/ntp-keygen-opts.def
/freebsd/contrib/tcpdump/CHANGES
/freebsd/contrib/tcpdump/CMakeLists.txt
/freebsd/contrib/tcpdump/CONTRIBUTING.md
/freebsd/contrib/tcpdump/CREDITS
/freebsd/contrib/tcpdump/INSTALL.md
/freebsd/contrib/tcpdump/Makefile.in
/freebsd/contrib/tcpdump/VERSION
/freebsd/contrib/tcpdump/addrtoname.c
/freebsd/contrib/tcpdump/addrtostr.c
/freebsd/contrib/tcpdump/af.c
/freebsd/contrib/tcpdump/autogen.sh
/freebsd/contrib/tcpdump/bpf_dump.c
/freebsd/contrib/tcpdump/checksum.c
/freebsd/contrib/tcpdump/cmake/Modules/FindCRYPTO.cmake
/freebsd/contrib/tcpdump/cmakeconfig.h.in
/freebsd/contrib/tcpdump/config.guess
/freebsd/contrib/tcpdump/config.h.in
/freebsd/contrib/tcpdump/config.sub
/freebsd/contrib/tcpdump/configure
/freebsd/contrib/tcpdump/configure.ac
/freebsd/contrib/tcpdump/cpack.c
/freebsd/contrib/tcpdump/diag-control.h
/freebsd/contrib/tcpdump/doc/README.haiku.md
/freebsd/contrib/tcpdump/doc/README.solaris.md
/freebsd/contrib/tcpdump/extract.h
/freebsd/contrib/tcpdump/ftmacros.h
/freebsd/contrib/tcpdump/funcattrs.h
/freebsd/contrib/tcpdump/gmpls.c
/freebsd/contrib/tcpdump/in_cksum.c
/freebsd/contrib/tcpdump/install-sh
/freebsd/contrib/tcpdump/instrument-functions.c
/freebsd/contrib/tcpdump/interface.h
/freebsd/contrib/tcpdump/ip.h
/freebsd/contrib/tcpdump/ipproto.c
/freebsd/contrib/tcpdump/l2vpn.c
/freebsd/contrib/tcpdump/machdep.c
/freebsd/contrib/tcpdump/makemib
/freebsd/contrib/tcpdump/mib.h
/freebsd/contrib/tcpdump/missing/datalinks.c
/freebsd/contrib/tcpdump/missing/dlnames.c
/freebsd/contrib/tcpdump/missing/getopt_long.c
/freebsd/contrib/tcpdump/missing/getservent.c
/freebsd/contrib/tcpdump/missing/snprintf.c
/freebsd/contrib/tcpdump/missing/strlcat.c
/freebsd/contrib/tcpdump/missing/strlcpy.c
/freebsd/contrib/tcpdump/missing/strsep.c
/freebsd/contrib/tcpdump/mkdep
/freebsd/contrib/tcpdump/nameser.h
/freebsd/contrib/tcpdump/netdissect-alloc.c
/freebsd/contrib/tcpdump/netdissect.c
/freebsd/contrib/tcpdump/netdissect.h
/freebsd/contrib/tcpdump/nlpid.c
/freebsd/contrib/tcpdump/ntp.c
/freebsd/contrib/tcpdump/oui.c
/freebsd/contrib/tcpdump/parsenfsfh.c
/freebsd/contrib/tcpdump/pflog.h
/freebsd/contrib/tcpdump/print-802_11.c
/freebsd/contrib/tcpdump/print-802_15_4.c
/freebsd/contrib/tcpdump/print-ah.c
/freebsd/contrib/tcpdump/print-ahcp.c
/freebsd/contrib/tcpdump/print-aodv.c
/freebsd/contrib/tcpdump/print-aoe.c
/freebsd/contrib/tcpdump/print-ap1394.c
/freebsd/contrib/tcpdump/print-arcnet.c
/freebsd/contrib/tcpdump/print-arista.c
/freebsd/contrib/tcpdump/print-arp.c
/freebsd/contrib/tcpdump/print-ascii.c
/freebsd/contrib/tcpdump/print-atalk.c
/freebsd/contrib/tcpdump/print-atm.c
/freebsd/contrib/tcpdump/print-babel.c
/freebsd/contrib/tcpdump/print-bcm-li.c
/freebsd/contrib/tcpdump/print-beep.c
/freebsd/contrib/tcpdump/print-bfd.c
/freebsd/contrib/tcpdump/print-bgp.c
/freebsd/contrib/tcpdump/print-bootp.c
/freebsd/contrib/tcpdump/print-brcmtag.c
/freebsd/contrib/tcpdump/print-bt.c
/freebsd/contrib/tcpdump/print-calm-fast.c
/freebsd/contrib/tcpdump/print-carp.c
/freebsd/contrib/tcpdump/print-cdp.c
/freebsd/contrib/tcpdump/print-cfm.c
/freebsd/contrib/tcpdump/print-chdlc.c
/freebsd/contrib/tcpdump/print-cip.c
/freebsd/contrib/tcpdump/print-cnfp.c
/freebsd/contrib/tcpdump/print-dccp.c
/freebsd/contrib/tcpdump/print-decnet.c
/freebsd/contrib/tcpdump/print-dhcp6.c
/freebsd/contrib/tcpdump/print-domain.c
/freebsd/contrib/tcpdump/print-dsa.c
/freebsd/contrib/tcpdump/print-dtp.c
/freebsd/contrib/tcpdump/print-dvmrp.c
/freebsd/contrib/tcpdump/print-eap.c
/freebsd/contrib/tcpdump/print-egp.c
/freebsd/contrib/tcpdump/print-eigrp.c
/freebsd/contrib/tcpdump/print-enc.c
/freebsd/contrib/tcpdump/print-esp.c
/freebsd/contrib/tcpdump/print-ether.c
/freebsd/contrib/tcpdump/print-fddi.c
/freebsd/contrib/tcpdump/print-forces.c
/freebsd/contrib/tcpdump/print-fr.c
/freebsd/contrib/tcpdump/print-frag6.c
/freebsd/contrib/tcpdump/print-ftp.c
/freebsd/contrib/tcpdump/print-geneve.c
/freebsd/contrib/tcpdump/print-geonet.c
/freebsd/contrib/tcpdump/print-gre.c
/freebsd/contrib/tcpdump/print-hncp.c
/freebsd/contrib/tcpdump/print-hsrp.c
/freebsd/contrib/tcpdump/print-http.c
/freebsd/contrib/tcpdump/print-icmp.c
/freebsd/contrib/tcpdump/print-icmp6.c
/freebsd/contrib/tcpdump/print-igmp.c
/freebsd/contrib/tcpdump/print-igrp.c
/freebsd/contrib/tcpdump/print-ip-demux.c
/freebsd/contrib/tcpdump/print-ip.c
/freebsd/contrib/tcpdump/print-ip6.c
/freebsd/contrib/tcpdump/print-ip6opts.c
/freebsd/contrib/tcpdump/print-ipcomp.c
/freebsd/contrib/tcpdump/print-ipfc.c
/freebsd/contrib/tcpdump/print-ipnet.c
/freebsd/contrib/tcpdump/print-ipoib.c
/freebsd/contrib/tcpdump/print-ipx.c
/freebsd/contrib/tcpdump/print-isakmp.c
/freebsd/contrib/tcpdump/print-isoclns.c
/freebsd/contrib/tcpdump/print-juniper.c
/freebsd/contrib/tcpdump/print-krb.c
/freebsd/contrib/tcpdump/print-l2tp.c
/freebsd/contrib/tcpdump/print-lane.c
/freebsd/contrib/tcpdump/print-ldp.c
/freebsd/contrib/tcpdump/print-lisp.c
/freebsd/contrib/tcpdump/print-llc.c
/freebsd/contrib/tcpdump/print-lldp.c
/freebsd/contrib/tcpdump/print-lmp.c
/freebsd/contrib/tcpdump/print-loopback.c
/freebsd/contrib/tcpdump/print-lspping.c
/freebsd/contrib/tcpdump/print-lwapp.c
/freebsd/contrib/tcpdump/print-lwres.c
/freebsd/contrib/tcpdump/print-m3ua.c
/freebsd/contrib/tcpdump/print-macsec.c
/freebsd/contrib/tcpdump/print-mobile.c
/freebsd/contrib/tcpdump/print-mobility.c
/freebsd/contrib/tcpdump/print-mpcp.c
/freebsd/contrib/tcpdump/print-mpls.c
/freebsd/contrib/tcpdump/print-mptcp.c
/freebsd/contrib/tcpdump/print-msdp.c
/freebsd/contrib/tcpdump/print-msnlb.c
/freebsd/contrib/tcpdump/print-nflog.c
/freebsd/contrib/tcpdump/print-nfs.c
/freebsd/contrib/tcpdump/print-nsh.c
/freebsd/contrib/tcpdump/print-ntp.c
/freebsd/contrib/tcpdump/print-null.c
/freebsd/contrib/tcpdump/print-olsr.c
/freebsd/contrib/tcpdump/print-openflow-1.0.c
/freebsd/contrib/tcpdump/print-openflow-1.3.c
/freebsd/contrib/tcpdump/print-openflow.c
/freebsd/contrib/tcpdump/print-ospf.c
/freebsd/contrib/tcpdump/print-ospf6.c
/freebsd/contrib/tcpdump/print-otv.c
/freebsd/contrib/tcpdump/print-pflog.c
/freebsd/contrib/tcpdump/print-pgm.c
/freebsd/contrib/tcpdump/print-pim.c
/freebsd/contrib/tcpdump/print-pktap.c
/freebsd/contrib/tcpdump/print-ppi.c
/freebsd/contrib/tcpdump/print-ppp.c
/freebsd/contrib/tcpdump/print-pppoe.c
/freebsd/contrib/tcpdump/print-pptp.c
/freebsd/contrib/tcpdump/print-ptp.c
/freebsd/contrib/tcpdump/print-radius.c
/freebsd/contrib/tcpdump/print-raw.c
/freebsd/contrib/tcpdump/print-realtek.c
/freebsd/contrib/tcpdump/print-resp.c
/freebsd/contrib/tcpdump/print-rip.c
/freebsd/contrib/tcpdump/print-ripng.c
/freebsd/contrib/tcpdump/print-rpki-rtr.c
/freebsd/contrib/tcpdump/print-rsvp.c
/freebsd/contrib/tcpdump/print-rt6.c
/freebsd/contrib/tcpdump/print-rtsp.c
/freebsd/contrib/tcpdump/print-rx.c
/freebsd/contrib/tcpdump/print-sctp.c
/freebsd/contrib/tcpdump/print-sflow.c
/freebsd/contrib/tcpdump/print-sip.c
/freebsd/contrib/tcpdump/print-sl.c
/freebsd/contrib/tcpdump/print-sll.c
/freebsd/contrib/tcpdump/print-slow.c
/freebsd/contrib/tcpdump/print-smb.c
/freebsd/contrib/tcpdump/print-smtp.c
/freebsd/contrib/tcpdump/print-snmp.c
/freebsd/contrib/tcpdump/print-someip.c
/freebsd/contrib/tcpdump/print-ssh.c
/freebsd/contrib/tcpdump/print-stp.c
/freebsd/contrib/tcpdump/print-sunatm.c
/freebsd/contrib/tcpdump/print-sunrpc.c
/freebsd/contrib/tcpdump/print-symantec.c
/freebsd/contrib/tcpdump/print-syslog.c
/freebsd/contrib/tcpdump/print-tcp.c
/freebsd/contrib/tcpdump/print-telnet.c
/freebsd/contrib/tcpdump/print-tftp.c
/freebsd/contrib/tcpdump/print-timed.c
/freebsd/contrib/tcpdump/print-tipc.c
/freebsd/contrib/tcpdump/print-token.c
/freebsd/contrib/tcpdump/print-udld.c
/freebsd/contrib/tcpdump/print-udp.c
/freebsd/contrib/tcpdump/print-unsupported.c
/freebsd/contrib/tcpdump/print-usb.c
/freebsd/contrib/tcpdump/print-vjc.c
/freebsd/contrib/tcpdump/print-vqp.c
/freebsd/contrib/tcpdump/print-vrrp.c
/freebsd/contrib/tcpdump/print-vsock.c
/freebsd/contrib/tcpdump/print-vtp.c
/freebsd/contrib/tcpdump/print-vxlan-gpe.c
/freebsd/contrib/tcpdump/print-vxlan.c
/freebsd/contrib/tcpdump/print-wb.c
/freebsd/contrib/tcpdump/print-whois.c
/freebsd/contrib/tcpdump/print-zep.c
/freebsd/contrib/tcpdump/print-zephyr.c
/freebsd/contrib/tcpdump/print-zeromq.c
/freebsd/contrib/tcpdump/print.c
/freebsd/contrib/tcpdump/signature.c
/freebsd/contrib/tcpdump/smbutil.c
/freebsd/contrib/tcpdump/status-exit-codes.h
/freebsd/contrib/tcpdump/strtoaddr.c
/freebsd/contrib/tcpdump/tcp.h
/freebsd/contrib/tcpdump/tcpdump.1.in
/freebsd/contrib/tcpdump/tcpdump.c
/freebsd/contrib/tcpdump/udp.h
/freebsd/contrib/tcpdump/util-print.c
/freebsd/lib/clang/libllvm/Makefile.depend
/freebsd/lib/libc/stdio/vfprintf.c
/freebsd/lib/libthr/Makefile.depend
/freebsd/libexec/nuageinit/nuage.lua
/freebsd/libexec/nuageinit/nuageinit
/freebsd/libexec/nuageinit/tests/Makefile
/freebsd/libexec/nuageinit/tests/addgroup.lua
/freebsd/libexec/nuageinit/tests/addsshkey.lua
/freebsd/libexec/nuageinit/tests/adduser.lua
/freebsd/libexec/nuageinit/tests/dirname.lua
/freebsd/libexec/nuageinit/tests/err.lua
/freebsd/libexec/nuageinit/tests/nuage.sh
/freebsd/libexec/nuageinit/tests/nuageinit.sh
/freebsd/libexec/nuageinit/tests/sethostname.lua
/freebsd/libexec/nuageinit/tests/utils.sh
/freebsd/libexec/nuageinit/tests/warn.lua
/freebsd/libexec/nuageinit/yaml.lua
rc.d/nuageinit
/freebsd/sbin/ipf/ipf/ipf.5
/freebsd/share/man/man8/rc.subr.8
/freebsd/stand/lua/menu.lua
/freebsd/stand/lua/screen.lua
/freebsd/sys/cam/ctl/ctl.c
/freebsd/sys/cam/ctl/ctl_backend.c
/freebsd/sys/cam/ctl/ctl_backend_block.c
/freebsd/sys/cam/ctl/ctl_backend_ramdisk.c
/freebsd/sys/cam/ctl/ctl_frontend.c
/freebsd/sys/cam/ctl/ctl_private.h
/freebsd/sys/compat/linux/linux_stats.c
/freebsd/sys/dev/cxgbe/t4_main.c
/freebsd/sys/dev/cxgbe/tom/t4_tom_l2t.c
/freebsd/sys/dev/e1000/e1000_osdep.c
/freebsd/sys/dev/e1000/e1000_osdep.h
/freebsd/sys/dev/e1000/if_em.c
/freebsd/sys/dev/gpio/gpioc.c
/freebsd/sys/dev/ixl/ixl.h
/freebsd/sys/dev/nvmf/controller/ctl_frontend_nvmf.c
/freebsd/sys/dev/nvmf/controller/nvmft_qpair.c
/freebsd/sys/dev/nvmf/controller/nvmft_var.h
/freebsd/sys/dev/nvmf/host/nvmf_sim.c
/freebsd/sys/dev/pci/pci_iov.c
/freebsd/sys/dev/usb/controller/usb_controller.c
/freebsd/sys/dev/usb/usb_bus.h
/freebsd/sys/dev/usb/usb_dev.h
/freebsd/sys/dev/usb/usb_device.c
/freebsd/sys/dev/usb/usb_device.h
/freebsd/sys/kern/uipc_socket.c
/freebsd/sys/net/iflib.c
/freebsd/sys/net/pfvar.h
/freebsd/sys/netinet/tcp.h
/freebsd/sys/netinet/tcp_output.c
/freebsd/sys/netinet/tcp_syncache.c
/freebsd/sys/netpfil/pf/pf.c
/freebsd/sys/netpfil/pf/pf_ioctl.c
/freebsd/sys/netpfil/pf/pf_norm.c
/freebsd/sys/security/mac/mac_inet.c
/freebsd/sys/security/mac/mac_internal.h
/freebsd/sys/security/mac/mac_socket.c
/freebsd/sys/vm/swap_pager.c
/freebsd/tests/sys/kern/unix_seqpacket_test.c
/freebsd/tests/sys/netpfil/common/pft_ping.py
/freebsd/tests/sys/netpfil/pf/Makefile
/freebsd/tests/sys/netpfil/pf/divert-to.sh
/freebsd/tests/sys/netpfil/pf/max_states.sh
/freebsd/usr.bin/clang/clang-tblgen/Makefile.depend.host
/freebsd/usr.bin/clang/llvm-min-tblgen/Makefile.depend
/freebsd/usr.bin/clang/llvm-min-tblgen/Makefile.depend.host
/freebsd/usr.bin/clang/llvm-tblgen/Makefile.depend
/freebsd/usr.bin/clang/llvm-tblgen/Makefile.depend.host
/freebsd/usr.bin/diff3/diff3.c
/freebsd/usr.sbin/makefs/makefs.8
/freebsd/usr.sbin/ntp/doc/ntp-keygen.8
/freebsd/usr.sbin/ntp/doc/ntp.conf.5
/freebsd/usr.sbin/ntp/doc/ntp.keys.5
/freebsd/usr.sbin/ntp/doc/ntpd.8
/freebsd/usr.sbin/ntp/doc/ntpq.8
/freebsd/usr.sbin/ntp/doc/sntp.8
/freebsd/usr.sbin/tcpdump/tcpdump/config.h

12345678910>>...15