From owner-cvs-all@FreeBSD.ORG Sat Apr 21 22:47:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76BF916A402; Sat, 21 Apr 2007 22:47:36 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6960813C457; Sat, 21 Apr 2007 22:47:36 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3LMlaiH032499; Sat, 21 Apr 2007 22:47:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3LMlagH032498; Sat, 21 Apr 2007 22:47:36 GMT (envelope-from imp) Message-Id: <200704212247.l3LMlagH032498@repoman.freebsd.org> From: Warner Losh Date: Sat, 21 Apr 2007 22:47:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.8 fdisk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2007 22:47:36 -0000 imp 2007-04-21 22:47:35 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 fdisk.8 fdisk.c Log: Because there are so many more partitions on pc98 than on wintel (16 vs 4), supress all unused partition output unless -v is specified. This makes operating on a 'typical' disk with one partition less painful. The 30 lines needed for the empty partitions no longer scroll the useful information off the screen. When the user requests a specific partition, the unused information is not suppressed. Also add the partition name to the -s output. Initialize the partition name to 'FreeBSD' when -I is specified. Revision Changes Path 1.19 +1 -0 src/sbin/fdisk_pc98/fdisk.8 1.21 +81 -66 src/sbin/fdisk_pc98/fdisk.c