freebsd-dev/sys/compat/freebsd32
Peter Wemm a22600a1dd Fix a signal emulation bug introduced in r163018 (and present in 7.x).
This prevents 32 bit signal handlers from finding out what the faulting
address is.  Both the secret 4th argument and siginfo->si_addr are zero.
2008-11-10 23:26:52 +00:00
..
freebsd32_ioctl.c Add freebsd32 compat shims for ioctl(2) 2008-09-22 16:24:36 +00:00
freebsd32_ioctl.h Add freebsd32 compat shims for ioctl(2) 2008-09-22 16:24:36 +00:00
freebsd32_ipc.h Add freebsd32 compat wrappers for msgctl() and _semctl() using 2007-12-06 23:35:29 +00:00
freebsd32_misc.c Fix a signal emulation bug introduced in r163018 (and present in 7.x). 2008-11-10 23:26:52 +00:00
freebsd32_proto.h Regenerate system call tables for r184789. 2008-11-09 10:48:06 +00:00
freebsd32_signal.h Oops, add the missing file. 2006-10-05 01:58:08 +00:00
freebsd32_syscall.h Regenerate system call tables for r184789. 2008-11-09 10:48:06 +00:00
freebsd32_syscalls.c Regenerate system call tables for r184789. 2008-11-09 10:48:06 +00:00
freebsd32_sysent.c Regenerate system call tables for r184789. 2008-11-09 10:48:06 +00:00
freebsd32_util.h Add support for installing 32-bit system calls from kernel modules. This 2008-09-25 20:50:21 +00:00
freebsd32.h Move several data structure definitions out of freebsd32_misc.c and into 2007-12-06 23:11:27 +00:00
Makefile Add a 'clean' target. 2005-10-23 23:58:23 +00:00
syscalls.conf - Remove unused sysvec variables from various syscalls.conf. 2006-08-15 17:25:55 +00:00
syscalls.master Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. 2008-11-09 10:45:13 +00:00