summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
Commit message (Collapse)AuthorAgeFilesLines
* 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