Subject: CVS commit: [netbsd-1-5] basesrc/sbin/newfs
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/24/2001 23:43:41
Module Name: basesrc
Committed By: he
Date: Sat Nov 24 21:43:41 UTC 2001
Modified Files:
basesrc/sbin/newfs [netbsd-1-5]: mkfs.c
Log Message:
Pull up revisions 1.39-1.47 (requested by lukem):
Jumbo pullup for newfs:
o convert to ANSI function prototypes
o move external variables to extern.h
o allow ``m'' suffix in MFS size
o fix cg_firstfield bug introduced in 4.4-Lite
o don't swap clustersum[0], it's a bitmap
o don't unnecessarily set fs_clean twice
o check return vailues of memory allocation functions
o cleanup to reduce compile warnings
o replace ``filesystem'' with ``file system''
o improve warning messages describing the MAXCSBUFS overflow
o manual page typos and other corrections
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.38.4.1 basesrc/sbin/newfs/mkfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.