vkernel{,64} - CPU topology support
[dragonfly.git] / sys / platform / vkernel / platform / init.c
2012-08-22 Mihai Carabasvkernel{,64} - CPU topology support
2012-05-24 Venkatesh Srinivaskernel -- CLFLUSH support
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-08-09 Antonio Huete Jimenezvkernel(7) - Permit multiple -e options to pass environ...
2011-07-08 Matthew Dillonvkernel - enhance the pidfile option and fix memimg...
2011-02-04 Antonio Huete Jimenezvkernel - Avoid appending the error message in some...
2011-02-04 Antonio Huetekern - Properly return the number of bytes in hw.physme...
2010-12-13 Matthew Dillonvkernel - Fix build
2010-12-10 Samuel J. Greearstyle(9) - Prefer a lack of case '?' fallthrough for...
2010-12-10 Samuel J. Greearvkernel - Add usage()
2010-09-26 Matthew Dillonvkernel - Add support for cdevs as virtual disks
2010-09-23 Matthew Dillonvkernel - Add physmem global
2010-09-14 Matthew Dillonvkernel - Improve memory image file startup
2010-09-01 Matthew Dillonvkernel - Fix early boot seg-fault
2010-05-16 Sascha Wildnervkernel: Fix a wrong check of netif_set_tapflags()...
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G
2009-10-02 Matthew Dillonvkernel - Fix build after recent crypto import when...
2009-08-05 Matthew DillonDEVFS - Adjust the vkernel to use if_tap's autocloning...
2009-05-15 Matthew Dillonvkernel now autoprobes vkd0s1a as well as vkd0s0a to...
2008-12-27 Matthew DillonAllow the values for environment variables specified...
2008-05-27 Matthew DillonDo not try to set-up the bridge or tap interfaces when...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-19 Simon SchubertFill CPU info for vkernels. This makes KTR use TSC...
2008-05-10 Matthew DillonFinish moving the kernel from tsc_freq (32 bits) to...
2008-05-07 Matthew DillonCorrect comments and minor variable naming and sysctl...
2008-05-06 Matthew DillonFix a sizeof() the wrong variable name. The correct...
2008-02-11 Simon SchubertReport the last error code when searching for a tap...
2008-01-29 Matthew DillonConditionalize the illegal MXCSR tests on SSE support...
2007-08-20 Matthew DillonFix the root device selection to match the manual page...
2007-07-22 Matthew DillonProperly initialize next_cpu to 0 when '-l map' is...
2007-07-19 Joe TalbottLet the user know if they attempt to start a vkernel...
2007-07-10 Joe TalbottAdd support to vkernel for locking virtual CPUs to...
2007-07-02 Joe TalbottAdd break after parsing the -n option.
2007-07-02 Matthew DillonIncrease SMP_MAXCPU to 31. Can't do 32 (boo hoo!)...
2007-07-02 Matthew DillonAdd an option (-n ncpus) to specify the number of cpus...
2007-06-19 Matthew DillonAdd the -p pidfile option to the vkernel.
2007-05-28 Matthew DillonOpen the root image O_EXLOCK|O_NONBLOCK and exit with...
2007-05-27 Matthew DillonFrom within a virtual kernel, make /sbin/shutdown and...
2007-05-27 Matthew DillonThe proper root device for a vkernel fs is vkd0s0a...
2007-05-25 Matthew DillonAdd a -c file option to the vkernel to specify CD image...
2007-04-27 Matthew DillonImplement ncpus_fit and ncpus_fit_mask. Admittedly...
2007-04-11 Matthew DillonKernel virtual memory must be mapped on a segment addre...
2007-03-16 Sascha WildnerFix message.
2007-03-16 Sascha WildnerAdd code for creating multiple virtual disks. Multiple...
2007-03-16 Sascha WildnerActivate -i and add some documentation for it.
2007-03-05 Sascha Wildnererr() and warn() print the strerror() message by themse...
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-15 Matthew DillonWe want the virtual kernel to be default-secure. Disab...
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-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-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-05 Matthew DillonFor the moment conditionally remove the declaration...
2006-12-04 Matthew DillonMisc vkernel work.