Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/23/1996 16:20:02
christos
Mon Sep 23 12:11:37 EDT 1996
Update of /cvsroot/src/sbin/fsck
In directory netbsd1:/var/slash-tmp/cvs-serv24419

Modified Files:
	Makefile fsck.8 fsck.c 
Added Files:
	extern.h preen.c util.c util.h 
Log Message:
- added -T fstype:fsoptions per cgd's suggestion.
- handle parallelism in preening here using the original preening code from
  fsck_ffs.
- move common code from fsck_ffs and fsck_msdos here.


christos
Mon Sep 23 12:18:42 EDT 1996
Update of /cvsroot/src/sbin/fsck_ffs
In directory netbsd1:/var/slash-tmp/cvs-serv24980

Modified Files:
	Makefile dir.c extern.h fsck.h fsck_ffs.8 inode.c main.c 
	pass1.c pass1b.c pass2.c pass4.c pass5.c setup.c utilities.c 
Removed Files:
	preen.c 
Log Message:
- fixed all printf formats [there were a lot of %l? <-> %? mistakes]
- added missing prototypes, and made local functions static
- removed parallel preening code; this is part of fsck(8)
- use printing utilities from fsck(8)
- Makefile does not make links to fsck and fsck.8
- removed -l maxparallel option. It has no meaning anymore.