Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"

This commit is contained in:
martti 2002-09-25 11:49:48 +00:00
parent 167b0b8ebd
commit 81e8d78cd4
34 changed files with 97 additions and 98 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.170 2002/09/24 13:30:41 ad Exp $
# $NetBSD: ALPHA,v 1.171 2002/09/25 11:49:48 martti Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "ALPHA-$Revision: 1.170 $"
ident "ALPHA-$Revision: 1.171 $"
maxusers 32
@ -84,7 +84,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.185 2002/09/20 10:39:49 martti Exp $
# $NetBSD: GENERIC,v 1.186 2002/09/25 11:49:49 martti Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.185 $"
#ident "GENERIC-$Revision: 1.186 $"
maxusers 8
@ -81,7 +81,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
# Filesystems
file-system FFS # Berkeley fast file system

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.in,v 1.4 2002/09/20 10:39:49 martti Exp $
# $NetBSD: GENERIC.in,v 1.5 2002/09/25 11:49:49 martti Exp $
#
# GENERIC machine description file
#
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.4 $"
#ident "GENERIC-$Revision: 1.5 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@ -120,7 +120,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
# Filesystems
file-system FFS # Berkeley fast file system

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.71 2002/09/20 10:39:50 martti Exp $
# $NetBSD: GENERIC,v 1.72 2002/09/25 11:49:49 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.71 $"
#ident "GENERIC-$Revision: 1.72 $"
maxusers 32 # estimated number of users
@ -130,7 +130,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.24 2002/09/20 10:39:50 martti Exp $
# $NetBSD: GENERIC.in,v 1.25 2002/09/25 11:49:49 martti Exp $
#
# Generic atari
#
@ -79,8 +79,7 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
#ifndef INSTALL_KERNEL
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
#endif

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.31 2002/09/20 10:39:50 martti Exp $
# $NetBSD: GENERIC,v 1.32 2002/09/25 11:49:49 martti Exp $
#
# GENERIC machine description file
#
@ -90,7 +90,7 @@ 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 IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options NFS_BOOT_BOOTP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.34 2002/09/20 10:39:51 martti Exp $
# $NetBSD: GENERIC,v 1.35 2002/09/25 11:49:50 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.34 $"
#ident "GENERIC-$Revision: 1.35 $"
maxusers 32
@ -107,7 +107,7 @@ options INET # Internet protocols
#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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.83 2002/09/20 10:39:51 martti Exp $
# $NetBSD: GENERIC,v 1.84 2002/09/25 11:49:50 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.83 $"
#ident "GENERIC-$Revision: 1.84 $"
maxusers 32 # estimated number of users
@ -132,7 +132,7 @@ options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
options PFIL_HOOKS # packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# Options for HP hardware

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.6 2002/09/20 10:39:52 martti Exp $
# $NetBSD: GENERIC,v 1.7 2002/09/25 11:49:50 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.6 $"
#ident "GENERIC-$Revision: 1.7 $"
maxusers 32 # estimated number of users
@ -129,7 +129,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: CARDBUS,v 1.66 2002/09/20 10:39:52 martti Exp $
# $NetBSD: CARDBUS,v 1.67 2002/09/25 11:49:50 martti Exp $
#
# CARDBUS: GENERIC + CardBus support. Additionally, some
# things typically not found on laptops have been commented out.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "CARDBUS-$Revision: 1.66 $"
#ident "CARDBUS-$Revision: 1.67 $"
maxusers 32 # estimated number of users
@ -154,7 +154,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.511 2002/09/21 15:24:29 perry Exp $
# $NetBSD: GENERIC,v 1.512 2002/09/25 11:49:51 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.511 $"
#ident "GENERIC-$Revision: 1.512 $"
maxusers 32 # estimated number of users
@ -162,7 +162,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.58 2002/09/20 10:39:53 martti Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.59 2002/09/25 11:49:51 martti Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.58 $"
#ident "GENERIC-$Revision: 1.59 $"
maxusers 32 # estimated number of users
@ -147,7 +147,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_PS2TINY,v 1.19 2002/09/20 10:39:53 martti Exp $
# $NetBSD: GENERIC_PS2TINY,v 1.20 2002/09/25 11:49:51 martti Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@ -130,7 +130,7 @@ options INET6 # IPV6
#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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.47 2002/09/20 10:39:53 martti Exp $
# $NetBSD: GENERIC_TINY,v 1.48 2002/09/25 11:49:51 martti Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -129,7 +129,7 @@ options INET # IP + ICMP + TCP + UDP
#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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.33 2002/09/20 10:39:54 martti Exp $
# $NetBSD: GENERIC,v 1.34 2002/09/25 11:49:51 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.33 $"
#ident "GENERIC-$Revision: 1.34 $"
maxusers 8
@ -107,7 +107,7 @@ options INET # IP prototol stack support
#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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
options NFS_BOOT_DHCP # superset of BOOTP
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.130 2002/09/20 10:39:54 martti Exp $
# $NetBSD: GENERIC,v 1.131 2002/09/25 11:49:51 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.130 $"
#ident "GENERIC-$Revision: 1.131 $"
maxusers 16 # estimated number of users
@ -136,7 +136,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICSBC,v 1.21 2002/09/20 10:39:54 martti Exp $
# $NetBSD: GENERICSBC,v 1.22 2002/09/25 11:49:52 martti Exp $
#
# GENERICSBC
@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERICSBC-$Revision: 1.21 $"
#ident "GENERICSBC-$Revision: 1.22 $"
maxusers 16 # estimated number of users
@ -120,7 +120,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: SMALLRAM,v 1.4 2002/09/20 10:39:54 martti Exp $
# $NetBSD: SMALLRAM,v 1.5 2002/09/25 11:49:52 martti Exp $
#
# This is an example of how to configure a small, efficient kernel for a
# system with limited RAM. Even so it's capable of doing quite a bit. The
@ -13,7 +13,7 @@ include "arch/mac68k/conf/std.mac68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SMALLRAM-$Revision: 1.4 $"
#ident "SMALLRAM-$Revision: 1.5 $"
maxusers 8
@ -129,7 +129,7 @@ options PPP_BSDCOMP # BSD-Compress 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.142 2002/09/20 10:39:55 martti Exp $
# $NetBSD: GENERIC,v 1.143 2002/09/25 11:49:52 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.142 $"
#ident "GENERIC-$Revision: 1.143 $"
maxusers 32
@ -119,7 +119,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.21 2002/09/20 10:39:55 martti Exp $
# $NetBSD: GENERIC,v 1.22 2002/09/25 11:49:52 martti Exp $
#
# GENERIC machine description file
#
@ -100,7 +100,7 @@ options INET # Internet protocols
#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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
config netbsd root on ? type ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.44 2002/09/20 10:39:56 martti Exp $
# $NetBSD: GENERIC,v 1.45 2002/09/25 11:49:52 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.44 $"
#ident "GENERIC-$Revision: 1.45 $"
maxusers 16 # estimated number of users
@ -121,7 +121,7 @@ options INET6 # IPV6
#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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options NFS_BOOT_DHCP # Support DHCP NFS root

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.36 2002/09/20 10:39:56 martti Exp $
# $NetBSD: GENERIC,v 1.37 2002/09/25 11:49:53 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.36 $"
#ident "GENERIC-$Revision: 1.37 $"
maxusers 8
@ -112,7 +112,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options NFS_BOOT_BOOTPARAM

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.18 2002/09/20 10:39:56 martti Exp $
# $NetBSD: GENERIC_TINY,v 1.19 2002/09/25 11:49:53 martti Exp $
# news68k GENERIC config file for low memory machines;
#
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC_TINY-$Revision: 1.18 $"
#ident "GENERIC_TINY-$Revision: 1.19 $"
maxusers 4
@ -94,7 +94,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
#options NFS_BOOT_BOOTPARAM

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.50 2002/09/20 10:39:57 martti Exp $
# $NetBSD: GENERIC,v 1.51 2002/09/25 11:49:53 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.50 $"
#ident "GENERIC-$Revision: 1.51 $"
maxusers 16
@ -106,7 +106,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options NFS_BOOT_BOOTPARAM

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.56 2002/09/20 10:39:57 martti Exp $
# $NetBSD: GENERIC,v 1.57 2002/09/25 11:49:53 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.56 $"
#ident "GENERIC-$Revision: 1.57 $"
maxusers 32
@ -117,7 +117,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
options NMBCLUSTERS=1024
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.103 2002/09/20 10:39:57 martti Exp $
# $NetBSD: GENERIC,v 1.104 2002/09/25 11:49:53 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.103 $"
#ident "GENERIC-$Revision: 1.104 $"
maxusers 64
@ -117,7 +117,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# NetBSD backwards compatibility

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.55 2002/09/20 10:39:58 martti Exp $
# $NetBSD: GENERIC,v 1.56 2002/09/25 11:49:53 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.55 $"
#ident "GENERIC-$Revision: 1.56 $"
maxusers 32
@ -112,7 +112,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.11 2002/09/20 10:39:58 martti Exp $
# $NetBSD: GENERIC,v 1.12 2002/09/25 11:49:54 martti Exp $
#include "arch/sbmips/conf/std.sbmips.eb" # big-endian mode
include "arch/sbmips/conf/std.sbmips.el" # little-endian mode
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.11 $"
#ident "GENERIC-$Revision: 1.12 $"
# The following three options are required for BCM1250 pass 1 silicon
options SB1250_PASS1
@ -89,7 +89,7 @@ options INET6 # IPV6
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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
#options TCP_COMPAT_42

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.7 2002/09/20 10:39:59 martti Exp $
# $NetBSD: GENERIC,v 1.8 2002/09/25 11:49:54 martti Exp $
#
# GENERIC machine description file
#
@ -28,7 +28,7 @@ include "arch/sgimips/conf/std.sgimips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@ -127,7 +127,7 @@ 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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.138 2002/09/20 10:39:59 martti Exp $
# $NetBSD: GENERIC,v 1.139 2002/09/25 11:49:54 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.138 $"
#ident "GENERIC-$Revision: 1.139 $"
maxusers 32
@ -205,7 +205,7 @@ 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 IPFILTER_DEFAULT_BLOCK # block all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
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)

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC32,v 1.46 2002/09/20 10:40:00 martti Exp $
# $NetBSD: GENERIC32,v 1.47 2002/09/25 11:49:54 martti Exp $
include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.46 $"
#ident "GENERIC-$Revision: 1.47 $"
maxusers 64
@ -185,7 +185,7 @@ 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 IPFILTER_DEFAULT_BLOCK # block all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
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)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.102 2002/09/20 10:40:00 martti Exp $
# $NetBSD: GENERIC,v 1.103 2002/09/25 11:49:55 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.102 $"
#ident "GENERIC-$Revision: 1.103 $"
# Here are all different supported CPU types listed.
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
@ -76,7 +76,7 @@ options INET6 # IPV6
#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 all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
# All supported filesystem types
file-system FFS

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.55 2002/09/20 10:40:00 martti Exp $
# $NetBSD: ALL,v 1.56 2002/09/25 11:49:55 martti Exp $
#
# ALL -- everything that currently exist including experimental
@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.55 $"
#ident "ALL-$Revision: 1.56 $"
maxusers 32
@ -192,7 +192,7 @@ 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 IPFILTER_DEFAULT_BLOCK # block all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
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)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.80 2002/09/20 10:40:01 martti Exp $
# $NetBSD: GENERIC,v 1.81 2002/09/25 11:49:55 martti Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.80 $"
#ident "GENERIC-$Revision: 1.81 $"
maxusers 8
@ -206,7 +206,7 @@ options INET6 # IPV6
#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 IPFILTER_DEFAULT_BLOCK # block all packets by default
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#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)