| History log of /src/usr.sbin/quotaon/Makefile |
| Revision | | Date | Author | Comments |
| 1.11 |
| 07-Apr-2012 |
christos | use getfsspecname()
|
| 1.10 |
| 01-Feb-2012 |
dholland | libquota no longer requires libprop. Also remove some other no-longer-used .PATH'd-in bits from repquota.
|
| 1.9 |
| 30-Jan-2012 |
dholland | Add quota_quotaon() and quota_quotaoff(). Use them in quotaon(8).
|
| 1.8 |
| 24-Mar-2011 |
bouyer | branches: 1.8.4; Add a new libquota library, which contains some blocks to build and/or parse quota plists; as well as a getfsquota() function to retrieve quotas for a single id from a single filesystem (whatever filesystem this is: a local quota-enabled fs or NFS). This is build on functions getufsquota() (for local filesystems with UFS-like quotas) and getnfsquota(); which are also available to userland programs. move functions from quota2_subr.c to libquota or libprop as appropriate, and ajust in-tree quota tools. move some declarations from kernel headers to either sys/quota.h or quota/quota.h as appropriate. ufs/ufs/quota.h still installed because it's needed by other installed ufs headers. ufs/ufs/quota1.h still installed as a quick&dirty way to get a code using the old quotactl() to compile (just include ufs/ufs/quota1.h instead of ufs/ufs/quota.h - old code won't compile without this change and this is on purpose). Discussed on tech-kern@ and tech-net@ (long thread, but not much about libquota itself ...)
|
| 1.7 |
| 06-Mar-2011 |
christos | use common utils
|
| 1.6 |
| 06-Mar-2011 |
bouyer | 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.
|
| 1.5 |
| 18-Oct-1997 |
lukem | branches: 1.5.64; rcsid fascism
|
| 1.4 |
| 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.3 |
| 13-Jun-1994 |
mycroft | Merge local changes.
|
| 1.2 |
| 30-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 |
| 09-Apr-1993 |
cgd | branches: 1.1.1; added accton, edquota, flcopy, gettable, htable, iostat, quotaon, repquota, trpt, and trsp, per (currently alpha) patch 125.
|
| 1.1.1.1 |
| 13-Jun-1994 |
mycroft | Update from 4.4-Lite.
|
| 1.5.64.1 |
| 09-Feb-2011 |
bouyer | Make it compile with new quotactl
|
| 1.8.4.1 |
| 17-Apr-2012 |
yamt | sync with head
|