Module Name: src Committed By: sborrill Date: Fri Nov 27 09:00:06 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1163 To generate a diff of this commit: cvs rdiff -u -r1.1.2.143 -r1.1.2.144 src/doc/CHANGES-5.1 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.1 diff -u src/doc/CHANGES-5.1:1.1.2.143 src/doc/CHANGES-5.1:1.1.2.144 --- src/doc/CHANGES-5.1:1.1.2.143 Fri Nov 27 08:55:38 2009 +++ src/doc/CHANGES-5.1 Fri Nov 27 09:00:06 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.143 2009/11/27 08:55:38 sborrill Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.144 2009/11/27 09:00:06 sborrill Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -14871,3 +14871,10 @@ Fix kern/41737. Add quirks to make MS Wireless Laser Mouse 6000 work. [rafal, ticket #1162] +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] +