CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2009/10/16 13:29:41
Modified files: sys/kern : kern_time.c Log message: cancel the timeout upon disabling profiling / virtual timer; so that the timeout doesn't happen if setitimer is called between the profiling / virtual timer expires and the timeout is scheduled. firefox triggered this Profiling timer expired problem when in uthread execve signal was being delivered after timer has already been disabled; as reported on ports@ recently. special thanks to kettenis@, kurt@, guent...@. agreed by kettenis@, t...@. ok guent...@. reminded & ok f...@. tested by i...@.