Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/07/1998 16:20:05
mrg
Sat Feb 7 08:18:17 PST 1998
Update of /cvsroot/src/usr.bin/vmstat
In directory netbsd1:/var/slash-tmp/cvs-serv7572
Modified Files:
vmstat.c
Log Message:
flesh out standard vmstat output with UVM.
ghudson
Sat Feb 7 08:19:20 PST 1998
Update of /cvsroot/src/sbin/fdisk
In directory netbsd1:/var/slash-tmp/cvs-serv7574
Modified Files:
fdisk.c
Log Message:
When estimating the number of cylinders in the BIOS geometry, use the
total number of sectors as reported by disklabel.d_secperunit rather
than multiplying out the disklabel geometry, which is less accurate.