1:1 Userland threading stage 2.11/4:
[dragonfly.git] / sys / platform / vkernel / platform / init.c
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-15 Matthew DillonWe want the virtual kernel to be default-secure. Disab...
2007-01-15 Simon SchubertMerge from vendor branch GCC:
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 DillonThe FP subsystem might not work properly when a vkernel...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-12 Matthew DillonAdd single-user mode boot option (-s).
2007-01-12 Matthew DillonAdd missing bzero() during low boot after malloc().
2007-01-12 Matthew DillonSet kernel_vm_end to virtual_start instead of virtual_e...
2007-01-11 Matthew DillonProperly block SIGALARM and disable interrupts (i.e...
2007-01-11 Matthew DillonOpen the root disk with O_DIRECT. We do not want both...
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2007-01-10 Matthew DillonTell the real kernel not to sync the file that backs...
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.