From owner-cvs-sbin Wed May 8 13:50:44 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24060 for cvs-sbin-outgoing; Wed, 8 May 1996 13:50:44 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA23935 Wed, 8 May 1996 13:49:05 -0700 (PDT) Date: Wed, 8 May 1996 13:49:05 -0700 (PDT) From: Garrett Wollman Message-Id: <199605082049.NAA23935@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 wollman 96/05/08 13:49:04 Modified: sbin/route route.c Log: Update route(8) to print out current meanings of rt_flags RTF_* bits. Revision Changes Path 1.8 +10 -4 src/sbin/route/route.c From owner-cvs-sbin Thu May 9 09:38:45 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA21429 for cvs-sbin-outgoing; Thu, 9 May 1996 09:38:45 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA21394 Thu, 9 May 1996 09:38:29 -0700 (PDT) Date: Thu, 9 May 1996 09:38:29 -0700 (PDT) From: Nate Williams Message-Id: <199605091638.JAA21394@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/fsck dir.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/05/09 09:38:29 Modified: sbin/fsck dir.c Log: From: Terry Lambert Subject: Fix for annoying fsck bug Date: Wed, 24 Jan 1996 13:33:29 -0700 (MST) The following small diff fixes the annoying fsck bug that causes it to need to be run twice to end up with correct reference counts for inodes for directories that had subdirectories relocated into the lost+found directory. I found the need to rerun *extremely* annoying. This fix causes the count to be correctly adjusted later in pass 4 by correctly stating the parent reference count. Note that the parent reference count is incremented when the directory entry is made (for ".."), but is not really there in the case of a directory that does not make an entry in its parent dir. This can be tested by waiting for the inode sync after cd'ing from a shell into a test fs. Then you "mkdir xxx yyy zzz", wait a second, and hit the machine reset button. Reviewed by: nate (Tested lots of crashes :) Submitted by: Terry Lambert Revision Changes Path 1.6 +11 -1 src/sbin/fsck/dir.c From owner-cvs-sbin Sat May 11 13:32:34 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13504 for cvs-sbin-outgoing; Sat, 11 May 1996 13:32:34 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13449 Sat, 11 May 1996 13:32:04 -0700 (PDT) Date: Sat, 11 May 1996 13:32:04 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199605112032.NAA13449@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 phk 96/05/11 13:32:02 Modified: sbin/ipfw ipfw.c Log: Some cosmetics and some better error-checking. Reviewed by: phk Submitted by: "Daniel O'Callaghan" Submitted by: Archie Cobbs Revision Changes Path 1.24 +44 -47 src/sbin/ipfw/ipfw.c