Module Name: src Committed By: bouyer Date: Sun Mar 6 18:15:31 UTC 2011
Modified Files: src/tools/installboot: Makefile src/tools/makefs: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/installboot/Makefile cvs rdiff -u -r1.7 -r1.8 src/tools/makefs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.