CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/21 12:06:12
Modified files:
sys/arch/amd64/conf: GENERIC Makefile.amd64 files.amd64
sys/arch/i386/conf: GENERIC Makefile.i386 files.i386
sys/conf : files
sys/dev : kcov.c
sys/kern : kern_exit.c
Log message:
Rework kcov kernel config. Instead of treating kcov as both an option and a
pseudo-device, get rid of the option. Enabling kcov now requires the following
line to be added to the kernel config:
pseudo-device kcov 1
This is how pseudo devices are enabled in general. A side-effect of this change
is that dev/kcov.c will no longer be compiled by default.
Prodded by deraadt@; ok mpi@ visa@