summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_tc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, soguenther2013-10-061-5/+6
* Convert some internal APIs to use timespecs instead of timevalsguenther2013-06-031-2/+2
* Use long long and %lld for printing tv_sec valuesguenther2013-06-021-4/+4
* unifdef -D __HAVE_TIMECOUNTERmiod2012-11-051-3/+1
* On resume, run forward the monotonic and realtimes clocks instead of jumpingguenther2012-05-241-5/+51
* useless storederaadt2010-09-241-2/+1
* move DEBUG-only variable into #ifdefderaadt2010-09-241-2/+4
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* fix typos in comments, no code changes;schwarze2010-01-141-2/+2
* queue tc randomness when we get it. the tc_init() ones are (might be)deraadt2008-11-241-2/+5
* don't declare th0 extern before declaring it as static; makes gcc4 happyrobert2008-11-211-2/+2
* allow for max 5000 uses/sec offset adjust, this makes it possible forotto2007-12-271-3/+3
* unused apis, very dangerous: getbinuptime() getbintime(), ok artderaadt2007-05-091-28/+1
* Add missing bintime2timespec().kettenis2007-03-311-1/+2
* typos; from bret lambertjmc2006-11-151-2/+2
* Timecounter based implementation of adjfreq(2). Largely from art@otto2006-10-301-1/+14
* clean up some small fallout from initial freebsd import.hshoexer2005-05-031-4/+3
* unused variable n; ok cloderderaadt2005-04-211-3/+3
* Some cleanup:grange2004-09-171-5/+7
* - Match time_second and time_uptime prototypes.art2004-08-041-7/+7
* This touches only MI code, and adds new time keeping code. Thetholo2004-07-281-0/+603