Konstantin Belousov c193de568b MFC r207468:
Extract thread_lock()/ruxagg()/thread_unlock() fragment into utility
function ruxagg_tlock().
Convert the definition of kern_getrusage() to ANSI C.

MFC r207602:
Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and ticks
information for thread to allow calcru1() (re)use.

Rename ruxagg()->ruxagg_locked(), ruxagg_tlock()->ruxagg() [1].
The ruxagg_locked() function no longer clears thread ticks nor
td_incruntime.

Not an MFC: the td_rux is added to the end of struct thread to keep
the KBI. Explicit bzero() of td_rux is added to new thread initialization
points.
2010-05-11 13:18:41 +00:00
..
2010-04-07 02:24:41 +00:00
2009-12-19 11:50:04 +00:00
2010-04-24 00:53:41 +00:00
2010-03-02 10:32:34 +00:00
2009-12-19 11:31:28 +00:00
2010-01-22 17:03:49 +00:00
2010-05-02 15:58:25 +00:00
2010-04-14 15:33:15 +00:00
2010-01-21 19:11:18 +00:00
2009-10-13 09:24:51 +00:00
2010-05-11 13:18:41 +00:00
2010-04-07 02:24:41 +00:00
2010-05-11 13:18:41 +00:00
2010-01-21 19:11:18 +00:00
2010-01-18 14:43:44 +00:00
2010-04-07 02:24:41 +00:00
2010-02-08 14:08:52 +00:00
2008-09-22 10:37:02 +00:00
2010-05-09 12:32:10 +00:00
2010-05-11 13:18:41 +00:00
2009-12-28 14:47:25 +00:00
2010-03-27 17:54:44 +00:00
2009-08-13 17:54:11 +00:00
2010-05-04 05:14:43 +00:00
2010-01-18 14:43:44 +00:00
2010-04-07 14:28:47 +00:00
2009-08-13 10:31:02 +00:00
2010-05-11 13:18:41 +00:00
2010-05-11 13:18:41 +00:00
2010-04-07 02:24:41 +00:00
2010-04-05 13:33:54 +00:00
2010-02-08 14:08:52 +00:00
2010-02-08 14:08:52 +00:00
2009-10-24 04:55:14 +00:00
2010-03-27 18:12:00 +00:00
2010-03-27 17:22:11 +00:00
2010-04-25 19:13:08 +00:00
2010-04-21 19:45:41 +00:00
2009-08-13 17:54:11 +00:00
2009-08-12 12:10:28 +00:00
2009-08-21 03:14:39 +00:00
2010-01-25 12:05:51 +00:00
2009-09-28 11:31:21 +00:00
2010-01-21 19:11:18 +00:00
2009-12-19 11:47:00 +00:00
2010-01-25 12:05:51 +00:00
2009-10-31 12:26:40 +00:00
2010-04-07 02:24:41 +00:00
2010-04-07 02:24:41 +00:00
2009-12-19 11:50:04 +00:00
2009-12-19 11:47:00 +00:00
2009-12-19 11:50:04 +00:00
2010-04-07 14:35:09 +00:00
2010-04-07 14:46:28 +00:00
2010-04-07 14:46:28 +00:00
2010-04-07 14:46:28 +00:00
2010-01-18 09:04:53 +00:00
2010-04-15 08:17:28 +00:00
2009-08-19 14:38:43 +00:00
2009-12-31 10:53:04 +00:00
2010-01-18 09:04:53 +00:00
2010-01-30 12:11:21 +00:00
2009-05-26 09:19:21 +00:00
2009-08-28 19:08:56 +00:00
2010-05-06 09:52:32 +00:00
2010-04-07 14:49:35 +00:00
2010-04-07 14:47:55 +00:00
2010-04-07 02:24:41 +00:00
2010-04-07 14:16:14 +00:00
2010-03-27 18:08:14 +00:00
2010-04-07 14:50:58 +00:00
2010-05-04 05:25:48 +00:00
2010-04-09 08:45:30 +00:00
2009-10-01 13:11:45 +00:00
2009-11-17 11:46:55 +00:00
2010-01-30 12:11:21 +00:00
2010-04-18 19:51:46 +00:00
2010-04-27 10:47:54 +00:00