Module Name: src
Committed By: bouyer
Date: Thu Aug 23 09:00:32 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket 1784
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-5.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.2
diff -u src/doc/CHANGES-5.2:1.1.2.179 src/doc/CHANGES-5.2:1.1.2.180
--- src/doc/CHANGES-5.2:1.1.2.179 Wed Aug 22 21:35:43 2012
+++ src/doc/CHANGES-5.2 Thu Aug 23 09:00:32 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.179 2012/08/22 21:35:43 bouyer Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.180 2012/08/23 09:00:32 bouyer Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -8524,3 +8524,12 @@ sys/uvm/uvm_map.c 1.319
with the entries on both sides. fixes PR 46807.
[chs, ticket #1790]
+sys/dev/fss.c 1.82, 1.83 via patch
+usr.sbin/fssconfig/fssconfig.c 1.9
+
+ In fssconfig(8), initialize `fss_flags' before use.
+
+ Use `getdisksize()' to get the size of the mounted-on block device.
+ Should work for disks without partition table (like wedges) now.
+ [hannken, ticket #1784]
+