aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-16 02:19:17 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-16 02:19:17 +0000
commit526eacf611ccb8f457d3d58d42528594ea263aaf (patch)
tree179881fc05f1cfc1997d574f7d762ffb7eae06a6 /sys/i386/conf
parentb62d102cbb630b9effaebda3535145d5598ea146 (diff)
downloadsrc-526eacf611ccb8f457d3d58d42528594ea263aaf.tar.gz
src-526eacf611ccb8f457d3d58d42528594ea263aaf.zip
Added undocumented option LINUX so that it gets tested.
Notes
Notes: svn path=/head/; revision=12882
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 33a3d701eea4..570e384ae952 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.221 1995/12/12 08:46:37 gibbs Exp $
+# $Id: LINT,v 1.222 1995/12/14 14:35:28 peter 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
@@ -845,4 +845,5 @@ options POWERFAIL_NMI # make it beep instead of panicing
options COMPAT_LINUX
options "EXT2FS"
options "IBCS2"
+options LINUX
options SHOW_BUSYBUFS # List buffers that prevent root unmount
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 33a3d701eea4..570e384ae952 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.221 1995/12/12 08:46:37 gibbs Exp $
+# $Id: LINT,v 1.222 1995/12/14 14:35:28 peter 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
@@ -845,4 +845,5 @@ options POWERFAIL_NMI # make it beep instead of panicing
options COMPAT_LINUX
options "EXT2FS"
options "IBCS2"
+options LINUX
options SHOW_BUSYBUFS # List buffers that prevent root unmount