NetBSD/sys/compat/netbsd32
mrg 7af8b6448c in netbsd32_elf32_probe(), 'pos' is really a pointer to an Elf_Addr, not a
vaddr_t.  cast the pointer before dereferencing it to avoid the alignment
fault that broke compat_netbsd32, cuz pos is defined like:
	Elf_Addr phdr = 0, pos = 0;
in exec_elf32.c.
2000-12-01 08:59:02 +00:00
..
files.netbsd32 Add netbsd32_compat_14.c 1999-10-11 01:36:21 +00:00
Makefile
netbsd32_compat_09.c fix typo - it should be compat_09_netbsd32_uname, not compat_09_netbsd32_ouname 2000-11-30 19:19:43 +00:00
netbsd32_compat_10.c LKMify 2000-11-29 21:51:49 +00:00
netbsd32_compat_12.c Add netbsd32_compat_14.c 1999-10-11 01:36:21 +00:00
netbsd32_compat_13.c - massive warning fix fest. 2000-07-09 13:39:31 +00:00
netbsd32_compat_14.c only define SYSVMSG, SYSVSEM, SYSVSHM if it's not defined already 2000-11-30 19:14:35 +00:00
netbsd32_compat_43.c The ovadvise syscall is (correctly) listed as STD, so move it's implementation 2000-09-24 13:09:31 +00:00
netbsd32_exec.c in netbsd32_elf32_probe(), 'pos' is really a pointer to an Elf_Addr, not a 2000-12-01 08:59:02 +00:00
netbsd32_exec.h adapt to execsw[] changes 2000-11-27 17:25:24 +00:00
netbsd32_ioctl.c Fix netbsd32_ioctls. 2000-08-19 14:38:18 +00:00
netbsd32_ioctl.h Fix netbsd32_ioctls. 2000-08-19 14:38:18 +00:00
netbsd32_netbsd.c sync netbsd32_execve() with sys_execve() - this involves 2000-11-30 12:54:38 +00:00
netbsd32_syscall.h always include netbsd32_ntp_adjtime(), LKMify 2000-11-30 19:17:56 +00:00
netbsd32_syscallargs.h always include netbsd32_ntp_adjtime(), LKMify 2000-11-30 19:17:56 +00:00
netbsd32_syscalls.c always include netbsd32_ntp_adjtime(), LKMify 2000-11-30 19:17:56 +00:00
netbsd32_sysent.c always include netbsd32_ntp_adjtime(), LKMify 2000-11-30 19:17:56 +00:00
netbsd32.h kill gcc warnings. 2000-11-18 02:00:50 +00:00
syscalls.conf Add netbsd32_compat_14.c 1999-10-11 01:36:21 +00:00
syscalls.master always include netbsd32_ntp_adjtime(), LKMify 2000-11-30 19:17:56 +00:00