From owner-cvs-sbin Mon Jun 17 07:44:07 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22408 for cvs-sbin-outgoing; Mon, 17 Jun 1996 07:44:07 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22368; Mon, 17 Jun 1996 07:43:57 -0700 (PDT) Date: Mon, 17 Jun 1996 07:43:57 -0700 (PDT) From: Bruce Evans Message-Id: <199606171443.HAA22368@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-sbin Subject: cvs commit: src/sys/kern subr_diskslice.c src/sbin/disklabel disklabel.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/17 07:43:56 Modified: sys/kern subr_diskslice.c sbin/disklabel disklabel.c Log: Moved initialization of defaults for the label for the whole disk from disklabel(8) to the kernel (dsopen()). Drivers should initialize the hardware values (rpm, interleave, skews). Drivers currently don't do this, but it usually doesn't matter since rotational position stuff is normally disabled. Revision Changes Path 1.27 +21 -1 src/sys/kern/subr_diskslice.c 1.9 +4 -10 src/sbin/disklabel/disklabel.c From owner-cvs-sbin Mon Jun 17 14:53:13 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02890 for cvs-sbin-outgoing; Mon, 17 Jun 1996 14:53:13 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA02432; Mon, 17 Jun 1996 14:50:45 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id XAA03424; Mon, 17 Jun 1996 23:50:39 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA12634; Mon, 17 Jun 1996 23:50:38 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id XAA05056; Mon, 17 Jun 1996 23:19:14 +0200 (MET DST) From: J Wunsch Message-Id: <199606172119.XAA05056@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/kern subr_diskslice.c src/sbin/disklabel disklabel.c To: bde@freefall.freebsd.org (Bruce Evans) Date: Mon, 17 Jun 1996 23:19:14 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199606171443.HAA22368@freefall.freebsd.org> from Bruce Evans at "Jun 17, 96 07:43:57 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > Moved initialization of defaults for the label for the whole disk from > disklabel(8) to the kernel (dsopen()). Drivers should initialize the > hardware values (rpm, interleave, skews). Drivers currently don't do > this, but it usually doesn't matter since rotational position stuff is > normally disabled. The `od' driver does now, and it's perhaps one of the rare occasions these days where it might be useful. (MOs having a `real' geometry.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sbin Mon Jun 17 18:46:43 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15972 for cvs-sbin-outgoing; Mon, 17 Jun 1996 18:46:43 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15958; Mon, 17 Jun 1996 18:46:36 -0700 (PDT) Date: Mon, 17 Jun 1996 18:46:36 -0700 (PDT) From: Alex Nash Message-Id: <199606180146.SAA15958@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/17 18:46:36 Modified: sbin/ipfw ipfw.c Log: Set the program name before trying to use it. Found by: Aage Robekk Revision Changes Path 1.26 +3 -3 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Mon Jun 17 19:03:48 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA16833 for cvs-sbin-outgoing; Mon, 17 Jun 1996 19:03:48 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA16792; Mon, 17 Jun 1996 19:03:32 -0700 (PDT) Date: Mon, 17 Jun 1996 19:03:32 -0700 (PDT) From: Alex Nash Message-Id: <199606180203.TAA16792@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/17 19:03:31 Branch: sbin/ipfw RELENG_2_1_0 Modified: sbin/ipfw ipfw.c Log: Merge fix from rev 1.26. Revision Changes Path 1.15.4.4 +3 -3 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Tue Jun 18 18:49:18 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA16224 for cvs-sbin-outgoing; Tue, 18 Jun 1996 18:49:18 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA16209; Tue, 18 Jun 1996 18:49:04 -0700 (PDT) Date: Tue, 18 Jun 1996 18:49:04 -0700 (PDT) From: Alex Nash Message-Id: <199606190149.SAA16209@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/dmesg dmesg.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/18 18:49:03 Modified: sbin/dmesg dmesg.c Log: Add #include . Revision Changes Path 1.3 +1 -0 src/sbin/dmesg/dmesg.c From owner-cvs-sbin Thu Jun 20 19:41:04 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA08403 for cvs-sbin-outgoing; Thu, 20 Jun 1996 19:41:04 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA08209; Thu, 20 Jun 1996 19:39:23 -0700 (PDT) Date: Thu, 20 Jun 1996 19:39:23 -0700 (PDT) From: Alex Nash Message-Id: <199606210239.TAA08209@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/i386/fdisk fdisk.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/20 19:39:22 Modified: sbin/i386/fdisk fdisk.c Log: Code clean up. Prototypes, parentheses around assignments used in if statements, #if 0 some unused code, use off_t in calls to read/ write_disk, fix a printf format, remove unused variables, and #include necessary files. Revision Changes Path 1.10 +68 -34 src/sbin/i386/fdisk/fdisk.c From owner-cvs-sbin Sat Jun 22 17:05:17 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18679 for cvs-sbin-outgoing; Sat, 22 Jun 1996 17:05:17 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18651; Sat, 22 Jun 1996 17:05:07 -0700 (PDT) Date: Sat, 22 Jun 1996 17:05:07 -0700 (PDT) From: Peter Wemm Message-Id: <199606230005.RAA18651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/dumpfs dumpfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/06/22 17:05:07 Modified: sbin/dumpfs dumpfs.c Log: Fix a couple of bogus casts to off_t that caused dumpfs to lseek negative on filesystems > 2GB (which causes the disk slice code to call Debugger!!) Revision Changes Path 1.4 +4 -4 src/sbin/dumpfs/dumpfs.c