Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/16/1997 18:30:10
carrel
Thu Oct 16 11:23:46 PDT 1997
Update of /cvsroot/src/sys/arch/m68k/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv28809

Modified Files:
	sig_machdep.c 
Log Message:
Need to include vm/vm.h


carrel
Thu Oct 16 11:27:48 PDT 1997
Update of /cvsroot/src/sys/compat/hpux
In directory netbsd1:/var/slash-tmp/cvs-serv29215

Modified Files:
	hpux_compat.c 
Log Message:
include vm/vm.h


mjacob
Thu Oct 16 11:29:18 PDT 1997
Update of /cvsroot/src/sys/ufs/ffs
In directory netbsd1:/var/slash-tmp/cvs-serv29077/ffs

Modified Files:
	ffs_vfsops.c 
Log Message:
In calculating the f_bavail field, don't take 32 bit quantities and
multiply them by 90 (to be divided by 100) and expect them to be sane
for very large values (I was getting a negative 'avail' count).


mjacob
Thu Oct 16 11:29:23 PDT 1997
Update of /cvsroot/src/sys/ufs/lfs
In directory netbsd1:/var/slash-tmp/cvs-serv29077/lfs

Modified Files:
	lfs_vfsops.c 
Log Message:
In calculating the f_bavail field, don't take 32 bit quantities and
multiply them by 90 (to be divided by 100) and expect them to be sane
for very large values (I was getting a negative 'avail' count).