Module Name: src
Committed By: kamil
Date: Tue Dec 13 10:55:40 UTC 2016
Modified Files:
src/share/man/man4: options.4
Log Message:
KSTACK_CHECK_DR0 is no longer available
It used to detect stackoverflow on the i386 port.
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.455 -r1.456 src/share/man/man4/options.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.455 src/share/man/man4/options.4:1.456
--- src/share/man/man4/options.4:1.455 Thu Dec 1 02:12:21 2016
+++ src/share/man/man4/options.4 Tue Dec 13 10:55:40 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.455 2016/12/01 02:12:21 mrg Exp $
+.\" $NetBSD: options.4,v 1.456 2016/12/13 10:55:40 kamil Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -2517,10 +2517,6 @@ bus using information from the
See
.Xr pcibios 4
for details.
-.It Cd options KSTACK_CHECK_DR0
-Detect kernel stack overflow using DR0 register.
-This option uses DR0 register exclusively so you can't use DR0 register for
-other purpose (e.g., hardware breakpoint) if you turn this on.
.It Cd options MTRR
Include support for accessing MTRR registers from user-space.
See