NetBSD/sys/compat/common
rtr 0dedd9772f fix parameter types in pr_ioctl, called xx_control() functions and remove
abuse of pointer to struct mbuf type.

param2 changed to u_long type and uses parameter name 'cmd' (ioctl command)
param3 changed to void * type and uses parameter name 'data'
param4 changed to struct ifnet * and uses parameter name 'ifp'
param5 has been removed (formerly struct lwp *) and uses of 'l' have been
       replaced with curlwp from curproc(9).

callers have had (now unnecessary) casts to struct mbuf * removed, called
code has had (now unnecessary) casts to u_long, void * and struct ifnet *
respectively removed.

reviewed by rmind@
2014-07-01 05:49:18 +00:00
..
compat_exec.c
compat_mod.c exec modules need to be of the exec kind 2013-09-19 18:50:35 +00:00
compat_mod.h Move boottime50 and its associated sysctl into the compat module. As 2013-02-21 01:39:54 +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 Free pathbuf in an error path. 2013-12-17 20:45:22 +00:00
compat_util.h Move boottime50 and its associated sysctl into the compat module. As 2013-02-21 01:39:54 +00:00
gen_errno_tables.awk
if_43.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
kern_50.c Move a few compat 50 syscalls, not applicable to rump kernels, out of 2014-04-04 18:17:36 +00:00
kern_exit_43.c
kern_info_09.c
kern_info_43.c use cpu_getmodel() to get the model name 2014-03-24 20:08:08 +00:00
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
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 Move a few compat 50 syscalls, not applicable to rump kernels, out of 2014-04-04 18:17:36 +00:00
kern_time_60.c compat glue for new lwp_park() 2013-03-29 01:02:49 +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 Move a few compat 50 syscalls, not applicable to rump kernels, out of 2014-04-04 18:17:36 +00:00
Makefile.inc
rndpseudo_50.c Only do COMPAT_NETBSD32 stuff if _LP64 2012-08-03 07:51:21 +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
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 Use accessor functions for the tty's table of control characters. 2014-05-22 16:31:19 +00:00
tty_60.c Also copy the sfd element of struct ptmget. This somehow 2012-10-19 19:44:06 +00:00
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 It is wishful thinking that vn_readdir will return dirent12 structures. 2014-01-24 22:11:46 +00:00
vfs_syscalls_20.c Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ 2013-11-27 17:24:43 +00:00
vfs_syscalls_30.c
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 Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. 2014-01-28 01:29:04 +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