History log of /openbsd-src/sys/kern/kern_tc.c (Results 76 – 83 of 83)
Revision Date Author Comments
# 18d23f16 31-Mar-2007 kettenis <kettenis@openbsd.org>

Add missing bintime2timespec().

ok art@


# 2addf348 15-Nov-2006 jmc <jmc@openbsd.org>

typos; from bret lambert


# 17f73788 30-Oct-2006 otto <otto@openbsd.org>

Timecounter based implementation of adjfreq(2). Largely from art@
Tested by various using not (yet) committed amd64 timecounter code.
ok deraadt@


# 747e307e 03-May-2005 hshoexer <hshoexer@openbsd.org>

clean up some small fallout from initial freebsd import.

ok grange@


# 0816f330 21-Apr-2005 deraadt <deraadt@openbsd.org>

unused variable n; ok cloder


# 5a8003fb 17-Sep-2004 grange <grange@openbsd.org>

Some cleanup:
- don't mix unsigned and u_int across the code
- un'static some funcs

ok art@


# ead574e1 04-Aug-2004 art <art@openbsd.org>

- Match time_second and time_uptime prototypes.
- Less chatty.


# 3751347e 28-Jul-2004 tholo <tholo@openbsd.org>

This touches only MI code, and adds new time keeping code. The
code is all conditionalized on __HAVE_TIMECOUNTER, and not
enabled on any platforms.

adjtime(2) support exists, courtesy of nordin@, s

This touches only MI code, and adds new time keeping code. The
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

show more ...


1234