From owner-cvs-sbin Sun Feb 16 14:16:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA00785 for cvs-sbin-outgoing; Sun, 16 Feb 1997 14:16:18 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA00770; Sun, 16 Feb 1997 14:16:14 -0800 (PST) Date: Sun, 16 Feb 1997 14:16:14 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702162216.OAA00770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/dump traverse.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/16 14:16:13 Modified: sbin/dump traverse.c Log: Update CHANGEDSINCE macro to conform to -current dinode.h Revision Changes Path 1.5 +0 -5 src/sbin/dump/traverse.c From owner-cvs-sbin Mon Feb 17 05:07:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA13872 for cvs-sbin-outgoing; Mon, 17 Feb 1997 05:07:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA13864; Mon, 17 Feb 1997 05:07:41 -0800 (PST) Date: Mon, 17 Feb 1997 05:07:41 -0800 (PST) From: Bruce Evans Message-Id: <199702171307.FAA13864@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/dumplfs - Imported sources Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/17 05:07:41 src/sbin/dumplfs - Imported sources Update of /home/ncvs/src/sbin/dumplfs In directory freefall.freebsd.org:/c/bde/src/dumplfs Revision/Branch: 1.1.1 Log Message: Import Lite2's dumplfs. Status: Vendor Tag: CSRG Release Tags: bsd_44_lite_2 U src/sbin/dumplfs/dumplfs.8 C src/sbin/dumplfs/dumplfs.c U src/sbin/dumplfs/extern.h U src/sbin/dumplfs/Makefile U src/sbin/dumplfs/misc.c 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCSRG:yesterday -jCSRG src/sbin/dumplfs From owner-cvs-sbin Mon Feb 17 05:15:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA14258 for cvs-sbin-outgoing; Mon, 17 Feb 1997 05:15:45 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA14250; Mon, 17 Feb 1997 05:15:43 -0800 (PST) Date: Mon, 17 Feb 1997 05:15:43 -0800 (PST) From: Bruce Evans Message-Id: <199702171315.FAA14250@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/17 05:15:43 Modified: sbin Makefile Log: Disabled dumplfs. Importing the Lite2 version was a mistake, since many files haven't left the vendor branch and the sys/ufs/lfs hasn't been merged. Revision Changes Path 1.35 +3 -1 src/sbin/Makefile From owner-cvs-sbin Mon Feb 17 05:57:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA16664 for cvs-sbin-outgoing; Mon, 17 Feb 1997 05:57:26 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA16652; Mon, 17 Feb 1997 05:57:17 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id AAA31483; Tue, 18 Feb 1997 00:52:52 +1100 Date: Tue, 18 Feb 1997 00:52:52 +1100 From: Bruce Evans Message-Id: <199702171352.AAA31483@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sbin Makefile > Log: > Disabled dumplfs. Importing the Lite2 version was a mistake, since > many files haven't left the vendor branch and the sys/ufs/lfs hasn't > been merged. This wasn't actually necessary. The files on the vendor branch aren't a problem. dumplfs.c doesn't compile for other reasons, but can be fixed quickly. There is another problem with ufs/dinode.h's change from `struct timespec di_atime' to `int32_t di_atime; int32_t di_atimensec': the type of the seconds field is now incompatible with time_t, although both are 32-bit signed integers on i386's. `struct timespec was wrong before (it breaks if sizeof(long) != 32). Now ctime(&dip->di_atime) is wrong (it breaks if sizeof(time_t) != 32). Bruce From owner-cvs-sbin Wed Feb 19 00:05:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11330 for cvs-sbin-outgoing; Wed, 19 Feb 1997 00:05:08 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11320; Wed, 19 Feb 1997 00:05:02 -0800 (PST) Date: Wed, 19 Feb 1997 00:05:02 -0800 (PST) From: David Greenman Message-Id: <199702190805.AAA11320@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/init init.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/02/19 00:05:01 Modified: sbin/init init.c Log: Protect from stack overrun via /etc/ttys, which could possibly allow a root user to change the securelevel. Pointed out by Thomas H. Ptacek . Revision Changes Path 1.15 +2 -2 src/sbin/init/init.c From owner-cvs-sbin Wed Feb 19 00:09:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11526 for cvs-sbin-outgoing; Wed, 19 Feb 1997 00:09:28 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11519; Wed, 19 Feb 1997 00:09:25 -0800 (PST) Date: Wed, 19 Feb 1997 00:09:25 -0800 (PST) From: David Greenman Message-Id: <199702190809.AAA11519@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/init init.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/02/19 00:09:23 Branch: sbin/init RELENG_2_2 Modified: sbin/init init.c Log: Brought in change from rev 1.15: protect from stack overrun. Revision Changes Path 1.12.2.1 +2 -2 src/sbin/init/init.c From owner-cvs-sbin Wed Feb 19 00:12:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11725 for cvs-sbin-outgoing; Wed, 19 Feb 1997 00:12:11 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11718; Wed, 19 Feb 1997 00:12:05 -0800 (PST) Date: Wed, 19 Feb 1997 00:12:05 -0800 (PST) From: David Greenman Message-Id: <199702190812.AAA11718@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/init init.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/02/19 00:12:04 Branch: sbin/init RELENG_2_1_0 Modified: sbin/init init.c Log: Brought in fix from rev 1.15: protect from stack overrun. NOTE: I do not plan to move the RELENG_2_1_7_RELEASE tag after this commit since the release has presumably already been rolled. If Jordan wants to include this change, then he'll need to move the tag himself. Revision Changes Path 1.7.4.2 +2 -2 src/sbin/init/init.c From owner-cvs-sbin Wed Feb 19 01:44:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA15404 for cvs-sbin-outgoing; Wed, 19 Feb 1997 01:44:21 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA15399; Wed, 19 Feb 1997 01:44:16 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id BAA09056; Wed, 19 Feb 1997 01:44:15 -0800 (PST) To: David Greenman cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/init init.c In-reply-to: Your message of "Wed, 19 Feb 1997 00:12:05 PST." <199702190812.AAA11718@freefall.freebsd.org> Date: Wed, 19 Feb 1997 01:44:15 -0800 Message-ID: <9052.856345455@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > NOTE: I do not plan to move the RELENG_2_1_7_RELEASE tag after this > commit since the release has presumably already been rolled. If Jordan > wants to include this change, then he'll need to move the tag himself. Too late, I'm afraid. This will not be in 2.1.7. Jordan From owner-cvs-sbin Thu Feb 20 14:16:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA11482 for cvs-sbin-outgoing; Thu, 20 Feb 1997 14:16:43 -0800 (PST) Received: (from roberto@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA11474; Thu, 20 Feb 1997 14:16:41 -0800 (PST) Date: Thu, 20 Feb 1997 14:16:41 -0800 (PST) From: Ollivier Robert Message-Id: <199702202216.OAA11474@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 97/02/20 14:16:41 Modified: sbin/route route.c Log: Security patch from OpenBSD: fixes potential buffer overflow in a static buffer (so more difficult to exploit but better safe than sorry). Found by comparing FreeBSD & OpenBSD sources/logs for the auditing process. Reviewed by: Warner Losh Obtained from: OpenBSD Revision Changes Path 1.21 +3 -2 src/sbin/route/route.c From owner-cvs-sbin Thu Feb 20 16:41:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA20114 for cvs-sbin-outgoing; Thu, 20 Feb 1997 16:41:08 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA20107; Thu, 20 Feb 1997 16:41:03 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id QAA26167 ; Thu, 20 Feb 1997 16:40:53 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vxj1M-00009e-00; Thu, 20 Feb 1997 17:39:28 -0700 To: Ollivier Robert Subject: Re: cvs commit: src/sbin/route route.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-reply-to: Your message of "Thu, 20 Feb 1997 14:16:41 PST." <199702202216.OAA11474@freefall.freebsd.org> References: <199702202216.OAA11474@freefall.freebsd.org> Date: Thu, 20 Feb 1997 17:39:28 -0700 From: Warner Losh Message-Id: Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199702202216.OAA11474@freefall.freebsd.org> Ollivier Robert writes: : roberto 97/02/20 14:16:41 Please make sure that you commit *ALL* security related fixes to 2.2 and 2.1 branches. Warner From owner-cvs-sbin Fri Feb 21 00:25:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA13522 for cvs-sbin-outgoing; Fri, 21 Feb 1997 00:25:26 -0800 (PST) Received: (from roberto@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA13509; Fri, 21 Feb 1997 00:25:24 -0800 (PST) Date: Fri, 21 Feb 1997 00:25:24 -0800 (PST) From: Ollivier Robert Message-Id: <199702210825.AAA13509@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 97/02/21 00:25:24 Branch: sbin/route RELENG_2_2 Modified: sbin/route route.c Log: Import security fix from -current: Security patch from OpenBSD: fixes potential buffer overflow. Reviewed by: Warner Losh Obtained from: OpenBSD Revision Changes Path 1.16.2.2 +4 -3 src/sbin/route/route.c From owner-cvs-sbin Fri Feb 21 00:32:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA13836 for cvs-sbin-outgoing; Fri, 21 Feb 1997 00:32:37 -0800 (PST) Received: (from roberto@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA13829; Fri, 21 Feb 1997 00:32:35 -0800 (PST) Date: Fri, 21 Feb 1997 00:32:35 -0800 (PST) From: Ollivier Robert Message-Id: <199702210832.AAA13829@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 97/02/21 00:32:35 Branch: sbin/route RELENG_2_1_0 Modified: sbin/route route.c Log: Import security fix from -current: Security patch from OpenBSD: fixes potential buffer overflow. (manually applied because the diff was rejected). Reviewed by: Warner Losh Obtained from: OpenBSD Revision Changes Path 1.2.6.2 +4 -3 src/sbin/route/route.c From owner-cvs-sbin Fri Feb 21 01:00:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA15092 for cvs-sbin-outgoing; Fri, 21 Feb 1997 01:00:14 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA14843; Fri, 21 Feb 1997 00:56:52 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA21347; Fri, 21 Feb 1997 09:56:44 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id JAA02169; Fri, 21 Feb 1997 09:40:59 +0100 (MET) Message-ID: Date: Fri, 21 Feb 1997 09:40:59 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: imp@village.org (Warner Losh) Cc: roberto@freefall.freebsd.org (Ollivier Robert), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/route route.c References: <199702202216.OAA11474@freefall.freebsd.org> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 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 Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Warner Losh on Feb 20, 1997 17:39:28 -0700 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Warner Losh wrote: > In message <199702202216.OAA11474@freefall.freebsd.org> Ollivier Robert writes: > : roberto 97/02/20 14:16:41 > > Please make sure that you commit *ALL* security related fixes to 2.2 > and 2.1 branches. Marked for 2.2. I leave 2.1.x to Warner or Joe Greco. -- 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 Fri Feb 21 10:01:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA09679 for cvs-sbin-outgoing; Fri, 21 Feb 1997 10:01:23 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA09652; Fri, 21 Feb 1997 10:01:16 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id TAA30078; Fri, 21 Feb 1997 19:01:07 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id TAA22065; Fri, 21 Feb 1997 19:00:41 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id SAA22063; Fri, 21 Feb 1997 18:44:32 +0100 (CET) Message-ID: <19970221184432.JH51188@keltia.freenix.fr> Date: Fri, 21 Feb 1997 18:44:32 +0100 From: roberto@keltia.freenix.fr (Ollivier Robert) To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/route route.c References: <199702202216.OAA11474@freefall.freebsd.org> X-Mailer: Mutt 0.60,1-3,9 Mime-Version: 1.0 X-Operating-System: FreeBSD 3.0-CURRENT ctm#2999 In-Reply-To: ; from J Wunsch on Feb 21, 1997 09:40:59 +0100 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to J Wunsch: > > Please make sure that you commit *ALL* security related fixes to 2.2 > > and 2.1 branches. > > Marked for 2.2. I leave 2.1.x to Warner or Joe Greco. Sorry, I've already committed the patch to both branches. What is the policy about the auditing process and the other branches anyway... ? The draft document Jordan sent says: 7) For committers: Be sure to retrofit -current patches into the 2.2 and 2.1 branches, as appropriate. So when Warner asked me to do it, I did... -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb 2 22:12:44 CET 1997 From owner-cvs-sbin Sat Feb 22 04:51:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA08738 for cvs-sbin-outgoing; Sat, 22 Feb 1997 04:51:58 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id EAA08420; Sat, 22 Feb 1997 04:50:45 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id NAA23186; Sat, 22 Feb 1997 13:50:26 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id NAA06905; Sat, 22 Feb 1997 13:47:23 +0100 (MET) Message-ID: Date: Sat, 22 Feb 1997 13:47:23 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: roberto@keltia.freenix.fr (Ollivier Robert) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/route route.c References: <199702202216.OAA11474@freefall.freebsd.org> <19970221184432.JH51188@keltia.freenix.fr> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 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 Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <19970221184432.JH51188@keltia.freenix.fr>; from Ollivier Robert on Feb 21, 1997 18:44:32 +0100 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Ollivier Robert wrote: > The draft document Jordan sent says: > > 7) For committers: Be sure to retrofit -current patches into the 2.2 and > 2.1 branches, as appropriate. > > So when Warner asked me to do it, I did... As long as people know what they're doing (and how to do it with CVS), i don't mind if minor security patches are committed by the auditors. For those whose picture of CVS is still a little green, i would appreciate if they left the 2.2 branch alone, and marked the commit message accordingly. -- 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 Sat Feb 22 06:33:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA26345 for cvs-sbin-outgoing; Sat, 22 Feb 1997 06:33:26 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA26338; Sat, 22 Feb 1997 06:33:24 -0800 (PST) Date: Sat, 22 Feb 1997 06:33:24 -0800 (PST) From: Peter Wemm Message-Id: <199702221433.GAA26338@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 src/sbin/clri clri.8 src/sbin/disklabel disklabel.8 src/sbin/dset dset.8 src/sbin/dump dump.8 src/sbin/dumpfs dumpfs.8 src/sbin/dumplfs dumplfs.8 src/sbin/dumpon Makefile dumpon.8 dumpon.c src/sbin/fsck fsck.8 src/sbin/fsdb Makefile fsdb.8 src/sbin/i386 Makefile Makefile.inc src/sbin/i386/mount_msdos Makefile mount_msdos.8 mount_msdos.c src/sbin/ifconfig Makefile ifconfig.8 ifconfig.c src/sbin/init Makefile init.8 src/sbin/modload Makefile modload.8 modload.c pathnames.h src/sbin/modunload Makefile modunload.8 modunload.c src/sbin/mount mount.8 src/sbin/mount_nfs mount_nfs.8 mount_nfs.c src/sbin/mount_null mount_null.8 mount_null.c src/sbin/mount_std mount_std.8 mount_std.c src/sbin/mountd Makefile mountd.8 mountd.c src/sbin/newlfs newlfs.8 src/sbin/nfsiod nfsiod.8 src/sbin/ping ping.8 src/sbin/reboot boot_i386.8 src/sbin/restore restore.8 src/sbin/route route.8 route.c src/sbin/routed Makefile defs.h routed.8 src/sbin/routed/rtquery Makefile rtquery.8 src/sbin/savecore savecore.8 src/sbin/scsiformat scsiformat.8 scsiformat.sh src/sbin/startslip startslip.1 startslip.c src/sbin/swapon swapon.8 src/sbin/ccdconfig ccdconfig.c src/sbin/dmesg dmesg.c src/sbin/i386/comcontrol comcontrol.8 src/sbin/i386/ft Makefile src/sbin/i386/nextboot nextboot.8 src/sbin/ipfw ipfw.c src/sbin/md5 md5.c src/sbin/mknod mknod.c src/sbin/mount_cd9660 mount_cd9660.c src/sbin/mount_ext2fs mount_ext2fs.c src/sbin/mount_lfs mount_lfs.c src/sbin/mount_portal Makefile activate.c conf.c mount_portal.c pathnames.h portal.conf portald.h pt_conf.c pt_exec.c pt_file.c pt_tcp.c src/sbin/mount_umap mount_umap.c src/sbin/scsi scsi.8 scsi.c src/sbin/slattach slattach.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/02/22 06:33:24 Modified: sbin/adjkerntz adjkerntz.8 sbin/badsect badsect.8 sbin/ccdconfig ccdconfig.c sbin/clri clri.8 sbin/disklabel disklabel.8 sbin/dmesg dmesg.c sbin/dset dset.8 sbin/dump dump.8 sbin/dumpfs dumpfs.8 sbin/dumplfs dumplfs.8 sbin/dumpon Makefile dumpon.8 dumpon.c sbin/fsck fsck.8 sbin/fsdb Makefile fsdb.8 sbin/i386 Makefile Makefile.inc sbin/i386/comcontrol comcontrol.8 sbin/i386/ft Makefile sbin/i386/mount_msdos Makefile mount_msdos.8 mount_msdos.c sbin/i386/nextboot nextboot.8 sbin/ifconfig Makefile ifconfig.8 ifconfig.c sbin/init Makefile init.8 sbin/ipfw ipfw.c sbin/md5 md5.c sbin/mknod mknod.c sbin/modload Makefile modload.8 modload.c pathnames.h sbin/modunload Makefile modunload.8 modunload.c sbin/mount mount.8 sbin/mount_cd9660 mount_cd9660.c sbin/mount_ext2fs mount_ext2fs.c sbin/mount_lfs mount_lfs.c sbin/mount_nfs mount_nfs.8 mount_nfs.c sbin/mount_null mount_null.8 mount_null.c sbin/mount_portal Makefile activate.c conf.c mount_portal.c pathnames.h portal.conf portald.h pt_conf.c pt_exec.c pt_file.c pt_tcp.c sbin/mount_std mount_std.8 mount_std.c sbin/mount_umap mount_umap.c sbin/mountd Makefile mountd.8 mountd.c sbin/newlfs newlfs.8 sbin/nfsiod nfsiod.8 sbin/ping ping.8 sbin/reboot boot_i386.8 sbin/restore restore.8 sbin/route route.8 route.c sbin/routed Makefile defs.h routed.8 sbin/routed/rtquery Makefile rtquery.8 sbin/savecore savecore.8 sbin/scsi scsi.8 scsi.c sbin/scsiformat scsiformat.8 scsiformat.sh sbin/slattach slattach.c sbin/startslip startslip.1 startslip.c sbin/swapon swapon.8 Log: Revert $FreeBSD$ to $Id$ Revision Changes Path 1.13 +1 -1 src/sbin/adjkerntz/adjkerntz.8 1.4 +1 -1 src/sbin/badsect/badsect.8 1.6 +1 -1 src/sbin/ccdconfig/ccdconfig.c 1.5 +1 -1 src/sbin/clri/clri.8 1.6 +1 -1 src/sbin/disklabel/disklabel.8 1.6 +1 -1 src/sbin/dmesg/dmesg.c 1.6 +1 -1 src/sbin/dset/dset.8 1.12 +1 -1 src/sbin/dump/dump.8 1.4 +1 -1 src/sbin/dumpfs/dumpfs.8 1.4 +1 -1 src/sbin/dumplfs/dumplfs.8 1.3 +1 -1 src/sbin/dumpon/Makefile 1.5 +1 -1 src/sbin/dumpon/dumpon.8 1.4 +1 -1 src/sbin/dumpon/dumpon.c 1.8 +1 -1 src/sbin/fsck/fsck.8 1.6 +1 -1 src/sbin/fsdb/Makefile 1.6 +1 -1 src/sbin/fsdb/fsdb.8 1.5 +1 -1 src/sbin/i386/Makefile 1.3 +1 -1 src/sbin/i386/Makefile.inc 1.12 +1 -1 src/sbin/i386/comcontrol/comcontrol.8 1.7 +1 -1 src/sbin/i386/ft/Makefile 1.4 +1 -1 src/sbin/i386/mount_msdos/Makefile 1.5 +1 -1 src/sbin/i386/mount_msdos/mount_msdos.8 1.7 +1 -1 src/sbin/i386/mount_msdos/mount_msdos.c 1.6 +1 -1 src/sbin/i386/nextboot/nextboot.8 1.9 +1 -1 src/sbin/ifconfig/Makefile 1.12 +1 -1 src/sbin/ifconfig/ifconfig.8 1.24 +1 -1 src/sbin/ifconfig/ifconfig.c 1.12 +1 -1 src/sbin/init/Makefile 1.8 +1 -1 src/sbin/init/init.8 1.40 +1 -1 src/sbin/ipfw/ipfw.c 1.10 +1 -1 src/sbin/md5/md5.c 1.5 +1 -1 src/sbin/mknod/mknod.c 1.3 +1 -1 src/sbin/modload/Makefile 1.10 +1 -1 src/sbin/modload/modload.8 1.16 +1 -1 src/sbin/modload/modload.c 1.4 +1 -1 src/sbin/modload/pathnames.h 1.3 +1 -1 src/sbin/modunload/Makefile 1.7 +1 -1 src/sbin/modunload/modunload.8 1.4 +1 -1 src/sbin/modunload/modunload.c 1.14 +1 -1 src/sbin/mount/mount.8 1.9 +1 -1 src/sbin/mount_cd9660/mount_cd9660.c 1.6 +1 -1 src/sbin/mount_ext2fs/mount_ext2fs.c 1.7 +1 -1 src/sbin/mount_lfs/mount_lfs.c 1.7 +1 -1 src/sbin/mount_nfs/mount_nfs.8 1.16 +1 -1 src/sbin/mount_nfs/mount_nfs.c 1.7 +1 -1 src/sbin/mount_null/mount_null.8 1.7 +1 -1 src/sbin/mount_null/mount_null.c 1.6 +1 -1 src/sbin/mount_portal/Makefile 1.3 +1 -1 src/sbin/mount_portal/activate.c 1.5 +1 -1 src/sbin/mount_portal/conf.c 1.9 +1 -1 src/sbin/mount_portal/mount_portal.c 1.3 +1 -1 src/sbin/mount_portal/pathnames.h 1.3 +1 -1 src/sbin/mount_portal/portal.conf 1.3 +1 -1 src/sbin/mount_portal/portald.h 1.3 +1 -1 src/sbin/mount_portal/pt_conf.c 1.3 +1 -1 src/sbin/mount_portal/pt_exec.c 1.5 +1 -1 src/sbin/mount_portal/pt_file.c 1.4 +1 -1 src/sbin/mount_portal/pt_tcp.c 1.7 +1 -1 src/sbin/mount_std/mount_std.8 1.5 +1 -1 src/sbin/mount_std/mount_std.c 1.9 +1 -1 src/sbin/mount_umap/mount_umap.c 1.6 +1 -1 src/sbin/mountd/Makefile 1.7 +1 -1 src/sbin/mountd/mountd.8 1.13 +1 -1 src/sbin/mountd/mountd.c 1.5 +1 -1 src/sbin/newlfs/newlfs.8 1.5 +1 -1 src/sbin/nfsiod/nfsiod.8 1.7 +1 -1 src/sbin/ping/ping.8 1.7 +1 -1 src/sbin/reboot/boot_i386.8 1.9 +1 -1 src/sbin/restore/restore.8 1.10 +1 -1 src/sbin/route/route.8 1.22 +1 -1 src/sbin/route/route.c 1.5 +1 -1 src/sbin/routed/Makefile 1.9 +1 -1 src/sbin/routed/defs.h 1.8 +1 -1 src/sbin/routed/routed.8 1.5 +1 -1 src/sbin/routed/rtquery/Makefile 1.6 +1 -1 src/sbin/routed/rtquery/rtquery.8 1.6 +1 -1 src/sbin/savecore/savecore.8 1.9 +1 -1 src/sbin/scsi/scsi.8 1.14 +1 -1 src/sbin/scsi/scsi.c 1.7 +1 -1 src/sbin/scsiformat/scsiformat.8 1.4 +1 -1 src/sbin/scsiformat/scsiformat.sh 1.25 +1 -1 src/sbin/slattach/slattach.c 1.13 +1 -1 src/sbin/startslip/startslip.1 1.22 +1 -1 src/sbin/startslip/startslip.c 1.6 +1 -1 src/sbin/swapon/swapon.8 From owner-cvs-sbin Sat Feb 22 12:12:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA14703 for cvs-sbin-outgoing; Sat, 22 Feb 1997 12:12:50 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA14696; Sat, 22 Feb 1997 12:12:49 -0800 (PST) Date: Sat, 22 Feb 1997 12:12:49 -0800 (PST) From: Joerg Wunsch Message-Id: <199702222012.MAA14696@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/22 12:12:48 Branch: sbin/ipfw RELENG_2_2 Modified: sbin/ipfw ipfw.8 ipfw.c Log: YAMFC (rev 1.27 and 1.39, resp; add -q flag and other fixes) Revision Changes Path 1.23.2.4 +29 -1 src/sbin/ipfw/ipfw.8 1.34.2.2 +22 -8 src/sbin/ipfw/ipfw.c