CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/08/03 10:11:31
Modified files:
sys/compat/linux: linux_sched.c
sys/arch/i386/i386: linux_machdep.c sys_machdep.c
sys/arch/i386/include: sysarch.h
Log message:
Fix linux compat breakage: can't copyin() from kernel-space, so
move that out of i386_set_threadbase(), and have clone() pass NULL
to fork1() for the child func argument so that it gets the child
proc pointer.
Report and verification by pirofti@, heavy lifting by matthew@
