CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/02/11 22:47:36
Modified files:
sys/compat/linux: linux_misc.c linux_sched.c
sys/kern : init_main.c kern_exit.c kern_fork.c
kern_kthread.c kern_sched.c
sys/sys : proc.h sysctl.h wait.h
Log message:
Eliminate the exit sig handling, which was only invokable via the
Linux-compat clone() syscall when *not* using CLONE_THREAD. pirofti@
confirms Opera runs in compat without this, so out it goes; one less hair
to choke on in kern_exit.c
ok tedu@ pirofti@