summaryrefslogtreecommitdiff
path: root/sys/kern/kern_tc.c
AgeCommit message (Expand)Author
2014-12-10convert bcopy to memcpy. ok millertTed Unangst
2014-11-01add a few sizes to freeTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-04-03fix $OpenBSD$, noticed by philipBob Beck
2014-04-03I have discussed these licenses with Poul-Henning Kamp and he has agreed toBob Beck
2014-01-30Simplyfy adjtime(2) by keeping track of the adjustment as a number ofMark Kettenis
2013-10-06Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, soPhilip Guenther
2013-06-03Convert some internal APIs to use timespecs instead of timevalsPhilip Guenther
2013-06-02Use long long and %lld for printing tv_sec valuesPhilip Guenther
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-05-24On resume, run forward the monotonic and realtimes clocks instead of jumpingPhilip Guenthe
2010-09-24useless storeTheo de Raadt
2010-09-24move DEBUG-only variable into #ifdefTheo de Raadt
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-01-14fix typos in comments, no code changes;Ingo Schwarze
2008-11-24queue tc randomness when we get it. the tc_init() ones are (might be)Theo de Raadt
2008-11-21don't declare th0 extern before declaring it as static; makes gcc4 happyRobert Nagy
2007-12-27allow for max 5000 uses/sec offset adjust, this makes it possible forOtto Moerbeek
2007-05-09unused apis, very dangerous: getbinuptime() getbintime(), ok artTheo de Raadt
2007-03-31Add missing bintime2timespec().Mark Kettenis
2006-11-15typos; from bret lambertJason McIntyre
2006-10-30Timecounter based implementation of adjfreq(2). Largely from art@Otto Moerbeek
2005-05-03clean up some small fallout from initial freebsd import.Hans-Joerg Hoexer
2005-04-21unused variable n; ok cloderTheo de Raadt
2004-09-17Some cleanup:Alexander Yurchenko
2004-08-04- Match time_second and time_uptime prototypes.Artur Grabowski
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert