More clock cleanup:
[dragonfly.git] / sys / platform / vkernel / platform / systimer.c
2009-05-17 Sepherosa ZiehauMore clock cleanup:
2009-05-17 Sepherosa ZiehauAdd interrupt cputimer interface.
2009-05-03 Sepherosa ZiehauAllow one shot timer to be switched on a running system...
2009-05-02 Sepherosa ZiehauUnbreak VKERNEL compile: Add missing symbol
2009-05-02 Sepherosa Ziehaulapic timer: Finish the lapic timer support
2008-06-06 Sascha WildnerDon't use NULL where 0 is meant.
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2007-07-02 Matthew DillonGive virtual kernels access to sysctl() prototypes...
2007-07-02 Matthew DillonMake the virtual kernel's systimer work with SMP builds...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-01-15 Matthew Dilloncputimer_intr_reload() - prevent a negatively indexed...
2007-01-15 Matthew DillonPass an interrupt frame to kqueue-based interrupts...
2007-01-15 Matthew DillonAdd kqueue based async I/O support to the virtual kerne...
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-09 Matthew DillonName the virtual kernel disk device 'vkd' instead of...
2007-01-09 Matthew DillonA virtual kernel running another virtual kernel running...
2007-01-09 Matthew DillonUse our interrupt infrastructure to handle the clock...
2007-01-07 Matthew DillonAdd support for a root disk device file.
2007-01-07 Matthew DillonUse itimers to implement the virtual kernel's SYSTIMER...
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.