freebsd-nq/sys/i386/linux
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
..
imgact_linux.c Setting VV_TEXT here is redundant. It is already set by do_execve(). 2011-02-09 18:45:33 +00:00
linux_dummy.c
linux_genassym.c
linux_ipc64.h
linux_locore.s
linux_machdep.c Move linux_clone(), linux_fork(), linux_vfork() to a MI path. 2011-02-12 18:17:12 +00:00
linux_proto.h Regen for r218610. 2011-02-12 15:36:25 +00:00
linux_ptrace.c Introduce the x86 kernel interfaces to allow kernel code to use 2010-06-05 15:59:59 +00:00
linux_support.s
linux_syscall.h Regen for r218610. 2011-02-12 15:36:25 +00:00
linux_sysent.c Regen for r218610. 2011-02-12 15:36:25 +00:00
linux_sysvec.c Extend struct sysvec with new method sv_schedtail, which is used for an 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
Makefile
syscalls.conf
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