Age | Commit message (Expand) | Author |
2019-05-10 | Reduce number of timehands from to just two. | cheloha |
2019-04-30 | tc_setclock: always call tc_windup() before leaving windup_mtx. | cheloha |
2019-03-25 | MP-safe timecounting: new rwlock: tc_lock | cheloha |
2019-03-22 | Move adjtimedelta into the timehands. | cheloha |
2019-03-22 | Rename "timecounter_mtx" to "windup_mtx". | cheloha |
2019-03-17 | Change boot time/offset within tc_windup(). | cheloha |
2019-03-10 | Move adjtimedelta from kern_time.c to kern_tc.c. | cheloha |
2019-03-09 | tc_windup: read active timecounter once at function start. | cheloha |
2019-01-31 | tc_setclock: Don't rewind the system uptime during resume/unhibernate. | cheloha |
2019-01-20 | Serialize tc_windup() calls and modification of some timehands members. | cheloha |
2019-01-19 | Move boottime into the timehands. | cheloha |
2018-09-18 | Updating time counters without memory barriers is wrong. Put | Alexander Bluhm |
2018-05-28 | Constipate a bunch of time functions | Philip Guenther |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2017-03-07 | Drop unused variable from ntp_update_second(). | David Hill |
2017-02-09 | remove a dead variable; ok millert, guenther | Mike Belopuhov |
2016-07-06 | fix several places where calculating ticks could overflow. | Ted Unangst |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-11-01 | add a few sizes to free | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-03 | fix $OpenBSD$, noticed by philip | Bob Beck |
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | Bob Beck |
2014-01-30 | Simplyfy adjtime(2) by keeping track of the adjustment as a number of | Mark Kettenis |
2013-10-06 | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so | Philip Guenther |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-02 | Use long long and %lld for printing tv_sec values | Philip Guenther |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-05-24 | On resume, run forward the monotonic and realtimes clocks instead of jumping | Philip Guenthe |
2010-09-24 | useless store | Theo de Raadt |
2010-09-24 | move DEBUG-only variable into #ifdef | Theo de Raadt |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2008-11-24 | queue tc randomness when we get it. the tc_init() ones are (might be) | Theo de Raadt |
2008-11-21 | don't declare th0 extern before declaring it as static; makes gcc4 happy | Robert Nagy |
2007-12-27 | allow for max 5000 uses/sec offset adjust, this makes it possible for | Otto Moerbeek |
2007-05-09 | unused apis, very dangerous: getbinuptime() getbintime(), ok art | Theo de Raadt |
2007-03-31 | Add missing bintime2timespec(). | Mark Kettenis |
2006-11-15 | typos; from bret lambert | Jason McIntyre |
2006-10-30 | Timecounter based implementation of adjfreq(2). Largely from art@ | Otto Moerbeek |
2005-05-03 | clean up some small fallout from initial freebsd import. | Hans-Joerg Hoexer |
2005-04-21 | unused variable n; ok cloder | Theo de Raadt |
2004-09-17 | Some cleanup: | Alexander Yurchenko |
2004-08-04 | - Match time_second and time_uptime prototypes. | Artur Grabowski |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |