Age | Commit message (Expand) | Author |
---|---|---|
2016-07-07 | sanity check vm create and run args earlier | Mike Larkin |
2016-07-04 | limit each viornd request to 64KB. | Mike Larkin |
2016-06-30 | remove some unused variables (that were commented out anyway) | Mike Larkin |
2016-04-04 | Directly use physical addresses from ELF header for kernel loading. | Stefan Kempf |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-02-07 | avoid a double free in an error path | Jonathan Gray |
2016-01-16 | vmd(8) sometimes attempts page-crossing data copies between the host | Stefan Kempf |
2016-01-14 | stdio.h is not needed here anymore. | Mike Larkin |
2016-01-04 | bzero -> memset for consistency | Mike Larkin |
2016-01-03 | Add a cleanup block, fix a couple of memory leaks, fix a typo and a bit | Mike Larkin |
2015-12-03 | spacing | Reyk Floeter |
2015-11-23 | Add support for logging to stderr or syslog, and to run vmd in | Reyk Floeter |
2015-11-22 | Add $ Ids | Reyk Floeter |
2015-11-22 | vmd(8) - virtual machine daemon. | Mike Larkin |