NetBSD/sys/compat
mrg f5a3788577 pull over lost fix from nebsd32_exec.c:
>revision 1.25
>date: 2000/12/01 08:59:02;  author: mrg;  state: Exp;  lines: +2 -2
>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-02 04:08:35 +00:00
..
aout add emul flag EMUL_HAS_SYS___syscall 2000-12-01 19:12:11 +00:00
common add e_path (emulation path) to struct emul, which replaces emulation-specific 2000-12-01 12:28:30 +00:00
freebsd define EXEC_AOUT before including freebsd_exec.h, so that the a.out stuff 2000-12-01 19:35:39 +00:00
hpux split aout-specific code to sepatate file hpux_exec_aout.c 2000-12-01 19:15:12 +00:00
ibcs2 put executable format specific code from ibcs2_exec.c to separate 2000-12-01 19:17:41 +00:00
linux implement linux_sys_setdomainname()/linux_sys_swapon(), using code 2000-12-01 21:14:42 +00:00
m68k4k restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
netbsd32 pull over lost fix from nebsd32_exec.c: 2000-12-02 04:08:35 +00:00
osf1 make LKM safe 2000-12-01 19:20:56 +00:00
ossaudio Use accurate rounding in conversion between OSS and NetBSD volume values. 2000-08-16 16:14:33 +00:00
pecoff add e_path (emulation path) to struct emul, which replaces emulation-specific 2000-12-01 12:28:30 +00:00
sunos make LKM safe 2000-12-01 19:25:10 +00:00
svr4 put elf32 specific code from svr4_exec.c to separate file svr4_exec_elf32.c 2000-12-01 19:26:26 +00:00
ultrix make LKM safe 2000-12-01 19:26:57 +00:00
vax1k Add an align argument to uvm_map() and some callers of that 2000-09-13 15:00:15 +00:00
Makefile Don't install includes 1998-10-03 20:30:50 +00:00