Module Name: src
Committed By: riz
Date: Wed Jan 5 03:49:57 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note resize_ffs(8) changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1483 -r1.1484 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1483 src/doc/CHANGES:1.1484
--- src/doc/CHANGES:1.1483 Mon Jan 3 11:35:04 2011
+++ src/doc/CHANGES Wed Jan 5 03:49:57 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1483 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1484 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -816,3 +816,5 @@
auvitek(4): Add a driver for Auvitek AU0828 family USB video
capture controllers. [jmcneill 20101227]
dhcpcd(8): Import dhcpcd-5.2.10. [roy 20110103]
+ resize_ffs(8): support byteswapped file systems, and support
+ growing ufs2 file systems. [riz 20110104]