| Commit message (Expand) | Author | Age | Files | Lines |
| * | Apply profiling to all threads instead of just the thread that called |  guenther | 2012-08-02 | 1 | -10/+12 |
| * | On resume, run forward the monotonic and realtimes clocks instead of jumping |  guenther | 2012-05-24 | 1 | -4/+1 |
| * | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -17/+12 |
| * | The scheduling 'nice' value is per-process, not per-thread, so move it |  guenther | 2011-03-07 | 1 | -2/+2 |
| * | Change hzto(9) and tvtohz(9) arguments to const pointers. |  matthew | 2010-08-20 | 1 | -3/+3 |
| * | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
| * | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. |  kettenis | 2009-11-04 | 1 | -23/+3 |
| * | Pass the new pointer to sysctl_clockrate(), so that trying to change the |  miod | 2009-01-21 | 1 | -3/+3 |
| * | At clock initialization, if we discover that tickadj is 0 (due to very |  deraadt | 2008-10-04 | 1 | -1/+6 |
| * | In statclock(), fix local index type in the profiling code. Avoids |  miod | 2008-03-15 | 1 | -2/+2 |
| * | Make context switching much more MI: |  art | 2007-10-10 | 1 | -2/+2 |
| * | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures |  art | 2007-05-16 | 1 | -33/+9 |
| * | Don't bother performing ITIMER accounting on P_SYSTEM processes (i.e. kthreads). |  miod | 2007-04-17 | 1 | -2/+2 |
| * | Garbage collect CPU_CLOCKUPDATE since it was only used by i386. |  art | 2007-03-25 | 1 | -5/+1 |
| * | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -3/+3 |
| * | If <machine/cpu.h> defines PROC_PC to compute the userland pc from an exception |  miod | 2006-12-24 | 1 | -1/+6 |
| * | Introducing adjfreq(2), to adjust the clock frequency. |  otto | 2006-06-14 | 1 | -1/+22 |
| * | revert auto-skew. some ntpd implementations interact poorly. |  tedu | 2006-01-20 | 1 | -3/+2 |
| * | auto adjusting adjtime. be more responsive to large clock deltas, |  tedu | 2006-01-13 | 1 | -2/+3 |
| * | Make #undef match its temporary #define. |  miod | 2006-01-03 | 1 | -2/+2 |
| * | ansi/deregister. |  jsg | 2005-11-28 | 1 | -14/+9 |
| * | dont' -> don't in comments; |  jmc | 2005-10-25 | 1 | -2/+2 |
| * | In hardclock(), do not setup process virtual and profile timers if the process |  aaron | 2005-10-03 | 1 | -2/+2 |
| * | Diff from art@: |  grange | 2004-11-10 | 1 | -2/+1 |
| * | Typo in #endif comment. |  grange | 2004-09-15 | 1 | -2/+2 |
| * | Fix typos. Found by Dries Schellekens |  art | 2004-08-05 | 1 | -3/+3 |
| * | hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and |  art | 2004-08-04 | 1 | -3/+44 |
| * | Even when we have timecounters we still have to do the check for secondary |  art | 2004-08-04 | 1 | -3/+3 |
| * | This touches only MI code, and adds new time keeping code. The |  tholo | 2004-07-28 | 1 | -7/+24 |
| * | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -6/+76 |
| * | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -1/+6 |
| * | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -5/+14 |
| * | Merge in a piece of the SMP branch into HEAD. |  art | 2004-06-09 | 1 | -13/+52 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | Force "struct timeval time" variable to be aligned to an 8-bit boundary. |  miod | 2003-05-13 | 1 | -2/+3 |
| * | Restore pentium_microtime, testing by henning@, millert@. ok deraadt@ |  nordin | 2002-09-24 | 1 | -1/+5 |
| * | Remove kernel support for NTP. ok deraadt@ and tholo@ |  nordin | 2002-07-06 | 1 | -799/+2 |
| * | Change all variables definitions (int foo) in sys/sys/*.h to variable |  miod | 2002-07-03 | 1 | -1/+3 |
| * | Change addupc_intr to not use fuswintr and suswintr to update the profiling |  art | 2002-06-07 | 1 | -2/+2 |
| * | Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock() |  nordin | 2002-06-07 | 1 | -12/+3 |
| * | Introduce a new file, machine/internal_types.h, to hold that specific arch |  espie | 2002-04-24 | 1 | -2/+2 |
| * | Don't do unnecessary normalization. ok art@ |  nordin | 2002-02-18 | 1 | -7/+3 |
| * | Improve comment. ok art@ |  nordin | 2002-02-15 | 1 | -4/+4 |
| * | Add a tvtohz function. Like hzto, but doesn't subtract the current time. |  art | 2002-02-15 | 1 | -1/+51 |
| * | Remove reference to timeout table. deraadt@ ok |  nordin | 2002-01-02 | 1 | -8/+2 |
| * | New hz value needed by AlphaServer 1200 and a couple other machines |  nate | 2001-12-14 | 1 | -1/+4 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
| * | generic soft interrupts for softclock. |  art | 2001-08-19 | 1 | -4/+30 |
| * | Move the updating of timeout queues to after ticks is incremented. |  art | 2000-08-23 | 1 | -8/+4 |
| * | Make hzto return 0 for timeouts that should happen now or in the past. |  art | 2000-07-07 | 1 | -5/+5 |