summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-04-03 00:28:40 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-04-03 00:28:40 +0000
commitee9f97b773359ed6ebe29fdf8486f55e97540354 (patch)
tree02fe26ea85e11b65664132a91fa0b55389b8691e /sys
parent983e1f4e6f79225d5569a9ce5c830921c66f81e2 (diff)
downloadFreeBSD-src-ee9f97b773359ed6ebe29fdf8486f55e97540354.zip
FreeBSD-src-ee9f97b773359ed6ebe29fdf8486f55e97540354.tar.gz
Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTIC
and SAFETY. Currently all commented out until I can verify that they don't cause LINT to fail to compile.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES12
-rw-r--r--sys/i386/conf/LINT12
-rw-r--r--sys/i386/conf/NOTES12
3 files changed, 33 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f1e4764..083986b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.246 1996/03/31 04:18:02 bde Exp $
+# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -276,6 +276,16 @@ options NSWAPDEV=20
#
options QUOTA #enable disk quotas
+# Add more checking code to various filesystems
+#options NULLFS_DIAGNOSTIC
+#options KERNFS_DIAGNOSTIC
+#options UMAPFS_DIAGNOSTIC
+#options UNION_DIAGNOSTIC
+
+# Add some error checking code to the null_bypass routine
+# in nthe NULL filesystem
+#options SAFETY
+
#####################################################################
# SCSI DEVICES
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index f1e4764..083986b 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.246 1996/03/31 04:18:02 bde Exp $
+# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -276,6 +276,16 @@ options NSWAPDEV=20
#
options QUOTA #enable disk quotas
+# Add more checking code to various filesystems
+#options NULLFS_DIAGNOSTIC
+#options KERNFS_DIAGNOSTIC
+#options UMAPFS_DIAGNOSTIC
+#options UNION_DIAGNOSTIC
+
+# Add some error checking code to the null_bypass routine
+# in nthe NULL filesystem
+#options SAFETY
+
#####################################################################
# SCSI DEVICES
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index f1e4764..083986b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.246 1996/03/31 04:18:02 bde Exp $
+# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -276,6 +276,16 @@ options NSWAPDEV=20
#
options QUOTA #enable disk quotas
+# Add more checking code to various filesystems
+#options NULLFS_DIAGNOSTIC
+#options KERNFS_DIAGNOSTIC
+#options UMAPFS_DIAGNOSTIC
+#options UNION_DIAGNOSTIC
+
+# Add some error checking code to the null_bypass routine
+# in nthe NULL filesystem
+#options SAFETY
+
#####################################################################
# SCSI DEVICES
OpenPOWER on IntegriCloud