do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus...
authorderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 06:44:45 +0000 (06:44 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 06:44:45 +0000 (06:44 +0000)
71 files changed:
sys/arch/alpha/conf/ALPHA
sys/arch/alpha/conf/BUNNY
sys/arch/alpha/conf/GENERIC
sys/arch/alpha/conf/JURA
sys/arch/alpha/conf/NOSY
sys/arch/alpha/conf/OPAL
sys/arch/amiga/conf/A3000
sys/arch/amiga/conf/COFFEE
sys/arch/amiga/conf/CRASH
sys/arch/amiga/conf/DRACO
sys/arch/amiga/conf/FILIPPA
sys/arch/amiga/conf/INSTALL
sys/arch/arc/conf/GENERIC
sys/arch/arc/conf/PICA
sys/arch/arm32/conf/BETA
sys/arch/arm32/conf/CLAIRE
sys/arch/arm32/conf/GENERIC
sys/arch/arm32/conf/PHARM
sys/arch/arm32/conf/REMY
sys/arch/arm32/conf/VOYAGER
sys/arch/atari/conf/ATARITT
sys/arch/atari/conf/BOOT
sys/arch/atari/conf/FALCON
sys/arch/atari/conf/GENERIC
sys/arch/hp300/conf/DISKLESS
sys/arch/hp300/conf/GENERIC
sys/arch/i386/conf/ALL
sys/arch/i386/conf/BABY
sys/arch/i386/conf/DISKLESS
sys/arch/i386/conf/GANDALF
sys/arch/i386/conf/HELIOS_PCMCIA
sys/arch/i386/conf/INST
sys/arch/i386/conf/LAP
sys/arch/i386/conf/NETTAN
sys/arch/i386/conf/OPRAH
sys/arch/i386/conf/PCMCIA
sys/arch/i386/conf/SPARE-PARTS
sys/arch/i386/conf/TDR
sys/arch/i386/conf/THREADWAY
sys/arch/i386/conf/WALDORF
sys/arch/mac68k/conf/GENERIC
sys/arch/mac68k/conf/OCELOT
sys/arch/mac68k/conf/PUMA
sys/arch/mac68k/conf/RAMDISK
sys/arch/mac68k/conf/SPOT
sys/arch/mvme68k/conf/MVME147
sys/arch/mvme68k/conf/MVME162
sys/arch/mvme68k/conf/MVME167
sys/arch/mvme88k/conf/GENERIC
sys/arch/mvme88k/conf/MYBOX
sys/arch/pc532/conf/DEFAULT
sys/arch/pc532/conf/INSTALL
sys/arch/pc532/conf/KLONDIKE
sys/arch/pc532/conf/STEELHEAD
sys/arch/pmax/conf/GENERIC
sys/arch/pmax/conf/MINIROOT
sys/arch/pmax/conf/NEWCONF
sys/arch/sparc/conf/SUN4
sys/arch/sparc/conf/SUN4C
sys/arch/sparc/conf/SUN4M
sys/arch/sun3/conf/DISKLESS
sys/arch/sun3/conf/FOUR_TTYS
sys/arch/sun3/conf/GENERIC
sys/arch/sun3/conf/RAMDISK
sys/arch/sun3/conf/SMD_TEST
sys/arch/vax/conf/EVERYTHING
sys/arch/vax/conf/GENERIC
sys/conf/GENERIC
sys/conf/files
sys/conf/files.oldconf
sys/vm/vm_pager.c

index 55b48c9..084b89e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ALPHA,v 1.6 1996/07/29 20:01:22 niklas Exp $
+#      $OpenBSD: ALPHA,v 1.7 1996/09/20 06:44:49 deraadt Exp $
 #      $NetBSD: ALPHA,v 1.14.4.4 1996/06/13 19:21:59 cgd Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
@@ -20,7 +20,7 @@ options               TIMEZONE="5*60"         # Minutes west of GMT (for param.c)
 options                DST=1                   # Daylight savings rules (for param.c)
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+options                SWAPPAGER, DEVPAGER     # Paging (mandatory)
 options                DEBUG, DIAGNOSTIC       # Extra kernel debugging
 options                KTRACE                  # System call tracing support
 
index bb141de..88803ee 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: BUNNY,v 1.5 1996/07/29 20:01:23 niklas Exp $
+#      $OpenBSD: BUNNY,v 1.6 1996/09/20 06:44:50 deraadt Exp $
 #      $NetBSD: BUNNY,v 1.5.4.1 1996/06/13 19:22:03 cgd Exp $
 #
 # Kernel for bunnahabhain.pdl.cs.cmu.edu.
@@ -21,7 +21,7 @@ options               TIMEZONE="5*60"         # Minutes west of GMT (for param.c)
 options                DST=1                   # Daylight savings rules (for param.c)
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+options                SWAPPAGER, DEVPAGER     # Paging (mandatory)
 options                DEBUG, DIAGNOSTIC       # Extra kernel debugging
 options                KTRACE                  # System call tracing support
 
index c623c26..801a4e0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.7 1996/07/29 20:01:23 niklas Exp $
+#      $OpenBSD: GENERIC,v 1.8 1996/09/20 06:44:50 deraadt Exp $
 #      $NetBSD: GENERIC,v 1.15.4.3 1996/06/13 19:22:07 cgd Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
@@ -20,7 +20,7 @@ options               TIMEZONE="5*60"         # Minutes west of GMT (for param.c)
 options                DST=1                   # Daylight savings rules (for param.c)
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+options                SWAPPAGER, DEVPAGER     # Paging (mandatory)
 options                DEBUG, DIAGNOSTIC       # Extra kernel debugging
 options                KTRACE                  # System call tracing support
 
index e9f5bbe..de3ab57 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: JURA,v 1.5 1996/07/29 20:01:24 niklas Exp $
+#      $OpenBSD: JURA,v 1.6 1996/09/20 06:44:51 deraadt Exp $
 #      $NetBSD: JURA,v 1.6.4.1 1996/06/13 19:22:10 cgd Exp $
 #
 # Kernel for jura.pdl.cs.cmu.edu.
@@ -19,7 +19,7 @@ options               TIMEZONE="5*60"         # Minutes west of GMT (for param.c)
 options                DST=1                   # Daylight savings rules (for param.c)
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+options                SWAPPAGER, DEVPAGER     # Paging (mandatory)
 options                DEBUG, DIAGNOSTIC       # Extra kernel debugging
 options                KTRACE                  # System call tracing support
 
index 8c802a2..5fddc1c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: NOSY,v 1.3 1996/07/29 20:01:26 niklas Exp $
+#      $OpenBSD: NOSY,v 1.4 1996/09/20 06:44:51 deraadt Exp $
 #      $NetBSD: NOSY,v 1.5.4.2 1996/06/13 19:22:15 cgd Exp $
 #
 # Jason's DEC 3000/400 in the lab...
@@ -16,7 +16,7 @@ options               TIMEZONE="8*60"         # Minutes west of GMT (for param.c)
 options                DST=1                   # Daylight savings rules (for param.c)
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+options                SWAPPAGER, DEVPAGER     # Paging (mandatory)
 options                DEBUG, DIAGNOSTIC       # Extra kernel debugging
 options                KTRACE                  # System call tracing support
 
index 09f6223..af1be26 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: OPAL,v 1.2 1996/08/23 11:51:57 niklas Exp $
+#      $OpenBSD: OPAL,v 1.3 1996/09/20 06:44:52 deraadt Exp $
 #
 # OPAL, kernel for a DEC Multia at Applitron
 
@@ -14,7 +14,7 @@ option                TIMEZONE="-1*60"        # Minutes west of GMT (for param.c)
 option         DST=1                   # Daylight savings rules (for param.c)
 
 # Standard system options
-option         SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
+option         SWAPPAGER, DEVPAGER     # Paging (mandatory)
 option         DEBUG, DIAGNOSTIC       # Extra kernel debugging
 option         KTRACE                  # System call tracing support
 #option                DDB                     # Kernel debugger (not yet supported)
index 4409180..5b9ec88 100644 (file)
@@ -40,7 +40,6 @@ options               NULLFS          # Loopback filesystem
 options                FIFO            # FIFO operations on vnodes
 
 options                SWAPPAGER       # Pager for swap device
-options                VNODEPAGER      # Pager for vnodes
 options                DEVPAGER        # Pager
 
 #
index 5037018..2c07b9f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: COFFEE,v 1.5 1996/08/31 02:08:57 deraadt Exp $
+#      $OpenBSD: COFFEE,v 1.6 1996/09/20 06:44:53 deraadt Exp $
 #      $NetBSD: COFFEE,v 1.12 1995/10/09 02:08:35 chopps Exp $
 
 #
@@ -22,7 +22,6 @@ option                "M68020"        # support for 020/851
 option         FPCOPROC        # Support for MC6888[12] (Required)
 
 option         SWAPPAGER       # Pager for processes (Required)
-option         VNODEPAGER      # Pager for vnodes (Required)
 option         DEVPAGER        # Pager for devices (Required)
 
 #
index 8c6cd89..4c46af9 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: CRASH,v 1.3 1996/08/31 02:08:58 deraadt Exp $
+#      $OpenBSD: CRASH,v 1.4 1996/09/20 06:44:54 deraadt Exp $
 #      $NetBSD: GENERIC,v 1.56 1996/04/30 17:40:34 is Exp $
 
 #
@@ -24,7 +24,6 @@ options               "M68020"        # support for 020/851
 options                FPCOPROC        # Support for MC6888[12] (Required)
 
 options                SWAPPAGER       # Pager for processes (Required)
-options                VNODEPAGER      # Pager for vnodes (Required)
 options                DEVPAGER        # Pager for devices (Required)
 
 #
index 01b8e4f..1877e69 100644 (file)
@@ -28,7 +28,6 @@ option                FPCOPROC        # Support for MC6888[12] (Required)
 #
 
 option         SWAPPAGER       # Pager for processes (Required)
-option         VNODEPAGER      # Pager for vnodes (Required)
 option         DEVPAGER        # Pager for devices (Required)
 
 #
index 2492f5e..51d7184 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: FILIPPA,v 1.9 1996/09/04 22:51:33 niklas Exp $
+#      $OpenBSD: FILIPPA,v 1.10 1996/09/20 06:44:55 deraadt Exp $
 
 #
 # Niklas' AMIGA with ISA support
@@ -19,7 +19,6 @@ option                FPSP            # MC68040 floating point support
 option         FPCOPROC        # Support for MC6888[12] (Required)
 
 option         SWAPPAGER       # Pager for processes (Required)
-option         VNODEPAGER      # Pager for vnodes (Required)
 option         DEVPAGER        # Pager for devices (Required)
 
 #
index a7ebf2a..2431bf4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: INSTALL,v 1.4 1996/08/31 02:09:00 deraadt Exp $
+#      $OpenBSD: INSTALL,v 1.5 1996/09/20 06:44:55 deraadt Exp $
 #      $NetBSD: INSTALL,v 1.2.2.1 1996/05/30 21:25:49 is Exp $
 
 #
@@ -33,7 +33,6 @@ option                DRACO
 #
 
 option         SWAPPAGER       # Pager for processes (Required)
-option         VNODEPAGER      # Pager for vnodes (Required)
 option         DEVPAGER        # Pager for devices (Required)
 
 #
index 340d023..7488bf4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.5 1996/09/15 09:46:07 pefo Exp $
+#      $OpenBSD: GENERIC,v 1.6 1996/09/20 06:44:56 deraadt Exp $
 #
 #      Generic configuration file for MIPS R4x00 ARC Systems
 #
@@ -13,7 +13,6 @@ options               DST=0                   # use daylight savings rules
 
 # Standard system options
 options                SWAPPAGER               # swap pager (anonymous and swap space)
-options                VNODEPAGER              # vnode pager (mapped files)
 options                DEVPAGER                # device pager (mapped devices)
 
 options                DIAGNOSTIC              # extra kernel debugging checks
index 19da030..596402c 100644 (file)
@@ -12,7 +12,6 @@ options               DST=1                   # use daylight savings rules
 
 # Standard system options
 options                SWAPPAGER               # swap pager (anonymous and swap space)
-options                VNODEPAGER              # vnode pager (mapped files)
 options                DEVPAGER                # device pager (mapped devices)
 options                DIAGNOSTIC              # extra kernel debugging checks
 options                DEBUG                   # extra kernel debugging support
index e4dbabf..c2559a8 100644 (file)
@@ -13,7 +13,6 @@ maxusers      8
 options                TIMEZONE=0      # time zone to adjust RTC time by
 options                DST=0           # daylight savings time used by RTC
 options                SWAPPAGER       # paging; REQUIRED
-options                VNODEPAGER      # mmap() of files
 options                DEVPAGER        # mmap() of devices
 
 # CPU options
index 88da4a4..175914f 100644 (file)
@@ -13,7 +13,6 @@ maxusers      8
 options                TIMEZONE=0      # time zone to adjust RTC time by
 options                DST=0           # daylight savings time used by RTC
 options                SWAPPAGER       # paging; REQUIRED
-options                VNODEPAGER      # mmap() of files
 options                DEVPAGER        # mmap() of devices
 
 # CPU options
index c7def26..8088e7b 100644 (file)
@@ -13,7 +13,6 @@ maxusers      32
 options                TIMEZONE=0      # time zone to adjust RTC time by
 options                DST=0           # daylight savings time used by RTC
 options                SWAPPAGER       # paging; REQUIRED
-options                VNODEPAGER      # mmap() of files
 options                DEVPAGER        # mmap() of devices
 
 # CPU options
index ac37fbc..d8146f1 100644 (file)
@@ -13,7 +13,6 @@ maxusers      32
 options                TIMEZONE=0      # time zone to adjust RTC time by
 options                DST=0           # daylight savings time used by RTC
 options                SWAPPAGER       # paging; REQUIRED
-options                VNODEPAGER      # mmap() of files
 options                DEVPAGER        # mmap() of devices
 
 # CPU options
index 7723a45..7cc66cf 100644 (file)
@@ -13,7 +13,6 @@ maxusers      8
 options                TIMEZONE=0      # time zone to adjust RTC time by
 options                DST=0           # daylight savings time used by RTC
 options                SWAPPAGER       # paging; REQUIRED
-options                VNODEPAGER      # mmap() of files
 options                DEVPAGER        # mmap() of devices
 
 # CPU options
index adc0378..1da127c 100644 (file)
@@ -13,7 +13,6 @@ maxusers      32
 options                TIMEZONE=0      # time zone to adjust RTC time by
 options                DST=0           # daylight savings time used by RTC
 options                SWAPPAGER       # paging; REQUIRED
-options                VNODEPAGER      # mmap() of files
 options                DEVPAGER        # mmap() of devices
 
 # CPU options
index c8cf220..7c5199f 100644 (file)
@@ -40,7 +40,6 @@ options               CD9660          # ISO 9660 filesystem with Rock Ridge
 options                FIFO            # FIFO operations on vnodes
 
 options                SWAPPAGER       # Pager for swap device
-options                VNODEPAGER      # Pager for vnodes
 options                DEVPAGER        # Pager
 
 
index aad736b..d23b92d 100644 (file)
@@ -44,7 +44,6 @@ options               CD9660          # ISO 9660 filesystem with Rock Ridge
 options                FIFO            # FIFO operations on vnodes
 
 options                SWAPPAGER       # Pager for swap device
-options                VNODEPAGER      # Pager for vnodes
 options                DEVPAGER        # Pager
 
 
index 118767a..05754cd 100644 (file)
@@ -38,7 +38,6 @@ options               CD9660          # ISO 9660 filesystem with Rock Ridge
 options                FIFO            # FIFO operations on vnodes
 
 options                SWAPPAGER       # Pager for swap device
-options                VNODEPAGER      # Pager for vnodes
 options                DEVPAGER        # Pager
 
 
index 4ae0365..2a947fb 100644 (file)
@@ -39,7 +39,6 @@ options               CD9660          # ISO 9660 filesystem with Rock Ridge
 options                FIFO            # FIFO operations on vnodes
 
 options                SWAPPAGER       # Pager for swap device
-options                VNODEPAGER      # Pager for vnodes
 options                DEVPAGER        # Pager
 
 
index c8840e7..58e4791 100644 (file)
@@ -20,7 +20,6 @@ maxusers      8
 
 # Standard system options
 options                SWAPPAGER               # swap pager (anonymous and swap space)
-options                VNODEPAGER              # vnode pager (mapped files)
 options                DEVPAGER                # device pager (mapped devices)
 options         "COMPAT_43"             # compatibility with 4.3BSD interfaces
 options         "COMPAT_44"             # compatibility with 4.4BSD binaries
index 6f38e39..a1810ca 100644 (file)
@@ -20,7 +20,6 @@ maxusers      32
 
 # Standard system options
 options                SWAPPAGER               # swap pager (anonymous and swap space)
-options                VNODEPAGER              # vnode pager (mapped files)
 options                DEVPAGER                # device pager (mapped devices)
 options         "COMPAT_43"             # compatibility with 4.3BSD interfaces
 options         "COMPAT_44"             # compatibility with 4.4BSD binaries
index 0afbc7c..78b2792 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ALL,v 1.8 1996/09/04 21:20:44 deraadt Exp $
+#      $OpenBSD: ALL,v 1.9 1996/09/20 06:45:04 deraadt Exp $
 #      $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
 #
 #      ALL -- everything that's currently supported
@@ -26,7 +26,6 @@ option                TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index 3e352bc..1a7d787 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: BABY,v 1.8 1996/09/12 21:55:06 deraadt Exp $
+#      $OpenBSD: BABY,v 1.9 1996/09/20 06:45:04 deraadt Exp $
 
 machine                i386            # architecture, used by config; REQUIRED
 
@@ -23,7 +23,6 @@ option                TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index e6d5da7..2304314 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: DISKLESS,v 1.13 1996/08/31 02:09:14 deraadt Exp $
+#      $OpenBSD: DISKLESS,v 1.14 1996/09/20 06:45:05 deraadt Exp $
 #      $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $
 #
 # DISKLESS -- Generic machine setup for diskless boot.
@@ -26,7 +26,6 @@ option                TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index f2bf7e4..b2817c0 100644 (file)
@@ -1,7 +1,7 @@
 #
 #      GANDALF -- Dual Tyan P5/133 PCI/EISA bus
 #
-#      $OpenBSD: GANDALF,v 1.12 1996/09/14 18:36:15 tholo Exp $
+#      $OpenBSD: GANDALF,v 1.13 1996/09/20 06:45:05 deraadt Exp $
 #
 
 machine                i386            # architecture, used by config; REQUIRED
@@ -24,7 +24,6 @@ option                DST=1           # daylight savings time used by RTC
 option         NTP             # High precision timekeeping support
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 #option                DDB             # in-kernel debugger
index 4087eed..26e5ee8 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: HELIOS_PCMCIA,v 1.9 1996/07/31 18:35:17 deraadt Exp $
+#      $OpenBSD: HELIOS_PCMCIA,v 1.10 1996/09/20 06:45:06 deraadt Exp $
 #
 #      HELIOS_PCMCIA -- Eric Hvozda's notebook
 #
@@ -15,7 +15,6 @@ option                TIMEZONE=300    # time zone to adjust RTC time by
 option         DST=1           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DIAGNOSTIC      # internally consistency checks
index 1b7d3b9..8fbd436 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: INST,v 1.10 1996/08/31 17:35:37 deraadt Exp $
+#      $OpenBSD: INST,v 1.11 1996/09/20 06:45:06 deraadt Exp $
 #      $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $
 #
 #       Install kernels no longer support X.
@@ -23,7 +23,6 @@ option                TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 #makeoptions   DEBUG="-g"      # compile full symbol table
index c5cdf6b..20a22d5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: LAP,v 1.11 1996/08/31 02:09:15 deraadt Exp $
+#      $OpenBSD: LAP,v 1.12 1996/09/20 06:45:07 deraadt Exp $
 #      $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
 #
 #      TDR -- Theo Deraadt's 486
@@ -24,7 +24,6 @@ maxusers      10              # estimated number of users
 #option                DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index 1fa325d..a71a34e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: NETTAN,v 1.12 1996/08/31 02:09:16 deraadt Exp $
+#      $OpenBSD: NETTAN,v 1.13 1996/09/20 06:45:08 deraadt Exp $
 #
 #      NETTAN -- Applitron Datasystem AB
 #
@@ -19,7 +19,6 @@ option                TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index 2b87820..4b6d5b4 100644 (file)
@@ -19,7 +19,6 @@ option                TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index e3eed2c..aab104e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: PCMCIA,v 1.7 1996/08/31 02:09:17 deraadt Exp $
+#      $OpenBSD: PCMCIA,v 1.8 1996/09/20 06:45:09 deraadt Exp $
 #
 
 machine                i386            # architecture, used by config; REQUIRED
@@ -17,7 +17,6 @@ option                TIMEZONE=300    # time zone to adjust RTC time by
 option         DST=1           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index 0ad7e3f..c24cb62 100644 (file)
@@ -1,7 +1,7 @@
 #
 #      SPARE-PARTS: spare-parts.teeny.org, the teeny gateway to the world.
 #
-#      $OpenBSD: SPARE-PARTS,v 1.5 1996/09/16 10:10:46 downsj Exp $
+#      $OpenBSD: SPARE-PARTS,v 1.6 1996/09/20 06:45:09 deraadt Exp $
 #
 
 machine                i386
@@ -14,7 +14,6 @@ option                TIMEZONE=480
 option         DST=0
 
 option         SWAPPAGER
-option         VNODEPAGER
 option         DEVPAGER
 
 #option                DDB
index 9c3afb6..48d133d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: TDR,v 1.16 1996/08/31 02:09:18 deraadt Exp $
+#      $OpenBSD: TDR,v 1.17 1996/09/20 06:45:10 deraadt Exp $
 #      $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
 #
 #      TDR -- Theo Deraadt's 486
@@ -24,7 +24,6 @@ option                TIMEZONE=420    # time zone to adjust RTC time by
 option         DST=1           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index 428c820..8308331 100644 (file)
@@ -1,7 +1,7 @@
 #
 #      THREADWAY: threadway.teeny.org
 #
-#      $OpenBSD: THREADWAY,v 1.13 1996/08/31 02:09:18 deraadt Exp $
+#      $OpenBSD: THREADWAY,v 1.14 1996/09/20 06:45:10 deraadt Exp $
 #
 
 machine                i386
@@ -19,7 +19,6 @@ option                GPL_MATH_EMULATE
 option         ALWAYS_MATH_EMULATE
 
 option         SWAPPAGER
-option         VNODEPAGER
 option         DEVPAGER
 
 option         DDB
index 5428f02..59b18a6 100644 (file)
@@ -20,7 +20,6 @@ option                TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index 8ef9d6f..1a46614 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.8 1996/08/31 02:09:22 deraadt Exp $
+#      $OpenBSD: GENERIC,v 1.9 1996/09/20 06:45:11 deraadt Exp $
 #      $NetBSD: GENERIC,v 1.38 1996/08/05 01:52:13 scottr Exp $
 #
 # GENERIC
@@ -10,7 +10,7 @@ maxusers      16
 options         MAXFDESCS=2048
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER, DEVPAGER     # paging
 options                DIAGNOSTIC              # DEBUG for extra kernel debugging
 options                KTRACE                  # system call tracing support
 #options       KGDB                    # support for kernel gdb
index ee73be3..5dbb45f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: OCELOT,v 1.7 1996/08/31 02:09:22 deraadt Exp $
+#      $OpenBSD: OCELOT,v 1.8 1996/09/20 06:45:12 deraadt Exp $
 #      $NetBSD: OCELOT,v 1.11 1996/08/05 01:52:14 scottr Exp $
 #
 # OCELOT
@@ -8,7 +8,7 @@ include "std.mac68k"
 maxusers       16
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER, DEVPAGER     # paging
 options                DIAGNOSTIC              # DEBUG for extra kernel debugging
 
 # Filesystem options
index 6ba0643..49da3f0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: PUMA,v 1.8 1996/09/01 18:57:04 briggs Exp $
+#      $OpenBSD: PUMA,v 1.9 1996/09/20 06:45:12 deraadt Exp $
 #      $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $
 #
 # PUMA
@@ -10,7 +10,7 @@ maxusers      16
 options         MAXFDESCS=2048
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER, DEVPAGER     # paging
 
 # Filesystem options
 options                FIFO            # POSIX fifo support (in all filesystems)
index ef736d8..a07ea7a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.6 1996/08/31 02:09:23 deraadt Exp $
+#      $OpenBSD: RAMDISK,v 1.7 1996/09/20 06:45:13 deraadt Exp $
 #      $NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $
 
 # RAMDISK
@@ -14,7 +14,7 @@ options               RAMDISK_HOOKS
 options                MINIROOTSIZE=512        # 256K
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER, DEVPAGER     # paging
 
 # Filesystem options
 options                FIFO            # POSIX fifo support (in all filesystems)
index 625b68a..568976a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: SPOT,v 1.5 1996/08/31 02:09:24 deraadt Exp $
+#      $OpenBSD: SPOT,v 1.6 1996/09/20 06:45:13 deraadt Exp $
 #      $NetBSD: SPOT,v 1.11 1996/08/05 01:52:17 scottr Exp $
 #
 # SPOT
@@ -11,7 +11,7 @@ makeoptions CC="cc -m68030"
 options         MAXFDESCS=2048
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER, DEVPAGER     # paging
 options                DIAGNOSTIC              # DEBUG for extra kernel debugging
 options                KTRACE                  # system call tracing support
 #options       KGDB                    # support for kernel gdb
index e95b0af..5f92eb1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: MVME147,v 1.8 1996/08/31 02:09:25 deraadt Exp $
+#      $OpenBSD: MVME147,v 1.9 1996/09/20 06:45:14 deraadt Exp $
 
 machine                mvme68k m68k
 
@@ -26,7 +26,7 @@ option        KTRACE
 option         COMPAT_43
 option         FIFO
 #option                MFS
-option         DEVPAGER, SWAPPAGER, VNODEPAGER
+option         DEVPAGER, SWAPPAGER
 #option                MSDOSFS
 
 option         COMPAT_SUNOS
index e08d517..98bb0bf 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: MVME162,v 1.8 1996/08/31 02:09:26 deraadt Exp $
+#      $OpenBSD: MVME162,v 1.9 1996/09/20 06:45:15 deraadt Exp $
 
 machine                mvme68k m68k
 
@@ -26,7 +26,7 @@ option                KTRACE
 option                 COMPAT_43
 option                 FIFO
 #option                MFS
-option         DEVPAGER, SWAPPAGER, VNODEPAGER
+option         DEVPAGER, SWAPPAGER
 #option                MSDOSFS
 
 option         COMPAT_SUNOS
index b2ebc71..7661984 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: MVME167,v 1.8 1996/08/31 02:09:26 deraadt Exp $
+#      $OpenBSD: MVME167,v 1.9 1996/09/20 06:45:15 deraadt Exp $
 
 machine                mvme68k m68k
 
@@ -26,7 +26,7 @@ option                KTRACE
 option                 COMPAT_43
 option                 FIFO
 #option                MFS
-option         DEVPAGER, SWAPPAGER, VNODEPAGER
+option         DEVPAGER, SWAPPAGER
 #option                MSDOSFS
 
 option         COMPAT_SUNOS
index 45275b3..4ca5ed5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERIC AMIGA
 #
-#      $Id: GENERIC,v 1.3 1996/08/31 02:09:29 deraadt Exp $
+#      $Id: GENERIC,v 1.4 1996/09/20 06:45:16 deraadt Exp $
 #
 # This configuration file contains all possible options
 #
@@ -17,7 +17,6 @@ options               TIMEZONE=300, DST=1
 options                "M88000"        # support for 88K
 
 options                SWAPPAGER       # Pager for processes (Required)
-options                VNODEPAGER      # Pager for vnodes (Required)
 options                DEVPAGER        # Pager for devices (Required)
 
 #
index 95e09af..d8872ff 100644 (file)
@@ -1,11 +1,11 @@
-#      $Id: MYBOX,v 1.1.1.1 1995/10/18 10:54:18 deraadt Exp $
+#      $Id: MYBOX,v 1.2 1996/09/20 06:45:16 deraadt Exp $
 
 include "std.m88k"
 
 maxusers       8
 options                TIMEZONE=300, DST=1
 options                BYTE_MSF
-options                SWAPPAGER, VNODEPAGER, DEVPAGER
+options                SWAPPAGER, DEVPAGER
 #options               INET
 options                FFS, MFS, FDESC
 #options               "COMPAT_42", "COMPAT_43"
index 47217da..624b38c 100644 (file)
@@ -9,7 +9,7 @@ machine         pc532
 maxusers       8                       # estimated number of users
 options                TIMEZONE=0, DST=0       # time zone to read RTC in
 options                SWAPPAGER               # paging
-options                VNODEPAGER,DEVPAGER     # vnode and device node caching
+options                DEVPAGER                # device node caching
 
 #options       DDB                     # kernel debugger; recommended
 #options       DIAGNOSTIC              # internal consistency checking
index 4261d84..d57b475 100644 (file)
@@ -14,9 +14,8 @@ options               GENERIC
 # estimated number of users
 maxusers       2
 
-# paging of processes, and caching vnodes and devices; REQUIRED
+# paging of processes, and caching devices; REQUIRED
 options                SWAPPAGER
-options                VNODEPAGER
 options                DEVPAGER
 
 # networking options
index d55a6c1..9b98186 100644 (file)
@@ -8,7 +8,7 @@ machine         pc532
 maxusers       8                       # estimated number of users
 options                TIMEZONE=0, DST=0       # time zone to read RTC in
 options                SWAPPAGER               # paging
-options                VNODEPAGER,DEVPAGER     # vnode and device node caching
+options                DEVPAGER                # device node caching
 
 #options       DDB                     # kernel debugger; recommended
 #options       DIAGNOSTIC              # internal consistency checking
index 6bc89b9..d89314e 100644 (file)
@@ -7,7 +7,7 @@ machine         "pc532"
 maxusers       10                      # estimated number of users
 options                TIMEZONE=0, DST=0       # time zone to read RTC in
 options                SWAPPAGER               # paging
-options                VNODEPAGER,DEVPAGER     # vnode and device node caching
+options                DEVPAGER                # device node caching
 #options       DDB                     # kernel debugger; not working
 #options       DIAGNOSTIC              # internal consistency checking
 
index 2f22a07..8511153 100644 (file)
@@ -32,7 +32,6 @@ options               DST=0                   # use daylight savings rules
 
 # Standard system options
 options                SWAPPAGER               # swap pager (anonymous and swap space)
-options                VNODEPAGER              # vnode pager (mapped files)
 options                DEVPAGER                # device pager (mapped devices)
 #options       DIAGNOSTIC              # extra kernel debugging checks
 options                DEBUG                   # extra kernel debugging support
index 15a77af..fadaa97 100644 (file)
@@ -33,7 +33,6 @@ options               DST=0                   # use daylight savings rules
 
 # Standard system options
 options                SWAPPAGER               # swap pager (anonymous and swap space)
-options                VNODEPAGER              # vnode pager (mapped files)
 options                DEVPAGER                # device pager (mapped devices)
 #options       DIAGNOSTIC              # extra kernel debugging checks
 options                DEBUG                   # extra kernel debugging support
index e9dd1f8..5daf259 100644 (file)
@@ -34,7 +34,6 @@ options               DST=1                   # use daylight savings rules
 
 # Standard system options
 options                SWAPPAGER               # swap pager (anonymous and swap space)
-options                VNODEPAGER              # vnode pager (mapped files)
 options                DEVPAGER                # device pager (mapped devices)
 #options       DIAGNOSTIC              # extra kernel debugging checks
 options                DEBUG                   # extra kernel debugging support
index bd047e4..1a72f4b 100644 (file)
@@ -9,7 +9,7 @@ option          SUN4
 option         TIMEZONE=0, DST=0
 
 # Standard system options
-option         SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+option         SWAPPAGER, DEVPAGER     # paging
 #option                DEBUG, DIAGNOSTIC       # extra kernel debugging
 option         KTRACE                  # system call tracing support
 #option                KGDB                    # support for kernel gdb
index 8948060..53e91f9 100644 (file)
@@ -9,7 +9,7 @@ option          SUN4C
 option         TIMEZONE=0, DST=0
 
 # Standard system options
-option         SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+option         SWAPPAGER, DEVPAGER     # paging
 #option                DEBUG, DIAGNOSTIC       # extra kernel debugging
 option         KTRACE                  # system call tracing support
 #option                KGDB                    # support for kernel gdb
index d69de35..fe17b07 100644 (file)
@@ -10,7 +10,7 @@ option                SUN4M
 option         TIMEZONE=0, DST=0
 
 # Standard system options
-option         SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+option         SWAPPAGER, DEVPAGER     # paging
 #option                DEBUG, DIAGNOSTIC       # extra kernel debugging
 option         KTRACE                  # system call tracing support
 #option                KGDB                    # support for kernel gdb
index 3d6dd78..4a8592c 100644 (file)
@@ -16,7 +16,7 @@ options       HAVECACHE               # Sun3/260 VAC
 maxusers       4
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER, DEVPAGER             # paging
 options                KTRACE                          # system call tracing support
 #makeoptions   DEBUG="-g"                      # symbols for kgdb + nm
 #options       DDB
index c444161..bb5ea51 100644 (file)
@@ -16,7 +16,7 @@ options       HAVECACHE               # Sun3/260 VAC
 maxusers       4
 
 # Standard system options
-options        SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options        SWAPPAGER, DEVPAGER             # paging
 options        KTRACE                          # system call tracing support
 #makeoptions DEBUG="-g"                        # symbols for kgdb + nm
 options        DDB
index abd2b4a..c74494a 100644 (file)
@@ -16,7 +16,7 @@ options       HAVECACHE               # Sun3/260 VAC
 maxusers       4
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER, DEVPAGER             # paging
 options                KTRACE                          # system call tracing support
 #makeoptions   DEBUG="-g"                      # symbols for kgdb + nm
 options        DDB
index b026f09..39f5858 100644 (file)
@@ -17,7 +17,7 @@ options       HAVECACHE               # Sun3/260 VAC
 maxusers       2
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER                       # paging
 #makeoptions   DEBUG="-g"                      # symbols for kgdb + nm
 #options       DDB
 
index db754dc..0c0eefc 100644 (file)
@@ -16,7 +16,7 @@ options       HAVECACHE               # Sun3/260 VAC
 maxusers       4
 
 # Standard system options
-options                SWAPPAGER, VNODEPAGER, DEVPAGER # paging
+options                SWAPPAGER                       # paging
 options                KTRACE                          # system call tracing support
 #makeoptions   DEBUG="-g"                      # symbols for kgdb + nm
 options                DDB
index 5942427..101d475 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: EVERYTHING,v 1.3 1996/08/31 02:09:43 deraadt Exp $
+#      $OpenBSD: EVERYTHING,v 1.4 1996/09/20 06:45:26 deraadt Exp $
 #      $NetBSD: EVERYTHING,v 1.1 1995/03/29 22:54:02 ragge Exp $
 #
 # This file contains everything that is known to be compiled
@@ -18,7 +18,7 @@ options         EVERYTHING
 maxusers       16
 
 # Paging system, we always have them all.
-options                SWAPPAGER, DEVPAGER, VNODEPAGER
+options                SWAPPAGER, DEVPAGER
 
 # Kernel compiled-in symbolic debugger
 #options               DDB
index e319b4d..6a181c4 100644 (file)
@@ -19,7 +19,7 @@ options         GENERIC
 maxusers       8
 
 # Paging system, we always have them all.
-options                SWAPPAGER, DEVPAGER, VNODEPAGER
+options                SWAPPAGER, DEVPAGER
 
 # Kernel compiled-in symbolic debugger & system call tracer
 options                DDB
index 49525b2..f6c585c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.10 1996/08/31 01:58:49 deraadt Exp $
+#      $OpenBSD: GENERIC,v 1.11 1996/09/20 06:44:45 deraadt Exp $
 #
 #      Machine-independent option; used by all architectures for their
 #      GENERIC kernel
@@ -9,7 +9,6 @@ option          TIMEZONE=0      # time zone to adjust RTC time by
 option         DST=0           # daylight savings time used by RTC
 
 option         SWAPPAGER       # paging; REQUIRED
-option         VNODEPAGER      # mmap() of files
 option         DEVPAGER        # mmap() of devices
 
 option         DDB             # in-kernel debugger
index 770544c..2934f02 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: files,v 1.39 1996/08/30 08:39:19 deraadt Exp $
+#      $OpenBSD: files,v 1.40 1996/09/20 06:44:46 deraadt Exp $
 #      $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
@@ -405,4 +405,4 @@ file vm/vm_pager.c
 file vm/vm_swap.c
 file vm/vm_unix.c
 file vm/vm_user.c
-file vm/vnode_pager.c                  vnodepager
+file vm/vnode_pager.c
index ea73d6d..0b30690 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: files.oldconf,v 1.13 1996/08/30 08:39:20 deraadt Exp $
+#      $OpenBSD: files.oldconf,v 1.14 1996/09/20 06:44:47 deraadt Exp $
 #      $NetBSD: files.oldconf,v 1.67.4.1 1996/05/29 23:14:10 cgd Exp $
 #
 adosfs/adlookup.c      optional adosfs
@@ -291,7 +291,7 @@ vm/vm_pager.c               standard
 vm/vm_swap.c           standard
 vm/vm_unix.c           standard
 vm/vm_user.c           standard
-vm/vnode_pager.c       optional vnodepager
+vm/vnode_pager.c       standard
 dev/ccd.c              optional ccd needs-count
 # XXX !! This should not be necessary!
 dev/audio.c            optional audio device-driver
index dbf95c3..8adc53e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vm_pager.c,v 1.4 1996/08/02 00:06:05 niklas Exp $     */
+/*     $OpenBSD: vm_pager.c,v 1.5 1996/09/20 06:44:49 deraadt Exp $    */
 /*     $NetBSD: vm_pager.c,v 1.21 1996/03/16 23:15:25 christos Exp $   */
 
 /* 
@@ -83,9 +83,7 @@
 extern struct pagerops swappagerops;
 #endif
 
-#ifdef VNODEPAGER
 extern struct pagerops vnodepagerops;
-#endif
 
 #ifdef DEVPAGER
 extern struct pagerops devicepagerops;
@@ -97,11 +95,7 @@ struct pagerops *pagertab[] = {
 #else
        NULL,
 #endif
-#ifdef VNODEPAGER
        &vnodepagerops,         /* PG_VNODE */
-#else
-       NULL,
-#endif
 #ifdef DEVPAGER
        &devicepagerops,        /* PG_DEV */
 #else