NetBSD/sys/compat/common
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
..
compat_exec.c Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
compat_mod.c merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
compat_sigaltstack.h
compat_util.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
compat_util.h replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that 2009-12-14 04:09:38 +00:00
gen_errno_tables.awk
if_43.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
kern_exit_43.c do_sys_wait(): fix previous by checking for ru != NULL. Noticed by 2009-11-04 21:23:02 +00:00
kern_info_09.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_info_43.c merge christos-time_t 2009-01-11 02:45:45 +00:00
kern_ipc_10.c merge christos-time_t 2009-01-11 02:45:45 +00:00
kern_resource_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_select_50.c Put async i/o compat routines in a separate source module from the 2011-01-17 15:57:04 +00:00
kern_sig_13.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
kern_sig_16.c - Move some more compat code into sys/compat. 2008-11-14 23:10:57 +00:00
kern_sig_43.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
kern_time_30.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
kern_time_50.c PR/44674: Taylor R Campbell: Fix compat copyin and copyout routines which 2011-03-04 01:36:56 +00:00
kern_xxx_12.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
Makefile Put async i/o compat routines in a separate source module from the 2011-01-17 15:57:04 +00:00
Makefile.inc Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
rtsock_14.c Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket 2011-02-01 01:39:19 +00:00
rtsock_50.c Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket 2011-02-01 01:39:19 +00:00
sysv_ipc_50.c compile into nothing if not compat 50. 2009-01-21 16:12:20 +00:00
sysv_msg_14.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
sysv_msg_50.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
sysv_sem_14.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
sysv_sem_50.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
sysv_shm_14.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
sysv_shm_50.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
tty_43.c Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
uipc_syscalls_30.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
uipc_syscalls_40.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
uipc_syscalls_43.c - Move some more compat code into sys/compat. 2008-11-14 23:10:57 +00:00
uipc_syscalls_50.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
vfs_syscalls_12.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
vfs_syscalls_20.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
vfs_syscalls_30.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
vfs_syscalls_40.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
vfs_syscalls_43.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
vfs_syscalls_50.c Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
vm_12.c Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>. 2011-01-19 10:21:16 +00:00
vm_43.c Remove clause 3 (UCB advertising clause) from the University of Utah 2011-02-08 20:20:06 +00:00