Add COMPAT_BSDPTY to the rest of the config files.

This commit is contained in:
christos 2004-11-10 17:54:02 +00:00
parent 03ad6dc16c
commit 30fc143afa
168 changed files with 398 additions and 231 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.15 2004/09/04 23:29:44 manu Exp $
# $NetBSD: FOURMEG,v 1.16 2004/11/10 17:54:02 christos Exp $
# FOURMEG arm26 configuration -- something small
@ -82,6 +82,7 @@ options INET6 # IPV6
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options COMPAT_43 # 4.3BSD compatibility.
options COMPAT_16 # NetBSD 1.6 compatibility.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Binary compatibility with previous versions of NetBSD.
# None yet, since NetBSD/arm26 hasn't been released.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.23 2004/09/04 23:29:44 manu Exp $
# $NetBSD: GENERIC,v 1.24 2004/11/10 17:54:02 christos Exp $
#
# GENERIC machine description file
#
@ -108,6 +108,7 @@ options INET6 # IPV6
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options COMPAT_43 # 4.3BSD compatibility.
options COMPAT_16 # NetBSD 1.6 compatibility.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Binary compatibility with previous versions of NetBSD.
# None yet, since NetBSD/acorn26 hasn't been released.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.7 2004/09/04 23:29:44 manu Exp $
# $NetBSD: INSTALL,v 1.8 2004/11/10 17:54:02 christos Exp $
# INSTALL configuration, used to generate installation media
@ -79,6 +79,7 @@ options INET6 # IPV6
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options COMPAT_43 # 4.3BSD compatibility.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Binary compatibility with previous versions of NetBSD.
# None yet, since NetBSD/arm26 hasn't been released.

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.7 2004/09/04 23:29:44 manu Exp $
# $NetBSD: EB7500ATX,v 1.8 2004/11/10 17:54:02 christos Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.7 $"
#ident "EB7500ATX-$Revision: 1.8 $"
# estimated number of users
maxusers 32
@ -113,6 +113,7 @@ options COMPAT_12 # NetBSD 1.2 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.44 2004/09/04 23:29:44 manu Exp $
# $NetBSD: GENERIC,v 1.45 2004/11/10 17:54:02 christos Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.44 $"
#ident "GENERIC-$Revision: 1.45 $"
# estimated number of users
maxusers 32
@ -118,6 +118,7 @@ options COMPAT_12 # NetBSD 1.2 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.25 2004/09/04 23:29:44 manu Exp $
# $NetBSD: INSTALL,v 1.26 2004/11/10 17:54:02 christos Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.25 $"
#ident "INSTALL-$Revision: 1.26 $"
# estimated number of users
maxusers 32
@ -107,6 +107,7 @@ options COMPAT_12 # NetBSD 1.2 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.26 2004/09/04 23:29:44 manu Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.27 2004/11/10 17:54:02 christos Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -89,6 +89,7 @@ options COMPAT_13 # NetBSD 1.3 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.27 2004/09/04 23:29:44 manu Exp $
# $NetBSD: NC,v 1.28 2004/11/10 17:54:02 christos Exp $
#
# NC - with vidcconsole
#
@ -86,6 +86,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: NC_WSCONS,v 1.31 2004/09/04 23:29:44 manu Exp $
# $NetBSD: NC_WSCONS,v 1.32 2004/11/10 17:54:02 christos Exp $
#
# NC - with wscons
#
@ -87,6 +87,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC_WSCONS,v 1.30 2004/09/04 23:29:44 manu Exp $
# $NetBSD: RPC_WSCONS,v 1.31 2004/11/10 17:54:02 christos Exp $
#
# RPC_WSCONS -- Full RiscPC config with wscons
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
# estimated number of users
maxusers 32
@ -104,6 +104,7 @@ options COMPAT_12 # NetBSD 1.2 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.24 2004/10/23 14:00:50 augustss Exp $
# $NetBSD: P4032,v 1.25 2004/11/10 17:54:02 christos Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.24 $"
#ident "P4032-$Revision: 1.25 $"
maxusers 32
@ -65,6 +65,7 @@ options COMPAT_12
options COMPAT_13
options COMPAT_14
options COMPAT_16
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V-like message queues
options SYSVMSG

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.29 2004/10/23 14:00:50 augustss Exp $
# $NetBSD: P5064,v 1.30 2004/11/10 17:54:02 christos Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.29 $"
#ident "P5064-$Revision: 1.30 $"
maxusers 32
@ -60,6 +60,7 @@ options COMPAT_12
options COMPAT_13
options COMPAT_14
options COMPAT_16
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V-like message queues
options SYSVMSG

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.23 2004/10/23 14:00:50 augustss Exp $
# $NetBSD: P6032,v 1.24 2004/11/10 17:54:02 christos Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.23 $"
#ident "P6032-$Revision: 1.24 $"
maxusers 32
@ -60,6 +60,7 @@ options COMPAT_12
options COMPAT_13
options COMPAT_14
options COMPAT_16
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V-like message queues
options SYSVMSG

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.195 2004/10/23 14:00:50 augustss Exp $
# $NetBSD: ALPHA,v 1.196 2004/11/10 17:54:02 christos 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.195 $"
ident "ALPHA-$Revision: 1.196 $"
maxusers 32
@ -118,6 +118,7 @@ options COMPAT_OSF1
# Linux binary compatibility
options COMPAT_LINUX
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V-like message queues
options SYSVMSG

View File

@ -1,4 +1,4 @@
# $NetBSD: BASIL,v 1.26 2004/10/23 14:00:50 augustss Exp $
# $NetBSD: BASIL,v 1.27 2004/11/10 17:54:02 christos Exp $
#
# basil.shagadelic.org -- thorpej's API UP1000
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "BASIL-$Revision: 1.26 $"
#ident "BASIL-$Revision: 1.27 $"
maxusers 64
@ -79,6 +79,7 @@ options COMPAT_OSF1
# Linux/alpha binary compatibility
options COMPAT_LINUX
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V-like message queues
options SYSVMSG

View File

@ -1,4 +1,4 @@
# $NetBSD: FRAU-FARBISSINA,v 1.31 2004/10/23 14:00:50 augustss Exp $
# $NetBSD: FRAU-FARBISSINA,v 1.32 2004/11/10 17:54:02 christos Exp $
#
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
# box
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "FRAU-FARBISSINA-$Revision: 1.31 $"
#ident "FRAU-FARBISSINA-$Revision: 1.32 $"
maxusers 64
@ -76,6 +76,7 @@ options COMPAT_14
# OSF/1 binary compatibility
options COMPAT_OSF1
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V-like message queues
options SYSVMSG

View File

@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.255 $"
#ident "GENERIC-$Revision: 1.256 $"
maxusers 32
@ -138,6 +138,8 @@ options COMPAT_OSF1
# Linux binary compatibility
options COMPAT_LINUX
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# System V-like message queues
options SYSVMSG
#options SEMMNI=10 # number of semaphore identifiers

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.80 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: INSTALL,v 1.81 2004/11/10 17:54:02 christos Exp $
#
# Alpha INSTALL kernel.
@ -63,6 +63,7 @@ options COMPAT_11
options COMPAT_12
options COMPAT_13
options COMPAT_14
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Misc. options
#options EISAVERBOSE # recognize "unknown" EISA devices

View File

@ -1,4 +1,4 @@
# $NetBSD: RAWHIDE,v 1.19 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: RAWHIDE,v 1.20 2004/11/10 17:54:02 christos Exp $
#
# Alpha 4100 stripped for action server kernel.
#
@ -35,6 +35,8 @@ options COMPAT_43
options COMPAT_12
options COMPAT_13
options COMPAT_14
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVMSG
options SYSVSEM
options SYSVSHM

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.30 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: GENERIC,v 1.31 2004/11/10 17:54:02 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
maxusers 32 # estimated number of users
@ -98,6 +98,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
options COMPAT_NETBSD32
options EXEC_ELF32
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.19 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: INSTALL,v 1.20 2004/11/10 17:54:03 christos Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.19 $"
#ident "INSTALL-$Revision: 1.20 $"
maxusers 32 # estimated number of users
@ -66,6 +66,7 @@ options USERCONF # userconf(4) support
#options COMPAT_NETBSD32
#options EXEC_ELF32
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_ACPI,v 1.11 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: INSTALL_ACPI,v 1.12 2004/11/10 17:54:03 christos Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.11 $"
#ident "INSTALL-$Revision: 1.12 $"
maxusers 32 # estimated number of users
@ -66,6 +66,7 @@ options USERCONF # userconf(4) support
#options COMPAT_NETBSD32
options EXEC_ELF32
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.44 2004/06/26 07:34:43 abs Exp $
# $NetBSD: INSTALL,v 1.45 2004/11/10 17:54:03 christos 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.44 $"
#ident "GENERIC-$Revision: 1.45 $"
makeoptions COPTS="-Os"
@ -120,6 +120,7 @@ options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
options EXEC_AOUT # 32-bit aout executables (NetBSD-1.5.x)
options COMPAT_AOUT_M68K # actually make some system calls work.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.28 2004/09/04 23:29:46 manu Exp $
# $NetBSD: ARCTIC,v 1.29 2004/11/10 17:54:03 christos Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -61,6 +61,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.105 2004/09/04 23:29:46 manu Exp $
# $NetBSD: GENERIC,v 1.106 2004/11/10 17:54:03 christos 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.105 $"
#ident "GENERIC-$Revision: 1.106 $"
maxusers 32 # estimated number of users
@ -89,6 +89,7 @@ options COMPAT_14 # NetBSD 1.4,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
options COMPAT_386BSD_MBRPART # recognize old partition ID
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.26 2004/09/04 23:29:46 manu Exp $
# $NetBSD: M403,v 1.27 2004/11/10 17:54:03 christos Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -54,6 +54,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: MIMORI,v 1.28 2004/09/04 23:29:46 manu Exp $
# $NetBSD: MIMORI,v 1.29 2004/11/10 17:54:03 christos Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -56,6 +56,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
# mipsel specific
#options COMPAT_ULTRIX # Ultrix binary compatibility
#options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: PCCONS,v 1.36 2004/09/04 23:29:46 manu Exp $
# $NetBSD: PCCONS,v 1.37 2004/11/10 17:54:03 christos Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# PCCONS -- generic but pccons rather than wscons
@ -65,6 +65,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.41 2004/09/04 23:29:46 manu Exp $
# $NetBSD: PICA,v 1.42 2004/11/10 17:54:03 christos Exp $
#
# configuration file for ACER PICA system
#
@ -55,6 +55,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.49 2004/09/04 23:29:46 manu Exp $
# $NetBSD: RAMDISK,v 1.50 2004/11/10 17:54:03 christos Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
#
@ -7,7 +7,7 @@ include "arch/arc/conf/std.arc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.49 $"
#ident "GENERIC-$Revision: 1.50 $"
maxusers 32 # estimated number of users
@ -77,6 +77,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
# mipsel specific
#options COMPAT_ULTRIX # Ultrix binary compatibility
#options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC44,v 1.8 2004/09/04 23:29:46 manu Exp $
# $NetBSD: RPC44,v 1.9 2004/11/10 17:54:03 christos 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.8 $"
#ident "GENERIC-$Revision: 1.9 $"
maxusers 32 # estimated number of users
@ -81,6 +81,7 @@ options COMPAT_386BSD_MBRPART # recognize old partition ID
# mipsel specific
options COMPAT_ULTRIX # Ultrix binary compatibility
options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # fast filesystem

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ATARITT,v 1.61 2004/06/28 21:10:08 bouyer Exp $
# $NetBSD: ATARITT,v 1.62 2004/11/10 17:54:03 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -77,6 +77,7 @@ options COMPAT_16 # Compatibility to NetBSD1.6
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVSHM # System V shared memory
options SYSVMSG # System V messages

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BOOT,v 1.57 2004/06/26 07:34:43 abs Exp $
# $NetBSD: BOOT,v 1.58 2004/11/10 17:54:03 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -39,6 +39,8 @@ options COMPAT_15 # Compatibility to NetBSD1.5
options COMPAT_16 # Compatibility to NetBSD1.6
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options EXEC_AOUT # a.out format executables
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options ST_POOL_SIZE=22 # smallest that allows TT-HIGH

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BOOTX,v 1.52 2004/06/26 07:34:43 abs Exp $
# $NetBSD: BOOTX,v 1.53 2004/11/10 17:54:03 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -40,6 +40,7 @@ options COMPAT_16 # Compatibility to NetBSD1.6
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options ST_POOL_SIZE=22 # smallest that allows TT-HIGH

View File

@ -1,5 +1,5 @@
#
# $NetBSD: FALCON,v 1.62 2004/06/28 21:10:09 bouyer Exp $
# $NetBSD: FALCON,v 1.63 2004/11/10 17:54:03 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -75,6 +75,7 @@ options COMPAT_16 # Compatibility to NetBSD1.6
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVSHM # System V shared memory
options SYSVMSG # System V messages

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.40 2004/09/04 23:29:46 manu Exp $
# $NetBSD: GENERIC.in,v 1.41 2004/11/10 17:54:03 christos Exp $
#
# Generic atari
#
@ -155,6 +155,7 @@ options COMPAT_16 # Compatibility to NetBSD1.6
#endif
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#ifndef INSTALL_KERNEL
#

View File

@ -1,5 +1,5 @@
#
# $NetBSD: HADES,v 1.53 2004/06/28 21:10:09 bouyer Exp $
# $NetBSD: HADES,v 1.54 2004/11/10 17:54:03 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -77,6 +77,7 @@ options COMPAT_16 # Compatibility to NetBSD1.6
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVSHM # System V shared memory
options SYSVMSG # System V messages

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-ISAIDE,v 1.29 2004/06/28 21:10:09 bouyer Exp $
# $NetBSD: MILAN-ISAIDE,v 1.30 2004/11/10 17:54:03 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -77,6 +77,7 @@ options COMPAT_16 # Compatibility to NetBSD1.6
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVSHM # System V shared memory
options SYSVMSG # System V messages

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-PCIIDE,v 1.32 2004/06/28 21:10:09 bouyer Exp $
# $NetBSD: MILAN-PCIIDE,v 1.33 2004/11/10 17:54:03 christos Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -77,6 +77,7 @@ options COMPAT_16 # Compatibility to NetBSD1.6
options COMPAT_AOUT_M68K # Compatibility to a.out executables
options EXEC_AOUT # a.out format executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SYSVSHM # System V shared memory
options SYSVMSG # System V messages

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.74 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: GENERIC,v 1.75 2004/11/10 17:54:03 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.74 $"
#ident "GENERIC-$Revision: 1.75 $"
maxusers 32
@ -57,6 +57,7 @@ options COMPAT_13
options COMPAT_14
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_LINUX # Linux binary compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
file-system FFS
file-system MFS

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.27 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: INSTALL,v 1.28 2004/11/10 17:54:03 christos Exp $
#
# First try for BEBOX config file
#
@ -42,7 +42,8 @@ options COMPAT_10
options COMPAT_12
options COMPAT_13
options COMPAT_14
options COMPAT_386BSD_MBRPART # recognize old partition ID
options COMPAT_386BSD_MBRPART # recognize old partition ID
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.69 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: GENERIC,v 1.70 2004/11/10 17:54:03 christos Exp $
#
# GENERIC machine description file
#
@ -129,6 +129,7 @@ options COMPAT_13 # NetBSD 1.3 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.40 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: INSTALL,v 1.41 2004/11/10 17:54:03 christos Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -92,6 +92,7 @@ options COMPAT_13 # NetBSD 1.3 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.27 2004/09/04 23:29:46 manu Exp $
# $NetBSD: GENERIC,v 1.28 2004/11/10 17:54:04 christos Exp $
#
# GENERIC machine description file
#
@ -62,6 +62,7 @@ options SYSTRACE # system call vetting via systrace(1)
#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options LKM # Loadable kernel modules
options COMPAT_SUNOS
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystems
#file-system FFS # fast filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.62 2004/09/04 23:29:46 manu Exp $
# $NetBSD: GENERIC,v 1.63 2004/11/10 17:54:04 christos 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.62 $"
#ident "GENERIC-$Revision: 1.63 $"
maxusers 32
@ -68,6 +68,7 @@ options COMPAT_16 # NetBSD 1.6 binary compatibility
#options EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # Berkeley Fast Filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.45 2004/09/04 23:29:46 manu Exp $
# $NetBSD: GENERIC,v 1.46 2004/11/10 17:54:04 christos Exp $
#
# GENERIC machine description file
#
@ -64,6 +64,7 @@ options SYMTAB_SPACE=204800
# Compatibility options
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_COFF # COFF executables

View File

@ -1,4 +1,4 @@
# $NetBSD: ADI_BRH,v 1.20 2004/09/04 23:29:46 manu Exp $
# $NetBSD: ADI_BRH,v 1.21 2004/11/10 17:54:04 christos Exp $
#
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
#
@ -88,6 +88,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR,v 1.30 2004/09/04 23:29:46 manu Exp $
# $NetBSD: INTEGRATOR,v 1.31 2004/11/10 17:54:04 christos Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@ -91,6 +91,7 @@ options COMPAT_15 # NetBSD 1.5 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ31244,v 1.16 2004/09/04 23:29:46 manu Exp $
# $NetBSD: IQ31244,v 1.17 2004/11/10 17:54:04 christos Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@ -88,6 +88,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80310,v 1.38 2004/09/04 23:29:46 manu Exp $
# $NetBSD: IQ80310,v 1.39 2004/11/10 17:54:04 christos Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@ -88,6 +88,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80321,v 1.33 2004/09/04 23:29:46 manu Exp $
# $NetBSD: IQ80321,v 1.34 2004/11/10 17:54:04 christos Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@ -88,6 +88,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: IXDP425,v 1.6 2004/09/04 23:29:46 manu Exp $
# $NetBSD: IXDP425,v 1.7 2004/11/10 17:54:04 christos Exp $
#
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
#
@ -92,6 +92,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: IXM1200,v 1.10 2004/09/04 23:29:46 manu Exp $
# $NetBSD: IXM1200,v 1.11 2004/11/10 17:54:04 christos Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@ -87,6 +87,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -86,6 +86,7 @@ options COMPAT_16 # NetBSD 1.6 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: NAPPI,v 1.12 2004/09/04 23:29:47 manu Exp $
# $NetBSD: NAPPI,v 1.13 2004/11/10 17:54:04 christos Exp $
#
# NAPPI -- Netwise APlication Platform Board Kernel
#
@ -87,6 +87,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.12 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: SMDK2410,v 1.13 2004/11/10 17:54:04 christos Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -106,6 +106,7 @@ options COMPAT_16 # NetBSD 1.6 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2800,v 1.16 2004/09/04 23:29:47 manu Exp $
# $NetBSD: SMDK2800,v 1.17 2004/11/10 17:54:04 christos Exp $
#
# SMDK2800 -- Samsung's S3C2800 evaluation board.
#
@ -95,6 +95,7 @@ options COMPAT_16 # NetBSD 1.6 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR,v 1.35 2004/09/04 23:29:47 manu Exp $
# $NetBSD: TEAMASA_NPWR,v 1.36 2004/11/10 17:54:04 christos Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@ -91,6 +91,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR_FC,v 1.3 2004/09/04 23:29:47 manu Exp $
# $NetBSD: TEAMASA_NPWR_FC,v 1.4 2004/11/10 17:54:04 christos Exp $
#
# TeamASA NPWR-FC, i80321-based SBC
#
@ -89,6 +89,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: ZAO425,v 1.14 2004/09/04 23:29:47 manu Exp $
# $NetBSD: ZAO425,v 1.15 2004/11/10 17:54:04 christos Exp $
#
# ZAO425 -- Intel IXP425
#
@ -92,6 +92,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,10 +1,10 @@
# $NetBSD: MALTA,v 1.22 2004/09/04 23:29:47 manu Exp $
# $NetBSD: MALTA,v 1.23 2004/11/10 17:54:04 christos Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MALTA-$Revision: 1.22 $"
#ident "MALTA-$Revision: 1.23 $"
maxusers 32
@ -51,6 +51,7 @@ options SYMTAB_SPACE=140000 # size for embedded symbol table
options COMPAT_16 # NetBSD 1.6 binary compatibility
#options EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # Berkeley Fast Filesystem

View File

@ -1,11 +1,11 @@
# $NetBSD: PB1000,v 1.12 2004/09/04 23:29:47 manu Exp $
# $NetBSD: PB1000,v 1.13 2004/11/10 17:54:04 christos Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.pb1000"
#ident "PB1000-$Revision: 1.12 $"
#ident "PB1000-$Revision: 1.13 $"
maxusers 32
@ -52,6 +52,7 @@ options SYMTAB_SPACE=180000 # size for embedded symbol table
options COMPAT_16 # NetBSD 1.6 binary compatibility
#options EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # Berkeley Fast Filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: EV64260,v 1.14 2004/09/04 23:29:47 manu Exp $
# $NetBSD: EV64260,v 1.15 2004/11/10 17:54:04 christos Exp $
#
# MVP -- Motorola's Multiprocessing Verification Platform
#
@ -73,6 +73,7 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS266,v 1.10 2004/09/04 23:29:47 manu Exp $
# $NetBSD: OPENBLOCKS266,v 1.11 2004/11/10 17:54:04 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -57,6 +57,7 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.13 2004/09/04 23:29:47 manu Exp $
# $NetBSD: WALNUT,v 1.14 2004/11/10 17:54:04 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -57,6 +57,7 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: COMPUTEX7750,v 1.21 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: COMPUTEX7750,v 1.22 2004/11/10 17:54:04 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -49,6 +49,7 @@ options USERCONF # userconf(4) support
# Compatibility options
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_COFF # COFF executables

View File

@ -1,4 +1,4 @@
# $NetBSD: COMPUTEXEVB,v 1.23 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: COMPUTEXEVB,v 1.24 2004/11/10 17:54:04 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -47,6 +47,7 @@ options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_COFF # 32-bit COFF executables (sh-compiler)

View File

@ -1,4 +1,4 @@
# $NetBSD: CQREEKSH3,v 1.24 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: CQREEKSH3,v 1.25 2004/11/10 17:54:04 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -46,6 +46,7 @@ options USERCONF # userconf(4) support
# Compatibility options
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_COFF # 32-bit COFF executables (sh-compiler)

View File

@ -1,4 +1,4 @@
# $NetBSD: KZSH401,v 1.21 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: KZSH401,v 1.22 2004/11/10 17:54:04 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -45,6 +45,7 @@ options LED_ADDR=0xa8000000
options HZ=64 # clock interrupt generates every 1/HZ sec
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.106 2004/09/04 23:29:47 manu Exp $
# $NetBSD: GENERIC,v 1.107 2004/11/10 17:54:04 christos 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.106 $"
#ident "GENERIC-$Revision: 1.107 $"
maxusers 32 # estimated number of users
@ -96,6 +96,7 @@ options COMPAT_M68K4K # NetBSD/m68k4k binary compatibility
options COMPAT_SUNOS # SunOS4 m68k binary compatibility
options COMPAT_LINUX # Linux/m68k binary compatibility
options COMPAT_SVR4 # SVR4 binary compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystems
file-system CD9660 # CD-ROM ISO-9660 filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.18 2004/09/04 23:29:47 manu Exp $
# $NetBSD: INSTALL,v 1.19 2004/11/10 17:54:04 christos Exp $
#
# INSTALL machine description file
#
@ -55,6 +55,7 @@ maxusers 32
#options COMPAT_16 # compatibility with NetBSD 1.6
#options COMPAT_20 # compatibility with NetBSD 2.0
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#options SYSVSHM # System V-style shared memory
#options SYSVSEM # System V-style semaphores
#options SEMMNI=10 # number of semaphore identifiers

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.32 2004/09/19 23:03:34 chs Exp $
# $NetBSD: GENERIC,v 1.33 2004/11/10 17:54:04 christos Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.32 $"
#ident "GENERIC-$Revision: 1.33 $"
maxusers 32 # estimated number of users
@ -87,6 +87,7 @@ options COMPAT_43 # and 4.3BSD
#options COMPAT_HPUX # HP-UX binary compatibility
#options COMPAT_OSF1 # OSF1 binary compatibility
#options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: IPAQ,v 1.30 2004/09/04 23:29:47 manu Exp $
# $NetBSD: IPAQ,v 1.31 2004/11/10 17:54:04 christos Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@ -84,6 +84,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA720,v 1.36 2004/09/04 23:29:47 manu Exp $
# $NetBSD: JORNADA720,v 1.37 2004/11/10 17:54:04 christos Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.36 $"
#ident "GENERIC-$Revision: 1.37 $"
# estimated number of users
maxusers 32
@ -86,6 +86,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility.
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.159 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: GENERIC,v 1.160 2004/11/10 17:54:04 christos Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.159 $"
#ident "GENERIC-$Revision: 1.160 $"
maxusers 16
@ -124,6 +124,7 @@ options INET6 # IPV6
# NetBSD backwards compatibility
options COMPAT_43
options COMPAT_16
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options LKM # loadable kernel modules

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LCARD,v 1.3 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: LCARD,v 1.4 2004/11/10 17:54:04 christos Exp $
#
include "arch/hpcmips/conf/std.lcard"
@ -32,6 +32,7 @@ options DUMP_GIU_LEVEL2_INTR # Debugging use
file-system FFS # fast filesystem with user and group quotas
options COMPAT_386BSD_MBRPART # recognize old partition ID
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options INET # IP + ICMP + TCP + UDP

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LROUTER,v 1.20 2004/09/04 23:29:48 manu Exp $
# $NetBSD: LROUTER,v 1.21 2004/11/10 17:54:04 christos Exp $
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
@ -95,6 +95,7 @@ options INET6 # IPV6
# NetBSD backwards compatibility
options COMPAT_43
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options NFS_BOOT_DHCP

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.29 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: MPC303,v 1.30 2004/11/10 17:54:04 christos Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.29 $"
#ident "GENERIC-$Revision: 1.30 $"
maxusers 16
@ -92,6 +92,7 @@ options INET6 # IPV6
# NetBSD backwards compatibility
options COMPAT_43
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#options NFS_BOOT_DHCP
#options NFS_BOOT_BOOTP

View File

@ -1,5 +1,5 @@
#
# $NetBSD: NULLCONF,v 1.19 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: NULLCONF,v 1.20 2004/11/10 17:54:04 christos Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -24,6 +24,7 @@ makeoptions DEFWARNINGS="no" # override DEFWARNINGS?=yes
file-system FFS # fast filesystem with user and group quotas
options COMPAT_386BSD_MBRPART # recognize old partition ID
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# compile options
#makeoptions DEFGP="-G 18"

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.54 2004/09/04 23:29:48 manu Exp $
# $NetBSD: TX3912,v 1.55 2004/11/10 17:54:04 christos Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -47,6 +47,7 @@ options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
options COMPAT_43
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options SCSIVERBOSE # human readable SCSI error messages
options PCMCIAVERBOSE # verbose PCMCIA configuration messages

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.59 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: TX3922,v 1.60 2004/11/10 17:54:04 christos Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -34,6 +34,7 @@ options MSGBUFSIZE=65534
options SERIALCONSSLOT=0 # UARTA 0, UARTB 1
options COMPAT_43
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#options SCSIVERBOSE # human readable SCSI error messages
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.21 2004/10/23 14:00:51 augustss Exp $
# $NetBSD: VR41XX,v 1.22 2004/11/10 17:54:04 christos Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.21 $"
#ident "GENERIC-$Revision: 1.22 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -105,6 +105,7 @@ options INET6 # IPV6
# NetBSD backwards compatibility
options COMPAT_43
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options NFS_BOOT_DHCP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.42 2004/09/06 23:32:59 uwe Exp $
# $NetBSD: GENERIC,v 1.43 2004/11/10 17:54:04 christos Exp $
#
# GENERIC machine description file
#
@ -106,6 +106,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
#options BSDDISKLABEL_EI # endian independent disklabel support
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_COFF # 32-bit COFF executables

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.639 2004/11/10 17:25:21 christos Exp $
# $NetBSD: GENERIC,v 1.640 2004/11/10 17:54:05 christos 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.639 $"
#ident "GENERIC-$Revision: 1.640 $"
maxusers 32 # estimated number of users
@ -140,7 +140,6 @@ options COMPAT_FREEBSD # binary compatibility with FreeBSD
#options EXEC_MACHO # exec MACH-O binaries
#options COMPAT_PECOFF # kernel support to run Win32 apps
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.8 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: GENERIC,v 1.9 2004/11/10 17:54:05 christos Exp $
#
#
@ -27,6 +27,7 @@ maxusers 8
#options COMPAT_14 # NetBSD 1.4,
options COMPAT_16 # NetBSD 1.6,
#options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.2 2004/10/23 14:00:52 augustss Exp $
# $NetBSD: GENERIC,v 1.3 2004/11/10 17:54:05 christos Exp $
#
# GENERIC -- Generic kernel
#
@ -97,6 +97,7 @@ options COMPAT_20 # NetBSD 2.0
#options COMPAT_10 # NetBSD 1.0 compatibility.
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.49 2004/09/04 23:29:50 manu Exp $
# $NetBSD: GENERIC,v 1.50 2004/11/10 17:54:05 christos 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.49 $"
#ident "GENERIC-$Revision: 1.50 $"
maxusers 8
@ -74,6 +74,7 @@ options COMPAT_16 # NetBSD 1.6 binary compatibility
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
options EXEC_AOUT # support for a.out executables
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
file-system FFS # ufs file system

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.28 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: INSTALL,v 1.29 2004/11/10 17:54:05 christos Exp $
#
# INSTALL
@ -49,6 +49,7 @@ options COMPAT_14 # NetBSD 1.4,
options COMPAT_15 # NetBSD 1.5,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALLSBC,v 1.19 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: INSTALLSBC,v 1.20 2004/11/10 17:54:05 christos Exp $
#
# INSTALLSBC
@ -49,6 +49,7 @@ options COMPAT_14 # NetBSD 1.4,
options COMPAT_15 # NetBSD 1.5,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.182 2004/10/23 14:00:52 augustss Exp $
# $NetBSD: GENERIC,v 1.183 2004/11/10 17:54:05 christos 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.182 $"
#ident "GENERIC-$Revision: 1.183 $"
maxusers 32
@ -84,6 +84,7 @@ options COMPAT_LINUX # Linux binary compatibility
#options DEBUG_DARWIN # COMPAT_DARWIN debugging
#options DEBUG_MACH # COMPAT_MACH debugging
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.78 2004/10/21 21:53:58 wrstuden Exp $
# $NetBSD: INSTALL,v 1.79 2004/11/10 17:54:05 christos Exp $
#
# config file for INSTALL FLOPPY
#
@ -29,6 +29,7 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
options COMPAT_14 # NetBSD 1.4,
options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: POWERMAC,v 1.40 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: POWERMAC,v 1.41 2004/11/10 17:54:05 christos Exp $
#
# POWERMAC config file
#
@ -29,6 +29,7 @@ options TRAP_PANICWAIT
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
options COMPAT_43 # and 4.3BSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.38 2004/09/04 23:29:50 manu Exp $
# $NetBSD: GENERIC,v 1.39 2004/11/10 17:54:05 christos Exp $
#
# GENERIC machine description file
#
@ -72,6 +72,7 @@ options COMPAT_16 # NetBSD 1.6 binary compatibility
#options EXEC_AOUT # exec a.out binaries
#options EXEC_ECOFF # exec ecoff binaries
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
file-system FFS # Berkeley Fast Filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.13 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: INSTALL,v 1.14 2004/11/10 17:54:05 christos Exp $
#
include "arch/mipsco/conf/std.mipsco"
@ -35,6 +35,7 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
#options EXEC_AOUT # exec a.out binaries
#options EXEC_ECOFF # exec ecoff binaries
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
file-system FFS # Berkeley Fast Filesystem

View File

@ -1,5 +1,5 @@
#
# $NetBSD: RC3230,v 1.17 2004/09/04 23:29:50 manu Exp $
# $NetBSD: RC3230,v 1.18 2004/11/10 17:54:05 christos Exp $
#
include "arch/mipsco/conf/std.mipsco"
@ -45,6 +45,7 @@ options COMPAT_16 # NetBSD 1.6 binary compatibility
#options EXEC_AOUT # exec a.out binaries
#options EXEC_ECOFF # exec ecoff binaries
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
file-system FFS # Berkeley Fast Filesystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.59 2004/09/04 23:29:50 manu Exp $
# $NetBSD: GENERIC,v 1.60 2004/11/10 17:54:05 christos 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.59 $"
#ident "GENERIC-$Revision: 1.60 $"
maxusers 16 # estimated number of users
@ -73,6 +73,7 @@ options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options BSDDISKLABEL_EI # endian independent disklabel support
options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_COFF # COFF executables

View File

@ -1,4 +1,4 @@
# $NetBSD: MMEYE,v 1.23 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: MMEYE,v 1.24 2004/11/10 17:54:05 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -42,6 +42,7 @@ options COMPAT_14 # NetBSD 1.4,
options COMPAT_43 # and 4.3BSD
options BSDDISKLABEL_EI # endian independent disklabel support
options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_COFF # COFF executables

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTA,v 1.24 2004/09/04 23:29:50 manu Exp $
# $NetBSD: MMTA,v 1.25 2004/11/10 17:54:05 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -54,6 +54,7 @@ options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options BSDDISKLABEL_EI # endian independent disklabel support
options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAICE,v 1.25 2004/09/04 23:29:50 manu Exp $
# $NetBSD: MMTAICE,v 1.26 2004/11/10 17:54:05 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -85,6 +85,7 @@ options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options BSDDISKLABEL_EI # endian independent disklabel support
options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAROMNEW,v 1.25 2004/09/04 23:29:50 manu Exp $
# $NetBSD: MMTAROMNEW,v 1.26 2004/11/10 17:54:05 christos Exp $
#
# GENERIC -- everything that's currently supported
#
@ -64,6 +64,7 @@ options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options BSDDISKLABEL_EI # endian independent disklabel support
options COMPAT_MMEYE_OLDLABEL # old mmeye's disklabel support
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Executable format options
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)

Some files were not shown because too many files have changed in this diff Show More