Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools merge the bouyer-quota2 branch. This adds a new on-dis...



details:   https://anonhg.NetBSD.org/src/rev/6f3761d12574
branches:  trunk
changeset: 762966:6f3761d12574
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Mar 06 18:15:30 2011 +0000

description:
merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

diffstat:

 tools/installboot/Makefile |  3 ++-
 tools/makefs/Makefile      |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r e95ed6feec6d -r 6f3761d12574 tools/installboot/Makefile
--- a/tools/installboot/Makefile        Sun Mar 06 17:41:11 2011 +0000
+++ b/tools/installboot/Makefile        Sun Mar 06 18:15:30 2011 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.10 2010/06/19 23:11:10 riz Exp $
+#      $NetBSD: Makefile,v 1.11 2011/03/06 18:15:30 bouyer Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}installboot
 HOST_SRCDIR=   usr.sbin/installboot
 
 HOST_CPPFLAGS+=        -I. -I${.CURDIR} -I${.CURDIR}/../mips-elf2ecoff
+HOST_CPPFLAGS+=        -I${TOOLDIR}/include/nbinclude
 
 .include "${.CURDIR}/../Makefile.nbincludes"
 .include "${.CURDIR}/../Makefile.host"
diff -r e95ed6feec6d -r 6f3761d12574 tools/makefs/Makefile
--- a/tools/makefs/Makefile     Sun Mar 06 17:41:11 2011 +0000
+++ b/tools/makefs/Makefile     Sun Mar 06 18:15:30 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.7 2003/05/14 00:30:27 dbj Exp $
+#      $NetBSD: Makefile,v 1.8 2011/03/06 18:15:30 bouyer Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}makefs
 HOST_SRCDIR=   usr.sbin/makefs
 
-HOST_CPPFLAGS+=        -I.
+HOST_CPPFLAGS+=        -I. -I${TOOLDIR}/include/nbinclude
 
 .include "${.CURDIR}/../Makefile.host"
 



Home | Main Index | Thread Index | Old Index