From a98736561f69c746fdaf57749c4a1eaece796924 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 28 Jun 2003 01:52:30 +0000 Subject: new sysctl, ddb.log --- lib/libc/gen/sysctl.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 95bf04fb4b4..52983065cb4 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.104 2003/06/02 20:18:35 millert Exp $ +.\" $OpenBSD: sysctl.3,v 1.105 2003/06/28 01:52:29 tedu Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1484,6 +1484,7 @@ More information is also available in .It Dv DBCTL_TABSTOP No " integer yes" .It Dv DBCTL_PANIC No " integer yes" .It Dv DBCTL_CONSOLE No " integer yes" +.It Dv DBCTL_LOG No " integer yes" .El .Pp .Bl -tag -width "123456" @@ -1514,6 +1515,8 @@ kernel debugger. As described in .Xr securelevel 7 , a security level greater than 1 blocks modification of this variable. +.It Dv DBCTL_LOG +When set, ddb output is also logged in the kernel message buffer. .El .Ss CTL_VM The string and integer information available for the -- cgit v1.2.3