Age | Commit message (Expand) | Author |
2018-02-26 | vmctl: clarify console error message | ccardenas |
2018-02-24 | sort; | Jason McIntyre |
2018-02-24 | add an alias for vmctl show, matches finger memory and the rest of the | Peter Hessler |
2018-01-03 | pretty up the "start" command; | Jason McIntyre |
2018-01-03 | Add initial CD-ROM support to VMD via vioscsi. | ccardenas |
2017-11-05 | Add minimal DHCP support to vmd's built-in DHCP/BOOTP server. | Reyk Floeter |
2017-10-07 | Prefer memset() over bzero() | Philip Guenther |
2017-09-08 | better VM termination handling. | Mike Larkin |
2017-09-08 | vmctl: style cleanup - spaces vs tabs. | Mike Larkin |
2017-09-05 | Detail how VM guests acquire a nameserver for local interfaces. | Edd Barrett |
2017-09-01 | vmctl: -L option clarification in man page | Mike Larkin |
2017-08-31 | vmctl: change a feedback message displayed to the user from "terminated | Mike Larkin |
2017-08-31 | vmd/vmctl: disallow use of block or character devices as disks in VMs. | Mike Larkin |
2017-08-30 | remove use of PAGE_SIZE and #include <sys/param.h> | Mike Larkin |
2017-08-29 | quarterly rescan of the tree: remove unneccessary sys/param.h, and | Theo de Raadt |
2017-08-18 | distinguish errors during vm launch and return different error codes to | Mike Larkin |
2017-08-15 | merge parse_vmid() and parse_vmname() | Jasper Lievisse Adriaanse |
2017-08-14 | return a proper error message instead of 'no such file or directory' when | Jasper Lievisse Adriaanse |
2017-08-14 | whitespace and fix a comment typo | Jasper Lievisse Adriaanse |
2017-08-14 | catch ENOENT and display a proper error message when a specified disk image is | Jasper Lievisse Adriaanse |
2017-08-14 | don't allow starting vms whose name starts with '-', '.' or '_' | Jasper Lievisse Adriaanse |
2017-08-10 | don't have cu try to open '/dev', instead check if there's a valid tty | Jasper Lievisse Adriaanse |
2017-07-15 | consistent case; | Jason McIntyre |
2017-07-15 | Add vmctl send and vmctl receive | pd |
2017-07-09 | vmd/vmctl: Add ability to pause / unpause vms | pd |
2017-06-07 | vmctl: change default "vmctl console" (cu) baud rate to 115200. Not | Mike Larkin |
2017-05-04 | Report command failure back to vmctl reload, reset, load, log verbose. | Reyk Floeter |
2017-05-04 | Report error for vmctl commands that need root privileges. | Reyk Floeter |
2017-04-19 | Add support for dynamic "NAT" interfaces (-L/local interface). | Reyk Floeter |
2017-04-14 | Update a man page example to reflect recent changes. | Mike Larkin |
2017-04-06 | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. | Reyk Floeter |
2017-03-30 | Set interface flag to VMIFF_UP when using -i option. This way vmd will make | Claudio Jeker |
2017-03-25 | Boot using BIOS from /etc/firmware/vmm-bios by default. | Reyk Floeter |
2017-03-15 | Print "-" if the tty name is empty. | Reyk Floeter |
2017-03-03 | Undefined behavior: Variable 'user' was used as parameter and | Reyk Floeter |
2017-03-01 | Rename start_vm_complete to vm_start_complete for consistency. | Reyk Floeter |
2017-03-01 | unbreak vmctl build by renaming a function that now conflicts with | Mike Larkin |
2017-03-01 | Add "owner" option to set a user/group ownership for pre-configured VMs | Reyk Floeter |
2017-02-28 | Use fmt_scaled(3) in vmctl status output to print curmem/maxmem | Reyk Floeter |
2017-01-24 | sort previous; | Jason McIntyre |
2017-01-24 | mark start -m as optional; reorder start synopsis to match vmctl usage | Richard Procter |
2017-01-24 | vmctl start -k is optional; also emphasise it specifies a path on the host | Richard Procter |
2017-01-13 | Make it possible to remove VMs from vmd(8)'s internal queue. | Edd Barrett |
2017-01-13 | Mention attempted graceful shutdown and vmmci(4) | Reyk Floeter |
2017-01-11 | Add imsg communication channel between vmd and invividual VMs. | Reyk Floeter |
2016-12-14 | Allow to start disabled and pre-configured VMs by name, "vmctl start foo". | Reyk Floeter |
2016-11-26 | If -m/memory is not specified, use 512M by default. | Reyk Floeter |
2016-11-26 | -add -n to the main summary; | Jason McIntyre |
2016-11-26 | Add the vmctl start -n option to specify add a network interface to | Reyk Floeter |
2016-11-24 | Add support for booting the kernel from the disk image. | Reyk Floeter |