NetBSD/sys/compat
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
..
aoutm68k c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
common fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
freebsd Empy comment 2014-06-28 11:06:31 +00:00
ibcs2 Redo previous. 2014-03-08 01:51:58 +00:00
linux Add support for more open flags that have a native equivalent 2014-06-25 16:38:53 +00:00
linux32 If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's not 2014-06-21 10:23:07 +00:00
m68k4k c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
ndis kill {v,}sprintf 2014-03-26 18:11:26 +00:00
net
netbsd32 Revert the following changes: 2014-06-28 22:27:50 +00:00
netinet6
osf1 c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
ossaudio exec modules need to be of the exec kind 2013-09-19 18:50:35 +00:00
sunos c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
sunos32 c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
svr4 Change (mostly mechanically) every cdevsw/bdevsw I can find to use 2014-03-16 05:20:22 +00:00
svr4_32 'error' is not set on failure. Which means that if copyout() fails, 0 2014-04-09 11:40:03 +00:00
sys add a struct for the 4.3BSD struct direct 2014-01-28 01:29:35 +00:00
ultrix c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
vax1k c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
Makefile