Add COMPAT_11 option.

This commit is contained in:
perry 1996-03-25 05:45:08 +00:00
parent b329936803
commit 3a7ebace87
15 changed files with 30 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: BOAT_ANCHOR,v 1.60 1996/03/18 01:46:40 jtk Exp $
# $NetBSD: BOAT_ANCHOR,v 1.61 1996/03/25 05:45:08 perry Exp $
#
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
#
@ -39,6 +39,7 @@ options KTRACE # system call tracing, a la ktrace(1)
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.22 1996/03/18 01:46:38 jtk Exp $
# $NetBSD: DISKLESS,v 1.23 1996/03/25 05:45:14 perry Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -41,6 +41,7 @@ options SYSVSHM # System V-like memory sharing
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.37 1996/03/18 01:46:37 jtk Exp $
# $NetBSD: GENERIC,v 1.38 1996/03/25 05:45:18 perry Exp $
#
# GENERIC -- everything that's currently supported
#
@ -41,6 +41,7 @@ options SYSVSHM # System V-like memory sharing
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICADP,v 1.14 1996/03/18 01:46:35 jtk Exp $
# $NetBSD: GENERICADP,v 1.15 1996/03/25 05:45:23 perry Exp $
#
# GENERICADP -- everything that's currently supported, except non-
# Adaptec SCSI controllers.
@ -42,6 +42,7 @@ options SYSVSHM # System V-like memory sharing
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICOTHER,v 1.13 1996/03/18 01:46:34 jtk Exp $
# $NetBSD: GENERICOTHER,v 1.14 1996/03/25 05:45:25 perry Exp $
#
# GENERICOTHER -- everything that's currently supported, except
# Adaptec SCSI controllers.
@ -42,6 +42,7 @@ options SYSVSHM # System V-like memory sharing
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTADP,v 1.10 1996/03/12 01:32:51 perry Exp $
# $NetBSD: INSTADP,v 1.11 1996/03/25 05:45:28 perry Exp $
#
# INSTADP -- like GENERICADP. This supports only Adaptec SCSI
# adapters. This kernel is GENERICADP with lines
@ -33,6 +33,7 @@ options DEVPAGER # mmap() of devices
#makeoptions DEBUG="-g" # compile full symbol table
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.9 1996/03/12 01:32:52 perry Exp $
# $NetBSD: INSTALL,v 1.10 1996/03/25 05:45:31 perry Exp $
#
# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI
# adapters. This kernel is GENERICOTHER with lines
@ -33,6 +33,7 @@ options DEVPAGER # mmap() of devices
#makeoptions DEBUG="-g" # compile full symbol table
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTOTHER,v 1.9 1996/03/12 01:32:52 perry Exp $
# $NetBSD: INSTOTHER,v 1.10 1996/03/25 05:45:31 perry Exp $
#
# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI
# adapters. This kernel is GENERICOTHER with lines
@ -33,6 +33,7 @@ options DEVPAGER # mmap() of devices
#makeoptions DEBUG="-g" # compile full symbol table
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options LKM # loadable kernel modules

View File

@ -1,4 +1,4 @@
# $NetBSD: JUNK,v 1.5 1996/03/05 01:32:21 thorpej Exp $
# $NetBSD: JUNK,v 1.6 1996/03/25 05:45:34 perry Exp $
#
# JUNK -- Adam's Compaq SLT 386/20
#
@ -30,6 +30,7 @@ options KTRACE # system call tracing, a la ktrace(1)
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: KICKME,v 1.29 1996/03/05 01:32:23 thorpej Exp $
# $NetBSD: KICKME,v 1.30 1996/03/25 05:45:38 perry Exp $
#
# KICKME -- 486Cx-33 development machine
#
@ -34,6 +34,7 @@ options KTRACE # system call tracing, a la ktrace(1)
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: PAIN,v 1.64 1996/03/18 01:46:33 jtk Exp $
# $NetBSD: PAIN,v 1.65 1996/03/25 05:45:41 perry Exp $
#
# PAIN -- mail server and test machine
#
@ -39,6 +39,7 @@ options SYSVSHM # System V-like memory sharing
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: PATEK,v 1.35 1996/03/18 01:46:31 jtk Exp $
# $NetBSD: PATEK,v 1.36 1996/03/25 05:45:43 perry Exp $
#
# PATEK -- Mycroft's 486 test box
#
@ -39,6 +39,7 @@ options SYSVSHM # System V-like memory sharing
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: SUN_LAMP,v 1.69 1996/03/16 06:09:10 thorpej Exp $
# $NetBSD: SUN_LAMP,v 1.70 1996/03/25 05:45:46 perry Exp $
#
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
#
@ -39,6 +39,7 @@ options KTRACE # system call tracing, a la ktrace(1)
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: TDR,v 1.63 1996/03/18 01:46:29 jtk Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
#
@ -39,6 +39,7 @@ options KTRACE # system call tracing, a la ktrace(1)
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD

View File

@ -1,4 +1,4 @@
# $NetBSD: TRINITY,v 1.68 1996/03/18 01:46:23 jtk Exp $
# $NetBSD: TRINITY,v 1.69 1996/03/25 05:45:54 perry Exp $
#
# TRINITY -- Mycroft's 386 box
#
@ -40,6 +40,7 @@ options SYSVSHM # System V-like memory sharing
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD