Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
This commit is contained in:
parent
0701377073
commit
93c362d7ef
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.22 2005/07/31 04:04:30 yamt Exp $
|
||||
# $NetBSD: FOURMEG,v 1.23 2005/08/19 05:19:49 christos Exp $
|
||||
|
||||
# FOURMEG arm26 configuration -- something small
|
||||
|
||||
@ -46,6 +46,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system PROCFS # /proc
|
||||
file-system KERNFS # /kern
|
||||
file-system FDESC # /dev/fd
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.34 2005/07/31 04:04:30 yamt Exp $
|
||||
# $NetBSD: GENERIC,v 1.35 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -60,7 +60,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system PROCFS # /proc
|
||||
file-system KERNFS # /kern
|
||||
file-system FDESC # /dev/fd
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.12 2005/07/07 17:05:46 tron Exp $
|
||||
# $NetBSD: INSTALL,v 1.13 2005/08/19 05:19:49 christos Exp $
|
||||
|
||||
# INSTALL configuration, used to generate installation media
|
||||
|
||||
@ -44,6 +44,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
#file-system PROCFS # /proc
|
||||
file-system KERNFS # /kern
|
||||
#file-system FDESC # /dev/fd
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EB7500ATX,v 1.19 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: EB7500ATX,v 1.20 2005/08/19 05:19:49 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.19 $"
|
||||
#ident "EB7500ATX-$Revision: 1.20 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -59,6 +59,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.59 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.60 2005/08/19 05:19:49 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.59 $"
|
||||
#ident "GENERIC-$Revision: 1.60 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -64,7 +64,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.33 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.34 2005/08/19 05:19:49 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.33 $"
|
||||
#ident "INSTALL-$Revision: 1.34 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -64,6 +64,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.35 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.36 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
|
||||
#
|
||||
@ -51,6 +51,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC,v 1.34 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: NC,v 1.35 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# NC - with vidcconsole
|
||||
#
|
||||
@ -48,6 +48,7 @@ file-system KERNFS # /kern
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC_WSCONS,v 1.40 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: NC_WSCONS,v 1.41 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# NC - with wscons
|
||||
#
|
||||
@ -50,6 +50,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RPC_WSCONS,v 1.40 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: RPC_WSCONS,v 1.41 2005/08/19 05:19:49 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.40 $"
|
||||
#ident "GENERIC-$Revision: 1.41 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -64,6 +64,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: P4032,v 1.36 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: P4032,v 1.37 2005/08/19 05:19:49 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.36 $"
|
||||
#ident "P4032-$Revision: 1.37 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -41,6 +41,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system KERNFS # Kernel variable file system (/kern)
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system FDESC # /dev/fd file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: P5064,v 1.42 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: P5064,v 1.43 2005/08/19 05:19:49 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.42 $"
|
||||
#ident "P5064-$Revision: 1.43 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -36,6 +36,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system KERNFS # Kernel variable file system (/kern)
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system FDESC # /dev/fd file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: P6032,v 1.36 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: P6032,v 1.37 2005/08/19 05:19:49 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.36 $"
|
||||
#ident "P6032-$Revision: 1.37 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -36,6 +36,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system KERNFS # Kernel variable file system (/kern)
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system FDESC # /dev/fd file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALPHA,v 1.211 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: ALPHA,v 1.212 2005/08/19 05:19:49 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.211 $"
|
||||
ident "ALPHA-$Revision: 1.212 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -74,6 +74,7 @@ file-system PROCFS # Process file system (/proc)
|
||||
file-system UNION # union file system
|
||||
file-system CODA # CODA distributed file system
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # User and group quotas for the FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: BASIL,v 1.40 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: BASIL,v 1.41 2005/08/19 05:19:49 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.40 $"
|
||||
#ident "BASIL-$Revision: 1.41 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -50,6 +50,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system KERNFS # Kernel variable file system (/kern)
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system FDESC # File descriptor file system (/dev/fd)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FRAU-FARBISSINA,v 1.45 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: FRAU-FARBISSINA,v 1.46 2005/08/19 05:19:49 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.45 $"
|
||||
#ident "FRAU-FARBISSINA-$Revision: 1.46 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -50,6 +50,7 @@ file-system NFS # Sun NFS-compatible file system client
|
||||
file-system KERNFS # kernel data structures file system
|
||||
file-system PROCFS # process file system
|
||||
file-system FDESC # File descriptor file system (/dev/fd)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.273 $"
|
||||
#ident "GENERIC-$Revision: 1.274 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -78,7 +78,7 @@ file-system NTFS # Windows/NT file system (experimental)
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
file-system KERNFS # Kernel variable file system (/kern)
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAWHIDE,v 1.25 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: RAWHIDE,v 1.26 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# Alpha 4100 stripped for action server kernel.
|
||||
#
|
||||
@ -28,6 +28,7 @@ file-system PORTAL # Portal file system
|
||||
file-system UMAPFS # User-mapping file system layer
|
||||
file-system PROCFS # Process file system (/proc)
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
#options FFS_NO_SNAPSHOT # ffs snapshots
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.65 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.66 2005/08/19 05:19:49 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.65 $"
|
||||
#ident "GENERIC-$Revision: 1.66 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -121,7 +121,7 @@ file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.37 2005/08/05 09:23:16 skrll Exp $
|
||||
# $NetBSD: INSTALL,v 1.38 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.37 $"
|
||||
#ident "INSTALL-$Revision: 1.38 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -86,6 +86,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_ACPI,v 1.26 2005/08/05 09:23:16 skrll Exp $
|
||||
# $NetBSD: INSTALL_ACPI,v 1.27 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.26 $"
|
||||
#ident "INSTALL-$Revision: 1.27 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -86,6 +86,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SIMICS,v 1.21 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: SIMICS,v 1.22 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
@ -101,6 +101,7 @@ file-system FFS # UFS
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: AMIGA,v 1.86 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: AMIGA,v 1.87 2005/08/19 05:19:49 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.86 $"
|
||||
#ident "GENERIC-$Revision: 1.87 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
@ -119,7 +119,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DRACO,v 1.102 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: DRACO,v 1.103 2005/08/19 05:19:49 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.102 $"
|
||||
#ident "GENERIC-$Revision: 1.103 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
@ -108,7 +108,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.224 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.225 2005/08/19 05:19:49 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.224 $"
|
||||
#ident "GENERIC-$Revision: 1.225 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
@ -120,7 +120,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC.in,v 1.42 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.43 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.42 $"
|
||||
#ident "GENERIC-$Revision: 1.43 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
@ -162,7 +162,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
')m4_dnl
|
||||
|
||||
# Filesystem options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MDINSTALL,v 1.21 2005/02/18 21:05:50 dsl Exp $
|
||||
# $NetBSD: MDINSTALL,v 1.22 2005/08/19 05:19:49 christos Exp $
|
||||
|
||||
#
|
||||
# INSTALL kernel for ramdisk installation
|
||||
@ -47,6 +47,7 @@ file-system ADOSFS # AmigaDOS file system
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge filesystem
|
||||
file-system MSDOSFS # MS-DOS filesystem
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options FFS_NO_SNAPSHOT # ffs snapshots
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: WSCONS,v 1.40 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: WSCONS,v 1.41 2005/08/19 05:19:49 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.40 $"
|
||||
#ident "GENERIC-$Revision: 1.41 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
@ -120,7 +120,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union filesystem
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NULL,v 1.19 2005/02/18 21:05:50 dsl Exp $
|
||||
# $NetBSD: NULL,v 1.20 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
@ -71,6 +71,7 @@ file-system FFS # Berkeley fast file system
|
||||
#file-system PROCFS # /proc filesystem
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union filesystem
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
#Filesystem options
|
||||
#options QUOTA # User and group quotas in FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ARCTIC,v 1.37 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: ARCTIC,v 1.38 2005/08/19 05:19:49 christos Exp $
|
||||
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# configuration file for DeskStation
|
||||
@ -83,6 +83,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.121 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.122 2005/08/19 05:19:49 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.121 $"
|
||||
#ident "GENERIC-$Revision: 1.122 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -116,7 +116,7 @@ file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: M403,v 1.34 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: M403,v 1.35 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# configuration file for MIPS Magnum 4000 system
|
||||
#
|
||||
@ -76,6 +76,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MIMORI,v 1.39 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: MIMORI,v 1.40 2005/08/19 05:19:49 christos Exp $
|
||||
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
|
||||
#
|
||||
# MIMORI -- My NEC RISCstation 2250 (ur)
|
||||
@ -78,6 +78,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PCCONS,v 1.47 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: PCCONS,v 1.48 2005/08/19 05:19:49 christos Exp $
|
||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# PCCONS -- generic but pccons rather than wscons
|
||||
@ -87,6 +87,7 @@ file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PICA,v 1.50 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: PICA,v 1.51 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# configuration file for ACER PICA system
|
||||
#
|
||||
@ -77,6 +77,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAMDISK,v 1.62 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: RAMDISK,v 1.63 2005/08/19 05:19:49 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.62 $"
|
||||
#ident "GENERIC-$Revision: 1.63 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -100,6 +100,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # FFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RPC44,v 1.19 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: RPC44,v 1.20 2005/08/19 05:19:49 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.19 $"
|
||||
#ident "GENERIC-$Revision: 1.20 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -104,6 +104,7 @@ file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # FFS quotas
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: ATARITT,v 1.72 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: ATARITT,v 1.73 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
@ -55,6 +55,7 @@ file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system LFS # log-structured file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options QUOTA # Disk quotas for local disks
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: FALCON,v 1.70 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: FALCON,v 1.71 2005/08/19 05:19:49 christos Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
@ -53,6 +53,7 @@ file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system LFS # log-structured file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options QUOTA # Disk quotas for local disks
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: GENERIC.in,v 1.54 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.55 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
@ -116,6 +116,7 @@ file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system LFS # log-structured file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
#endif
|
||||
|
||||
#ifndef INSTALL_KERNEL
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: HADES,v 1.62 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: HADES,v 1.63 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
@ -55,6 +55,7 @@ file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system LFS # log-structured file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options QUOTA # Disk quotas for local disks
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.38 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: MILAN-ISAIDE,v 1.39 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
@ -55,6 +55,7 @@ file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system LFS # log-structured file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options QUOTA # Disk quotas for local disks
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.42 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: MILAN-PCIIDE,v 1.43 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running makeconf in this directory.
|
||||
@ -55,6 +55,7 @@ file-system UMAPFS # null file system (with uid & gid remapping)
|
||||
file-system PORTAL # portal file system
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
file-system LFS # log-structured file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options QUOTA # Disk quotas for local disks
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.86 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.87 2005/08/19 05:19:50 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.86 $"
|
||||
#ident "GENERIC-$Revision: 1.87 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -76,7 +76,7 @@ file-system PORTAL
|
||||
file-system PROCFS
|
||||
file-system UMAPFS
|
||||
file-system UNION
|
||||
#file-system PTYFS
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.32 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.33 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
@ -62,6 +62,7 @@ file-system KERNFS
|
||||
#file-system PROCFS
|
||||
#file-system UMAPFS
|
||||
#file-system UNION
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.89 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.90 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -71,7 +71,7 @@ file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcode (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.52 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.53 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
@ -47,6 +47,7 @@ file-system KERNFS # /kern
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcode (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.35 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.36 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -76,7 +76,7 @@ file-system NFS # Network filesystem client
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system PROCFS # /proc filesystem
|
||||
#file-system MFS # Memory-based filesystem
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.80 2005/08/19 02:03:49 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.81 2005/08/19 05:19:50 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.80 $"
|
||||
#ident "GENERIC-$Revision: 1.81 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -90,7 +90,7 @@ file-system FDESC # user file descriptor filesystem
|
||||
#file-system UNION # union file system
|
||||
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.9 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.10 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# INSTALL -- installation and rescue kernel.
|
||||
#
|
||||
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
@ -80,6 +80,7 @@ file-system FDESC # user file descriptor filesystem
|
||||
#file-system UNION # union file system
|
||||
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.59 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.60 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -89,7 +89,7 @@ file-system PROCFS # /proc
|
||||
#file-system PORTAL # portal file system (still experimental)
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ADI_BRH,v 1.30 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: ADI_BRH,v 1.31 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
|
||||
#
|
||||
@ -43,6 +43,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INTEGRATOR,v 1.42 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.43 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
@ -48,6 +48,7 @@ file-system KERNFS # /kern
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ31244,v 1.32 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: IQ31244,v 1.33 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
|
||||
#
|
||||
@ -43,6 +43,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ80310,v 1.48 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: IQ80310,v 1.49 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
@ -43,6 +43,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ80321,v 1.43 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: IQ80321,v 1.44 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
@ -43,6 +43,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IXDP425,v 1.14 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: IXDP425,v 1.15 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
|
||||
#
|
||||
@ -47,6 +47,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IXM1200,v 1.18 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: IXM1200,v 1.19 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||
#
|
||||
@ -42,6 +42,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -41,6 +41,7 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NAPPI,v 1.20 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: NAPPI,v 1.21 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# NAPPI -- Netwise APlication Platform Board Kernel
|
||||
#
|
||||
@ -42,6 +42,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SMDK2410,v 1.24 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: SMDK2410,v 1.25 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# SMDK2410 -- Samsung's S3C2410 evaluation board.
|
||||
#
|
||||
@ -54,6 +54,7 @@ file-system KERNFS # /kern
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SMDK2800,v 1.27 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: SMDK2800,v 1.28 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# SMDK2800 -- Samsung's S3C2800 evaluation board.
|
||||
#
|
||||
@ -50,6 +50,7 @@ file-system KERNFS # /kern
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.44 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.45 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
||||
# server appliance.
|
||||
@ -46,6 +46,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TEAMASA_NPWR_FC,v 1.13 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: TEAMASA_NPWR_FC,v 1.14 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# TeamASA NPWR-FC, i80321-based SBC
|
||||
#
|
||||
@ -44,6 +44,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TS7200,v 1.20 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: TS7200,v 1.21 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC -- Generic kernel
|
||||
#
|
||||
@ -39,6 +39,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TWINTAIL,v 1.9 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: TWINTAIL,v 1.10 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
|
||||
#
|
||||
@ -47,6 +47,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VIPER,v 1.6 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: VIPER,v 1.7 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# Arcom Viper
|
||||
#
|
||||
@ -41,6 +41,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ZAO425,v 1.22 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: ZAO425,v 1.23 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# ZAO425 -- Intel IXP425
|
||||
#
|
||||
@ -47,6 +47,7 @@ file-system NULLFS # loopback file system
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: MALTA,v 1.34 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: MALTA,v 1.35 2005/08/19 05:19:50 christos Exp $
|
||||
|
||||
include "arch/evbmips/conf/std.malta"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "MALTA-$Revision: 1.34 $"
|
||||
#ident "MALTA-$Revision: 1.35 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -72,6 +72,7 @@ file-system NFS # Sun NFS-compatible filesystem client
|
||||
#file-system UNION # union file system
|
||||
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: PB1000,v 1.24 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: PB1000,v 1.25 2005/08/19 05:19:50 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.24 $"
|
||||
#ident "PB1000-$Revision: 1.25 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -73,6 +73,7 @@ file-system FDESC # user file descriptor filesystem
|
||||
#file-system UNION # union file system
|
||||
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EV64260,v 1.26 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: EV64260,v 1.27 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# MVP -- Motorola's Multiprocessing Verification Platform
|
||||
#
|
||||
@ -93,6 +93,7 @@ file-system MSDOSFS # MS-DOS file system
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EXPLORA451,v 1.17 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: EXPLORA451,v 1.18 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -92,6 +92,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: OPENBLOCKS200,v 1.5 2005/07/31 04:04:31 yamt Exp $
|
||||
# $NetBSD: OPENBLOCKS200,v 1.6 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -75,6 +75,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: OPENBLOCKS266,v 1.23 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: OPENBLOCKS266,v 1.24 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -77,6 +77,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: WALNUT,v 1.24 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: WALNUT,v 1.25 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -77,6 +77,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.120 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.121 2005/08/19 05:19:50 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.120 $"
|
||||
#ident "GENERIC-$Revision: 1.121 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -116,7 +116,7 @@ file-system PROCFS # /proc filesystem
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # Union filesystem (req. for FDESC)
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
options QUOTA # User and group quotas in FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.25 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.26 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# INSTALL machine description file
|
||||
#
|
||||
@ -77,6 +77,7 @@ file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system PROCFS # /proc filesystem
|
||||
file-system MFS # Memory-based filesystem
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
#options QUOTA # User and group quotas in FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.52 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.53 2005/08/19 05:19:50 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.52 $"
|
||||
#ident "GENERIC-$Revision: 1.53 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -111,7 +111,7 @@ file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IPAQ,v 1.39 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: IPAQ,v 1.40 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# iPAQ H3600 -- Windows-CE based PDA
|
||||
#
|
||||
@ -44,6 +44,7 @@ file-system NULLFS # loopback file system
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: JORNADA720,v 1.45 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: JORNADA720,v 1.46 2005/08/19 05:19:50 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.45 $"
|
||||
#ident "GENERIC-$Revision: 1.46 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -46,6 +46,7 @@ file-system NULLFS # loopback file system
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.175 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.176 2005/08/19 05:19:50 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.175 $"
|
||||
#ident "GENERIC-$Revision: 1.176 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -88,7 +88,7 @@ file-system KERNFS # /kern (kernel informational filesystem)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: LROUTER,v 1.27 2005/07/31 04:04:31 yamt Exp $
|
||||
# $NetBSD: LROUTER,v 1.28 2005/08/19 05:19:50 christos Exp $
|
||||
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
|
||||
#
|
||||
# Kernel configuration file for LASER5 L-Router
|
||||
@ -73,6 +73,7 @@ file-system KERNFS # /kern (kernel informational filesystem)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MPC303,v 1.37 2005/08/05 09:23:16 skrll Exp $
|
||||
# $NetBSD: MPC303,v 1.38 2005/08/19 05:19:50 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.37 $"
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -70,6 +70,7 @@ file-system KERNFS # /kern (kernel informational filesystem)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.60 2005/07/31 04:04:31 yamt Exp $
|
||||
# $NetBSD: TX3912,v 1.61 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -75,6 +75,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Networking options
|
||||
#options GATEWAY # IP packet forwarding
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.68 2005/08/05 09:23:16 skrll Exp $
|
||||
# $NetBSD: TX3922,v 1.69 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -64,6 +64,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Networking options
|
||||
#options GATEWAY # IP packet forwarding
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VR41XX,v 1.29 2005/08/05 09:23:16 skrll Exp $
|
||||
# $NetBSD: VR41XX,v 1.30 2005/08/19 05:19:50 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.29 $"
|
||||
#ident "GENERIC-$Revision: 1.30 $"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
@ -83,6 +83,7 @@ file-system KERNFS # /kern (kernel informational filesystem)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.54 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.55 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -130,7 +130,7 @@ file-system KERNFS # /kern
|
||||
file-system PROCFS # /proc
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
#file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.107 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: DISKLESS,v 1.108 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
@ -86,6 +86,7 @@ file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
#options QUOTA # UFS quotas
|
||||
#options NFSSERVER # Network File System server
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.695 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.696 2005/08/19 05:19:50 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.695 $"
|
||||
#ident "GENERIC-$Revision: 1.696 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -162,7 +162,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/ptm support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC.MPACPI,v 1.41 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC.MPACPI,v 1.42 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
|
||||
#
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.41 $"
|
||||
#ident "GENERIC-$Revision: 1.42 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -151,7 +151,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.151 2005/08/19 02:03:51 christos Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.152 2005/08/19 05:19:50 christos Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.151 $"
|
||||
#ident "GENERIC-$Revision: 1.152 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -130,7 +130,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
#file-system PTYFS # experimental - /dev/ptm support
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.90 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.91 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
@ -111,6 +111,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.269 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: INSTALL,v 1.270 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -120,6 +120,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.87 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.88 2005/08/19 05:19:50 christos Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -119,6 +119,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_SMALL,v 1.115 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.116 2005/08/19 05:19:51 christos Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
@ -118,6 +118,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_TINY,v 1.93 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.94 2005/08/19 05:19:51 christos Exp $
|
||||
#
|
||||
# This kernel should be derived from INSTALL (which is derived
|
||||
# from GENERIC) with some features commented out.
|
||||
@ -117,6 +117,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_XENU,v 1.4 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: INSTALL_XENU,v 1.5 2005/08/19 05:19:51 christos Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
@ -94,6 +94,7 @@ file-system KERNFS # /kern
|
||||
#file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# Filesystem options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IOPENER,v 1.66 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: IOPENER,v 1.67 2005/08/19 05:19:51 christos Exp $
|
||||
#
|
||||
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
|
||||
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "IOPENER-$Revision: 1.66 $"
|
||||
#ident "IOPENER-$Revision: 1.67 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -99,6 +99,7 @@ file-system KERNFS # /kern
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LAMB,v 1.55 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: LAMB,v 1.56 2005/08/19 05:19:51 christos Exp $
|
||||
#
|
||||
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
|
||||
#
|
||||
@ -124,6 +124,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NET4501,v 1.38 2005/08/19 02:03:52 christos Exp $
|
||||
# $NetBSD: NET4501,v 1.39 2005/08/19 05:19:51 christos Exp $
|
||||
#
|
||||
# NET4501 -- kernel configuration for a Soekris Engineering net4501
|
||||
# single-board computer.
|
||||
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "NET4501-$Revision: 1.38 $"
|
||||
#ident "NET4501-$Revision: 1.39 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -130,6 +130,7 @@ file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION # union file system
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
|
||||
# File system options
|
||||
#options QUOTA # UFS quotas
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user