CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/07 09:52:18
Modified files:
regress/sys/kern: Makefile
Added files:
regress/sys/kern/sigprof: Makefile sigprof.c
Log message:
Add a regression test that ensures profiling signals are delivered to the
thread whose execution consumed the CPU time and resulted in the profiling
timer expiring. This test currently fails and will be fixed shortly.
Feedback from guenther@
