| History log of /src/usr.sbin/repquota/Makefile |
| Revision | | Date | Author | Comments |
| 1.12 |
| 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
| 1.11 |
| 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
| 1.10 |
| 13-Feb-2012 |
dholland | branches: 1.10.40; Add quotadump(8), which is a link to repquota, and quotarestore(8), which is new. Includes man page updates. Approved by releng for freeze.
|
| 1.9 |
| 01-Feb-2012 |
dholland | libquota no longer requires libprop. Also remove some other no-longer-used .PATH'd-in bits from repquota.
|
| 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 | - KNF - merge code - fix error printing - don't use static buffers
|
| 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.3 |
| 03-Feb-2011 |
bouyer | factor out code to chech a quota against its limits.
|
| 1.5.64.2 |
| 29-Jan-2011 |
bouyer | Use quota1_subr.c
|
| 1.5.64.1 |
| 21-Jan-2011 |
bouyer | Add support for quotactl("getall") command, and convert repquota to new world.
|
| 1.8.4.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.10.40.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|