opnsense-src/sys/amd64/linux32
Dmitry Chagin e5d81ef1b5 Extend struct sysvec with new method sv_schedtail, which is used for an
explicit process at fork trampoline path instead of eventhadler(schedtail)
invocation for each child process.

Remove eventhandler(schedtail) code and change linux ABI to use newly added
sysvec method.

While here replace explicit comparing of module sysentvec structure with the
newly created process sysentvec to detect the linux ABI.

Discussed with:	kib

MFC after:	2 Week
2011-03-08 19:01:45 +00:00
..
linux.h For realtime signals fill the sigval value. 2011-02-15 21:46:36 +00:00
linux32_dummy.c Implement robust futexes. Most of the code is modelled after 2008-05-13 20:01:27 +00:00
linux32_genassym.c Remove dead code. 2011-03-07 08:12:07 +00:00
linux32_ipc64.h Add preliminary support for running 32-bit Linux binaries on amd64, enabled 2004-08-16 07:55:06 +00:00
linux32_locore.s Save and restore segment registers on amd64 when entering and leaving 2009-04-01 13:09:26 +00:00
linux32_machdep.c Move linux_clone(), linux_fork(), linux_vfork() to a MI path. 2011-02-12 18:17:12 +00:00
linux32_proto.h Regen for r218610. 2011-02-12 15:36:25 +00:00
linux32_support.s Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
linux32_syscall.h Regen for r218610. 2011-02-12 15:36:25 +00:00
linux32_sysent.c Regen for r218610. 2011-02-12 15:36:25 +00:00
linux32_sysvec.c Extend struct sysvec with new method sv_schedtail, which is used for an 2011-03-08 19:01:45 +00:00
Makefile Add preliminary support for running 32-bit Linux binaries on amd64, enabled 2004-08-16 07:55:06 +00:00
syscalls.conf - Remove unused sysvec variables from various syscalls.conf. 2006-08-15 17:25:55 +00:00
syscalls.master The fourth argument of linux_clone is a pointer to the TLS. Change clone syscall definition to match actual linux one. 2011-02-12 15:33:25 +00:00