summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused includes.asmodai2000-05-012-2/+0
|
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-231-2/+2
| | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead.
* 'clri' takes an argument.billf1999-12-201-2/+3
| | | | Reviewed by: phk
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
|
* More egcs warning fixes:imp1999-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
* Correctly ref editline(3).ghelmer1999-04-131-8/+4
| | | | PR: docs/10973
* Fix some calculations that use sizeof to attempt to find the end of antruckman1998-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
* Fixed printf format errors.bde1998-06-281-2/+2
|
* Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. Correctcharnier1998-06-153-43/+33
| | | | | formatting of rcsid. Remove unused #includes. Do not use memory after freeing it.
* opt_diagnostic.h isn't needed anymore.jhay1998-02-061-8/+3
|
* fsdb and fsck use the ffs code which needs opt_diagnostic.h.jhay1998-02-051-3/+8
|
* Remove __progname. Make -f a no-op flag as stated in the man page. Removecharnier1997-06-111-20/+17
| | | | unused variables.
* Implement a -r option to fsdb(8), ``read/only''.joerg1997-04-153-45/+63
|
* Fixed bogus casts from (int32_t *) to (time_t *).bde1997-03-131-4/+8
|
* Missing $Id$peter1997-03-133-2/+4
|
* Make this compile. Mostly use the new names for the ctime/atime/mtimepeter1997-03-132-7/+7
| | | | stamps in the inodes and call one of fsck's utility funcs with a new arg.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Sort cross references.wosch1997-01-131-2/+4
|
* Get rid of useless -f flag (though left for historical reasons).guido1996-09-302-3/+15
|
* Add chlen command so you can set the size of an inode. This was handyguido1996-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.
* ts_sec -> tv_secnate1996-09-202-8/+8
| | | | ts_nsec -> tv_nsec
* Add ${DPADD}, $Id$peter1996-09-021-0/+2
|
* Adjust relative paths in Makefile to ../sbin/fsck and ../../sys/ufs/ffspeter1995-11-241-2/+2
|
* Commit FreeBSD-specific changes. Mainly to do with structure layoutpeter1995-11-034-17/+19
| | | | differences that we dont have.
* Whoops. RE-Import NetBSD's fsdb - I believe this was written by John Kohl.peter1995-11-035-0/+1366
Obtained from: NetBSD
OpenPOWER on IntegriCloud