summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-03 22:32:13 +0000
committerphk <phk@FreeBSD.org>1994-10-03 22:32:13 +0000
commit37190acca04c44f4a48b7aad9f09fd818fbd0658 (patch)
tree9a952f6f5e7e230d87231b73b0043b2ec148d8ee
parentcc7748361f346510217e5c18f304c5176a356acc (diff)
downloadFreeBSD-src-37190acca04c44f4a48b7aad9f09fd818fbd0658.zip
FreeBSD-src-37190acca04c44f4a48b7aad9f09fd818fbd0658.tar.gz
I added "pserudo-device gzip" as default.
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/GENERICAH3
-rw-r--r--sys/i386/conf/GENERICBT3
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
5 files changed, 13 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 38551d5..223aea0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.91 1994/10/01 16:44:07 phk Exp $
+# $Id: LINT,v 1.92 1994/10/01 17:59:26 davidg Exp $
#
machine "i386"
@@ -220,3 +220,5 @@ device pca0 at isa? tty
# options that have not been resolved yet
pseudo-device log
+
+pseudo-device gzip # Exec gzipped a.out's
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index 72c0607..96c0c5e 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
-# $Id: GENERICAH,v 1.47 1994/09/28 22:49:52 davidg Exp $
+# $Id: GENERICAH,v 1.48 1994/09/28 22:57:22 wollman Exp $
#
machine "i386"
@@ -86,3 +86,4 @@ pseudo-device log
pseudo-device sl 2
pseudo-device pty 16
pseudo-device speaker
+pseudo-device gzip # Exec gzipped a.out's
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 2f5393c..5862508 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
-# $Id: GENERICBT,v 1.43 1994/09/28 22:49:54 davidg Exp $
+# $Id: GENERICBT,v 1.44 1994/09/28 22:57:23 wollman Exp $
#
machine "i386"
@@ -81,3 +81,4 @@ pseudo-device log
pseudo-device sl 2
pseudo-device pty 16
pseudo-device speaker
+pseudo-device gzip # Exec gzipped a.out's
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 38551d5..223aea0 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.91 1994/10/01 16:44:07 phk Exp $
+# $Id: LINT,v 1.92 1994/10/01 17:59:26 davidg Exp $
#
machine "i386"
@@ -220,3 +220,5 @@ device pca0 at isa? tty
# options that have not been resolved yet
pseudo-device log
+
+pseudo-device gzip # Exec gzipped a.out's
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 38551d5..223aea0 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.91 1994/10/01 16:44:07 phk Exp $
+# $Id: LINT,v 1.92 1994/10/01 17:59:26 davidg Exp $
#
machine "i386"
@@ -220,3 +220,5 @@ device pca0 at isa? tty
# options that have not been resolved yet
pseudo-device log
+
+pseudo-device gzip # Exec gzipped a.out's
OpenPOWER on IntegriCloud