NetBSD/sbin/fsck_lfs
perseant 5d2f3e4908 Various minor LFS improvements:
* Extend the lfs library from fsck_lfs(8) so that it can be used with a
  not-yet-existent LFS.  Make newfs_lfs(8) use this library, so it can
  create LFSs whose Ifile is larger than one segment.
* Make newfs_lfs(8) use strsuftoi64() for its arguments, a la newfs(8).
* Make fsck_lfs(8) respect the "file system is clean" flag.
* Don't let fsck_lfs(8) think it has dirty blocks when invoked with the
  -n flag.
2005-02-26 05:45:54 +00:00
..
bufcache.c Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
bufcache.h Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
dir.c ANSIfy, WARNS=2 2005-01-19 19:41:59 +00:00
extern.h remove a prototype of a non-exist function. 2004-07-18 20:03:12 +00:00
fsck_lfs.8
fsck_vars.h
fsck.h zero-out dinode is not a proper way to 'clear' an lfs inode. 2004-07-18 20:51:30 +00:00
inode.c ANSIfy a function declaration, remove obsolete "register" declarations. 2005-02-06 06:13:12 +00:00
lfs.c Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
lfs.h Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
main.c ANSIfy, WARNS=2 2005-01-19 19:41:59 +00:00
Makefile WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz) 2005-01-20 16:39:22 +00:00
pass0.c Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
pass1.c remove obsolete "register" declarations. 2005-02-06 06:13:47 +00:00
pass2.c remove obsolete "register" declarations. 2005-02-06 06:13:47 +00:00
pass3.c Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
pass4.c remove obsolete "register" declarations. 2005-02-06 06:13:47 +00:00
pass5.c ANSIfy, WARNS=2 2005-01-19 19:41:59 +00:00
pass6.c
segwrite.c Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
segwrite.h
setup.c Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
utilities.c Various minor LFS improvements: 2005-02-26 05:45:54 +00:00
vars.c
vnode.c
vnode.h