Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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).
Home |
Main Index |
Thread Index |
Old Index