diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-18 08:16:57 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-18 08:16:57 +0000 |
commit | ddeb8ef8f3d2dd35433d724c2c3ededf1ac6348e (patch) | |
tree | d4518170c8ea20e0fdb3d2243187bd0745e99b85 /sys/arch/hp300 | |
parent | 3800128b3dead9e7218c7de48f44aaf4833b6fee (diff) |
Add stuff from /sys/conf/GENERIC, including IPFILTER.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 1719102e1a0..0b027d5ccbd 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.10 1997/01/12 15:12:13 downsj Exp $ +# $OpenBSD: GENERIC,v 1.11 1997/01/18 08:16:56 downsj Exp $ # $NetBSD: GENERIC,v 1.16 1996/12/11 09:10:40 thorpej Exp $ # # Generic kernel - one size fits all. @@ -31,7 +31,7 @@ options SYSVSHM # System V-style shared memory options SYSVSEM # System V-style semaphores options SYSVMSG # System V-style message queues options KTRACE # system call tracing support -options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool +options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool # Filesystem options options FIFO # POSIX fifo support (in all filesystems) @@ -43,13 +43,17 @@ options UNION # Union filesystem (req. for FDESC) options KERNFS # kernel data-structure filesystem options FDESC # user file descriptor filesystem options PROCFS # /proc filesystem +options PORTAL # create sockets with open(2) +options UMAPFS # NULLFS + uid and gid remapping +options NULLFS # loopback file system options MFS # Memory-based filesystem # Networking options options INET # Internet protocols -options GATEWAY # IP forwarding + larger mb_map +#options GATEWAY # IP forwarding + larger mb_map options MROUTING # Multicast routing -#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP +options IPFILTER # IP packet filter for security +#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP # Options for HP hardware options FPSP # floating point interface for 68040 |