From owner-freebsd-current@FreeBSD.ORG Fri Jun 3 02:00:22 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 3C01116A41C for ; Fri, 3 Jun 2005 02:00:22 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D0143D1D for ; Fri, 3 Jun 2005 02:00:20 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j53272TA030601; Thu, 2 Jun 2005 20:07:02 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <429FB97B.6080406@samsco.org> Date: Thu, 02 Jun 2005 19:59:23 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <20050602185024.P45383@carver.gumbysoft.com> In-Reply-To: <20050602185024.P45383@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: current@freebsd.org Subject: Re: 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 02:00:22 -0000 Doug White wrote: > 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. > Looks good! Scott