Module Name: src
Committed By: sborrill
Date: Fri Nov 27 09:04:12 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket 1163
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-5.0.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.27 src/doc/CHANGES-5.0.2:1.1.2.28
--- src/doc/CHANGES-5.0.2:1.1.2.27 Sat Nov 21 20:07:02 2009
+++ src/doc/CHANGES-5.0.2 Fri Nov 27 09:04:12 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.27 2009/11/21 20:07:02 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.28 2009/11/27 09:04:12 sborrill Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -452,3 +452,10 @@
ar_tha() can return NULL; treat this as an error.
[christos, ticket #1156]
+sbin/newfs_msdos/newfs_msdos.c 1.30
+
+ Make fs size detection get proper size rather than disk size.
+ Without this, newfs_msdos(8) assumes the target fs size is
+ whole disk size, so newfs_msdos(8) will fail or create wrong fs.
+ [tsutsui, ticket #1163]
+