Fix the VKERNEL build.
[dragonfly.git] / sys / platform / vkernel / include / md_var.h
2011-06-02 Sascha WildnerFix the VKERNEL build.
2011-03-24 Matthew Dillonkernel - Revamp LWKT thread migration
2009-10-02 Matthew Dillonvkernel - Fix build after recent crypto import when...
2008-03-20 Matthew DillonImprove vkernel support.
2008-01-29 Matthew DillonConditionalize the illegal MXCSR tests on SSE support...
2007-12-12 Matthew DillonSave and restore the FP context in the signal stack...
2007-07-10 Sascha WildnerKQueueFd is declared static in sys/platform/vkernel...
2007-07-01 Matthew DillonBring in all of Joe Talbott's SMP virtual kernel work...
2007-05-25 Matthew DillonAdd a -c file option to the vkernel to specify CD image...
2007-03-16 Sascha WildnerAdd code for creating multiple virtual disks. Multiple...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
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 Sepherosa Ziehau- Add multi pseudo network interface support for vkernel
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-09 Matthew DillonDisable terminal control characters while the virtual...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-07 Matthew DillonHandle page faults within the virtual kernel process...
2007-01-07 Matthew DillonAdd support for a root disk device file.
2007-01-06 Matthew DillonOffset KernelPTD and KernelPTA so we can directly trans...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.
2007-01-02 Matthew DillonGet most of the VKERNEL pmap handling code in.
2006-11-08 Matthew DillonGet the MI portions of VKERNEL to build, start linking...