Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_H...
details: https://anonhg.NetBSD.org/src/rev/205ed998a1e9
branches: trunk
changeset: 474776:205ed998a1e9
user: christos <christos%NetBSD.org@localhost>
date: Tue Jul 20 07:40:34 1999 +0000
description:
enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!
diffstat:
sys/arch/arm32/conf/GENERIC | 10 +++++-----
sys/arch/atari/conf/GENERIC | 12 ++++++------
sys/arch/hp300/conf/GENERIC | 4 ++--
sys/arch/i386/conf/GENERIC | 12 ++++++------
sys/arch/mac68k/conf/GENERIC | 10 +++++-----
sys/arch/macppc/conf/GENERIC | 12 ++++++------
sys/arch/newsmips/conf/GENERIC | 12 ++++++------
sys/arch/next68k/conf/GENERIC | 10 +++++-----
sys/arch/pmax/conf/GENERIC | 10 +++++-----
sys/arch/sparc/conf/GENERIC | 12 ++++++------
sys/arch/sun3/conf/GENERIC | 4 ++--
sys/arch/x68k/conf/GENERIC | 10 +++++-----
12 files changed, 59 insertions(+), 59 deletions(-)
diffs (292 lines):
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/arm32/conf/GENERIC
--- a/sys/arch/arm32/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/arm32/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.55 1999/03/27 07:11:36 explorer Exp $
+# $NetBSD: GENERIC,v 1.56 1999/07/20 07:40:34 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -71,10 +71,10 @@
options EON # OSI tunneling over IP
options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking
-#options PFIL_HOOKS # pfil(9) packet filter hooks
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
# Compatibility options
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/atari/conf/GENERIC
--- a/sys/arch/atari/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/atari/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.53 1999/04/19 21:22:57 kleink Exp $
+# $NetBSD: GENERIC,v 1.54 1999/07/20 07:40:35 christos Exp $
#
# Generic atari
#
@@ -49,11 +49,11 @@
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options PFIL_HOOKS # pfil(9) packet filter hooks
-#options IPFILTER_LOG # ipmon(8) log support
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
+options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_DEFAULT_BLOCK # block packages by default
# File systems
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/hp300/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.44 1999/04/19 21:22:58 kleink Exp $
+# $NetBSD: GENERIC,v 1.45 1999/07/20 07:40:35 christos Exp $
#
# Generic kernel - one size fits all.
#
@@ -60,7 +60,7 @@
options GATEWAY # IP forwarding + larger mb_map
options MROUTING # Multicast routing
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
-#options PFIL_HOOKS # packet filter hooks
+options PFIL_HOOKS # packet filter hooks
# Options for HP hardware
options FPSP # floating point interface for 68040
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.241 1999/07/12 15:16:23 kleink Exp $
+# $NetBSD: GENERIC,v 1.242 1999/07/20 07:40:35 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -121,11 +121,11 @@
options EON # OSI tunneling over IP
options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options PFIL_HOOKS # pfil(9) packet filter hooks
-#options IPFILTER_LOG # ipmon(8) log support
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
+options IPFILTER_LOG # ipmon(8) log support
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
#options TCP_COMPAT_42
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/mac68k/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.87 1999/06/01 02:39:25 briggs Exp $
+# $NetBSD: GENERIC,v 1.88 1999/07/20 07:40:35 christos Exp $
#
# GENERIC
@@ -91,10 +91,10 @@
options EON # OSI tunneling over IP
options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options PFIL_HOOKS # pfil(9) packet filter hooks
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
#options TCP_COMPAT_42
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/macppc/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.29 1999/05/07 20:10:54 wrstuden Exp $
+# $NetBSD: GENERIC,v 1.30 1999/07/20 07:40:36 christos Exp $
#
# POWERMAC config file
#
@@ -73,11 +73,11 @@
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options PFIL_HOOKS # pfil(9) packet filter hooks
-#options IPFILTER_LOG # ipmon(8) log support
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
+options IPFILTER_LOG # ipmon(8) log support
options NMBCLUSTERS=1024
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/newsmips/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,7 +1,7 @@
#
# NEWS3400 config file
#
-# $NetBSD: GENERIC,v 1.8 1998/11/25 20:30:46 hwr Exp $
+# $NetBSD: GENERIC,v 1.9 1999/07/20 07:40:36 christos Exp $
#
include "arch/newsmips/conf/std.newsmips"
@@ -67,11 +67,11 @@
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk (over Ethernet) protocol
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options PFIL_HOOKS # pfil(9) packet filter hooks
-#options IPFILTER_LOG # ipmon(8) log support
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
+options IPFILTER_LOG # ipmon(8) log support
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/next68k/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.15 1999/04/19 21:23:00 kleink Exp $
+# $NetBSD: GENERIC,v 1.16 1999/07/20 07:40:36 christos Exp $
#
# GENERIC next68k
#
@@ -89,10 +89,10 @@
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
#options NETATALK # AppleTalk networking protocols
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options PFIL_HOOKS # pfil(9) packet filter hooks
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
#options TCP_COMPAT_42
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.45 1999/05/10 04:49:24 simonb Exp $
+# $NetBSD: GENERIC,v 1.46 1999/07/20 07:40:36 christos Exp $
#
# Distribution kernel (any model) kernel config file
#
@@ -79,10 +79,10 @@
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
options NETATALK # AppleTalk networking protocols
-#options PPP_BSDCOMP # BSD-Compress compression support for PPP
-#options PPP_DEFLATE # Deflate compression support for PPP
-#options PPP_FILTER # Active filter support for PPP (requires bpf)
-#options PFIL_HOOKS # pfil(9) packet filter hooks
+options PPP_BSDCOMP # BSD-Compress compression support for PPP
+options PPP_DEFLATE # Deflate compression support for PPP
+options PPP_FILTER # Active filter support for PPP (requires bpf)
+options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
# NetBSD backwards compatibility
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/sparc/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.85 1999/06/28 20:26:47 pk Exp $
+# $NetBSD: GENERIC,v 1.86 1999/07/20 07:40:36 christos Exp $
include "arch/sparc/conf/std.sparc"
@@ -161,11 +161,11 @@
#options NETATALK # AppleTalk (over Ethernet) protocol
options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
-#options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
-#options PPP_BSDCOMP # Add BSD compression to ppp device
-#options PPP_DEFLATE # Add deflate (libz) compression to ppp device
-#options PPP_FILTER # Add active filters for ppp (via bpf)
+options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
+options PPP_BSDCOMP # Add BSD compression to ppp device
+options PPP_DEFLATE # Add deflate (libz) compression to ppp device
+options PPP_FILTER # Add active filters for ppp (via bpf)
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/sun3/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.57 1999/04/19 21:23:01 kleink Exp $
+# $NetBSD: GENERIC,v 1.58 1999/07/20 07:40:37 christos Exp $
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
# Supports root on: ie0, le0, sd*, ...
@@ -71,7 +71,7 @@
#options ISO,TPIP # OSI networking
#options EON # OSI tunneling over IP
#options CCITT,LLC,HDLC # X.25
-#options PFIL_HOOKS # pfil(9) packet filter hooks.
+options PFIL_HOOKS # pfil(9) packet filter hooks.
# Work-around for root on slow servers (insurance...)
options NFS_BOOT_RWSIZE=1024
diff -r 88bc48c95e07 -r 205ed998a1e9 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Tue Jul 20 01:28:41 1999 +0000
+++ b/sys/arch/x68k/conf/GENERIC Tue Jul 20 07:40:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.34 1999/05/21 15:08:27 minoura Exp $
+# $NetBSD: GENERIC,v 1.35 1999/07/20 07:40:37 christos Exp $
#
# GENERIC
@@ -166,11 +166,11 @@
options NETATALK # AppleTalk (over Ethernet) protocol
options NTP # Network Time Protocol in-kernel support
#options PPS_SYNC # Add serial line synchronization for NTP
-#options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
+options PFIL_HOOKS # Add pfil(9) hooks, intended for custom LKMs.
options IPFILTER_LOG # Add ipmon(8) logging for ipfilter device
-#options PPP_BSDCOMP # Add BSD compression to ppp device
-#options PPP_DEFLATE # Add deflate (libz) compression to ppp device
-#options PPP_FILTER # Add active filters for ppp (via bpf)
+options PPP_BSDCOMP # Add BSD compression to ppp device
+options PPP_DEFLATE # Add deflate (libz) compression to ppp device
+options PPP_FILTER # Add active filters for ppp (via bpf)
Home |
Main Index |
Thread Index |
Old Index