Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/24/2000 09:25:52
Module Name:	syssrc
Committed By:	chs
Date:		Fri Nov 24 07:25:52 UTC 2000

Modified Files:
	syssrc/sys/ddb: db_command.c db_command.h
	syssrc/sys/kern: vfs_cache.c
	syssrc/sys/sys: namei.h
	syssrc/sys/uvm: uvm_ddb.h uvm_stat.c

Log Message:
add ddb commands "show uvmexp" and "show ncache".
the former used to be "call uvm_dump", the latter is new.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 syssrc/sys/ddb/db_command.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/ddb/db_command.h
cvs rdiff -r1.27 -r1.28 syssrc/sys/kern/vfs_cache.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/sys/namei.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/uvm/uvm_ddb.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/uvm/uvm_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.