| Commit message (Expand) | Author | Age | Files | Lines |
* | timecounting: add gettime(9), getuptime(9) |  cheloha | 2020-06-22 | 1 | -1/+45 |
* | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 1 | -2/+1 |
* | timecounting: decide whether to advance offset within tc_windup() |  cheloha | 2020-05-20 | 1 | -25/+44 |
* | tc_setclock: reintroduce timeout_adjust_ticks() call |  cheloha | 2019-12-12 | 1 | -2/+2 |
* | Recommit "tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment" |  cheloha | 2019-12-12 | 1 | -4/+4 |
* | Revert "timeout(9): switch to tickless backend" |  cheloha | 2019-12-02 | 1 | -5/+4 |
* | tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment |  cheloha | 2019-12-02 | 1 | -4/+5 |
* | timeout(9): switch to tickless backend |  cheloha | 2019-11-26 | 1 | -2/+2 |
* | clock_getres(2): actually return the resolution of the given clock |  cheloha | 2019-10-26 | 1 | -2/+14 |
* | nanoboottime(9): add and document new interface |  cheloha | 2019-10-22 | 1 | -1/+10 |
* | Switch from bintime_add() et al. to bintimeadd(9). |  cheloha | 2019-06-03 | 1 | -27/+25 |
* | SLIST-ify the timecounter list. |  cheloha | 2019-05-22 | 1 | -8/+9 |
* | kern.timecounter.choices: Don't offer the dummy counter as an option. |  cheloha | 2019-05-20 | 1 | -2/+5 |
* | Reduce number of timehands from to just two. |  cheloha | 2019-05-10 | 1 | -21/+10 |
* | tc_setclock: always call tc_windup() before leaving windup_mtx. |  cheloha | 2019-04-30 | 1 | -9/+12 |
* | MP-safe timecounting: new rwlock: tc_lock |  cheloha | 2019-03-25 | 1 | -18/+38 |
* | Move adjtimedelta into the timehands. |  cheloha | 2019-03-22 | 1 | -39/+58 |
* | Rename "timecounter_mtx" to "windup_mtx". |  cheloha | 2019-03-22 | 1 | -11/+12 |
* | Change boot time/offset within tc_windup(). |  cheloha | 2019-03-17 | 1 | -14/+25 |
* | Move adjtimedelta from kern_time.c to kern_tc.c. |  cheloha | 2019-03-10 | 1 | -1/+18 |
* | tc_windup: read active timecounter once at function start. |  cheloha | 2019-03-09 | 1 | -5/+8 |
* | tc_setclock: Don't rewind the system uptime during resume/unhibernate. |  cheloha | 2019-01-31 | 1 | -1/+16 |
* | Serialize tc_windup() calls and modification of some timehands members. |  cheloha | 2019-01-20 | 1 | -4/+20 |
* | Move boottime into the timehands. |  cheloha | 2019-01-19 | 1 | -22/+56 |
* | Updating time counters without memory barriers is wrong. Put |  bluhm | 2018-09-18 | 1 | -1/+15 |
* | Constipate a bunch of time functions |  guenther | 2018-05-28 | 1 | -3/+3 |
* | replace add_*_randomness with enqueue_randomness() |  jasper | 2018-04-28 | 1 | -4/+4 |
* | Drop unused variable from ntp_update_second(). |  dhill | 2017-03-07 | 1 | -4/+4 |
* | remove a dead variable; ok millert, guenther |  mikeb | 2017-02-09 | 1 | -4/+1 |
* | fix several places where calculating ticks could overflow. |  tedu | 2016-07-06 | 1 | -2/+2 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -2/+2 |
* | add a few sizes to free |  tedu | 2014-11-01 | 1 | -2/+2 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | fix $OpenBSD$, noticed by philip |  beck | 2014-04-03 | 1 | -0/+2 |
* | I have discussed these licenses with Poul-Henning Kamp and he has agreed to |  beck | 2014-04-03 | 1 | -9/+18 |
* | Simplyfy adjtime(2) by keeping track of the adjustment as a number of |  kettenis | 2014-01-30 | 1 | -13/+8 |
* | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so |  guenther | 2013-10-06 | 1 | -5/+6 |
* | Convert some internal APIs to use timespecs instead of timevals |  guenther | 2013-06-03 | 1 | -2/+2 |
* | Use long long and %lld for printing tv_sec values |  guenther | 2013-06-02 | 1 | -4/+4 |
* | unifdef -D __HAVE_TIMECOUNTER |  miod | 2012-11-05 | 1 | -3/+1 |
* | On resume, run forward the monotonic and realtimes clocks instead of jumping |  guenther | 2012-05-24 | 1 | -5/+51 |
* | useless store |  deraadt | 2010-09-24 | 1 | -2/+1 |
* | move DEBUG-only variable into #ifdef |  deraadt | 2010-09-24 | 1 | -2/+4 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -1/+2 |
* | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
* | queue tc randomness when we get it. the tc_init() ones are (might be) |  deraadt | 2008-11-24 | 1 | -2/+5 |
* | don't declare th0 extern before declaring it as static; makes gcc4 happy |  robert | 2008-11-21 | 1 | -2/+2 |
* | allow for max 5000 uses/sec offset adjust, this makes it possible for |  otto | 2007-12-27 | 1 | -3/+3 |
* | unused apis, very dangerous: getbinuptime() getbintime(), ok art |  deraadt | 2007-05-09 | 1 | -28/+1 |