From owner-cvs-all Fri Jan 5 22:51:46 2001 From owner-cvs-all@FreeBSD.ORG Fri Jan 5 22:51:44 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C9DE37B400; Fri, 5 Jan 2001 22:51:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f066phi58360; Fri, 5 Jan 2001 22:51:43 -0800 (PST) (envelope-from jhb) Message-Id: <200101060651.f066phi58360@freefall.freebsd.org> From: John Baldwin Date: Fri, 5 Jan 2001 22:51:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/05 22:51:43 PST Modified files: sys/kern kern_ktr.c Log: - Move all of the KTR sysctl's under a new debug.ktr mib. - Provide TUNABLE_INT() hooks for ktr_cpumask, ktr_mask, and ktr_verbose so that they can be set from the loader by their respective sysctl names. For example, to turn on KTR_INTR and KTR_PROC in ktr_mask, one could stick 'debug.ktr.mask="0x1200"' in /boot/loader.conf. Revision Changes Path 1.10 +28 -19 src/sys/kern/kern_ktr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message