CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/14 22:43:25
Modified files:
sys/sys : event.h
sys/kern : kern_event.c kern_exit.c
Log message:
knote_processexit() needs the thread to pass down to FRELE(), so pass it
the exiting thread instead of assuming that that's ps_mainproc.
Also, panic no matter which thread of init takes it down.
ok tedu@
