summaryrefslogtreecommitdiff
path: root/sbin/fsdb/fsdb.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Remove unused includes.Paul Saab2000-07-011-1/+0
| | | | Notes: svn path=/stable/4/; revision=62318
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* More egcs warning fixes:Warner Losh1999-04-251-2/+2
| | | | | | | | | | | | | | o main returns int not void o use braces to avoid potentially ambiguous else Note: The fix to natd is potentially functional in nature since I used the indentation as the right thing rather than the struct semantics. Someone more familiar with the code should double check me on this one. Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46080
* Fix some calculations that use sizeof to attempt to find the end of anDon Lewis1998-11-091-3/+3
| | | | | | | | | | array that were doing sizeof on an unrelated variable. This just happened to work right on the i386, but would not on the alpha. PR: bin/8427 Notes: svn path=/head/; revision=41023
* Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. CorrectPhilippe Charnier1998-06-151-14/+6
| | | | | | | | formatting of rcsid. Remove unused #includes. Do not use memory after freeing it. Notes: svn path=/head/; revision=37001
* Remove __progname. Make -f a no-op flag as stated in the man page. RemovePhilippe Charnier1997-06-111-20/+17
| | | | | | | unused variables. Notes: svn path=/head/; revision=26557
* Implement a -r option to fsdb(8), ``read/only''.Joerg Wunsch1997-04-151-43/+52
| | | | Notes: svn path=/head/; revision=24956
* Missing $Id$Peter Wemm1997-03-131-1/+1
| | | | Notes: svn path=/head/; revision=23839
* Make this compile. Mostly use the new names for the ctime/atime/mtimePeter Wemm1997-03-131-1/+1
| | | | | | | stamps in the inodes and call one of fsck's utility funcs with a new arg. Notes: svn path=/head/; revision=23838
* Get rid of useless -f flag (though left for historical reasons).Guido van Rooij1996-09-301-2/+9
| | | | Notes: svn path=/head/; revision=18585
* Add chlen command so you can set the size of an inode. This was handyGuido van Rooij1996-09-261-0/+23
| | | | | | | | | 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. Notes: svn path=/head/; revision=18498
* ts_sec -> tv_secNate Williams1996-09-201-2/+2
| | | | | | | ts_nsec -> tv_nsec Notes: svn path=/head/; revision=18406
* Commit FreeBSD-specific changes. Mainly to do with structure layoutPeter Wemm1995-11-031-8/+8
| | | | | | | differences that we dont have. Notes: svn path=/head/; revision=12051
* Whoops. RE-Import NetBSD's fsdb - I believe this was written by John Kohl.Peter Wemm1995-11-031-0/+865
Obtained from: NetBSD Notes: svn path=/vendor/NetBSD/dist/; revision=12048