From owner-cvs-all Fri Feb 9 7:18:13 2001 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 CD38437B8CE; Fri, 9 Feb 2001 07:07:30 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19F7UP64002; Fri, 9 Feb 2001 07:07:30 -0800 (PST) (envelope-from jhb) Message-Id: <200102091507.f19F7UP64002@freefall.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2001 07:07:30 -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/02/09 07:07:30 PST Modified files: sys/kern kern_ktr.c Log: Change the ktr ddb commands to be show commands. The commands are now as follows: - show ktr_first display the first entry - show ktr_next display the next entry - show ktr display the entire buffer The /v modifiers continue to work as described previously. Requested by: bde Revision Changes Path 1.12 +5 -5 src/sys/kern/kern_ktr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message