From owner-freebsd-current@FreeBSD.ORG Fri Jun 3 01:53:14 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A2516A41C for ; Fri, 3 Jun 2005 01:53:14 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8612743D4C for ; Fri, 3 Jun 2005 01:53:14 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 6B57E72DD4; Thu, 2 Jun 2005 18:53:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 6616172DCB for ; Thu, 2 Jun 2005 18:53:14 -0700 (PDT) Date: Thu, 2 Jun 2005 18:53:14 -0700 (PDT) From: Doug White To: current@freebsd.org Message-ID: <20050602185024.P45383@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: add paging to "show msgbuf" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 01:53:14 -0000 This patch makes the "show msgbuf" ddb command use the pager instead of just blasting it out. This helps me with a system that corrupts serial output without flow control unless you give it bite-sized pieces. http://people.freebsd.org/~dwhite/patches/subr_prf.c.20050602.patch I'll commit this in a few days if there are no objections. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org