| Commit message (Expand) | Author | Age | Files | Lines |
* | If TSC stops ticking in C3, disable deep sleep when the user forcefully | jkim | 2011-07-14 | 1 | -0/+6 |
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renaming | mdf | 2011-01-19 | 1 | -2/+2 |
* | Add parentheses for clarity. The parentheses around the two terms of the && | cperciva | 2010-11-23 | 1 | -1/+1 |
* | In tc_windup, handle the case where the previous call to tc_windup was | cperciva | 2010-11-22 | 1 | -0/+10 |
* | Fix some more style(9) issues. | brucec | 2010-11-14 | 1 | -1/+1 |
* | Fix style(9) issues from r215281 and r215282. | brucec | 2010-11-14 | 1 | -2/+4 |
* | Add some descriptions to sys/kern sysctls. | brucec | 2010-11-14 | 1 | -4/+4 |
* | Until hardclock() and respectively tc_windup() called first time, system | mav | 2010-09-21 | 1 | -0/+1 |
* | Make kern_tc.c provide minimum frequency of tc_ticktock() calls, required | mav | 2010-09-14 | 1 | -2/+7 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 1 | -6/+12 |
* | Revert r210225 - turns out I was wrong; the "/*-" is not license-only | trasz | 2010-07-18 | 1 | -1/+1 |
* | The "/*-" comment marker is supposed to denote copyrights. Remove non-copyright | trasz | 2010-07-18 | 1 | -1/+1 |
* | Remove interval validation from cpu_tick_calibrate(). As I found, check | mav | 2010-07-11 | 1 | -36/+14 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -7/+7 |
* | Implement flexible BPF timestamping framework. | jkim | 2010-06-15 | 1 | -1/+1 |
* | Remove conditionally compiled time counter statistics; tools like | rwatson | 2009-04-11 | 1 | -31/+0 |
* | By default, don't compile in counters of calls to various time | rwatson | 2009-03-08 | 1 | -13/+18 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Fix typo in comment. | imp | 2008-02-17 | 1 | -1/+1 |
* | Note what is too {short,long}. | obrien | 2008-01-02 | 1 | -2/+2 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -3/+3 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Add a kern.timecounter.tc sysctl tree that contains the mask, | dwmalone | 2006-06-16 | 1 | -0/+40 |
* | Disable the "cputick increased..." message now that the dust has settled. | phk | 2006-03-15 | 1 | -1/+1 |
* | Oops, forgot newline. | phk | 2006-03-09 | 1 | -1/+1 |
* | silence cpu_tick calibration and notice only (under bootverbose) | phk | 2006-03-09 | 1 | -15/+8 |
* | Style nit. | jhb | 2006-03-07 | 1 | -2/+1 |
* | Add missing cast. | phk | 2006-03-04 | 1 | -1/+1 |
* | More detailed logging if timestepwarnings are enabled. | phk | 2006-03-04 | 1 | -5/+8 |
* | Suffer a little bit of math every 16 second and tighten calibration of | phk | 2006-03-02 | 1 | -12/+24 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 1 | -5/+133 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -0/+21 |
* | Start time_uptime with 1 instead of 0. | andre | 2005-09-19 | 1 | -1/+1 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | obrien | 2005-09-07 | 1 | -1/+1 |
* | s/ENOTTY/ENOIOCTL/ | phk | 2005-03-26 | 1 | -1/+1 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | peter | 2004-10-11 | 1 | -2/+17 |
* | Add some KASSERTS. | phk | 2004-08-14 | 1 | -0/+3 |
* | Just because the timecounter reads the same value on two samples | phk | 2004-03-04 | 1 | -4/+0 |
* | Write 100 times for tomorrow: | phk | 2004-01-22 | 1 | -2/+3 |
* | Add a sysctl (default: off) which enables a log(LOG_INFO...) warning | phk | 2004-01-21 | 1 | -10/+19 |
* | Various minor details: | phk | 2003-11-13 | 1 | -8/+17 |
* | Use the quality to disable timecounters for which we deem Hz too low. | phk | 2003-09-03 | 1 | -6/+10 |
* | bde made a number of suggested improvements to the code. This commit | imp | 2003-08-20 | 1 | -20/+17 |
* | Fix an extreme edge case in leap second handling. We need to call | imp | 2003-08-20 | 1 | -4/+6 |
* | Give timecounters a numeric quality field. | phk | 2003-08-16 | 1 | -8/+35 |
* | Remove extra space. | mux | 2003-08-12 | 1 | -1/+1 |
* | typo fix in comment. | phk | 2003-07-02 | 1 | -1/+1 |
* | Fix leap second processing by the kernel time keeping routines. | imp | 2003-06-25 | 1 | -6/+27 |
* | Use UTC rather than GMT to describe time scale. latter is obsolete. | imp | 2003-06-23 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |