Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Enable PTYFS.
details: https://anonhg.NetBSD.org/src/rev/a8ece65ae636
branches: trunk
changeset: 932292:a8ece65ae636
user: simonb <simonb%NetBSD.org@localhost>
date: Mon May 04 12:15:43 2020 +0000
description:
Enable PTYFS.
diffstat:
sys/arch/evbmips/conf/ALCHEMY | 6 +++---
sys/arch/evbmips/conf/MALTA | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 3f0265e5d434 -r a8ece65ae636 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Mon May 04 10:03:45 2020 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Mon May 04 12:15:43 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.68 2020/01/19 01:25:05 thorpej Exp $
+# $NetBSD: ALCHEMY,v 1.69 2020/05/04 12:15:43 simonb Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.68 $"
+#ident "ALCHEMY-$Revision: 1.69 $"
maxusers 32
@@ -68,7 +68,7 @@
#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 PTYFS # /dev/pts/N support
# File system options
#options NFSSERVER # Sun NFS-compatible filesystem server
diff -r 3f0265e5d434 -r a8ece65ae636 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA Mon May 04 10:03:45 2020 +0000
+++ b/sys/arch/evbmips/conf/MALTA Mon May 04 12:15:43 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: MALTA,v 1.100 2020/01/25 18:38:35 thorpej Exp $
+# $NetBSD: MALTA,v 1.101 2020/05/04 12:15:43 simonb Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.100 $"
+#ident "MALTA-$Revision: 1.101 $"
maxusers 32
@@ -64,7 +64,7 @@
#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 PTYFS # /dev/pts/N support
# File system options
#options NFSSERVER # Sun NFS-compatible filesystem server
Home |
Main Index |
Thread Index |
Old Index