NetBSD/common/include/prop
bouyer d9210c2405 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 ...)
2011-03-24 17:05:39 +00:00
..
Makefile struct plistref does not reference other proplib data types, so split it 2007-08-17 11:05:03 +00:00
plistref.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
prop_array.h Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
prop_bool.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
prop_data.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
prop_dictionary.h Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
prop_ingest.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
prop_number.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
prop_object.h Avoid conflicts with ZFS. 2008-12-05 13:11:41 +00:00
prop_string.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
proplib.h Wipe out the last vestiges of POOL_INIT with one swift stroke. In 2009-09-13 18:45:10 +00:00