summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* disable vmd/vmctl for i386pd2019-01-181-2/+2
* Implement the fw_cfg interface basics and use it to set the bootorderclaudio2018-12-101-2/+2
* Add initial qcow2 image support.ccardenas2018-09-091-2/+2
* Rework disks to have pluggable backends.ccardenas2018-08-251-2/+2
* sync DPADD with LDADD adding missing ${LIBPTHREAD} to ensuregsoares2018-06-281-2/+2
* Add initial CD-ROM support to VMD via vioscsi.ccardenas2018-01-031-2/+2
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-2/+2
* Adds functions to read and write state of devices in vmd.reyk2017-05-081-2/+2
* Add support for dynamic "NAT" interfaces (-L/local interface).reyk2017-04-191-2/+2
* Split vmm.c into two files: vm.c for the VM child, vmm.c for the parentreyk2017-03-011-4/+4
* Implement basic support for boot.conf(8) on the disk image.reyk2016-11-261-2/+2
* Add support for booting the kernel from the disk image.reyk2016-11-241-1/+2
* vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will bemlarkin2016-10-261-2/+2
* Add a new "priv" process that is responsible for ioctls and restrictedreyk2016-10-041-2/+2
* forgot during previous commit, thanks stefan@mlarkin2016-09-011-3/+3
* Add support for an optional vm.conf(5) file in vmd. This will replacereyk2015-12-031-11/+17
* Split the fully privileged parent into two processes "parent" andreyk2015-12-021-1/+1
* Start tweaking vmd's privsep and daemon model by splitting the mainreyk2015-12-021-3/+4
* Do not need YFLAGS=deraadt2015-11-231-1/+0
* Add support for logging to stderr or syslog, and to run vmd inreyk2015-11-231-1/+1
* install manpages global, since two architecture (will) use them.deraadt2015-11-231-1/+0
* vmd(8) - virtual machine daemon.mlarkin2015-11-221-0/+24