From owner-cvs-sbin Thu Sep 26 12:42:03 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA29125 for cvs-sbin-outgoing; Thu, 26 Sep 1996 12:42:03 -0700 (PDT) Received: (from guido@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA28088; Thu, 26 Sep 1996 12:40:14 -0700 (PDT) Date: Thu, 26 Sep 1996 12:40:14 -0700 (PDT) From: Guido van Rooij Message-Id: <199609261940.MAA28088@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/fsdb fsdb.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 96/09/26 12:40:11 Modified: sbin/fsdb fsdb.c Log: Add chlen command so you can set the size of an inode. This was handy in order to create sparse directory files that caused a panic of a filesystem where fsck would not find anything. A fix for fsck is in the make but still has to be reviewed by Kirk McKusick. Revision Changes Path 1.4 +23 -0 src/sbin/fsdb/fsdb.c