summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_clock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply profiling to all threads instead of just the thread that calledguenther2012-08-021-10/+12
* On resume, run forward the monotonic and realtimes clocks instead of jumpingguenther2012-05-241-4/+1
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-17/+12
* The scheduling 'nice' value is per-process, not per-thread, so move itguenther2011-03-071-2/+2
* Change hzto(9) and tvtohz(9) arguments to const pointers.matthew2010-08-201-3/+3
* fix typos in comments, no code changes;schwarze2010-01-141-2/+2
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-23/+3
* Pass the new pointer to sysctl_clockrate(), so that trying to change themiod2009-01-211-3/+3
* At clock initialization, if we discover that tickadj is 0 (due to veryderaadt2008-10-041-1/+6
* In statclock(), fix local index type in the profiling code. Avoidsmiod2008-03-151-2/+2
* Make context switching much more MI:art2007-10-101-2/+2
* The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesart2007-05-161-33/+9
* Don't bother performing ITIMER accounting on P_SYSTEM processes (i.e. kthreads).miod2007-04-171-2/+2
* Garbage collect CPU_CLOCKUPDATE since it was only used by i386.art2007-03-251-5/+1
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-3/+3
* If <machine/cpu.h> defines PROC_PC to compute the userland pc from an exceptionmiod2006-12-241-1/+6
* Introducing adjfreq(2), to adjust the clock frequency.otto2006-06-141-1/+22
* revert auto-skew. some ntpd implementations interact poorly.tedu2006-01-201-3/+2
* auto adjusting adjtime. be more responsive to large clock deltas,tedu2006-01-131-2/+3
* Make #undef match its temporary #define.miod2006-01-031-2/+2
* ansi/deregister.jsg2005-11-281-14/+9
* dont' -> don't in comments;jmc2005-10-251-2/+2
* In hardclock(), do not setup process virtual and profile timers if the processaaron2005-10-031-2/+2
* Diff from art@:grange2004-11-101-2/+1
* Typo in #endif comment.grange2004-09-151-2/+2
* Fix typos. Found by Dries Schellekensart2004-08-051-3/+3
* hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired andart2004-08-041-3/+44
* Even when we have timecounters we still have to do the check for secondaryart2004-08-041-3/+3
* This touches only MI code, and adds new time keeping code. Thetholo2004-07-281-7/+24
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-6/+76
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-1/+6
* debranch SMP, have funniklas2004-06-131-5/+14
* Merge in a piece of the SMP branch into HEAD.art2004-06-091-13/+52
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Force "struct timeval time" variable to be aligned to an 8-bit boundary.miod2003-05-131-2/+3
* Restore pentium_microtime, testing by henning@, millert@. ok deraadt@nordin2002-09-241-1/+5
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-061-799/+2
* Change all variables definitions (int foo) in sys/sys/*.h to variablemiod2002-07-031-1/+3
* Change addupc_intr to not use fuswintr and suswintr to update the profilingart2002-06-071-2/+2
* Simplify so that we can remove CLKF_BASEPRI() and spllowersoftclock()nordin2002-06-071-12/+3
* Introduce a new file, machine/internal_types.h, to hold that specific archespie2002-04-241-2/+2
* Don't do unnecessary normalization. ok art@nordin2002-02-181-7/+3
* Improve comment. ok art@nordin2002-02-151-4/+4
* Add a tvtohz function. Like hzto, but doesn't subtract the current time.art2002-02-151-1/+51
* Remove reference to timeout table. deraadt@ oknordin2002-01-021-8/+2
* New hz value needed by AlphaServer 1200 and a couple other machinesnate2001-12-141-1/+4
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* generic soft interrupts for softclock.art2001-08-191-4/+30
* Move the updating of timeout queues to after ticks is incremented.art2000-08-231-8/+4
* Make hzto return 0 for timeouts that should happen now or in the past.art2000-07-071-5/+5