Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_chfs add known bugs



details:   https://anonhg.NetBSD.org/src/rev/d686eb152240
branches:  trunk
changeset: 771703:d686eb152240
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Tue Nov 29 13:27:50 2011 +0000

description:
add known bugs
fix license (copypaste)

diffstat:

 sbin/mount_chfs/mount_chfs.8 |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r d16590a638a3 -r d686eb152240 sbin/mount_chfs/mount_chfs.8
--- a/sbin/mount_chfs/mount_chfs.8      Tue Nov 29 13:18:52 2011 +0000
+++ b/sbin/mount_chfs/mount_chfs.8      Tue Nov 29 13:27:50 2011 +0000
@@ -1,12 +1,8 @@
-.\" $NetBSD: mount_chfs.8,v 1.2 2011/11/24 16:20:35 wiz Exp $
+.\" $NetBSD: mount_chfs.8,v 1.3 2011/11/29 13:27:50 ahoka Exp $
 .\"
-.\" Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
-.\" This code is derived from software contributed to The NetBSD Foundation
-.\" by Julio M. Merino Vidal, developed as part of Google's Summer of Code
-.\" 2005 program.
-.\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -28,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 24, 2011
+.Dd November 29, 2011
 .Dt MOUNT_CHFS 8
 .Os
 .Sh NAME
@@ -61,3 +57,6 @@
 University of Szeged, Hungary.
 .Sh BUGS
 CHFS has a few known bugs as of 2011.
+Writing the FS full can cause problems.
+Truncating a file and growing it again can cause the new bytes
+not having all zeroes, but filled with the old content instead.



Home | Main Index | Thread Index | Old Index