aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsdb
Commit message (Collapse)AuthorAgeFilesLines
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-2/+2
| | | | | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead. Notes: svn path=/head/; revision=56407
* 'clri' takes an argument.Bill Fumerola1999-12-201-2/+3
| | | | | | | Reviewed by: phk Notes: svn path=/head/; revision=54872
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
| | | | 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
* Correctly ref editline(3).Guy Helmer1999-04-131-8/+4
| | | | | | | PR: docs/10973 Notes: svn path=/head/; revision=45641
* 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
* Fixed printf format errors.Bruce Evans1998-06-281-2/+2
| | | | Notes: svn path=/head/; revision=37237
* Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. CorrectPhilippe Charnier1998-06-153-43/+33
| | | | | | | | formatting of rcsid. Remove unused #includes. Do not use memory after freeing it. Notes: svn path=/head/; revision=37001
* opt_diagnostic.h isn't needed anymore.John Hay1998-02-061-8/+3
| | | | Notes: svn path=/head/; revision=33139
* fsdb and fsck use the ffs code which needs opt_diagnostic.h.John Hay1998-02-051-3/+8
| | | | Notes: svn path=/head/; revision=33118
* 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-153-45/+63
| | | | Notes: svn path=/head/; revision=24956
* Fixed bogus casts from (int32_t *) to (time_t *).Bruce Evans1997-03-131-4/+8
| | | | Notes: svn path=/head/; revision=23854
* Missing $Id$Peter Wemm1997-03-133-2/+4
| | | | Notes: svn path=/head/; revision=23839
* Make this compile. Mostly use the new names for the ctime/atime/mtimePeter Wemm1997-03-132-7/+7
| | | | | | | stamps in the inodes and call one of fsck's utility funcs with a new arg. Notes: svn path=/head/; revision=23838
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-2/+4
| | | | Notes: svn path=/head/; revision=21635
* Get rid of useless -f flag (though left for historical reasons).Guido van Rooij1996-09-302-3/+15
| | | | 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-202-8/+8
| | | | | | | ts_nsec -> tv_nsec Notes: svn path=/head/; revision=18406
* Add ${DPADD}, $Id$Peter Wemm1996-09-021-0/+2
| | | | Notes: svn path=/head/; revision=18003
* Adjust relative paths in Makefile to ../sbin/fsck and ../../sys/ufs/ffsPeter Wemm1995-11-241-2/+2
| | | | Notes: svn path=/head/; revision=12480
* Commit FreeBSD-specific changes. Mainly to do with structure layoutPeter Wemm1995-11-034-17/+19
| | | | | | | 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-035-0/+1366
Obtained from: NetBSD Notes: svn path=/vendor/NetBSD/dist/; revision=12048