Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/28/1997 00:20:03
jonathan
Thu Feb 27 16:14:20 PST 1997
Update of /a/cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv2720/sys/conf

Modified Files:
	param.c 
Log Message:
Add compiled-in MCLBYTES and MSIZE to conf/param.c, as 'mclbytes" and "msize".

Add code to netstat to use libkvm to for kernel variables "mclbytes"
and "msize', and if found, use those for netstat -m rather than
compiled-in defaults.


jonathan
Thu Feb 27 16:14:24 PST 1997
Update of /a/cvsroot/src/usr.bin/netstat
In directory netbsd1:/var/slash-tmp/cvs-serv2720/usr.bin/netstat

Modified Files:
	main.c mbuf.c netstat.h 
Log Message:
Add compiled-in MCLBYTES and MSIZE to conf/param.c, as 'mclbytes" and "msize".

Add code to netstat to use libkvm to for kernel variables "mclbytes"
and "msize', and if found, use those for netstat -m rather than
compiled-in defaults.