Use SEEK_SET instead of magic constant.
[dragonfly.git] / sys / platform / vkernel / platform / init.c
2007-01-10 Simon SchubertUse SEEK_SET instead of magic constant.
2007-01-09 Matthew DillonName the virtual kernel disk device 'vkd' instead of...
2007-01-08 Matthew DillonThe signal return code was trying to access user mode...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonSet rootdevnames[0] to automatically boot from ufs...
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 DillonAssign proc0 a dummy frame to bootstrap vm_fork().
2007-01-06 Matthew DillonIf no memory image file is specified, locate or create...
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-12-26 Matthew DillonContinue fleshing out VKERNEL support. Initialize...
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-05 Matthew DillonFor the moment conditionally remove the declaration...
2006-12-04 Matthew DillonMisc vkernel work.