From owner-cvs-sbin Sun Feb 1 13:54:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13223 for cvs-sbin-outgoing; Sun, 1 Feb 1998 13:54:49 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13059; Sun, 1 Feb 1998 13:53:31 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA00124; Sun, 1 Feb 1998 13:53:20 -0800 (PST) Date: Sun, 1 Feb 1998 13:53:20 -0800 (PST) Message-Id: <199802012153.NAA00124@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/01 13:53:20 PST Modified files: sbin/mount_nfs mount_nfs.c Log: Don't define KERNEL before including . It is no longer necessary. This fixes warnings about missing forward declarations for structs in kernel-only prototypes. Revision Changes Path 1.27 +1 -3 src/sbin/mount_nfs/mount_nfs.c From owner-cvs-sbin Mon Feb 2 03:49:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16536 for cvs-sbin-outgoing; Mon, 2 Feb 1998 03:49:15 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16437; Mon, 2 Feb 1998 03:48:22 -0800 (PST) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA04983; Mon, 2 Feb 1998 03:48:07 -0800 (PST) Date: Mon, 2 Feb 1998 03:48:07 -0800 (PST) Message-Id: <199802021148.DAA04983@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk danny 1998/02/02 03:48:06 PST Modified files: (Branch: RELENG_2_2) sbin/ipfw ipfw.8 ipfw.c Log: Reviewed by: Archie Cobbs Submitted by: Alex Le Heux Add '-n' option to suppress command action. Revision Changes Path 1.23.2.10 +7 -1 src/sbin/ipfw/ipfw.8 1.34.2.11 +167 -93 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Mon Feb 2 07:43:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16174 for cvs-sbin-outgoing; Mon, 2 Feb 1998 07:43:31 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15989; Mon, 2 Feb 1998 07:42:10 -0800 (PST) (envelope-from nash@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (nash@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id JAA10453; Mon, 2 Feb 1998 09:42:09 -0600 (CST) Received: from localhost (nash@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) with SMTP id JAA17715; Mon, 2 Feb 1998 09:42:08 -0600 (CST) Date: Mon, 2 Feb 1998 09:42:08 -0600 (CST) From: Alex Nash To: "Daniel O'Callaghan" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c In-Reply-To: <199802021148.DAA04983@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 2 Feb 1998, Daniel O'Callaghan wrote: > danny 1998/02/02 03:48:06 PST > > Modified files: (Branch: RELENG_2_2) > sbin/ipfw ipfw.8 ipfw.c > Log: > Reviewed by: Archie Cobbs > Submitted by: Alex Le Heux > Add '-n' option to suppress command action. > > Revision Changes Path > 1.23.2.10 +7 -1 src/sbin/ipfw/ipfw.8 > 1.34.2.11 +167 -93 src/sbin/ipfw/ipfw.c ^^^^^^^^ IIRC, this is considerably more than what was submitted :) Also, do we really want to put such large changes into the 2.2 branch without any testing in -current? Alex From owner-cvs-sbin Mon Feb 2 13:45:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14421 for cvs-sbin-outgoing; Mon, 2 Feb 1998 13:45:59 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14351; Mon, 2 Feb 1998 13:45:23 -0800 (PST) (envelope-from danny@panda.hilink.com.au) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id IAA02858; Tue, 3 Feb 1998 08:44:30 +1100 (EST) Date: Tue, 3 Feb 1998 08:44:30 +1100 (EST) From: "Daniel O'Callaghan" To: Alex Nash cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 2 Feb 1998, Alex Nash wrote: > > Revision Changes Path > > 1.23.2.10 +7 -1 src/sbin/ipfw/ipfw.8 > > 1.34.2.11 +167 -93 src/sbin/ipfw/ipfw.c > ^^^^^^^^ > IIRC, this is considerably more than what was submitted :) Also, do we > really want to put such large changes into the 2.2 branch without any > testing in -current? The changes basically moved the getopt into a function and used a struct of option flags instead of discrete ints. The line count makes it look a lot bigger than it is. I also tidied some spacing and comments. I would have put it in -current last night, but the %lu -> %qu changes meant that hand merging is needed, and I was tired - better to do this with a fresh mind. Danny From owner-cvs-sbin Mon Feb 2 14:04:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17527 for cvs-sbin-outgoing; Mon, 2 Feb 1998 14:04:58 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17467; Mon, 2 Feb 1998 14:04:49 -0800 (PST) (envelope-from danny@FreeBSD.org) From: "Daniel O'Callaghan" Received: (from danny@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA27636; Mon, 2 Feb 1998 14:04:28 -0800 (PST) Date: Mon, 2 Feb 1998 14:04:28 -0800 (PST) Message-Id: <199802022204.OAA27636@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk danny 1998/02/02 14:04:28 PST Modified files: (Branch: RELENG_2_2) sbin/ipfw ipfw.8 ipfw.c Log: Back out last commit. It needs more testing in -current. Revision Changes Path 1.23.2.11 +1 -7 src/sbin/ipfw/ipfw.8 1.34.2.12 +93 -167 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Tue Feb 3 09:25:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29337 for cvs-sbin-outgoing; Tue, 3 Feb 1998 09:25:53 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29076; Tue, 3 Feb 1998 09:23:54 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22091; Tue, 3 Feb 1998 09:23:28 -0800 (PST) Date: Tue, 3 Feb 1998 09:23:28 -0800 (PST) Message-Id: <199802031723.JAA22091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/umount umount.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/03 09:23:28 PST Modified files: sbin/umount umount.c Log: Fixed the previous fix. The original path was annulled when it was a directory, so the error message for attempting to unmount an unmounted-on directory was more broken than before. Revision Changes Path 1.13 +4 -3 src/sbin/umount/umount.c From owner-cvs-sbin Thu Feb 5 06:33:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26438 for cvs-sbin-outgoing; Thu, 5 Feb 1998 06:33:01 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26260; Thu, 5 Feb 1998 06:31:47 -0800 (PST) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA28168; Thu, 5 Feb 1998 06:31:06 -0800 (PST) Date: Thu, 5 Feb 1998 06:31:06 -0800 (PST) Message-Id: <199802051431.GAA28168@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck Makefile src/sbin/fsdb Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 1998/02/05 06:31:06 PST Modified files: sbin/fsck Makefile sbin/fsdb Makefile Log: fsdb and fsck use the ffs code which needs opt_diagnostic.h. Revision Changes Path 1.4 +7 -2 src/sbin/fsck/Makefile 1.7 +8 -3 src/sbin/fsdb/Makefile From owner-cvs-sbin Thu Feb 5 08:11:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09485 for cvs-sbin-outgoing; Thu, 5 Feb 1998 08:11:08 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09211; Thu, 5 Feb 1998 08:10:27 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id DAA12131; Fri, 6 Feb 1998 03:05:25 +1100 Date: Fri, 6 Feb 1998 03:05:25 +1100 From: Bruce Evans Message-Id: <199802051605.DAA12131@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, jhay@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/fsck Makefile src/sbin/fsdb Makefile Cc: v@godzilla.zeta.org.au Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sbin/fsck Makefile > sbin/fsdb Makefile > Log: > fsdb and fsck use the ffs code which needs opt_diagnostic.h. The ffs code shouldn't include opt_diagnostic.h unless KERNEL is defined. In fact, it shouldn't include opt_diagnostic.h or test DIAGNOSTIC or KERNEL at all. The relevant diagnostic code is only callable from a debugger, so it should only depend on DDB. Bruce From owner-cvs-sbin Fri Feb 6 14:32:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13695 for cvs-sbin-outgoing; Fri, 6 Feb 1998 14:32:17 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13661; Fri, 6 Feb 1998 14:32:07 -0800 (PST) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA19103; Fri, 6 Feb 1998 14:31:15 -0800 (PST) Date: Fri, 6 Feb 1998 14:31:15 -0800 (PST) Message-Id: <199802062231.OAA19103@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck Makefile src/sbin/fsdb Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 1998/02/06 14:31:15 PST Modified files: sbin/fsck Makefile sbin/fsdb Makefile Log: opt_diagnostic.h isn't needed anymore. Revision Changes Path 1.5 +2 -7 src/sbin/fsck/Makefile 1.8 +3 -8 src/sbin/fsdb/Makefile