Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/09/1997 21:20:03
thorpej
Wed Apr  9 14:11:45 PDT 1997
Update of /cvsroot/src/lib/libkvm
In directory netbsd1:/var/slash-tmp/cvs-serv27598

Modified Files:
	kvm.c 
Log Message:
Add missing argument to fprintf().


mycroft
Wed Apr  9 14:12:17 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv27260/kern

Modified Files:
	vfs_bio.c vfs_subr.c 
Log Message:
Fix two performance issues:
* When a delayed write buffer falls off the LRU queue, arrange for it to go on
  the AGE queue after being flushed out to disk.
* When a delayed write buffer is synced, leave it in its relative position in
  the LRU queue.


mycroft
Wed Apr  9 14:12:18 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv27260/sys

Modified Files:
	buf.h 
Log Message:
Fix two performance issues:
* When a delayed write buffer falls off the LRU queue, arrange for it to go on
  the AGE queue after being flushed out to disk.
* When a delayed write buffer is synced, leave it in its relative position in
  the LRU queue.


thorpej
Wed Apr  9 14:16:02 PDT 1997
Update of /cvsroot/src/lib/libkvm
In directory netbsd1:/var/slash-tmp/cvs-serv27750

Modified Files:
	kvm_m68k.c kvm_m68k.h kvm_m68k_cmn.c kvm_sun3.c kvm_sun3x.c 
Log Message:
Update for new m68k/kcore.h.  We use dispatch information provided
by the crash dump itself to facilitate cross-analysis.  The m68k_cmn
for Utah pmaps reads MMU configuration from the crash dump to that
this works on 4k and 8k h/w page size systems.