Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src document ddb.fromconsole & DBCTL_FROMCONSOLE, description ta...



details:   https://anonhg.NetBSD.org/src/rev/44d9e8ed14b2
branches:  trunk
changeset: 477184:44d9e8ed14b2
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Oct 14 09:33:51 1999 +0000

description:
document ddb.fromconsole & DBCTL_FROMCONSOLE, description taken from options(4)

diffstat:

 lib/libc/gen/sysctl.3    |  6 +++++-
 usr.sbin/sysctl/sysctl.8 |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r f9ccdb5daf1d -r 44d9e8ed14b2 lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Thu Oct 14 05:59:57 1999 +0000
+++ b/lib/libc/gen/sysctl.3     Thu Oct 14 09:33:51 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.39 1999/10/10 12:32:16 hwr Exp $
+.\"    $NetBSD: sysctl.3,v 1.40 1999/10/14 09:33:51 jdolecek Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -927,6 +927,7 @@
 .It DBCTL\_LINES       integer yes
 .It DBCTL\_TABSTOPS    integer yes
 .It DBCTL\_ONPANIC     integer yes
+.It DBCTL\_FROMCONSOLE integer yes
 .El
 .Pp
 .Bl -tag -width "123456"
@@ -940,6 +941,9 @@
 Tab width.
 .It Li DBCTL_ONPANIC
 If non-zero, DDB will be entered when the kernel panics.
+.It Li DBCTL_FROMCONSOLE
+If not zero, DDB may be entered by sending a break on a serial
+console or by a special key sequence on a graphics console.
 .El
 .Pp
 These MIB nodes are also available as variables from within the
diff -r f9ccdb5daf1d -r 44d9e8ed14b2 usr.sbin/sysctl/sysctl.8
--- a/usr.sbin/sysctl/sysctl.8  Thu Oct 14 05:59:57 1999 +0000
+++ b/usr.sbin/sysctl/sysctl.8  Thu Oct 14 09:33:51 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.8,v 1.31 1999/09/28 14:48:48 bouyer Exp $
+.\"    $NetBSD: sysctl.8,v 1.32 1999/10/14 09:33:52 jdolecek Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -288,6 +288,7 @@
 .It ddb.tabstops       integer         yes
 .It ddb.lines  integer         yes
 .It ddb.onpanic        integer         yes
+.It ddb.fromconsole    integer         yes
 .It proc.<pid>.corename        string  yes
 .It proc.<pid>.rlimit.cputime.soft     integer yes
 .It proc.<pid>.rlimit.cputime.hard     integer yes



Home | Main Index | Thread Index | Old Index