NetBSD/sys/compat/common
elad 0c9d8d15c9 Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
something meaningful. All relevant documentation has been updated or
written.

Most of these changes were brought up in the following messages:

    http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
    http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
    http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html

Thanks to christos, manu, njoly, and jmmv for input.

Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
2012-03-13 18:40:26 +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 COMPAT_16 code only exists on amd64 in the presence of COMPAT_NETBSD32. 2011-08-08 23:44:06 +00:00
compat_sigaltstack.h Use 'curlwp' here insteald of the 'l' - which isn't passsed as an arg 2011-06-05 09:37:10 +00:00
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
kern_info_43.c
kern_ipc_10.c
kern_resource_43.c
kern_sa_60.c Add compat_60 stub for the SA syscall (all which just call sys_nosys). 2012-02-19 17:40:46 +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 Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +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 Instead of calling clockctl_ioctl directly, lookup the cdevsw and 2012-01-04 14:31:17 +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 Add compat_60 stub for the SA syscall (all which just call sys_nosys). 2012-02-19 17:40:46 +00:00
Makefile.inc Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
rndpseudo_50.c Add COMPAT_50 and COMPAT_NETBSD32 compatibility code for rnd(4) 2011-12-19 21:53:52 +00:00
rtsock_14.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +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
uipc_syscalls_30.c
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
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 Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +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