Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |