NetBSD/sys/compat/linux32/common
christos de41ffce81 Fix rt_sigtimedwait():
It is wishful thinking that:
    1. declaring a 32 bit syscall with 64 bit pointers
    2. passing a struct with 32 bit pointers to a 64 bit function
is going to work.
2012-05-10 19:40:46 +00:00
..
linux32_dirent.c
linux32_errno.h
linux32_exec_elf32.c Add a hook for freeing an ep_emul_arg. Add a wrapper routine 2012-02-03 20:11:53 +00:00
linux32_exec.c Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! 2012-02-19 21:05:51 +00:00
linux32_exec.h
linux32_fcntl.c
linux32_ioctl.c
linux32_ioctl.h
linux32_ipc.h
linux32_ipccall.c
linux32_machdep.h
linux32_misc.c add sigtimedwait support 2011-11-18 04:08:56 +00:00
linux32_mman.c
linux32_mod.c
linux32_resource.c
linux32_sched.c
linux32_sched.h add sigtimedwait support 2011-11-18 04:08:56 +00:00
linux32_sem.h
linux32_shm.h
linux32_siginfo.h add sigtimedwait support 2011-11-18 04:08:56 +00:00
linux32_signal.c Fix rt_sigtimedwait(): 2012-05-10 19:40:46 +00:00
linux32_signal.h add sigtimedwait support 2011-11-18 04:08:56 +00:00
linux32_socket.c Do not read past end of array. Found by gcc -03 2012-03-15 16:17:48 +00:00
linux32_socketcall.c prefix message with linux32 2012-05-10 19:38:23 +00:00
linux32_socketcall.h
linux32_sockio.h
linux32_stat.c
linux32_sysctl.c
linux32_sysctl.h
linux32_sysinfo.c
linux32_termios.c
linux32_termios.h
linux32_time.c add sigtimedwait support 2011-11-18 04:08:56 +00:00
linux32_types.h add sigtimedwait support 2011-11-18 04:08:56 +00:00
linux32_uid16.c
linux32_unistd.c
linux32_utsname.c
linux32_wait.c