d9210c2405
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 ...) |
||
---|---|---|
.. | ||
bsd.dep.mk | ||
bsd.doc.mk | ||
bsd.endian.mk | ||
bsd.files.mk | ||
bsd.gcc.mk | ||
bsd.hostlib.mk | ||
bsd.hostprog.mk | ||
bsd.inc.mk | ||
bsd.info.mk | ||
bsd.init.mk | ||
bsd.ioconf.mk | ||
bsd.kernobj.mk | ||
bsd.kinc.mk | ||
bsd.klinks.mk | ||
bsd.kmodule.mk | ||
bsd.lib.mk | ||
bsd.links.mk | ||
bsd.man.mk | ||
bsd.nls.mk | ||
bsd.obj.mk | ||
bsd.own.mk | ||
bsd.prog.mk | ||
bsd.README | ||
bsd.rpc.mk | ||
bsd.shlib.mk | ||
bsd.subdir.mk | ||
bsd.sys.mk | ||
bsd.test.mk | ||
bsd.x11.mk | ||
Makefile | ||
sys.mk |