| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
just the realtime clock, triggering and adjusting timeouts to reflect that.
ok matthew@ deraadt@
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
| |
from Brad Tilley <brad at 16systems dot com>;
ok oga@
|
| |
|
|
|
|
| |
submitted before randomattach, and thus will perturb the first arc4random()
call, which is very good
ok art djm
|
| |
|
|
| |
ok deraadt@
|
| |
|
|
| |
clocks with drifts larger than 500ppm to be corrected.
|
| | |
|
| |
|
|
| |
ok art@
|
| | |
|
| |
|
|
|
| |
Tested by various using not (yet) committed amd64 timecounter code.
ok deraadt@
|
| |
|
|
| |
ok grange@
|
| | |
|
| |
|
|
|
|
|
| |
- don't mix unsigned and u_int across the code
- un'static some funcs
ok art@
|
| |
|
|
| |
- Less chatty.
|
|
|
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
|