NetBSD/sys/compat
chs fd34ea77eb remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
2017-06-01 02:45:05 +00:00
..
aoutm68k regen 2017-05-10 06:19:47 +00:00
common remove extra S 2017-04-29 13:25:27 +00:00
freebsd regen 2017-05-10 06:19:47 +00:00
ibcs2 regen 2017-05-10 06:19:47 +00:00
linux regen 2017-05-10 06:19:47 +00:00
linux32 regen 2017-05-10 06:19:47 +00:00
m68k4k Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
ndis Switch NdisOpenFile() to mountlist iterator. 2017-04-13 09:44:48 +00:00
net Add ifam_pid and ifam_addrflags to ifa_msghdr. 2016-09-21 10:50:22 +00:00
netbsd32 remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +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 regen 2017-05-10 06:19:47 +00:00
ossaudio Update compat/ossaudio with GETISPACE/GETOSPACE corrections from 2017-03-24 14:32:29 +00:00
sunos regen 2017-05-10 06:19:47 +00:00
sunos32 regen 2017-05-10 06:19:47 +00:00
svr4 regen 2017-05-10 06:19:47 +00:00
svr4_32 regen 2017-05-10 06:19:47 +00:00
sys move MAP_COPY in compat 2017-04-29 01:15:40 +00:00
ultrix regen 2017-05-10 06:19:47 +00:00
vax1k Define compat modules (but without dependencies yet). 2014-11-17 01:01:57 +00:00
Makefile
Makefile.syscall Add a Makefile to rebuild the syscall files for all emulations 2017-01-16 17:42:52 +00:00