Module Name: src
Committed By: dholland
Date: Wed Feb 1 05:49:45 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note quota changes in the form of the addition of libquota.
To generate a diff of this commit:
cvs rdiff -u -r1.1662 -r1.1663 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.1662 src/doc/CHANGES:1.1663
--- src/doc/CHANGES:1.1662 Mon Jan 30 13:57:43 2012
+++ src/doc/CHANGES Wed Feb 1 05:49:45 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1662 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1663 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1228,3 +1228,6 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
ported by TOYOKURA Atsushi. [tsutsui 20120129]
evbarm: Add FriendlyARM Mini2440 support. Code was written by Paul
Fleischer. [nisimura 20120130]
+ kernel: Add a new library, libquota, for control of and access to
+ disk quotas, extending the file-system-independent interface
+ added with the bouyer-quota2 branch. [dholland 20120201]