NetBSD/sys/compat
ozaki-r a403cbd4f5 Apply pserialize and psref to struct ifaddr and its variants
This change makes struct ifaddr and its variants (in_ifaddr and in6_ifaddr)
MP-safe by using pserialize and psref. At this moment, pserialize_perform
and psref_target_destroy are disabled because (1) we don't need them
because of softnet_lock (2) they cause a deadlock because of softnet_lock.
So we'll enable them when we remove softnet_lock in the future.
2016-08-01 03:15:30 +00:00
..
aoutm68k Regen 2015-09-24 14:40:09 +00:00
common Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
freebsd Change do_sys_mount() so that it only takes as argument the type of the 2015-10-23 19:40:10 +00:00
ibcs2 Regen 2015-09-24 14:40:09 +00:00
linux Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
linux32 Apply pserialize and psref to struct ifaddr and its variants 2016-08-01 03:15:30 +00:00
m68k4k Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
ndis PR/50784: David Binderman: Add missing braces, this is not python. 2016-02-08 16:42:04 +00:00
net
netbsd32 Add netbsd32 support for drvctl(4) 2016-07-13 11:11:53 +00:00
netinet6 More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
osf1 Change do_sys_mount() so that it only takes as argument the type of the 2015-10-23 19:40:10 +00:00
ossaudio Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
sunos Redo previous. zero check before modulo. 2015-12-12 17:48:18 +00:00
sunos32 Add missing newline character in error message 2016-02-28 23:24:35 +00:00
svr4 Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
svr4_32 Add missing semicolon 2016-05-12 03:01:57 +00:00
sys include opt_compat_netbsd.h to get COMPAT_SOCKCRED70 defined. 2016-04-07 17:48:40 +00:00
ultrix Change do_sys_mount() so that it only takes as argument the type of the 2015-10-23 19:40:10 +00:00
vax1k Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
Makefile