| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 276724: | jhb | 2015-04-02 | 1 | -4/+4 |
* | - Make callout(9) tickless, relying on eventtimers(4) as backend for | davide | 2013-03-04 | 1 | -0/+59 |
* | Add PPS_CANWAIT support for time_pps_fetch(). This adds support for all three | ian | 2013-02-15 | 1 | -8/+49 |
* | Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the | jhb | 2013-01-28 | 1 | -2/+2 |
* | Add support for walltimestamp in DTrace. | gnn | 2012-07-16 | 1 | -0/+20 |
* | Stop updating the struct vdso_timehands from even handler executed in | kib | 2012-06-23 | 1 | -41/+21 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+84 |
* | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl... | jmallett | 2012-03-03 | 1 | -0/+2 |
* | Add a missing break. This bug was introduced in r228856. | kevlo | 2012-02-10 | 1 | -0/+1 |
* | Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. The | lstewart | 2011-12-24 | 1 | -4/+140 |
* | Do away with the somewhat clunky sysclock_ops structure and associated code, | lstewart | 2011-11-29 | 1 | -90/+12 |
* | Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public so | lstewart | 2011-11-29 | 1 | -12/+12 |
* | Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from the | lstewart | 2011-11-29 | 1 | -5/+5 |
* | - Add Pulse-Per-Second timestamping using raw ffcounter and corresponding | lstewart | 2011-11-21 | 1 | -0/+65 |
* | - Provide a sysctl interface to change the active system clock at runtime. | lstewart | 2011-11-20 | 1 | -2/+318 |
* | Core structure and functions to support a feed-forward clock within the kernel. | lstewart | 2011-11-19 | 1 | -0/+442 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | 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 |