Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |||
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze | |
from Brad Tilley <brad at 16systems dot com>; ok oga@ | |||
2008-11-24 | queue tc randomness when we get it. the tc_init() ones are (might be) | Theo de Raadt | |
submitted before randomattach, and thus will perturb the first arc4random() call, which is very good ok art djm | |||
2008-11-21 | don't declare th0 extern before declaring it as static; makes gcc4 happy | Robert Nagy | |
ok deraadt@ | |||
2007-12-27 | allow for max 5000 uses/sec offset adjust, this makes it possible for | Otto Moerbeek | |
clocks with drifts larger than 500ppm to be corrected. | |||
2007-05-09 | unused apis, very dangerous: getbinuptime() getbintime(), ok art | Theo de Raadt | |
2007-03-31 | Add missing bintime2timespec(). | Mark Kettenis | |
ok art@ | |||
2006-11-15 | typos; from bret lambert | Jason McIntyre | |
2006-10-30 | Timecounter based implementation of adjfreq(2). Largely from art@ | Otto Moerbeek | |
Tested by various using not (yet) committed amd64 timecounter code. ok deraadt@ | |||
2005-05-03 | clean up some small fallout from initial freebsd import. | Hans-Joerg Hoexer | |
ok grange@ | |||
2005-04-21 | unused variable n; ok cloder | Theo de Raadt | |
2004-09-17 | Some cleanup: | Alexander Yurchenko | |
- don't mix unsigned and u_int across the code - un'static some funcs ok art@ | |||
2004-08-04 | - Match time_second and time_uptime prototypes. | Artur Grabowski | |
- Less chatty. | |||
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert | |
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 |