diff --git a/sys/arch/acorn26/conf/FOURMEG b/sys/arch/acorn26/conf/FOURMEG index b9e049fdffc1..922dc9541dbe 100644 --- a/sys/arch/acorn26/conf/FOURMEG +++ b/sys/arch/acorn26/conf/FOURMEG @@ -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 diff --git a/sys/arch/acorn26/conf/GENERIC b/sys/arch/acorn26/conf/GENERIC index 5e9d5ff96d80..29e681332b26 100644 --- a/sys/arch/acorn26/conf/GENERIC +++ b/sys/arch/acorn26/conf/GENERIC @@ -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 diff --git a/sys/arch/acorn26/conf/INSTALL b/sys/arch/acorn26/conf/INSTALL index b5a1edc0d52e..16ec7ed350dc 100644 --- a/sys/arch/acorn26/conf/INSTALL +++ b/sys/arch/acorn26/conf/INSTALL @@ -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 diff --git a/sys/arch/acorn32/conf/EB7500ATX b/sys/arch/acorn32/conf/EB7500ATX index 482a535e3bb6..81a9407dc248 100644 --- a/sys/arch/acorn32/conf/EB7500ATX +++ b/sys/arch/acorn32/conf/EB7500ATX @@ -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 diff --git a/sys/arch/acorn32/conf/GENERIC b/sys/arch/acorn32/conf/GENERIC index d1d8ebb1cce4..9aa90d811ad1 100644 --- a/sys/arch/acorn32/conf/GENERIC +++ b/sys/arch/acorn32/conf/GENERIC @@ -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 diff --git a/sys/arch/acorn32/conf/INSTALL b/sys/arch/acorn32/conf/INSTALL index 22538cb211ac..6ecd72fb3951 100644 --- a/sys/arch/acorn32/conf/INSTALL +++ b/sys/arch/acorn32/conf/INSTALL @@ -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 diff --git a/sys/arch/acorn32/conf/LOWMEM_WSCONS b/sys/arch/acorn32/conf/LOWMEM_WSCONS index 629405c3eea8..7de8bf0278b2 100644 --- a/sys/arch/acorn32/conf/LOWMEM_WSCONS +++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS @@ -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 diff --git a/sys/arch/acorn32/conf/NC b/sys/arch/acorn32/conf/NC index 2fd04fb50c1b..f6d99279f79a 100644 --- a/sys/arch/acorn32/conf/NC +++ b/sys/arch/acorn32/conf/NC @@ -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 diff --git a/sys/arch/acorn32/conf/NC_WSCONS b/sys/arch/acorn32/conf/NC_WSCONS index 46402b73109d..4dfacdbdc934 100644 --- a/sys/arch/acorn32/conf/NC_WSCONS +++ b/sys/arch/acorn32/conf/NC_WSCONS @@ -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 diff --git a/sys/arch/acorn32/conf/RPC_WSCONS b/sys/arch/acorn32/conf/RPC_WSCONS index bb3061d771a1..4748f86dc45d 100644 --- a/sys/arch/acorn32/conf/RPC_WSCONS +++ b/sys/arch/acorn32/conf/RPC_WSCONS @@ -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 diff --git a/sys/arch/algor/conf/P4032 b/sys/arch/algor/conf/P4032 index cc9f2230507b..0436244805a2 100644 --- a/sys/arch/algor/conf/P4032 +++ b/sys/arch/algor/conf/P4032 @@ -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 diff --git a/sys/arch/algor/conf/P5064 b/sys/arch/algor/conf/P5064 index 24733571dc1e..246c910ecb90 100644 --- a/sys/arch/algor/conf/P5064 +++ b/sys/arch/algor/conf/P5064 @@ -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 diff --git a/sys/arch/algor/conf/P6032 b/sys/arch/algor/conf/P6032 index d5410ae1a9f8..b491c4b670f8 100644 --- a/sys/arch/algor/conf/P6032 +++ b/sys/arch/algor/conf/P6032 @@ -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 diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index cf6eda3e11ea..2cede2d1cc30 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -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 diff --git a/sys/arch/alpha/conf/BASIL b/sys/arch/alpha/conf/BASIL index dc0229f7d534..58d1f8fe8766 100644 --- a/sys/arch/alpha/conf/BASIL +++ b/sys/arch/alpha/conf/BASIL @@ -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 diff --git a/sys/arch/alpha/conf/FRAU-FARBISSINA b/sys/arch/alpha/conf/FRAU-FARBISSINA index f5fd9077c121..168bbbde4113 100644 --- a/sys/arch/alpha/conf/FRAU-FARBISSINA +++ b/sys/arch/alpha/conf/FRAU-FARBISSINA @@ -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 diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index f60d3318fe5c..1a0eaef621ee 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -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 diff --git a/sys/arch/alpha/conf/RAWHIDE b/sys/arch/alpha/conf/RAWHIDE index 3f25f04e9690..5383cf34875a 100644 --- a/sys/arch/alpha/conf/RAWHIDE +++ b/sys/arch/alpha/conf/RAWHIDE @@ -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 diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 813b3f050253..1f0a1dbfbeba 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -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 diff --git a/sys/arch/amd64/conf/INSTALL b/sys/arch/amd64/conf/INSTALL index 5abe29bc1de0..a136004cde56 100644 --- a/sys/arch/amd64/conf/INSTALL +++ b/sys/arch/amd64/conf/INSTALL @@ -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 diff --git a/sys/arch/amd64/conf/INSTALL_ACPI b/sys/arch/amd64/conf/INSTALL_ACPI index aa30c242f126..02386b4222c2 100644 --- a/sys/arch/amd64/conf/INSTALL_ACPI +++ b/sys/arch/amd64/conf/INSTALL_ACPI @@ -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 diff --git a/sys/arch/amd64/conf/SIMICS b/sys/arch/amd64/conf/SIMICS index 604da83d858e..477b2fb04d46 100644 --- a/sys/arch/amd64/conf/SIMICS +++ b/sys/arch/amd64/conf/SIMICS @@ -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 diff --git a/sys/arch/amiga/conf/AMIGA b/sys/arch/amiga/conf/AMIGA index b36207397ce0..6fec5ce841de 100644 --- a/sys/arch/amiga/conf/AMIGA +++ b/sys/arch/amiga/conf/AMIGA @@ -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 diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 3c4fb6ad25fb..a9a204c90420 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -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 diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 3caf9f3b0b39..0d62857bbcc5 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -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 diff --git a/sys/arch/amiga/conf/GENERIC.in b/sys/arch/amiga/conf/GENERIC.in index 105dafce45ee..36aa022dba2d 100644 --- a/sys/arch/amiga/conf/GENERIC.in +++ b/sys/arch/amiga/conf/GENERIC.in @@ -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 diff --git a/sys/arch/amiga/conf/MDINSTALL b/sys/arch/amiga/conf/MDINSTALL index 0ae13c29bc36..5e25b979b65d 100644 --- a/sys/arch/amiga/conf/MDINSTALL +++ b/sys/arch/amiga/conf/MDINSTALL @@ -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 diff --git a/sys/arch/amiga/conf/WSCONS b/sys/arch/amiga/conf/WSCONS index d5998d9ea2a7..719c6269c178 100644 --- a/sys/arch/amiga/conf/WSCONS +++ b/sys/arch/amiga/conf/WSCONS @@ -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 diff --git a/sys/arch/amigappc/conf/NULL b/sys/arch/amigappc/conf/NULL index f8dcd5868897..f6ea0215e252 100644 --- a/sys/arch/amigappc/conf/NULL +++ b/sys/arch/amigappc/conf/NULL @@ -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 diff --git a/sys/arch/arc/conf/ARCTIC b/sys/arch/arc/conf/ARCTIC index 65fd71e34076..0b4141bca798 100644 --- a/sys/arch/arc/conf/ARCTIC +++ b/sys/arch/arc/conf/ARCTIC @@ -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 diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index b12badeb371c..5c50913bf2a8 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -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 diff --git a/sys/arch/arc/conf/M403 b/sys/arch/arc/conf/M403 index 2ad936eb255f..43182487b901 100644 --- a/sys/arch/arc/conf/M403 +++ b/sys/arch/arc/conf/M403 @@ -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 diff --git a/sys/arch/arc/conf/MIMORI b/sys/arch/arc/conf/MIMORI index 140a4a62661a..4f1f20dd3b2c 100644 --- a/sys/arch/arc/conf/MIMORI +++ b/sys/arch/arc/conf/MIMORI @@ -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 diff --git a/sys/arch/arc/conf/PCCONS b/sys/arch/arc/conf/PCCONS index f275754ed315..c4b3372730b1 100644 --- a/sys/arch/arc/conf/PCCONS +++ b/sys/arch/arc/conf/PCCONS @@ -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 diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA index 283292985724..fb1d8074afde 100644 --- a/sys/arch/arc/conf/PICA +++ b/sys/arch/arc/conf/PICA @@ -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 diff --git a/sys/arch/arc/conf/RAMDISK b/sys/arch/arc/conf/RAMDISK index fa1e1844b491..e1e91a8a93bd 100644 --- a/sys/arch/arc/conf/RAMDISK +++ b/sys/arch/arc/conf/RAMDISK @@ -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 diff --git a/sys/arch/arc/conf/RPC44 b/sys/arch/arc/conf/RPC44 index bf4d05c6fc50..01f4d47d417f 100644 --- a/sys/arch/arc/conf/RPC44 +++ b/sys/arch/arc/conf/RPC44 @@ -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 diff --git a/sys/arch/atari/conf/ATARITT b/sys/arch/atari/conf/ATARITT index 931fc189c6f3..8975dff37c25 100644 --- a/sys/arch/atari/conf/ATARITT +++ b/sys/arch/atari/conf/ATARITT @@ -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 diff --git a/sys/arch/atari/conf/FALCON b/sys/arch/atari/conf/FALCON index 83d10881cb7c..bd8b9134d829 100644 --- a/sys/arch/atari/conf/FALCON +++ b/sys/arch/atari/conf/FALCON @@ -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 diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index 81dcd5fabb2b..2aa788a8d992 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -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 diff --git a/sys/arch/atari/conf/HADES b/sys/arch/atari/conf/HADES index 8aa4dacd7ec3..bcd36c0b7fcf 100644 --- a/sys/arch/atari/conf/HADES +++ b/sys/arch/atari/conf/HADES @@ -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 diff --git a/sys/arch/atari/conf/MILAN-ISAIDE b/sys/arch/atari/conf/MILAN-ISAIDE index 2268fe80640c..5afc8f7ac3d7 100644 --- a/sys/arch/atari/conf/MILAN-ISAIDE +++ b/sys/arch/atari/conf/MILAN-ISAIDE @@ -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 diff --git a/sys/arch/atari/conf/MILAN-PCIIDE b/sys/arch/atari/conf/MILAN-PCIIDE index 69cc7e285502..52434ed3a0a9 100644 --- a/sys/arch/atari/conf/MILAN-PCIIDE +++ b/sys/arch/atari/conf/MILAN-PCIIDE @@ -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 diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC index e4f695e171c7..5e45f3f71504 100644 --- a/sys/arch/bebox/conf/GENERIC +++ b/sys/arch/bebox/conf/GENERIC @@ -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. diff --git a/sys/arch/bebox/conf/INSTALL b/sys/arch/bebox/conf/INSTALL index eb52120ae9e2..90b3166e29b7 100644 --- a/sys/arch/bebox/conf/INSTALL +++ b/sys/arch/bebox/conf/INSTALL @@ -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 diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 0f0e36d91bb5..e4a87c0a8319 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -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 diff --git a/sys/arch/cats/conf/INSTALL b/sys/arch/cats/conf/INSTALL index 81bf1cc3e71e..e1399c892a2a 100644 --- a/sys/arch/cats/conf/INSTALL +++ b/sys/arch/cats/conf/INSTALL @@ -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 diff --git a/sys/arch/cesfic/conf/GENERIC b/sys/arch/cesfic/conf/GENERIC index 38fc6b5e3e84..c4dcf373556a 100644 --- a/sys/arch/cesfic/conf/GENERIC +++ b/sys/arch/cesfic/conf/GENERIC @@ -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) diff --git a/sys/arch/cobalt/conf/GENERIC b/sys/arch/cobalt/conf/GENERIC index 0a2ac1c6f5f9..7a867955497c 100644 --- a/sys/arch/cobalt/conf/GENERIC +++ b/sys/arch/cobalt/conf/GENERIC @@ -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 diff --git a/sys/arch/cobalt/conf/INSTALL b/sys/arch/cobalt/conf/INSTALL index 30c978b6a3e8..9a64d06d9f0b 100644 --- a/sys/arch/cobalt/conf/INSTALL +++ b/sys/arch/cobalt/conf/INSTALL @@ -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 diff --git a/sys/arch/dreamcast/conf/GENERIC b/sys/arch/dreamcast/conf/GENERIC index f4cf1f5faec5..e015adbc0daf 100644 --- a/sys/arch/dreamcast/conf/GENERIC +++ b/sys/arch/dreamcast/conf/GENERIC @@ -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 diff --git a/sys/arch/evbarm/conf/ADI_BRH b/sys/arch/evbarm/conf/ADI_BRH index 884d002164f9..2cafc0d8a6d9 100644 --- a/sys/arch/evbarm/conf/ADI_BRH +++ b/sys/arch/evbarm/conf/ADI_BRH @@ -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 diff --git a/sys/arch/evbarm/conf/INTEGRATOR b/sys/arch/evbarm/conf/INTEGRATOR index b19fda4b0d7c..5d2b3cf60ecb 100644 --- a/sys/arch/evbarm/conf/INTEGRATOR +++ b/sys/arch/evbarm/conf/INTEGRATOR @@ -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 diff --git a/sys/arch/evbarm/conf/IQ31244 b/sys/arch/evbarm/conf/IQ31244 index f2ef11699a15..7f6dae8ce5e6 100644 --- a/sys/arch/evbarm/conf/IQ31244 +++ b/sys/arch/evbarm/conf/IQ31244 @@ -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 diff --git a/sys/arch/evbarm/conf/IQ80310 b/sys/arch/evbarm/conf/IQ80310 index 73e095751cc1..f8f70f481834 100644 --- a/sys/arch/evbarm/conf/IQ80310 +++ b/sys/arch/evbarm/conf/IQ80310 @@ -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 diff --git a/sys/arch/evbarm/conf/IQ80321 b/sys/arch/evbarm/conf/IQ80321 index 0345ec99a511..f1f71f83d692 100644 --- a/sys/arch/evbarm/conf/IQ80321 +++ b/sys/arch/evbarm/conf/IQ80321 @@ -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 diff --git a/sys/arch/evbarm/conf/IXDP425 b/sys/arch/evbarm/conf/IXDP425 index 7d572d9c2cf1..caa5a28bc84a 100644 --- a/sys/arch/evbarm/conf/IXDP425 +++ b/sys/arch/evbarm/conf/IXDP425 @@ -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 diff --git a/sys/arch/evbarm/conf/IXM1200 b/sys/arch/evbarm/conf/IXM1200 index 14399e8988f5..0bf6248a2c0e 100644 --- a/sys/arch/evbarm/conf/IXM1200 +++ b/sys/arch/evbarm/conf/IXM1200 @@ -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 diff --git a/sys/arch/evbarm/conf/LUBBOCK b/sys/arch/evbarm/conf/LUBBOCK index ee51c05e5cfd..1b9ce2c12189 100644 --- a/sys/arch/evbarm/conf/LUBBOCK +++ b/sys/arch/evbarm/conf/LUBBOCK @@ -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 diff --git a/sys/arch/evbarm/conf/NAPPI b/sys/arch/evbarm/conf/NAPPI index 2a15f316b8f4..c327a82b924e 100644 --- a/sys/arch/evbarm/conf/NAPPI +++ b/sys/arch/evbarm/conf/NAPPI @@ -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 diff --git a/sys/arch/evbarm/conf/SMDK2410 b/sys/arch/evbarm/conf/SMDK2410 index 717f54002fdd..ebba756de893 100644 --- a/sys/arch/evbarm/conf/SMDK2410 +++ b/sys/arch/evbarm/conf/SMDK2410 @@ -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 diff --git a/sys/arch/evbarm/conf/SMDK2800 b/sys/arch/evbarm/conf/SMDK2800 index 392225ab1f96..a0ddf30403c0 100644 --- a/sys/arch/evbarm/conf/SMDK2800 +++ b/sys/arch/evbarm/conf/SMDK2800 @@ -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 diff --git a/sys/arch/evbarm/conf/TEAMASA_NPWR b/sys/arch/evbarm/conf/TEAMASA_NPWR index 0ff6d9aa13c7..47c9b6d290ae 100644 --- a/sys/arch/evbarm/conf/TEAMASA_NPWR +++ b/sys/arch/evbarm/conf/TEAMASA_NPWR @@ -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 diff --git a/sys/arch/evbarm/conf/TEAMASA_NPWR_FC b/sys/arch/evbarm/conf/TEAMASA_NPWR_FC index 21220e6f17ce..b28d196b4b5e 100644 --- a/sys/arch/evbarm/conf/TEAMASA_NPWR_FC +++ b/sys/arch/evbarm/conf/TEAMASA_NPWR_FC @@ -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 diff --git a/sys/arch/evbarm/conf/TS7200 b/sys/arch/evbarm/conf/TS7200 index e36206627146..1cc76a2f1997 100644 --- a/sys/arch/evbarm/conf/TS7200 +++ b/sys/arch/evbarm/conf/TS7200 @@ -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 diff --git a/sys/arch/evbarm/conf/TWINTAIL b/sys/arch/evbarm/conf/TWINTAIL index a1f8efd05975..5a09794bcdd4 100644 --- a/sys/arch/evbarm/conf/TWINTAIL +++ b/sys/arch/evbarm/conf/TWINTAIL @@ -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 diff --git a/sys/arch/evbarm/conf/VIPER b/sys/arch/evbarm/conf/VIPER index 7444c00b5cee..b87ae8f62eac 100644 --- a/sys/arch/evbarm/conf/VIPER +++ b/sys/arch/evbarm/conf/VIPER @@ -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 diff --git a/sys/arch/evbarm/conf/ZAO425 b/sys/arch/evbarm/conf/ZAO425 index 27ea1a2076ce..c9c1009b6341 100644 --- a/sys/arch/evbarm/conf/ZAO425 +++ b/sys/arch/evbarm/conf/ZAO425 @@ -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 diff --git a/sys/arch/evbmips/conf/MALTA b/sys/arch/evbmips/conf/MALTA index 69b7f4de81ef..eac6a753adf6 100644 --- a/sys/arch/evbmips/conf/MALTA +++ b/sys/arch/evbmips/conf/MALTA @@ -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 diff --git a/sys/arch/evbmips/conf/PB1000 b/sys/arch/evbmips/conf/PB1000 index 003343f76e2b..c1f570f238b5 100644 --- a/sys/arch/evbmips/conf/PB1000 +++ b/sys/arch/evbmips/conf/PB1000 @@ -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 diff --git a/sys/arch/evbppc/conf/EV64260 b/sys/arch/evbppc/conf/EV64260 index 285f5d0c8f18..1b30f8991ecd 100644 --- a/sys/arch/evbppc/conf/EV64260 +++ b/sys/arch/evbppc/conf/EV64260 @@ -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 diff --git a/sys/arch/evbppc/conf/EXPLORA451 b/sys/arch/evbppc/conf/EXPLORA451 index 574664acbfc5..5e31c5db879c 100644 --- a/sys/arch/evbppc/conf/EXPLORA451 +++ b/sys/arch/evbppc/conf/EXPLORA451 @@ -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 diff --git a/sys/arch/evbppc/conf/OPENBLOCKS200 b/sys/arch/evbppc/conf/OPENBLOCKS200 index 95b66fba3c0f..fac6428b3850 100644 --- a/sys/arch/evbppc/conf/OPENBLOCKS200 +++ b/sys/arch/evbppc/conf/OPENBLOCKS200 @@ -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 diff --git a/sys/arch/evbppc/conf/OPENBLOCKS266 b/sys/arch/evbppc/conf/OPENBLOCKS266 index 254981880827..a9864daabfd2 100644 --- a/sys/arch/evbppc/conf/OPENBLOCKS266 +++ b/sys/arch/evbppc/conf/OPENBLOCKS266 @@ -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 diff --git a/sys/arch/evbppc/conf/WALNUT b/sys/arch/evbppc/conf/WALNUT index 4f2d2108fe7b..2c2ed18aea1b 100644 --- a/sys/arch/evbppc/conf/WALNUT +++ b/sys/arch/evbppc/conf/WALNUT @@ -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 diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 81a4befad5c1..9f3b0c13f555 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -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 diff --git a/sys/arch/hp300/conf/INSTALL b/sys/arch/hp300/conf/INSTALL index f8ee36dcf5d4..1d0831370ea0 100644 --- a/sys/arch/hp300/conf/INSTALL +++ b/sys/arch/hp300/conf/INSTALL @@ -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 diff --git a/sys/arch/hp700/conf/GENERIC b/sys/arch/hp700/conf/GENERIC index 9ef59bf513bc..dd1682d32994 100644 --- a/sys/arch/hp700/conf/GENERIC +++ b/sys/arch/hp700/conf/GENERIC @@ -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 diff --git a/sys/arch/hpcarm/conf/IPAQ b/sys/arch/hpcarm/conf/IPAQ index a7ab670d43db..9a1ae86a29cf 100644 --- a/sys/arch/hpcarm/conf/IPAQ +++ b/sys/arch/hpcarm/conf/IPAQ @@ -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 diff --git a/sys/arch/hpcarm/conf/JORNADA720 b/sys/arch/hpcarm/conf/JORNADA720 index e437c8d3875d..481fbb3c117e 100644 --- a/sys/arch/hpcarm/conf/JORNADA720 +++ b/sys/arch/hpcarm/conf/JORNADA720 @@ -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 diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index 9c6d9e17cae8..ce5e23501d1a 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -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. diff --git a/sys/arch/hpcmips/conf/LROUTER b/sys/arch/hpcmips/conf/LROUTER index 70521efc4f02..d1de97fb8081 100644 --- a/sys/arch/hpcmips/conf/LROUTER +++ b/sys/arch/hpcmips/conf/LROUTER @@ -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. diff --git a/sys/arch/hpcmips/conf/MPC303 b/sys/arch/hpcmips/conf/MPC303 index 70c65f6ded4c..cd88f7ac60c8 100644 --- a/sys/arch/hpcmips/conf/MPC303 +++ b/sys/arch/hpcmips/conf/MPC303 @@ -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. diff --git a/sys/arch/hpcmips/conf/TX3912 b/sys/arch/hpcmips/conf/TX3912 index ec8e884e5528..6903cbd24f79 100644 --- a/sys/arch/hpcmips/conf/TX3912 +++ b/sys/arch/hpcmips/conf/TX3912 @@ -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 diff --git a/sys/arch/hpcmips/conf/TX3922 b/sys/arch/hpcmips/conf/TX3922 index 70432a12e17a..e44ba39a094a 100644 --- a/sys/arch/hpcmips/conf/TX3922 +++ b/sys/arch/hpcmips/conf/TX3922 @@ -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 diff --git a/sys/arch/hpcmips/conf/VR41XX b/sys/arch/hpcmips/conf/VR41XX index 6c642bbf124d..d25fd871b28f 100644 --- a/sys/arch/hpcmips/conf/VR41XX +++ b/sys/arch/hpcmips/conf/VR41XX @@ -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. diff --git a/sys/arch/hpcsh/conf/GENERIC b/sys/arch/hpcsh/conf/GENERIC index 823df3f4c23a..f70ff6883c64 100644 --- a/sys/arch/hpcsh/conf/GENERIC +++ b/sys/arch/hpcsh/conf/GENERIC @@ -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 diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index c6fe2617ba79..a2c60d0ccf25 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -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 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 0f78e11c9965..bffcbe27cf67 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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 diff --git a/sys/arch/i386/conf/GENERIC.MPACPI b/sys/arch/i386/conf/GENERIC.MPACPI index 70f207f3fabb..84f0939983cc 100644 --- a/sys/arch/i386/conf/GENERIC.MPACPI +++ b/sys/arch/i386/conf/GENERIC.MPACPI @@ -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 diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP index 426b0f3b9075..0f228aa62900 100644 --- a/sys/arch/i386/conf/GENERIC_LAPTOP +++ b/sys/arch/i386/conf/GENERIC_LAPTOP @@ -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 diff --git a/sys/arch/i386/conf/GENERIC_TINY b/sys/arch/i386/conf/GENERIC_TINY index 8ae9b29b7e0a..a019b194c56a 100644 --- a/sys/arch/i386/conf/GENERIC_TINY +++ b/sys/arch/i386/conf/GENERIC_TINY @@ -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 diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index 9dc9c8c305b0..730fa2b828d9 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -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 diff --git a/sys/arch/i386/conf/INSTALL_LAPTOP b/sys/arch/i386/conf/INSTALL_LAPTOP index a6722613eed6..803505e7f7d3 100644 --- a/sys/arch/i386/conf/INSTALL_LAPTOP +++ b/sys/arch/i386/conf/INSTALL_LAPTOP @@ -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 diff --git a/sys/arch/i386/conf/INSTALL_SMALL b/sys/arch/i386/conf/INSTALL_SMALL index 12ae6f69cd71..954b5668a8a4 100644 --- a/sys/arch/i386/conf/INSTALL_SMALL +++ b/sys/arch/i386/conf/INSTALL_SMALL @@ -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 diff --git a/sys/arch/i386/conf/INSTALL_TINY b/sys/arch/i386/conf/INSTALL_TINY index 3e02289b41a6..9ac8b65c3031 100644 --- a/sys/arch/i386/conf/INSTALL_TINY +++ b/sys/arch/i386/conf/INSTALL_TINY @@ -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 diff --git a/sys/arch/i386/conf/INSTALL_XENU b/sys/arch/i386/conf/INSTALL_XENU index ddd16652b6fc..5f974d9f9671 100644 --- a/sys/arch/i386/conf/INSTALL_XENU +++ b/sys/arch/i386/conf/INSTALL_XENU @@ -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 diff --git a/sys/arch/i386/conf/IOPENER b/sys/arch/i386/conf/IOPENER index e8bb32f13f7e..7e98e2736d9e 100644 --- a/sys/arch/i386/conf/IOPENER +++ b/sys/arch/i386/conf/IOPENER @@ -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 diff --git a/sys/arch/i386/conf/LAMB b/sys/arch/i386/conf/LAMB index e22920a81052..98581da32294 100644 --- a/sys/arch/i386/conf/LAMB +++ b/sys/arch/i386/conf/LAMB @@ -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 diff --git a/sys/arch/i386/conf/NET4501 b/sys/arch/i386/conf/NET4501 index d2a3e6c69333..b8af39fc8bd1 100644 --- a/sys/arch/i386/conf/NET4501 +++ b/sys/arch/i386/conf/NET4501 @@ -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 diff --git a/sys/arch/i386/conf/SWINGER b/sys/arch/i386/conf/SWINGER index d6b2f52d11dc..48b1ea6d7bd7 100644 --- a/sys/arch/i386/conf/SWINGER +++ b/sys/arch/i386/conf/SWINGER @@ -1,4 +1,4 @@ -# $NetBSD: SWINGER,v 1.71 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: SWINGER,v 1.72 2005/08/19 05:19:51 christos Exp $ # from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp # # SWINGER -- thorpej's Abit BP6+dual Celeron @@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "SWINGER-$Revision: 1.71 $" +#ident "SWINGER-$Revision: 1.72 $" maxusers 64 # estimated number of users @@ -111,6 +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 # /dev/pts/N support # File system options #options QUOTA # UFS quotas diff --git a/sys/arch/i386/conf/VIRTUALPC b/sys/arch/i386/conf/VIRTUALPC index 03a8db2c8564..afcd1ec0b4f7 100644 --- a/sys/arch/i386/conf/VIRTUALPC +++ b/sys/arch/i386/conf/VIRTUALPC @@ -1,4 +1,4 @@ -# $NetBSD: VIRTUALPC,v 1.27 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: VIRTUALPC,v 1.28 2005/08/19 05:19:51 christos Exp $ # # VIRTUALPC machine description file -- # @@ -11,7 +11,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "VIRTUALPC-$Revision: 1.27 $" +#ident "VIRTUALPC-$Revision: 1.28 $" maxusers 32 # estimated number of users @@ -147,6 +147,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 diff --git a/sys/arch/i386/conf/XEN0 b/sys/arch/i386/conf/XEN0 index 26adf1d7e069..c4b98044d0df 100644 --- a/sys/arch/i386/conf/XEN0 +++ b/sys/arch/i386/conf/XEN0 @@ -1,4 +1,4 @@ -# $NetBSD: XEN0,v 1.10 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: XEN0,v 1.11 2005/08/19 05:19:51 christos Exp $ include "arch/xen/conf/std.xen" @@ -105,6 +105,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 diff --git a/sys/arch/i386/conf/XENU b/sys/arch/i386/conf/XENU index 1d9b64c42915..bf7510286cdd 100644 --- a/sys/arch/i386/conf/XENU +++ b/sys/arch/i386/conf/XENU @@ -1,4 +1,4 @@ -# $NetBSD: XENU,v 1.6 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: XENU,v 1.7 2005/08/19 05:19:51 christos Exp $ include "arch/xen/conf/std.xen" @@ -105,6 +105,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 diff --git a/sys/arch/ibmnws/conf/GENERIC b/sys/arch/ibmnws/conf/GENERIC index 76c8a85adcaf..33b15cbc94ac 100644 --- a/sys/arch/ibmnws/conf/GENERIC +++ b/sys/arch/ibmnws/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.15 2005/07/31 04:04:42 yamt Exp $ +# $NetBSD: GENERIC,v 1.16 2005/08/19 05:19:53 christos Exp $ # # @@ -36,7 +36,7 @@ file-system MFS # memory file system file-system NFS # Network File System client #file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system MSDOSFS # MS-DOS file system -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support # File system options options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls diff --git a/sys/arch/iyonix/conf/GENERIC b/sys/arch/iyonix/conf/GENERIC index 57a194c66445..2cf6e458ef2d 100644 --- a/sys/arch/iyonix/conf/GENERIC +++ b/sys/arch/iyonix/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.17 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.18 2005/08/19 05:19:53 christos Exp $ # # GENERIC -- Generic kernel # @@ -51,7 +51,7 @@ file-system FILECORE # Acorn filecore file system #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 diff --git a/sys/arch/luna68k/conf/GENERIC b/sys/arch/luna68k/conf/GENERIC index 698f95ebb5e2..2ba2b225bf9e 100644 --- a/sys/arch/luna68k/conf/GENERIC +++ b/sys/arch/luna68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.63 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.64 2005/08/19 05:19:53 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.63 $" +#ident "GENERIC-$Revision: 1.64 $" maxusers 8 @@ -94,7 +94,7 @@ file-system NULLFS # loopback file system #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 #options NFSSERVER # nfs server support #options QUOTA # ffs quotas diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index bc7a18bc455c..e7b392cfaa15 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.163 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.164 2005/08/19 05:19:53 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.163 $" +#ident "GENERIC-$Revision: 1.164 $" maxusers 16 # estimated number of users @@ -119,7 +119,7 @@ file-system PROCFS # /proc file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system CODA # Venus/Coda distributed file system -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support # File system options options QUOTA # UFS quotas diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index bf897b236d04..5687ba44a9b3 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -1,4 +1,4 @@ -# $NetBSD: GENERICSBC,v 1.47 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERICSBC,v 1.48 2005/08/19 05:19:53 christos Exp $ # # GENERICSBC @@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERICSBC-$Revision: 1.47 $" +#ident "GENERICSBC-$Revision: 1.48 $" maxusers 16 # estimated number of users @@ -97,7 +97,7 @@ file-system PROCFS # /proc file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system CODA # Venus/Coda distributed file system -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support # File system options options QUOTA # UFS quotas diff --git a/sys/arch/mac68k/conf/INSTALL b/sys/arch/mac68k/conf/INSTALL index 39b7974883fd..77383c4fad1d 100644 --- a/sys/arch/mac68k/conf/INSTALL +++ b/sys/arch/mac68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.33 2005/02/18 21:05:52 dsl Exp $ +# $NetBSD: INSTALL,v 1.34 2005/08/19 05:19:53 christos Exp $ # # INSTALL @@ -57,6 +57,7 @@ file-system NFS # Network File System client file-system CD9660 # ISO 9660 + Rock Ridge file system file-system MSDOSFS # MS-DOS file system file-system KERNFS # /kern +#file-system PTYFS # /dev/pts/N support # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space diff --git a/sys/arch/mac68k/conf/INSTALLSBC b/sys/arch/mac68k/conf/INSTALLSBC index 15cb118dce35..15ea7d722cfe 100644 --- a/sys/arch/mac68k/conf/INSTALLSBC +++ b/sys/arch/mac68k/conf/INSTALLSBC @@ -1,4 +1,4 @@ -# $NetBSD: INSTALLSBC,v 1.24 2005/02/18 21:05:52 dsl Exp $ +# $NetBSD: INSTALLSBC,v 1.25 2005/08/19 05:19:53 christos Exp $ # # INSTALLSBC @@ -57,6 +57,7 @@ file-system NFS # Network File System client file-system CD9660 # ISO 9660 + Rock Ridge file system file-system MSDOSFS # MS-DOS file system file-system KERNFS # /kern +#file-system PTYFS # /dev/pts/N support # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space diff --git a/sys/arch/mac68k/conf/SMALLRAM b/sys/arch/mac68k/conf/SMALLRAM index 1aaca70230db..7a8b6d7d250f 100644 --- a/sys/arch/mac68k/conf/SMALLRAM +++ b/sys/arch/mac68k/conf/SMALLRAM @@ -1,4 +1,4 @@ -# $NetBSD: SMALLRAM,v 1.21 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: SMALLRAM,v 1.22 2005/08/19 05:19:53 christos Exp $ # # This is an example of how to configure a small, efficient kernel for a # system with limited RAM. Even so it's capable of doing quite a bit. The @@ -13,7 +13,7 @@ include "arch/mac68k/conf/std.mac68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "SMALLRAM-$Revision: 1.21 $" +#ident "SMALLRAM-$Revision: 1.22 $" maxusers 8 @@ -105,6 +105,7 @@ file-system NFS # Network File System client #file-system UMAPFS # NULLFS + uid and gid remapping #file-system UNION # union file system #file-system CODA # Venus/Coda distributed file system +#file-system PTYFS # /dev/pts/N support # File system options options QUOTA # UFS quotas diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 84372cd9e686..78b55913f3cf 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.209 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.210 2005/08/19 05:19:53 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.209 $" +#ident "GENERIC-$Revision: 1.210 $" maxusers 32 @@ -106,7 +106,7 @@ file-system PROCFS # /proc file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system SMBFS # 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 diff --git a/sys/arch/macppc/conf/INSTALL b/sys/arch/macppc/conf/INSTALL index 2baac7c88ba9..61e06cb89cc7 100644 --- a/sys/arch/macppc/conf/INSTALL +++ b/sys/arch/macppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.91 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: INSTALL,v 1.92 2005/08/19 05:19:53 christos Exp $ # # config file for INSTALL FLOPPY # @@ -39,6 +39,7 @@ file-system MFS # memory file system file-system NFS # Network File System client file-system CD9660 # ISO 9660 + Rock Ridge file system file-system MSDOSFS # MS-DOS file system +#file-system PTYFS # /dev/pts/N support # Filesystem options options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space diff --git a/sys/arch/macppc/conf/POWERMAC b/sys/arch/macppc/conf/POWERMAC index 439bfb162140..c679ee996e80 100644 --- a/sys/arch/macppc/conf/POWERMAC +++ b/sys/arch/macppc/conf/POWERMAC @@ -1,4 +1,4 @@ -# $NetBSD: POWERMAC,v 1.50 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: POWERMAC,v 1.51 2005/08/19 05:19:53 christos Exp $ # # POWERMAC config file # @@ -39,6 +39,7 @@ file-system FFS # UFS file-system MFS # memory file system #file-system NFS # Network File System client file-system PROCFS # /proc +file-system PTYFS # /dev/pts/N support # File system options #options NFSSERVER # Network File System server diff --git a/sys/arch/mipsco/conf/GENERIC b/sys/arch/mipsco/conf/GENERIC index 03ca534dd2d8..915fbbc48c9c 100644 --- a/sys/arch/mipsco/conf/GENERIC +++ b/sys/arch/mipsco/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.50 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.51 2005/08/19 05:19:53 christos Exp $ # # GENERIC machine description file # @@ -91,7 +91,7 @@ file-system PROCFS # /proc file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system #file-system MSDOSFS # MS-DOS FAT filesystem(s). -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support # options NFSSERVER # Sun NFS-compatible filesystem server options QUOTA # FFS quotas diff --git a/sys/arch/mipsco/conf/INSTALL b/sys/arch/mipsco/conf/INSTALL index 2f1c3a8e758b..9fd0c78f7cd6 100644 --- a/sys/arch/mipsco/conf/INSTALL +++ b/sys/arch/mipsco/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.17 2005/02/18 21:05:52 dsl Exp $ +# $NetBSD: INSTALL,v 1.18 2005/08/19 05:19:53 christos Exp $ # include "arch/mipsco/conf/std.mipsco" @@ -42,6 +42,7 @@ file-system FFS # Berkeley Fast Filesystem file-system NFS # Sun NFS-compatible filesystem client file-system KERNFS # kernel data-structure filesystem file-system CD9660 # ISO 9660 + Rock Ridge file system +#file-system PTYFS # /dev/pts/N support # Options for saving space in install kernels options NFS_V2_ONLY # Exclude NFS3 and NQNFS diff --git a/sys/arch/mipsco/conf/RC3230 b/sys/arch/mipsco/conf/RC3230 index e33acfddc128..d9387d446858 100644 --- a/sys/arch/mipsco/conf/RC3230 +++ b/sys/arch/mipsco/conf/RC3230 @@ -1,5 +1,5 @@ # -# $NetBSD: RC3230,v 1.26 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: RC3230,v 1.27 2005/08/19 05:19:53 christos Exp $ # include "arch/mipsco/conf/std.mipsco" @@ -63,6 +63,7 @@ file-system PROCFS # /proc file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system #file-system MSDOSFS # MS-DOS FAT filesystem(s). +file-system PTYFS # /dev/pts/N support # options NFSSERVER # Sun NFS-compatible filesystem server options QUOTA # FFS quotas diff --git a/sys/arch/mmeye/conf/GENERIC b/sys/arch/mmeye/conf/GENERIC index dcff7a292437..9e7191f6a6ba 100644 --- a/sys/arch/mmeye/conf/GENERIC +++ b/sys/arch/mmeye/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.72 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.73 2005/08/19 05:19:53 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.72 $" +#ident "GENERIC-$Revision: 1.73 $" maxusers 16 # estimated number of users @@ -99,7 +99,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 diff --git a/sys/arch/mmeye/conf/MMEYE b/sys/arch/mmeye/conf/MMEYE index 2495b94e7d0b..a29d3c014a5d 100644 --- a/sys/arch/mmeye/conf/MMEYE +++ b/sys/arch/mmeye/conf/MMEYE @@ -1,4 +1,4 @@ -# $NetBSD: MMEYE,v 1.30 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: MMEYE,v 1.31 2005/08/19 05:19:53 christos Exp $ # # GENERIC -- everything that's currently supported # @@ -56,6 +56,7 @@ file-system FFS # UFS file-system MFS # memory file system file-system NFS # Network File System client file-system PROCFS # /proc +#file-system PTYFS # /dev/pts/N support options FFS_NO_SNAPSHOT # No FFS snapshots # Networking options diff --git a/sys/arch/mmeye/conf/MMTA b/sys/arch/mmeye/conf/MMTA index 234508d9c226..31384f3c44a8 100644 --- a/sys/arch/mmeye/conf/MMTA +++ b/sys/arch/mmeye/conf/MMTA @@ -1,4 +1,4 @@ -# $NetBSD: MMTA,v 1.29 2005/07/31 04:04:43 yamt Exp $ +# $NetBSD: MMTA,v 1.30 2005/08/19 05:19:53 christos Exp $ # # GENERIC -- everything that's currently supported # @@ -75,6 +75,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 diff --git a/sys/arch/mmeye/conf/MMTAICE b/sys/arch/mmeye/conf/MMTAICE index 7aaac6fbd6e0..597ab107b2f3 100644 --- a/sys/arch/mmeye/conf/MMTAICE +++ b/sys/arch/mmeye/conf/MMTAICE @@ -1,4 +1,4 @@ -# $NetBSD: MMTAICE,v 1.31 2005/07/31 04:04:43 yamt Exp $ +# $NetBSD: MMTAICE,v 1.32 2005/08/19 05:19:53 christos Exp $ # # GENERIC -- everything that's currently supported # @@ -106,6 +106,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 diff --git a/sys/arch/mmeye/conf/MMTAROMNEW b/sys/arch/mmeye/conf/MMTAROMNEW index 4c5f83a52425..907dfe057fd7 100644 --- a/sys/arch/mmeye/conf/MMTAROMNEW +++ b/sys/arch/mmeye/conf/MMTAROMNEW @@ -1,4 +1,4 @@ -# $NetBSD: MMTAROMNEW,v 1.31 2005/07/31 04:04:43 yamt Exp $ +# $NetBSD: MMTAROMNEW,v 1.32 2005/08/19 05:19:53 christos Exp $ # # GENERIC -- everything that's currently supported # @@ -85,6 +85,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 diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index bd7ae5b7e15c..831b2ac09438 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.58 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.59 2005/08/19 05:19:53 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/mvme68k/conf/std.mvme68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.58 $" +#ident "GENERIC-$Revision: 1.59 $" # Boards this kernel supports options MVME147 @@ -63,6 +63,7 @@ file-system MFS file-system CD9660 #file-system MSDOSFS #file-system UNION +file-system PTYFS # /dev/pts/N support options NFSSERVER #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/mvme68k/conf/RAMDISK b/sys/arch/mvme68k/conf/RAMDISK index 097bb6a6d8f1..f92c11147d1e 100644 --- a/sys/arch/mvme68k/conf/RAMDISK +++ b/sys/arch/mvme68k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.22 2005/02/18 21:05:52 dsl Exp $ +# $NetBSD: RAMDISK,v 1.23 2005/08/19 05:19:53 christos Exp $ # # RAMDISK: Root/swap on ramdisk @@ -34,6 +34,7 @@ file-system FFS file-system NFS file-system KERNFS file-system CD9660 +#file-system PTYFS # /dev/pts/N support options FFS_NO_SNAPSHOT # No FFS snapshots # Networking options diff --git a/sys/arch/mvme68k/conf/VME147 b/sys/arch/mvme68k/conf/VME147 index fea383a2cdd2..2b012144a430 100644 --- a/sys/arch/mvme68k/conf/VME147 +++ b/sys/arch/mvme68k/conf/VME147 @@ -1,4 +1,4 @@ -# $NetBSD: VME147,v 1.49 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: VME147,v 1.50 2005/08/19 05:19:53 christos Exp $ include "arch/mvme68k/conf/std.mvme68k" @@ -26,6 +26,7 @@ file-system MFS file-system CD9660 #file-system MSDOSFS #file-system UNION +#file-system PTYFS # /dev/pts/N support #options NFSSERVER #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/mvme68k/conf/VME162 b/sys/arch/mvme68k/conf/VME162 index 2659e215944b..ee43a88715a1 100644 --- a/sys/arch/mvme68k/conf/VME162 +++ b/sys/arch/mvme68k/conf/VME162 @@ -1,4 +1,4 @@ -# $NetBSD: VME162,v 1.22 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: VME162,v 1.23 2005/08/19 05:19:53 christos Exp $ include "arch/mvme68k/conf/std.mvme68k" @@ -29,6 +29,7 @@ file-system MFS file-system CD9660 #file-system MSDOSFS #file-system UNION +#file-system PTYFS # /dev/pts/N support #options NFSSERVER #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/mvme68k/conf/VME167 b/sys/arch/mvme68k/conf/VME167 index 301cf2a84062..5b727230e3bd 100644 --- a/sys/arch/mvme68k/conf/VME167 +++ b/sys/arch/mvme68k/conf/VME167 @@ -1,4 +1,4 @@ -# $NetBSD: VME167,v 1.26 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: VME167,v 1.27 2005/08/19 05:19:53 christos Exp $ include "arch/mvme68k/conf/std.mvme68k" @@ -29,6 +29,7 @@ file-system MFS file-system CD9660 #file-system MSDOSFS #file-system UNION +#file-system PTYFS # /dev/pts/N support #options NFSSERVER #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/mvme68k/conf/VME172 b/sys/arch/mvme68k/conf/VME172 index 2e568a2cd49a..30db433ba8cf 100644 --- a/sys/arch/mvme68k/conf/VME172 +++ b/sys/arch/mvme68k/conf/VME172 @@ -1,4 +1,4 @@ -# $NetBSD: VME172,v 1.22 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: VME172,v 1.23 2005/08/19 05:19:53 christos Exp $ include "arch/mvme68k/conf/std.mvme68k" @@ -28,6 +28,7 @@ file-system MFS file-system CD9660 #file-system MSDOSFS #file-system UNION +#file-system PTYFS # /dev/pts/N support #options NFSSERVER #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/mvme68k/conf/VME177 b/sys/arch/mvme68k/conf/VME177 index 373e48f2dd32..5497de70af36 100644 --- a/sys/arch/mvme68k/conf/VME177 +++ b/sys/arch/mvme68k/conf/VME177 @@ -1,4 +1,4 @@ -# $NetBSD: VME177,v 1.22 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: VME177,v 1.23 2005/08/19 05:19:53 christos Exp $ include "arch/mvme68k/conf/std.mvme68k" @@ -28,6 +28,7 @@ file-system MFS file-system CD9660 #file-system MSDOSFS #file-system UNION +#file-system PTYFS # /dev/pts/N support #options NFSSERVER #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/mvmeppc/conf/MVME1600 b/sys/arch/mvmeppc/conf/MVME1600 index 3b921f0648ac..b414bd1390d0 100644 --- a/sys/arch/mvmeppc/conf/MVME1600 +++ b/sys/arch/mvmeppc/conf/MVME1600 @@ -1,11 +1,11 @@ -# $NetBSD: MVME1600,v 1.19 2005/07/31 04:04:43 yamt Exp $ +# $NetBSD: MVME1600,v 1.20 2005/08/19 05:19:53 christos Exp $ # include "arch/mvmeppc/conf/std.mvmeppc" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "MVME1600-$Revision: 1.19 $" +#ident "MVME1600-$Revision: 1.20 $" maxusers 8 @@ -56,7 +56,8 @@ file-system NFS # Network File System client ##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 CODA # Coda File System; also needs vcoda (below) +file-system PTYFS # /dev/pts/N support # File system options #options QUOTA # UFS quotas diff --git a/sys/arch/netwinder/conf/GENERIC b/sys/arch/netwinder/conf/GENERIC index ace73daac8d0..420b03bf71b6 100644 --- a/sys/arch/netwinder/conf/GENERIC +++ b/sys/arch/netwinder/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.67 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.68 2005/08/19 05:19:53 christos Exp $ # # GENERIC machine description file # @@ -68,7 +68,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 # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support # File system options #options QUOTA # UFS quotas diff --git a/sys/arch/news68k/conf/GENERIC b/sys/arch/news68k/conf/GENERIC index 2b6a80122b70..5c27bc175770 100644 --- a/sys/arch/news68k/conf/GENERIC +++ b/sys/arch/news68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.69 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.70 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.69 $" +#ident "GENERIC-$Revision: 1.70 $" maxusers 8 @@ -99,7 +99,7 @@ file-system PORTAL # portal filesystem (still experimental) 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 options NFSSERVER # nfs server support options QUOTA # ffs quotas diff --git a/sys/arch/news68k/conf/GENERIC_TINY b/sys/arch/news68k/conf/GENERIC_TINY index e403802e74bf..ee607eec7bed 100644 --- a/sys/arch/news68k/conf/GENERIC_TINY +++ b/sys/arch/news68k/conf/GENERIC_TINY @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.43 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC_TINY,v 1.44 2005/08/19 05:19:54 christos Exp $ # news68k GENERIC config file for low memory machines; # @@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC_TINY-$Revision: 1.43 $" +#ident "GENERIC_TINY-$Revision: 1.44 $" maxusers 4 @@ -84,7 +84,7 @@ file-system FDESC # /dev/fd/* #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 options NFSSERVER # nfs server support #options QUOTA # ffs quotas diff --git a/sys/arch/news68k/conf/INSTALL b/sys/arch/news68k/conf/INSTALL index 846a2617f5a3..9694140ada48 100644 --- a/sys/arch/news68k/conf/INSTALL +++ b/sys/arch/news68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.32 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: INSTALL,v 1.33 2005/08/19 05:19:54 christos Exp $ # config for bootable floppy kernel # @@ -62,6 +62,7 @@ file-system MSDOSFS # MS-DOS FAT file system #file-system FDESC # /dev/fd/* #file-system NULLFS # loopback file system #file-system UNION # union file system +#file-system PTYFS # /dev/pts/N support # Filesystem options #options NFSSERVER # nfs server support diff --git a/sys/arch/news68k/conf/LIBERO b/sys/arch/news68k/conf/LIBERO index e2bc4a2da0ad..dae04ac52fde 100644 --- a/sys/arch/news68k/conf/LIBERO +++ b/sys/arch/news68k/conf/LIBERO @@ -1,4 +1,4 @@ -# $NetBSD: LIBERO,v 1.34 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: LIBERO,v 1.35 2005/08/19 05:19:54 christos Exp $ # NEWS1750 config file; # @@ -67,6 +67,7 @@ file-system PROCFS # /proc file-system FDESC # /dev/fd/* file-system NULLFS # loopback file system #file-system UNION # union file system +file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support #options QUOTA # ffs quotas diff --git a/sys/arch/news68k/conf/NEWS1200 b/sys/arch/news68k/conf/NEWS1200 index 8c3f06c24e19..7c954a6ee4d0 100644 --- a/sys/arch/news68k/conf/NEWS1200 +++ b/sys/arch/news68k/conf/NEWS1200 @@ -1,4 +1,4 @@ -# $NetBSD: NEWS1200,v 1.33 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: NEWS1200,v 1.34 2005/08/19 05:19:54 christos Exp $ # news1200 config file # @@ -69,6 +69,7 @@ file-system NULLFS # loopback file system #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 #options NFSSERVER # nfs server support #options QUOTA # ffs quotas diff --git a/sys/arch/newsmips/conf/DEJIKO b/sys/arch/newsmips/conf/DEJIKO index d31f5c333eca..8c84c8cb5b9b 100644 --- a/sys/arch/newsmips/conf/DEJIKO +++ b/sys/arch/newsmips/conf/DEJIKO @@ -1,4 +1,4 @@ -# $NetBSD: DEJIKO,v 1.18 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: DEJIKO,v 1.19 2005/08/19 05:19:54 christos Exp $ # # Dejiko's sekai-seifuku NEWS5000 nyo. @@ -26,6 +26,7 @@ file-system MFS # memory-based filesystem file-system NFS # Sun NFS-compatible filesystem client file-system PROCFS # /proc file-system CD9660 # ISO 9660 + Rock Ridge file system +#file-system PTYFS # /dev/pts/N support options FFS_NO_SNAPSHOT # No FFS snapshots # Networking options diff --git a/sys/arch/newsmips/conf/GENERIC b/sys/arch/newsmips/conf/GENERIC index 7b959eb5ce94..5c8d01a39db5 100644 --- a/sys/arch/newsmips/conf/GENERIC +++ b/sys/arch/newsmips/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.83 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.84 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.83 $" +#ident "GENERIC-$Revision: 1.84 $" maxusers 16 @@ -92,7 +92,7 @@ file-system PROCFS # /proc file-system CD9660 # ISO 9660 + Rock Ridge file system file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support options NFSSERVER # Sun NFS-compatible filesystem server options QUOTA # FFS quotas diff --git a/sys/arch/newsmips/conf/INSTALL b/sys/arch/newsmips/conf/INSTALL index 07c8c800323d..b6af21b6be1d 100644 --- a/sys/arch/newsmips/conf/INSTALL +++ b/sys/arch/newsmips/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.26 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: INSTALL,v 1.27 2005/08/19 05:19:54 christos Exp $ # # INSTALL kernel for RISC-NEWS @@ -42,6 +42,7 @@ file-system NFS # Sun NFS-compatible filesystem client file-system MFS # memory-based filesystem file-system CD9660 # ISO 9660 + Rock Ridge file system file-system MSDOSFS # MS-DOS FAT filesystem(s). +#file-system PTYFS # /dev/pts/N support # Filesystem options options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space diff --git a/sys/arch/newsmips/conf/WAPIKO b/sys/arch/newsmips/conf/WAPIKO index d2d81f4b35fb..3a0c080b03b4 100644 --- a/sys/arch/newsmips/conf/WAPIKO +++ b/sys/arch/newsmips/conf/WAPIKO @@ -1,7 +1,7 @@ # # NEWS3400 config file # -# $NetBSD: WAPIKO,v 1.30 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: WAPIKO,v 1.31 2005/08/19 05:19:54 christos Exp $ # include "arch/newsmips/conf/std.newsmips" @@ -46,6 +46,7 @@ file-system FFS # Berkeley Fast Filesystem file-system MFS # memory-based filesystem file-system PROCFS # /proc options FFS_NO_SNAPSHOT # No FFS snapshots +#file-system PTYFS # /dev/pts/N support # Networking options options INET # Internet protocols diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index 8485a2d7bb6f..24e273cbb67a 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.93 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.94 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.93 $" +#ident "GENERIC-$Revision: 1.94 $" # Needs to be set per system. i.e change these as you see fit maxusers 16 @@ -112,7 +112,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 options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/next68k/conf/SLAB b/sys/arch/next68k/conf/SLAB index 7aaf5f384615..0466c7d75428 100644 --- a/sys/arch/next68k/conf/SLAB +++ b/sys/arch/next68k/conf/SLAB @@ -1,4 +1,4 @@ -# $NetBSD: SLAB,v 1.29 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: SLAB,v 1.30 2005/08/19 05:19:54 christos Exp $ # # deberg's development machine # @@ -85,6 +85,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 #options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/ofppc/conf/BRIQ b/sys/arch/ofppc/conf/BRIQ index e8783719825d..fa033e4e6224 100644 --- a/sys/arch/ofppc/conf/BRIQ +++ b/sys/arch/ofppc/conf/BRIQ @@ -1,4 +1,4 @@ -# $NetBSD: BRIQ,v 1.22 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: BRIQ,v 1.23 2005/08/19 05:19:54 christos Exp $ # # BRIQ -- Total Impact briQ -- http://www.totalimpact.com # @@ -7,7 +7,7 @@ include "arch/ofppc/conf/std.ofppc" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.22 $" +#ident "GENERIC-$Revision: 1.23 $" maxusers 32 @@ -80,6 +80,7 @@ file-system PROCFS # /proc file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system NTFS # Windows NT file system +file-system PTYFS # /dev/pts/N support # File system options options QUOTA # UFS quotas diff --git a/sys/arch/ofppc/conf/GENERIC b/sys/arch/ofppc/conf/GENERIC index b63f72874db7..deb7f4127bce 100644 --- a/sys/arch/ofppc/conf/GENERIC +++ b/sys/arch/ofppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.82 2005/08/19 02:03:52 christos Exp $ +# $NetBSD: GENERIC,v 1.83 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.82 $" +#ident "GENERIC-$Revision: 1.83 $" maxusers 32 @@ -93,7 +93,7 @@ file-system PROCFS # /proc file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union file system file-system NTFS # Windows NT file system -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support # File system options options QUOTA # UFS quotas diff --git a/sys/arch/pc532/conf/BULLBOX b/sys/arch/pc532/conf/BULLBOX index 8286a93911c0..413c11308073 100644 --- a/sys/arch/pc532/conf/BULLBOX +++ b/sys/arch/pc532/conf/BULLBOX @@ -1,4 +1,4 @@ -# $NetBSD: BULLBOX,v 1.23 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: BULLBOX,v 1.24 2005/08/19 05:19:54 christos Exp $ # # BULLBOX: Kernel for Jon Buller's machine # @@ -46,6 +46,7 @@ file-system CD9660 # CD-ROM file system file-system FDESC # /dev/fd file-system KERNFS # kernel file system; recommended file-system PROCFS # proc file system +file-system PTYFS # /dev/pts/N support options SETUIDSCRIPTS options NFSSERVER # Network File System server diff --git a/sys/arch/pc532/conf/DUMMY b/sys/arch/pc532/conf/DUMMY index 05b767138e41..059eeecf2d67 100644 --- a/sys/arch/pc532/conf/DUMMY +++ b/sys/arch/pc532/conf/DUMMY @@ -1,4 +1,4 @@ -# $NetBSD: DUMMY,v 1.30 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: DUMMY,v 1.31 2005/08/19 05:19:54 christos Exp $ # # DUMMY: Matthias Pfaller's second pc532 # @@ -49,6 +49,7 @@ file-system FFS # Berkeley fast file system #file-system UNION #file-system NULLFS file-system NFS # Network File System client +#file-system PTYFS # /dev/pts/N support #options QUOTA # file system quotas options FFS_NO_SNAPSHOT # No FFS snapshots diff --git a/sys/arch/pc532/conf/GENERIC b/sys/arch/pc532/conf/GENERIC index da843fea7707..af4195503389 100644 --- a/sys/arch/pc532/conf/GENERIC +++ b/sys/arch/pc532/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.54 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC,v 1.55 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/pc532/conf/std.pc532" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.54 $" +#ident "GENERIC-$Revision: 1.55 $" maxusers 8 # estimated number of users @@ -66,7 +66,7 @@ file-system NULLFS # loopback file system file-system OVERLAY # overlay file system file-system UNION # union file system file-system NFS # Network File System client -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support options NFSSERVER # Network File System server #options QUOTA # file system quotas diff --git a/sys/arch/pc532/conf/INSTALL b/sys/arch/pc532/conf/INSTALL index d486e9ab0a88..119a9366f328 100644 --- a/sys/arch/pc532/conf/INSTALL +++ b/sys/arch/pc532/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.35 2005/02/18 21:05:53 dsl Exp $ +# $NetBSD: INSTALL,v 1.36 2005/08/19 05:19:54 christos Exp $ # # INSTALL -- install kernel # @@ -25,6 +25,7 @@ file-system MSDOSFS # MS-DOS file system file-system CD9660 # ISO 9660 CD-ROM file system file-system KERNFS # /kern file-system NFS # Network File System client +#file-system PTYFS # /dev/pts/N support # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space diff --git a/sys/arch/pc532/conf/KLONDIKE b/sys/arch/pc532/conf/KLONDIKE index 22134e5ccf67..cfb7f83d7de9 100644 --- a/sys/arch/pc532/conf/KLONDIKE +++ b/sys/arch/pc532/conf/KLONDIKE @@ -1,5 +1,5 @@ -# $NetBSD: KLONDIKE,v 1.34 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: KLONDIKE,v 1.35 2005/08/19 05:19:54 christos Exp $ # # KLONDIKE: Matthias Pfaller's pc532 # @@ -53,6 +53,7 @@ file-system FDESC # /dev/fd file-system KERNFS # /kern file-system PROCFS # /proc file-system NFS # Network File System client +file-system PTYFS # /dev/pts/N support options NFSSERVER # Network File System server #options QUOTA # file system quotas diff --git a/sys/arch/pc532/conf/SALMON b/sys/arch/pc532/conf/SALMON index eaf3c7667db2..ebac50e1f01e 100644 --- a/sys/arch/pc532/conf/SALMON +++ b/sys/arch/pc532/conf/SALMON @@ -1,4 +1,4 @@ -# $NetBSD: SALMON,v 1.27 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: SALMON,v 1.28 2005/08/19 05:19:54 christos Exp $ # # SALMON: Phil Nelson's 2nd (test) pc532 # @@ -43,6 +43,7 @@ file-system CD9660 # ISO 9660 CD-ROM file system, with RR file-system MSDOSFS # MS-DOS FAT file system file-system FDESC # /dev/fd file-system KERNFS # kernel file system; recommended +file-system PTYFS # /dev/pts/N support #options QUOTA # file system quotas options NFSSERVER # Network File System server diff --git a/sys/arch/pc532/conf/STEELHEAD b/sys/arch/pc532/conf/STEELHEAD index 40f3c85b6f61..a3104cc97db4 100644 --- a/sys/arch/pc532/conf/STEELHEAD +++ b/sys/arch/pc532/conf/STEELHEAD @@ -1,4 +1,4 @@ -# $NetBSD: STEELHEAD,v 1.42 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: STEELHEAD,v 1.43 2005/08/19 05:19:54 christos Exp $ # # STEELHEAD: Phil Nelson's pc532 # @@ -43,6 +43,7 @@ file-system CD9660 # ISO 9660 CD-ROM file system, with RR #file-system MSDOSFS # MS-DOS FAT file system file-system FDESC # /dev/fd file-system KERNFS # kernel file system; recommended +file-system PTYFS # /dev/pts/N support #options QUOTA # file system quotas options NFSSERVER # Network File System server diff --git a/sys/arch/pdp10/conf/GENERIC b/sys/arch/pdp10/conf/GENERIC index 90a9443868da..c628040dd12c 100644 --- a/sys/arch/pdp10/conf/GENERIC +++ b/sys/arch/pdp10/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.16 2005/07/31 04:04:43 yamt Exp $ +# $NetBSD: GENERIC,v 1.17 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/pdp10/conf/std.pdp10" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.16 $" +#ident "GENERIC-$Revision: 1.17 $" # Here are all different supported CPU types listed. options KL10 @@ -89,7 +89,7 @@ file-system NULLFS #file-system UMAPFS #file-system UNION #file-system CD9660 -#file-system PTYFS +file-system PTYFS # /dev/pts/N support #options QUOTA #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/playstation2/conf/config.playstation2 b/sys/arch/playstation2/conf/config.playstation2 index 9130642a2c0d..21b1df323948 100644 --- a/sys/arch/playstation2/conf/config.playstation2 +++ b/sys/arch/playstation2/conf/config.playstation2 @@ -1,7 +1,7 @@ # # deafult config file. # -# $NetBSD: config.playstation2,v 1.13 2005/07/31 04:04:43 yamt Exp $ +# $NetBSD: config.playstation2,v 1.14 2005/08/19 05:19:54 christos Exp $ # maxusers 16 @@ -16,6 +16,7 @@ file-system NULLFS file-system UNION # union file system file-system KERNFS # /kern file-system PROCFS # /proc +file-system PTYFS # /dev/pts/N support options SOFTDEP # FFS soft updates support. options VNODE_OP_NOINLINE # don't inline vnode op calls diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 5ce33f1d6372..59d8cd979358 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.134 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC,v 1.135 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -23,7 +23,7 @@ include "arch/pmax/conf/files.pmax_rcons" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.134 $" +#ident "GENERIC-$Revision: 1.135 $" maxusers 64 @@ -99,7 +99,7 @@ file-system PORTAL # portal filesystem (still experimental) 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 QUOTA # UFS quotas diff --git a/sys/arch/pmax/conf/INSTALL b/sys/arch/pmax/conf/INSTALL index c5673f98ddcb..7f5a40ecbc05 100644 --- a/sys/arch/pmax/conf/INSTALL +++ b/sys/arch/pmax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.55 2005/02/18 21:05:53 dsl Exp $ +# $NetBSD: INSTALL,v 1.56 2005/08/19 05:19:54 christos Exp $ # # Distribution install kernel (any model) # netbsd: cut-down kernel for miniroots. @@ -52,6 +52,7 @@ file-system FFS # BSD fast filesystem file-system NFS # Sun NFS-compatible filesystem (client) file-system CD9660 # ISO 9660 + Rock Ridge file system file-system KERNFS # kernel data-structure filesystem +#file-system PTYFS # /dev/pts/N support # Filesystem options #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space diff --git a/sys/arch/pmax/conf/WSCONS b/sys/arch/pmax/conf/WSCONS index 18df3a703598..8c5e0efc1c57 100644 --- a/sys/arch/pmax/conf/WSCONS +++ b/sys/arch/pmax/conf/WSCONS @@ -1,4 +1,4 @@ -# $NetBSD: WSCONS,v 1.16 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: WSCONS,v 1.17 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -33,7 +33,7 @@ options WSCONS options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.16 $" +#ident "GENERIC-$Revision: 1.17 $" maxusers 64 @@ -108,6 +108,7 @@ file-system PORTAL # portal filesystem (still experimental) 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 QUOTA # UFS quotas diff --git a/sys/arch/pmppc/conf/INSTALL b/sys/arch/pmppc/conf/INSTALL index 7f73ab0b27d9..1406f7310472 100644 --- a/sys/arch/pmppc/conf/INSTALL +++ b/sys/arch/pmppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.18 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: INSTALL,v 1.19 2005/08/19 05:19:54 christos Exp $ # # INSTALL # @@ -79,6 +79,7 @@ file-system NFS # Network File System client #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 diff --git a/sys/arch/pmppc/conf/PMPPC b/sys/arch/pmppc/conf/PMPPC index 4be38bfb3fdc..c02ef45e9816 100644 --- a/sys/arch/pmppc/conf/PMPPC +++ b/sys/arch/pmppc/conf/PMPPC @@ -1,4 +1,4 @@ -# $NetBSD: PMPPC,v 1.31 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: PMPPC,v 1.32 2005/08/19 05:19:54 christos Exp $ # # PMPPC # @@ -73,6 +73,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 diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index 7fefa8792fec..f88c8f3156bd 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.100 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC,v 1.101 2005/08/19 05:19:54 christos Exp $ # # GENERIC machine description file # @@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size. -#ident "GENERIC-$Revision: 1.100 $" +#ident "GENERIC-$Revision: 1.101 $" maxusers 32 @@ -105,7 +105,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 diff --git a/sys/arch/prep/conf/INSTALL b/sys/arch/prep/conf/INSTALL index 5422695d6713..d5c7a20303e3 100644 --- a/sys/arch/prep/conf/INSTALL +++ b/sys/arch/prep/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.33 2005/03/20 20:19:07 kleink Exp $ +# $NetBSD: INSTALL,v 1.34 2005/08/19 05:19:54 christos Exp $ # # INSTALL -- Installation kernel # @@ -41,6 +41,7 @@ file-system MFS # memory file system file-system NFS # Network File System client file-system CD9660 # ISO 9660 + Rock Ridge file system file-system MSDOSFS # MS-DOS file system +#file-system PTYFS # /dev/pts/N support # File system options options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem diff --git a/sys/arch/prep/conf/NATSUMI b/sys/arch/prep/conf/NATSUMI index ba0e3e592386..ae29e0063ae0 100644 --- a/sys/arch/prep/conf/NATSUMI +++ b/sys/arch/prep/conf/NATSUMI @@ -1,4 +1,4 @@ -# $NetBSD: NATSUMI,v 1.40 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: NATSUMI,v 1.41 2005/08/19 05:19:54 christos Exp $ # # for development # @@ -73,6 +73,7 @@ file-system OVERLAY # overlay 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 FFS_EI # FFS Endian Independant support diff --git a/sys/arch/sandpoint/conf/GENERIC.sandpoint b/sys/arch/sandpoint/conf/GENERIC.sandpoint index 01095bb291e6..07871880933a 100644 --- a/sys/arch/sandpoint/conf/GENERIC.sandpoint +++ b/sys/arch/sandpoint/conf/GENERIC.sandpoint @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.sandpoint,v 1.25 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC.sandpoint,v 1.26 2005/08/19 05:20:03 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.25 $" +#ident "GENERIC-$Revision: 1.26 $" maxusers 32 @@ -74,7 +74,7 @@ file-system PORTAL file-system PROCFS file-system UMAPFS file-system UNION -#file-system PTYFS +file-system PTYFS # /dev/pts/N support options SOFTDEP # FFS soft updates support. #options FFS_NO_SNAPSHOT # ffs snapshots diff --git a/sys/arch/sbmips/conf/GENERIC b/sys/arch/sbmips/conf/GENERIC index 5f3b8f0aed1a..50745fb342f2 100644 --- a/sys/arch/sbmips/conf/GENERIC +++ b/sys/arch/sbmips/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.43 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC,v 1.44 2005/08/19 05:20:03 christos Exp $ include "arch/sbmips/conf/std.sbmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.43 $" +#ident "GENERIC-$Revision: 1.44 $" #options LOCKDEBUG # XXX XXX XXX XXX options DEBUG # extra kernel debugging support @@ -69,7 +69,7 @@ file-system PROCFS # /proc #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 diff --git a/sys/arch/sgimips/conf/GENERIC32_IP2x b/sys/arch/sgimips/conf/GENERIC32_IP2x index e9c82b5bf24a..0e773cf60af0 100644 --- a/sys/arch/sgimips/conf/GENERIC32_IP2x +++ b/sys/arch/sgimips/conf/GENERIC32_IP2x @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP2x,v 1.37 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC32_IP2x,v 1.38 2005/08/19 05:20:03 christos Exp $ # # GENERIC32_IP2x machine description file # @@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32-IP2x-$Revision: 1.37 $" +#ident "GENERIC32-IP2x-$Revision: 1.38 $" maxusers 32 @@ -114,7 +114,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 diff --git a/sys/arch/sgimips/conf/GENERIC32_IP3x b/sys/arch/sgimips/conf/GENERIC32_IP3x index dc3e94ca5335..d1ae4bc6e8c2 100644 --- a/sys/arch/sgimips/conf/GENERIC32_IP3x +++ b/sys/arch/sgimips/conf/GENERIC32_IP3x @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP3x,v 1.33 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC32_IP3x,v 1.34 2005/08/19 05:20:03 christos Exp $ # # GENERIC32_IP3x machine description file # @@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32_IP3x-$Revision: 1.33 $" +#ident "GENERIC32_IP3x-$Revision: 1.34 $" maxusers 32 @@ -106,7 +106,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 diff --git a/sys/arch/shark/conf/GENERIC b/sys/arch/shark/conf/GENERIC index b0a2475120fb..8cea69bc19fe 100644 --- a/sys/arch/shark/conf/GENERIC +++ b/sys/arch/shark/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.50 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC,v 1.51 2005/08/19 05:20:03 christos Exp $ # # Generic Shark configuration. # @@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.50 $" +#ident "GENERIC-$Revision: 1.51 $" # estimated number of users maxusers 32 @@ -58,7 +58,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 (needs vcoda below) -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support # File system options #options QUOTA # UFS quotas diff --git a/sys/arch/shark/conf/INSTALL b/sys/arch/shark/conf/INSTALL index a29075fe224e..0eda998645eb 100644 --- a/sys/arch/shark/conf/INSTALL +++ b/sys/arch/shark/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.21 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: INSTALL,v 1.22 2005/08/19 05:20:03 christos Exp $ # # Shark installation kernel # @@ -55,6 +55,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 diff --git a/sys/arch/shark/conf/OFWGENCFG b/sys/arch/shark/conf/OFWGENCFG index 7008f112d7d1..612858b97eba 100644 --- a/sys/arch/shark/conf/OFWGENCFG +++ b/sys/arch/shark/conf/OFWGENCFG @@ -1,4 +1,4 @@ -# $NetBSD: OFWGENCFG,v 1.21 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: OFWGENCFG,v 1.22 2005/08/19 05:20:03 christos Exp $ # # OFWGENCFG: 'generic' configuration for Open Firmware boards. # @@ -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 diff --git a/sys/arch/sparc/conf/BILL-THE-CAT b/sys/arch/sparc/conf/BILL-THE-CAT index 5dffc93c075c..c2e89b598bee 100644 --- a/sys/arch/sparc/conf/BILL-THE-CAT +++ b/sys/arch/sparc/conf/BILL-THE-CAT @@ -1,4 +1,4 @@ -# $NetBSD: BILL-THE-CAT,v 1.34 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: BILL-THE-CAT,v 1.35 2005/08/19 05:20:03 christos Exp $ # From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp include "arch/sparc/conf/std.sparc" @@ -152,6 +152,7 @@ file-system FDESC # user file descriptor filesystem file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). +file-system PTYFS # /dev/pts/N support ## File system options. #options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index adecbdead459..b70a13435e75 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.178 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC,v 1.179 2005/08/19 05:20:03 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.178 $" +#ident "GENERIC-$Revision: 1.179 $" maxusers 32 @@ -188,7 +188,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system 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 diff --git a/sys/arch/sparc/conf/INSTALL b/sys/arch/sparc/conf/INSTALL index 836bf99f5e54..418da83964e3 100644 --- a/sys/arch/sparc/conf/INSTALL +++ b/sys/arch/sparc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.49 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: INSTALL,v 1.50 2005/08/19 05:20:03 christos Exp $ # # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp # @@ -168,6 +168,7 @@ file-system MFS # memory-based filesystem file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system #file-system MSDOSFS # MS-DOS FAT filesystem(s). +#file-system PTYFS # /dev/pts/N support ## File system options #options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/sparc/conf/KRUPS b/sys/arch/sparc/conf/KRUPS index 55001c836228..f602f4ea6c95 100644 --- a/sys/arch/sparc/conf/KRUPS +++ b/sys/arch/sparc/conf/KRUPS @@ -1,4 +1,4 @@ -# $NetBSD: KRUPS,v 1.30 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: KRUPS,v 1.31 2005/08/19 05:20:03 christos Exp $ # From: NetBSD: GENERIC,v 1.160 2004/07/10 12:05:35 uwe Exp # # Krups (JavaStation-NC) machine description file @@ -8,7 +8,7 @@ include "arch/sparc/conf/std.sparc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "KRUPS-$Revision: 1.30 $" +#ident "KRUPS-$Revision: 1.31 $" maxusers 32 @@ -189,6 +189,7 @@ file-system PROCFS # /proc 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 diff --git a/sys/arch/sparc/conf/MRCOFFEE b/sys/arch/sparc/conf/MRCOFFEE index 3bf6544b841d..35a577785ad5 100644 --- a/sys/arch/sparc/conf/MRCOFFEE +++ b/sys/arch/sparc/conf/MRCOFFEE @@ -1,4 +1,4 @@ -# $NetBSD: MRCOFFEE,v 1.12 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: MRCOFFEE,v 1.13 2005/08/19 05:20:03 christos Exp $ # From: NetBSD: GENERIC,v 1.160 2004/07/10 12:05:35 uwe Exp # # Mr.Coffee (JavaStation 1) machine description file @@ -12,7 +12,7 @@ include "arch/sparc/conf/std.sparc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "MRCOFFEE-$Revision: 1.12 $" +#ident "MRCOFFEE-$Revision: 1.13 $" maxusers 32 @@ -177,6 +177,7 @@ file-system PROCFS # /proc #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 diff --git a/sys/arch/sparc/conf/TADPOLE3GX b/sys/arch/sparc/conf/TADPOLE3GX index 78562c7b6257..fc9590b55861 100644 --- a/sys/arch/sparc/conf/TADPOLE3GX +++ b/sys/arch/sparc/conf/TADPOLE3GX @@ -1,4 +1,4 @@ -# $NetBSD: TADPOLE3GX,v 1.31 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: TADPOLE3GX,v 1.32 2005/08/19 05:20:03 christos Exp $ include "arch/sparc/conf/std.sparc" @@ -147,6 +147,7 @@ file-system PROCFS # /proc file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). +file-system PTYFS # /dev/pts/N support ## File system options. options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/sparc64/conf/GENERIC32 b/sys/arch/sparc64/conf/GENERIC32 index d5e1d0f2a582..e60fddabe9de 100644 --- a/sys/arch/sparc64/conf/GENERIC32 +++ b/sys/arch/sparc64/conf/GENERIC32 @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC32,v 1.116 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: GENERIC32,v 1.117 2005/08/19 05:20:03 christos Exp $ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.116 $" +#ident "GENERIC-$Revision: 1.117 $" maxusers 64 @@ -162,7 +162,7 @@ file-system PROCFS # /proc file-system CD9660 # ISO 9660 + Rock Ridge file system file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support ## File system options. options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/sparc64/conf/NONPLUS b/sys/arch/sparc64/conf/NONPLUS index 9694dbbb4dbd..9e67a5b9075f 100644 --- a/sys/arch/sparc64/conf/NONPLUS +++ b/sys/arch/sparc64/conf/NONPLUS @@ -1,4 +1,4 @@ -# $NetBSD: NONPLUS,v 1.53 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: NONPLUS,v 1.54 2005/08/19 05:20:03 christos Exp $ include "arch/sparc64/conf/std.sparc64" @@ -144,6 +144,7 @@ file-system PROCFS # /proc file-system CD9660 # ISO 9660 + Rock Ridge file system file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). +file-system PTYFS # /dev/pts/N support ## File system options. options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/sparc64/conf/POWEROFSEVEN.inc b/sys/arch/sparc64/conf/POWEROFSEVEN.inc index c1ce710b7c04..4137600a540e 100644 --- a/sys/arch/sparc64/conf/POWEROFSEVEN.inc +++ b/sys/arch/sparc64/conf/POWEROFSEVEN.inc @@ -1,4 +1,4 @@ -# $NetBSD: POWEROFSEVEN.inc,v 1.38 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: POWEROFSEVEN.inc,v 1.39 2005/08/19 05:20:03 christos Exp $ # # from: NetBSD: GENERIC32,v 1.13 2001/02/28 00:08:18 mjacob Exp # @@ -145,6 +145,7 @@ file-system MFS # memory-based filesystem file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). +file-system PTYFS # /dev/pts/N support ## File system options. options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/sparc64/conf/SPLODE b/sys/arch/sparc64/conf/SPLODE index 6c05578765a0..a675d6fd24e3 100644 --- a/sys/arch/sparc64/conf/SPLODE +++ b/sys/arch/sparc64/conf/SPLODE @@ -1,4 +1,4 @@ -# $NetBSD: SPLODE,v 1.39 2005/08/19 02:03:53 christos Exp $ +# $NetBSD: SPLODE,v 1.40 2005/08/19 05:20:03 christos Exp $ # # Configuration for Ultra1, 32 bit mode. @@ -6,7 +6,7 @@ include "arch/sparc64/conf/std.sparc64" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.39 $" +#ident "GENERIC-$Revision: 1.40 $" maxusers 256 @@ -148,6 +148,7 @@ file-system MFS # memory-based filesystem file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system file-system MSDOSFS # MS-DOS FAT filesystem(s). +file-system PTYFS # /dev/pts/N support ## File system options. options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/sun2/conf/DISKLESS b/sys/arch/sun2/conf/DISKLESS index adb6aef3185d..2a6dddf3c1bc 100644 --- a/sys/arch/sun2/conf/DISKLESS +++ b/sys/arch/sun2/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.24 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: DISKLESS,v 1.25 2005/08/19 05:20:03 christos Exp $ # DISKLESS Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, ec0 @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "DISKLESS-$Revision: 1.24 $" +#ident "DISKLESS-$Revision: 1.25 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -66,6 +66,7 @@ file-system OVERLAY # overlay file system #file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem +file-system PTYFS # /dev/pts/N support #options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/sun2/conf/FOURMEG b/sys/arch/sun2/conf/FOURMEG index 8104c1ecf808..4ee849129857 100644 --- a/sys/arch/sun2/conf/FOURMEG +++ b/sys/arch/sun2/conf/FOURMEG @@ -1,4 +1,4 @@ -# $NetBSD: FOURMEG,v 1.27 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: FOURMEG,v 1.28 2005/08/19 05:20:03 christos Exp $ # FOURMEG Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "FOURMEG-$Revision: 1.27 $" +#ident "FOURMEG-$Revision: 1.28 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -66,6 +66,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system PROCFS # /proc #file-system UNION # union file system #file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support #options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/sun2/conf/GENERIC b/sys/arch/sun2/conf/GENERIC index 34f931b6429f..458af6c27c85 100644 --- a/sys/arch/sun2/conf/GENERIC +++ b/sys/arch/sun2/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.46 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: GENERIC,v 1.47 2005/08/19 05:20:03 christos Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.46 $" +#ident "GENERIC-$Revision: 1.47 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -94,7 +94,7 @@ file-system OVERLAY # overlay file system #file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support options QUOTA # FFS quotas diff --git a/sys/arch/sun2/conf/INSTALL b/sys/arch/sun2/conf/INSTALL index e1cb605df034..3e9d16d058ba 100644 --- a/sys/arch/sun2/conf/INSTALL +++ b/sys/arch/sun2/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.22 2005/07/07 17:05:58 tron Exp $ +# $NetBSD: INSTALL,v 1.23 2005/08/19 05:20:03 christos Exp $ # INSTALL Sun2 (2/120, 2/170, 2/50, ...) @@ -6,7 +6,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.22 $" +#ident "INSTALL-$Revision: 1.23 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -62,6 +62,7 @@ file-system KERNFS # /kern #file-system PROCFS # /proc #file-system UNION # union file system #file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support #options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/sun2/conf/RAMDISK b/sys/arch/sun2/conf/RAMDISK index ecfa85e1d634..b0711eb02d6a 100644 --- a/sys/arch/sun2/conf/RAMDISK +++ b/sys/arch/sun2/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.25 2005/07/31 04:04:46 yamt Exp $ +# $NetBSD: RAMDISK,v 1.26 2005/08/19 05:20:03 christos Exp $ # RAMDISK: Root/swap on ramdisk # This kernel is used to: @@ -66,6 +66,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system PROCFS # /proc #file-system UNION # union file system #file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support #options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/sun2/conf/VME b/sys/arch/sun2/conf/VME index c36f066d3c4e..2cdf53773d24 100644 --- a/sys/arch/sun2/conf/VME +++ b/sys/arch/sun2/conf/VME @@ -1,4 +1,4 @@ -# $NetBSD: VME,v 1.19 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: VME,v 1.20 2005/08/19 05:20:03 christos Exp $ # VME Sun2 (2/50, 2/130, 2/160...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "VME-$Revision: 1.19 $" +#ident "VME-$Revision: 1.20 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -69,6 +69,7 @@ file-system OVERLAY # overlay file system #file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem +file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS index b674d2388c02..e5a7f89267cd 100644 --- a/sys/arch/sun3/conf/DISKLESS +++ b/sys/arch/sun3/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.48 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: DISKLESS,v 1.49 2005/08/19 05:20:03 christos Exp $ # DISKLESS - Root and swap on NFS # Desktop machines only (3/50, 3/60, 3/110) @@ -67,6 +67,7 @@ file-system NFS # Sun NFS client support #file-system PROCFS # /proc #file-system UNION # union file system #file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support #options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/DISKLESS3X b/sys/arch/sun3/conf/DISKLESS3X index 498d0cbe22e9..a34ac3640f3a 100644 --- a/sys/arch/sun3/conf/DISKLESS3X +++ b/sys/arch/sun3/conf/DISKLESS3X @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS3X,v 1.35 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: DISKLESS3X,v 1.36 2005/08/19 05:20:03 christos Exp $ # DISKLESS - Root and swap on NFS # Desktop machines only (3/80) @@ -68,6 +68,7 @@ file-system NFS # Sun NFS client support #file-system PROCFS # /proc #file-system UNION # union file system #file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support #options NFSSERVER # nfs server support #options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/FOUR_TTYS b/sys/arch/sun3/conf/FOUR_TTYS index a355adc6aa94..5c92fe0a4f7c 100644 --- a/sys/arch/sun3/conf/FOUR_TTYS +++ b/sys/arch/sun3/conf/FOUR_TTYS @@ -1,4 +1,4 @@ -# $NetBSD: FOUR_TTYS,v 1.44 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: FOUR_TTYS,v 1.45 2005/08/19 05:20:03 christos Exp $ # FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # like GENERIC but both zs chips are used as ttys @@ -69,6 +69,7 @@ file-system NULLFS # loopback file system file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 8f5da6e0f32a..b924f2d57174 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.121 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: GENERIC,v 1.122 2005/08/19 05:20:03 christos Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.121 $" +#ident "GENERIC-$Revision: 1.122 $" # Machines to be supported by this kernel options FPU_EMULATE @@ -102,7 +102,7 @@ file-system OVERLAY # overlay file system file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/GENERIC3X b/sys/arch/sun3/conf/GENERIC3X index c4b9a534bc96..671ef722e55d 100644 --- a/sys/arch/sun3/conf/GENERIC3X +++ b/sys/arch/sun3/conf/GENERIC3X @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.79 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: GENERIC3X,v 1.80 2005/08/19 05:20:03 christos Exp $ # GENERIC Sun3X (3/80, 3/470) # Supports root on: ie0, le0, sd*, ... @@ -83,7 +83,7 @@ file-system OVERLAY # overlay file system file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/INSTALL b/sys/arch/sun3/conf/INSTALL index da0ac563d880..889b779f338f 100644 --- a/sys/arch/sun3/conf/INSTALL +++ b/sys/arch/sun3/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.29 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: INSTALL,v 1.30 2005/08/19 05:20:03 christos Exp $ # # INSTALL - Installation kernel for the Sun3 # @@ -74,6 +74,7 @@ file-system KERNFS # /kern #file-system PROCFS # /proc #file-system UNION # union file system #file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support # Filesystem options #options NFSSERVER # nfs server support diff --git a/sys/arch/sun3/conf/INSTALL3X b/sys/arch/sun3/conf/INSTALL3X index d8059a6308ef..151d27c006b0 100644 --- a/sys/arch/sun3/conf/INSTALL3X +++ b/sys/arch/sun3/conf/INSTALL3X @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL3X,v 1.28 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: INSTALL3X,v 1.29 2005/08/19 05:20:03 christos Exp $ # # INSTALL3X - Installation kernel for the Sun3X # @@ -74,6 +74,7 @@ file-system KERNFS # /kern #file-system PROCFS # /proc #file-system UNION # union file system #file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support # Filesystem options #options NFSSERVER # nfs server support diff --git a/sys/arch/sun3/conf/KGDB b/sys/arch/sun3/conf/KGDB index 91d9d8d7d3d6..326b4fbda244 100644 --- a/sys/arch/sun3/conf/KGDB +++ b/sys/arch/sun3/conf/KGDB @@ -1,4 +1,4 @@ -# $NetBSD: KGDB,v 1.44 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: KGDB,v 1.45 2005/08/19 05:20:03 christos Exp $ # KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E) # like GENERIC but supports gdb on other machine, i.e.: @@ -72,6 +72,7 @@ file-system NULLFS # loopback file system file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/KGDB3X b/sys/arch/sun3/conf/KGDB3X index 610c49279e56..7f520b6451a7 100644 --- a/sys/arch/sun3/conf/KGDB3X +++ b/sys/arch/sun3/conf/KGDB3X @@ -1,4 +1,4 @@ -# $NetBSD: KGDB3X,v 1.46 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: KGDB3X,v 1.47 2005/08/19 05:20:03 christos Exp $ # KGDB3X Sun3X (3/80, 3/470) # like GENERIC but supports gdb on other machine, i.e.: @@ -73,6 +73,7 @@ file-system NULLFS # loopback file system file-system PROCFS # /proc file-system UNION # union file system file-system MFS # memory-based filesystem +#file-system PTYFS # /dev/pts/N support options NFSSERVER # nfs server support options QUOTA # FFS quotas diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index 774877a6a128..aeba344d48fd 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.41 2005/07/31 04:04:46 yamt Exp $ +# $NetBSD: RAMDISK,v 1.42 2005/08/19 05:20:03 christos Exp $ # RAMDISK: Root/swap on ramdisk # This kernel is used to: @@ -29,6 +29,7 @@ file-system FFS # Berkeley Fast Filesystem file-system NFS # Sun NFS client support file-system CD9660 # ISO 9660 + Rock Ridge file system options FFS_NO_SNAPSHOT # No FFS snapshots +#file-system PTYFS # /dev/pts/N support # Networking options options INET # IP prototol stack support diff --git a/sys/arch/sun3/conf/RAMDISK3X b/sys/arch/sun3/conf/RAMDISK3X index 9ebc08371466..131876f476eb 100644 --- a/sys/arch/sun3/conf/RAMDISK3X +++ b/sys/arch/sun3/conf/RAMDISK3X @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK3X,v 1.29 2005/07/31 04:04:46 yamt Exp $ +# $NetBSD: RAMDISK3X,v 1.30 2005/08/19 05:20:03 christos Exp $ # RAMDISK: Root/swap on ramdisk # This kernel is used to: @@ -29,6 +29,7 @@ file-system FFS # Berkeley Fast Filesystem file-system NFS # Sun NFS client support file-system CD9660 # ISO 9660 + Rock Ridge file system options FFS_NO_SNAPSHOT # No FFS snapshots +#file-system PTYFS # /dev/pts/N support # Networking options options INET # IP prototol stack support diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 4b80df139f7e..42bf08ba0ee2 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.139 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: GENERIC,v 1.140 2005/08/19 05:20:03 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.139 $" +#ident "GENERIC-$Revision: 1.140 $" # Here are all different supported CPU types listed. #options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800 @@ -107,7 +107,7 @@ file-system PROCFS file-system UMAPFS file-system UNION file-system CD9660 -#file-system PTYFS +file-system PTYFS # /dev/pts/N support options QUOTA #options FFS_EI # FFS Endian Independant support diff --git a/sys/arch/vax/conf/INSTALL b/sys/arch/vax/conf/INSTALL index ffb461826d4d..fd78bdd39113 100644 --- a/sys/arch/vax/conf/INSTALL +++ b/sys/arch/vax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.38 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: INSTALL,v 1.39 2005/08/19 05:20:03 christos Exp $ # # INSTALL kernel; all supported devices but nothing fancy. # @@ -60,6 +60,7 @@ file-system KERNFS #file-system UMAPFS #file-system UNION file-system CD9660 +#file-system PTYFS # /dev/pts/N support # Filesystem options #options QUOTA diff --git a/sys/arch/x68k/conf/GENERIC b/sys/arch/x68k/conf/GENERIC index 3e5b045cbd85..f03cb82bbec2 100644 --- a/sys/arch/x68k/conf/GENERIC +++ b/sys/arch/x68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.118 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: GENERIC,v 1.119 2005/08/19 05:20:03 christos Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.118 $" +#ident "GENERIC-$Revision: 1.119 $" maxusers 8 @@ -189,7 +189,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system (a little buggy) file-system MSDOSFS # MS-DOS FAT filesystem(s). #file-system ADOSFS # AmigaDOS filesystem -#file-system PTYFS # experimental - /dev/ptm support +file-system PTYFS # /dev/pts/N support ## File system options. options NFSSERVER # Sun NFS-compatible filesystem server diff --git a/sys/arch/x68k/conf/INSTALL b/sys/arch/x68k/conf/INSTALL index 29b3991a010f..6c7542edcea7 100644 --- a/sys/arch/x68k/conf/INSTALL +++ b/sys/arch/x68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.69 2005/08/19 02:03:57 christos Exp $ +# $NetBSD: INSTALL,v 1.70 2005/08/19 05:20:03 christos Exp $ # # INSTALL -- installation kernel. @@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.69 $" +#ident "INSTALL-$Revision: 1.70 $" makeoptions COPTS="-Os" # Optimise for space. Implies -O2 @@ -173,6 +173,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system #file-system UNION # union file system (a little buggy) file-system MSDOSFS # MS-DOS FAT filesystem(s). #file-system ADOSFS # AmigaDOS filesystem +#file-system PTYFS # /dev/pts/N support ## File system options. #options NFSSERVER # Sun NFS-compatible filesystem server