Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/09/1997 05:40:02
mikel
Wed Jan  8 21:33:15 PST 1997
Update of /cvsroot/src/etc
In directory netbsd1:/var/slash-tmp/cvs-serv17497/src/etc

Modified Files:
	hosts 
Log Message:
RFC 1597 has been obsoleted by RFC 1918.


thorpej
Wed Jan  8 21:33:43 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv17563

Modified Files:
	sysctl.h 
Log Message:
Define top-level MIB node for DDB (CTL_DDB) and DDB MIB identifiers.


thorpej
Wed Jan  8 21:37:04 PST 1997
Update of /cvsroot/src/sys/ddb
In directory netbsd1:/var/slash-tmp/cvs-serv18296

Modified Files:
	db_variables.c 
Log Message:
Define db_onpanic variable; if non-zero, the DDB will be entered when
the kernel panics.  It may be initialized to 0 with the kernel option
"DDB_ONPANIC=0", and is patchable.  It may be changed at run-time
from within the DDB (as a DDB variable) or via the ddb.onpanic sysctl
node.

Export all DDB built-in variables via sysctl.


thorpej
Wed Jan  8 21:37:42 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv18519

Modified Files:
	kern_sysctl.c 
Log Message:
Grok CTL_DDB.


thorpej
Wed Jan  8 21:38:22 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv18550

Modified Files:
	subr_prf.c 
Log Message:
Only call Debugger() on panic if "db_onpanic" is set.


thorpej
Wed Jan  8 21:38:56 PST 1997
Update of /cvsroot/src/usr.sbin/sysctl
In directory netbsd1:/var/slash-tmp/cvs-serv18608

Modified Files:
	sysctl.8 sysctl.c 
Log Message:
Grok and document CTL_DDB.


thorpej
Wed Jan  8 21:39:27 PST 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv18650

Modified Files:
	sysctl.3 
Log Message:
Document CTL_DDB MIB nodes.