CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/07/24 08:27:47
Modified files: sys/kern : subr_prf.c sys/arch/powerpc64/conf: BOOT Log message: Implement BOOT_QUIET option that supresses kernel printf output to the console. When the kernel panics, print console output is enabled such that we see those messages. Use this option for the powerpc64 boot kernel. ok visa@, deraadt@