summaryrefslogtreecommitdiff
path: root/sys/kern/kern_tc.c
AgeCommit message (Collapse)Author
2007-03-31Add missing bintime2timespec().Mark Kettenis
ok art@
2006-11-15typos; from bret lambertJason McIntyre
2006-10-30Timecounter based implementation of adjfreq(2). Largely from art@Otto Moerbeek
Tested by various using not (yet) committed amd64 timecounter code. ok deraadt@
2005-05-03clean up some small fallout from initial freebsd import.Hans-Joerg Hoexer
ok grange@
2005-04-21unused variable n; ok cloderTheo de Raadt
2004-09-17Some 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-28This touches only MI code, and adds new time keeping code. TheThorsten 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