NetBSD/sys/compat
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
..
aoutm68k Regen: use COMPAT_50 quotactl, not the native one 2011-03-07 19:27:27 +00:00
common Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
darwin Fix compilation 2011-03-05 23:51:47 +00:00
freebsd merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
ibcs2 Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
irix Deal with mips trapframe changes. 2011-02-20 08:08:57 +00:00
linux Refactor ps_strings access. Based on PK_32, write either the normal 2011-03-04 22:25:24 +00:00
linux32 Refactor ps_strings access. Based on PK_32, write either the normal 2011-03-04 22:25:24 +00:00
m68k4k buildfix: #include <sys/exec_aout.h> 2009-08-17 06:00:05 +00:00
mach Fix compilation 2011-03-05 23:51:47 +00:00
ndis Fix build of ndiscvt(8). Not sure what broke it in the first place. 2011-01-22 12:06:51 +00:00
net Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket 2011-02-01 01:39:19 +00:00
netbsd32 include flashio.h 2011-03-19 13:47:43 +00:00
netinet6
osf1 Forward define of ps_strings. 2011-03-05 19:08:40 +00:00
ossaudio add a lot more debugging and error checking. Alas, skype seems to be happy 2009-08-22 23:31:16 +00:00
pecoff many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
sa Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
sunos many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
sunos32 Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
svr4 Explicitly initialize ucontext before calling getmcontext. 2011-02-03 21:45:31 +00:00
svr4_32 Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
sys Fix ucontext32_t on AMD64. Add optional compile time assertions for 2011-02-23 02:58:38 +00:00
ultrix many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
vax1k Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
Makefile