Module Name: src
Committed By: tsutsui
Date: Sun Dec 25 06:25:13 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note libsa ext2fs ls command support from Evgeniy Ivanov.
To generate a diff of this commit:
cvs rdiff -u -r1.1637 -r1.1638 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.1637 src/doc/CHANGES:1.1638
--- src/doc/CHANGES:1.1637 Sun Dec 18 17:19:57 2011
+++ src/doc/CHANGES Sun Dec 25 06:25:13 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1637 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1638 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1185,3 +1185,6 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
rtadvd: Add RDNSS and DNSSL support (RFC6106) [roy 20111210]
isibootd(8): Add isibootd(8), a dumb netboot server command for
OMRON luna68k machines. [tsutsui 20111217]
+ libsa: Allow libsa to have a file system dependent ls command and
+ add ls command support for ext2fs. From Evgeniy Ivanov.
+ [tsutsui 20111225]