Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -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). | ghelmer | 1999-04-13 | 1 | -8/+4 |
| | | | | PR: docs/10973 | ||||
* | Fix some calculations that use sizeof to attempt to find the end of an | truckman | 1998-11-09 | 1 | -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. | bde | 1998-06-28 | 1 | -2/+2 |
| | |||||
* | Correct use of .Nm. Use .Bl/.El for enumerating options. Use .An. Correct | charnier | 1998-06-15 | 3 | -43/+33 |
| | | | | | formatting of rcsid. Remove unused #includes. Do not use memory after freeing it. | ||||
* | opt_diagnostic.h isn't needed anymore. | jhay | 1998-02-06 | 1 | -8/+3 |
| | |||||
* | fsdb and fsck use the ffs code which needs opt_diagnostic.h. | jhay | 1998-02-05 | 1 | -3/+8 |
| | |||||
* | Remove __progname. Make -f a no-op flag as stated in the man page. Remove | charnier | 1997-06-11 | 1 | -20/+17 |
| | | | | unused variables. | ||||
* | Implement a -r option to fsdb(8), ``read/only''. | joerg | 1997-04-15 | 3 | -45/+63 |
| | |||||
* | Fixed bogus casts from (int32_t *) to (time_t *). | bde | 1997-03-13 | 1 | -4/+8 |
| | |||||
* | Missing $Id$ | peter | 1997-03-13 | 3 | -2/+4 |
| | |||||
* | Make this compile. Mostly use the new names for the ctime/atime/mtime | peter | 1997-03-13 | 2 | -7/+7 |
| | | | | stamps in the inodes and call one of fsck's utility funcs with a new arg. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -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. | wosch | 1997-01-13 | 1 | -2/+4 |
| | |||||
* | Get rid of useless -f flag (though left for historical reasons). | guido | 1996-09-30 | 2 | -3/+15 |
| | |||||
* | Add chlen command so you can set the size of an inode. This was handy | guido | 1996-09-26 | 1 | -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_sec | nate | 1996-09-20 | 2 | -8/+8 |
| | | | | ts_nsec -> tv_nsec | ||||
* | Add ${DPADD}, $Id$ | peter | 1996-09-02 | 1 | -0/+2 |
| | |||||
* | Adjust relative paths in Makefile to ../sbin/fsck and ../../sys/ufs/ffs | peter | 1995-11-24 | 1 | -2/+2 |
| | |||||
* | Commit FreeBSD-specific changes. Mainly to do with structure layout | peter | 1995-11-03 | 4 | -17/+19 |
| | | | | differences that we dont have. | ||||
* | Whoops. RE-Import NetBSD's fsdb - I believe this was written by John Kohl. | peter | 1995-11-03 | 5 | -0/+1366 |
Obtained from: NetBSD |