freebsd-dev/sys/alpha/linux
Peter Wemm 3ebc124838 Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
handler in the kernel at the same time.  Also, allow for the
exec_new_vmspace() code to build a different sized vmspace depending on
the executable environment.  This is a big help for execing i386 binaries
on ia64.   The ELF exec code grows the ability to map partial pages when
there is a page size difference, eg: emulating 4K pages on 8K or 16K
hardware pages.

Flesh out the i386 emulation support for ia64.  At this point, the only
binary that I know of that fails is cvsup, because the cvsup runtime
tries to execute code in pages not marked executable.

Obtained from:  dfr (mostly, many tweaks from me).
2002-07-20 02:56:12 +00:00
..
linux_dummy.c Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
linux_genassym.c Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_locore.s Don't auto-generate the syscalls. 2000-12-03 01:30:31 +00:00
linux_machdep.c Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
linux_proto.h Remove __P(). This was tested on the GENERIC kernel. 2002-03-20 18:58:47 +00:00
linux_syscall.h Regenerated file from previous commit to syscalls.master 2002-01-23 22:47:47 +00:00
linux_sysent.c Regenerated file from previous commit to syscalls.master 2002-01-23 22:47:47 +00:00
linux_sysvec.c Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
linux.h In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linux 2001-10-15 20:06:34 +00:00
Makefile Make the target a little bit more generic. 2000-11-01 08:47:34 +00:00
syscalls.conf
syscalls.master Linux/alpha uses the same BSDish return mechanism we do for 2002-01-23 22:46:14 +00:00