From 23d048ee3b731cfca5c31b9c7f4f18e663d50ded Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 3 Apr 1996 00:28:40 +0000 Subject: [PATCH] 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. --- sys/conf/NOTES | 12 +++++++++++- sys/i386/conf/LINT | 12 +++++++++++- sys/i386/conf/NOTES | 12 +++++++++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index f1e4764b4039..083986b45cd8 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 f1e4764b4039..083986b45cd8 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 f1e4764b4039..083986b45cd8 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