NetBSD/sys/compat
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
..
aout restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
common LKMify 2000-11-29 21:51:49 +00:00
freebsd LKMify 2000-11-30 19:05:26 +00:00
hpux LKMify 2000-11-30 19:05:26 +00:00
ibcs2 LKMify 2000-11-30 19:05:26 +00:00
linux LKMify 2000-11-29 21:51:49 +00:00
m68k4k restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
netbsd32 in netbsd32_elf32_probe(), 'pos' is really a pointer to an Elf_Addr, not a 2000-12-01 08:59:02 +00:00
osf1 LKMify 2000-11-30 19:05:26 +00:00
ossaudio
pecoff restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
sunos LKMify 2000-11-30 19:05:26 +00:00
svr4 LKMify 2000-11-30 19:05:26 +00:00
ultrix LKMify 2000-11-30 19:05:26 +00:00
vax1k Add an align argument to uvm_map() and some callers of that 2000-09-13 15:00:15 +00:00
Makefile