NetBSD/sys/compat
dholland 869e0ec654 Use uintptr_t instead of uint32_t as an intermediate stage when
casting from off_t to a pointer. This way it compiles in a 64-bit
world. Dunno if it'll work though with 64-bit mips kernel addresses,
which are in the negative range of 64-bit off_t.
2009-08-31 05:36:23 +00:00
..
aoutm68k Declare extern syscallnames in a header. 2009-06-02 23:21:37 +00:00
common Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
darwin Build COMPAT_DARWIN and COMPAT_MACH as a Xen domU too 2009-08-16 15:35:52 +00:00
freebsd Add missing include <sys/exec_aout.h> 2009-08-16 15:41:51 +00:00
ibcs2 Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions 2009-08-09 22:49:00 +00:00
irix Use uintptr_t instead of uint32_t as an intermediate stage when 2009-08-31 05:36:23 +00:00
linux Another one that needs <sys/exec_aout.h>. 2009-08-28 01:39:03 +00:00
linux32 add the video ioctls so that the 32 bit skype works with video 2009-08-18 02:02:58 +00:00
m68k4k buildfix: #include <sys/exec_aout.h> 2009-08-17 06:00:05 +00:00
mach Declare extern syscallnames in a header. 2009-06-02 23:21:37 +00:00
ndis Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
net merge christos-time_t 2009-01-11 02:57:17 +00:00
netbsd32 Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
netinet6 Emulate a couple more ioctls. Thanks to Matthias Drochner for pointing them out. 2009-01-15 20:32:59 +00:00
osf1 Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions 2009-08-09 22:49:00 +00:00
ossaudio add a lot more debugging and error checking. Alas, skype seems to be happy 2009-08-22 23:31:16 +00:00
pecoff Declare extern syscallnames in a header. 2009-06-02 23:21:37 +00:00
sa Typo in comment. 2009-04-16 07:42:28 +00:00
sunos Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
sunos32 Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
svr4 Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions 2009-08-09 22:49:00 +00:00
svr4_32 Add enum uio_seg argument to do_sys_mknod(). 2009-08-10 17:36:00 +00:00
sys cpuctl: 2009-04-19 14:11:36 +00:00
ultrix Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
vax1k Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to 2009-08-15 23:39:35 +00:00
Makefile