From owner-cvs-all Tue Feb 20 1:53:32 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 260C337B491; Tue, 20 Feb 2001 01:53:28 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1K9rSH01878; Tue, 20 Feb 2001 01:53:28 -0800 (PST) (envelope-from jhb) Message-Id: <200102200953.f1K9rSH01878@freefall.freebsd.org> From: John Baldwin Date: Tue, 20 Feb 2001 01:53:28 -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/20 01:53:27 PST Modified files: sys/kern kern_ktr.c Log: - Abolish the 'show ktr_first' and 'show ktr_next' commands. - Add pager capability to the 'show ktr' command. It functions much like 'ps': Enter at the prompt displays one more entry, Space displays another page, and any other key quits. Revision Changes Path 1.14 +39 -41 src/sys/kern/kern_ktr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message