Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so | 2013-10-06 | 1 | -5/+6 | ||
| | | | | | | | that mlarkin@ can fix programs that report rates-over-uptime. ok kettenis@ manpage corrections jmc@ (which I've probably broken again) | |||||
* | Convert some internal APIs to use timespecs instead of timevals | 2013-06-03 | 1 | -2/+2 | ||
| | | | | ok matthew@ deraadt@ | |||||
* | Use long long and %lld for printing tv_sec values | 2013-06-02 | 1 | -4/+4 | ||
| | | | | ok deraadt@ | |||||
* | unifdef -D __HAVE_TIMECOUNTER | 2012-11-05 | 1 | -3/+1 | ||
| | ||||||
* | On resume, run forward the monotonic and realtimes clocks instead of jumping | 2012-05-24 | 1 | -5/+51 | ||
| | | | | | | just the realtime clock, triggering and adjusting timeouts to reflect that. ok matthew@ deraadt@ | |||||
* | useless store | 2010-09-24 | 1 | -2/+1 | ||
| | ||||||
* | move DEBUG-only variable into #ifdef | 2010-09-24 | 1 | -2/+4 | ||
| | ||||||
* | remove proc.h include from uvm_map.h. This has far reaching effects, as | 2010-04-20 | 1 | -1/+2 | ||
| | | | | | | sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | |||||
* | fix typos in comments, no code changes; | 2010-01-14 | 1 | -2/+2 | ||
| | | | | | from Brad Tilley <brad at 16systems dot com>; ok oga@ | |||||
* | queue tc randomness when we get it. the tc_init() ones are (might be) | 2008-11-24 | 1 | -2/+5 | ||
| | | | | | | submitted before randomattach, and thus will perturb the first arc4random() call, which is very good ok art djm | |||||
* | don't declare th0 extern before declaring it as static; makes gcc4 happy | 2008-11-21 | 1 | -2/+2 | ||
| | | | | ok deraadt@ | |||||
* | allow for max 5000 uses/sec offset adjust, this makes it possible for | 2007-12-27 | 1 | -3/+3 | ||
| | | | | clocks with drifts larger than 500ppm to be corrected. | |||||
* | unused apis, very dangerous: getbinuptime() getbintime(), ok art | 2007-05-09 | 1 | -28/+1 | ||
| | ||||||
* | Add missing bintime2timespec(). | 2007-03-31 | 1 | -1/+2 | ||
| | | | | ok art@ | |||||
* | typos; from bret lambert | 2006-11-15 | 1 | -2/+2 | ||
| | ||||||
* | Timecounter based implementation of adjfreq(2). Largely from art@ | 2006-10-30 | 1 | -1/+14 | ||
| | | | | | Tested by various using not (yet) committed amd64 timecounter code. ok deraadt@ | |||||
* | clean up some small fallout from initial freebsd import. | 2005-05-03 | 1 | -4/+3 | ||
| | | | | ok grange@ | |||||
* | unused variable n; ok cloder | 2005-04-21 | 1 | -3/+3 | ||
| | ||||||
* | Some cleanup: | 2004-09-17 | 1 | -5/+7 | ||
| | | | | | | | - don't mix unsigned and u_int across the code - un'static some funcs ok art@ | |||||
* | - Match time_second and time_uptime prototypes. | 2004-08-04 | 1 | -7/+7 | ||
| | | | | - Less chatty. | |||||
* | This touches only MI code, and adds new time keeping code. The | 2004-07-28 | 1 | -0/+603 | ||
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more |