NetBSD/share/mk
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
..
bsd.dep.mk Allow HOSTLIB to use C++ by not specifying -nostdinc++. 2011-02-06 00:52:49 +00:00
bsd.doc.mk
bsd.endian.mk
bsd.files.mk Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
bsd.gcc.mk
bsd.hostlib.mk
bsd.hostprog.mk Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
bsd.inc.mk
bsd.info.mk When processing texinfo sources, use --no-version-header to make the 2009-02-28 19:18:52 +00:00
bsd.init.mk
bsd.ioconf.mk Depend ioconf.c on config (if doing a USETOOLS==yes build). 2010-03-25 20:37:36 +00:00
bsd.kernobj.mk PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the 2010-01-25 00:43:00 +00:00
bsd.kinc.mk
bsd.klinks.mk add 'i386' to CLEANFILES on amd64, thanks mrg! 2011-02-20 04:05:14 +00:00
bsd.kmodule.mk Kernels modules are c99 (gnu99) just like the kernel. 2011-01-02 19:24:47 +00:00
bsd.lib.mk Only define DPLIBC if LIBC_SO is not empty otherwise we an errant 2011-02-10 21:55:33 +00:00
bsd.links.mk Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk 2009-04-10 16:16:12 +00:00
bsd.man.mk Adjust html link template and css location for man pages in arch 2011-03-08 12:20:17 +00:00
bsd.nls.mk
bsd.obj.mk PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the 2010-01-25 00:43:00 +00:00
bsd.own.mk Adjust html link template and css location for man pages in arch 2011-03-08 12:20:17 +00:00
bsd.prog.mk Revert previous (revision 1.261): it broke the build because PROG_CXX is 2011-03-08 07:53:43 +00:00
bsd.README Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
bsd.rpc.mk
bsd.shlib.mk
bsd.subdir.mk Fix typo in comment. 2010-05-26 00:48:15 +00:00
bsd.sys.mk If MKREPRO, transform ${NETBSDSRCDIR} to /usr/src and ${DESTDIR} to / 2010-12-25 18:56:44 +00:00
bsd.test.mk Define LIBATF_C and LIBATF_CXX to point to their corresponding .a files and 2011-02-20 20:16:01 +00:00
bsd.x11.mk CLEANFILES is not processed by <bsd.files.mk> so don't assume that 2011-03-12 13:22:03 +00:00
Makefile don't forget to install bsd.ioconf.mk 2010-08-07 21:50:51 +00:00
sys.mk Switch remaining platforms to modern CPP for assembler. 2011-01-21 15:59:04 +00:00