freebsd-dev/sys/amd64/linux32
Alexander Leidinger 9b44bfc556 Add the linux 2.6.x stuff (not used by default!):
- TLS - complete
 - pid/tid mangling - complete
 - thread area - complete
 - futexes - complete with issues
 - clone() extension - complete with some possible minor issues
 - mq*/timer*/clock* stuff - complete but untested and the mq* stuff is
   disabled when not build as part of the kernel with native FreeBSD mq*
   support (module support for this will come later)

Tested with:
 - linux-firefox - works, tested
 - linux-opera - works, tested
 - linux-realplay - doesnt work, issue with futexes
 - linux-skype - doesnt work, issue with futexes
 - linux-rt2-demo - works, tested
 - linux-acroread - doesnt work, unknown reason (coredump) and sometimes
   issue with futexes
 - various unix utilities in linux-base-gentoo3 and linux-base-fc4:
   everything tried worked

On amd64 not everything is supported like on i386, the catchup is planned for
later when the remaining bugs in the new functions are fixed.

To test this new stuff, you have to run
	sysctl compat.linux.osrelease=2.6.16
to switch back use
	sysctl compat.linux.osrelease=2.4.2

Don't switch while running a linux program, strange things may or may not
happen.

Sponsored by:			Google SoC 2006
Submitted by:			rdivacky
Some suggestions/help by:	jhb, kib, manu@NetBSD.org, netchild
2006-08-15 12:54:30 +00:00
..
linux32_dummy.c Add the linux 2.6.x stuff (not used by default!): 2006-08-15 12:54:30 +00:00
linux32_genassym.c
linux32_ipc64.h
linux32_locore.s
linux32_machdep.c Add the linux 2.6.x stuff (not used by default!): 2006-08-15 12:54:30 +00:00
linux32_proto.h regen 2006-08-15 12:51:45 +00:00
linux32_syscall.h regen 2006-08-15 12:51:45 +00:00
linux32_sysent.c regen 2006-08-15 12:51:45 +00:00
linux32_sysvec.c Add the linux 2.6.x stuff (not used by default!): 2006-08-15 12:54:30 +00:00
linux.h Add the linux 2.6.x stuff (not used by default!): 2006-08-15 12:54:30 +00:00
Makefile
syscalls.conf
syscalls.master Add new syscalls in the linuxolator (only used when the sysctl 2006-08-15 12:28:14 +00:00