Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/conf Delete the word "buggy" in the comment of...
details: https://anonhg.NetBSD.org/src/rev/fb059427c825
branches: trunk
changeset: 327351:fb059427c825
user: isaki <isaki%NetBSD.org@localhost>
date: Wed Mar 05 16:02:29 2014 +0000
description:
Delete the word "buggy" in the comment of NULLFS.
This has been added in 1999, but it's not a buggy now.
Adviced from tsutsui@, msaitoh@.
diffstat:
sys/arch/x68k/conf/GENERIC | 6 +++---
sys/arch/x68k/conf/INSTALL | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r e1e5ebdda234 -r fb059427c825 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Wed Mar 05 14:13:20 2014 +0000
+++ b/sys/arch/x68k/conf/GENERIC Wed Mar 05 16:02:29 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.170 2013/06/30 21:38:59 rmind Exp $
+# $NetBSD: GENERIC,v 1.171 2014/03/05 16:02:29 isaki Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.170 $"
+#ident "GENERIC-$Revision: 1.171 $"
maxusers 8
@@ -173,7 +173,7 @@
file-system FFS # Berkeley Fast Filesystem
file-system NFS # Sun NFS-compatible filesystem client
file-system KERNFS # kernel data-structure filesystem
-#file-system NULLFS # NULL layered filesystem (buggy)
+#file-system NULLFS # NULL layered filesystem
#file-system OVERLAY # overlay file system
file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
diff -r e1e5ebdda234 -r fb059427c825 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Wed Mar 05 14:13:20 2014 +0000
+++ b/sys/arch/x68k/conf/INSTALL Wed Mar 05 16:02:29 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.103 2014/02/27 09:13:20 isaki Exp $
+# $NetBSD: INSTALL,v 1.104 2014/03/05 16:02:29 isaki Exp $
#
# INSTALL -- installation kernel.
@@ -8,7 +8,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.103 $"
+#ident "INSTALL-$Revision: 1.104 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@@ -158,7 +158,7 @@
file-system FFS # Berkeley Fast Filesystem
file-system NFS # Sun NFS-compatible filesystem client
#file-system KERNFS # kernel data-structure filesystem
-#file-system NULLFS # NULL layered filesystem (buggy)
+#file-system NULLFS # NULL layered filesystem
#file-system OVERLAY # overlay file system
#file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
Home |
Main Index |
Thread Index |
Old Index