From owner-freebsd-current@FreeBSD.ORG Fri Jun 3 02:13:11 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 AC7F916A41C for ; Fri, 3 Jun 2005 02:13:11 +0000 (GMT) (envelope-from sam.wun@tech-21.com.hk) Received: from smtp02.net-yan.com (smtp02.hgcbroadband.com [210.0.255.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BD043D4C for ; Fri, 3 Jun 2005 02:13:10 +0000 (GMT) (envelope-from sam.wun@tech-21.com.hk) Received: (qmail 21510 invoked from network); 3 Jun 2005 02:13:08 -0000 Received: from unknown (HELO [10.8.0.1]) (samwun@hgcbroadband.com@[221.127.237.181]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 3 Jun 2005 02:13:08 -0000 Message-ID: <429FBCAA.80100@tech-21.com.hk> Date: Fri, 03 Jun 2005 10:12:58 +0800 From: sam User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 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 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:13:12 -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. > > > Is this related to the problem when communcation established thru serial console? Sam.