phk 74f8e63a10 Simplify system time accounting for profiling.
Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly.  Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret().  Use the absolute value of
td->pticks in userret() and eliminate third argument.
2006-02-08 08:09:17 +00:00
..
2006-02-06 02:00:32 +00:00
2005-10-03 06:57:29 +00:00
2006-01-27 23:06:08 +00:00
2005-12-23 21:32:40 +00:00
2005-12-04 02:12:43 +00:00
2005-12-28 17:13:31 +00:00
2006-02-04 06:36:39 +00:00
2005-11-17 08:56:21 +00:00
2005-03-14 06:51:29 +00:00
2006-02-06 02:00:32 +00:00