K 10 svn:author V 6 davide K 8 svn:date V 27 2012-07-31T00:46:19.664728Z K 7 svn:log V 479 - Fix statistics for direct execution callouts as already anticipated in the previous commit, providing a set of new SYSCTLs. Differently from what happened with callout executing in SWI threads, here we don't provide stats for callouts running with Giant Lock held, as this is a sleeping mutex, and so we cannot held it when we're running from hw interrupt context. - Properly increment the variable 'depth' in softclock(), which otherwhise would be unused. Reviewed by: mav END