summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl
AgeCommit message (Expand)Author
2024-01-12Clarify some behaviour for 'vmctl start' and 'vmctl reload'Mike Larkin
2023-11-09vmctl(8): avoid abort when given an invalid "kernel" file.Dave Voutila
2023-05-02free the correct pointer. Missed in rev 1.16.Jonathan Gray
2023-04-28Clarify -b usage by `vmctl start`.Dave Voutila
2023-04-28vmd(8)/vmctl(8): allow vm owners to override boot kernel.Dave Voutila
2023-04-25vmctl(8): no longer needs vmmvar.hDave Voutila
2023-04-25vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.Dave Voutila
2023-01-28Move some header definitions from vmm(4) to vmd(8).Dave Voutila
2022-09-01fix unveil(2) in vmctl(8), unix socket needs :w:Sebastian Benoit
2022-07-30vmctl create accepts exactly one argumentKlemens Nanni
2022-05-13Follow the recent change that the unit of `imgsize' argument ofYASUOKA Masahiko
2022-05-04vmctl(8)/vmd(8): convert disk sizes from MB to bytesDave Voutila
2022-05-04Missed removing some memory scaling in vmm, vmctl.Dave Voutila
2022-05-03vmm/vmd/vmctl: standardize memory units to bytesDave Voutila
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-06-28Garbage collect loop index i which is no longer used after usage tweak.Theo Buehler
2021-06-26make usage less chatty; ok mlarkinJason McIntyre
2021-06-10vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs on vm stop.dv
2021-05-12vmctl(8): remove unveil from disk image creation routinesdv
2021-04-02Remove superflouus mmcpy()dv
2021-03-26Simplify argument parsing of vmctl stopTheo Buehler
2021-03-22Properly reflect stopping statekn
2021-03-01Document veb(4) supportkn
2021-01-27split out extern and decl for -fno-commonTheo de Raadt
2020-09-02Fix clang warning in vmctl(8)Theo Buehler
2020-03-11fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in commentJasper Lievisse Adriaanse
2020-02-16Backout "DHCP is configured on the first interface only"kn
2020-02-15DHCP is configured on the first interface onlykn
2020-01-03vmctl(8): fix vmctl send exit codepd
2019-12-28Run cu(1) in restricted modekn
2019-12-17Use local variable isntead of function parameterkn
2019-12-15Explicitly print root user in status OWNER columnkn
2019-12-12vmd: start vms defined in vm.conf in a staggered fashionpd
2019-10-27Require at least one interface with -ikn
2019-09-15Use (egress) in nat-to examplekn
2019-09-07Remove unused VMD_DISK_INVALID message type and mark it obsolete.tobhe
2019-08-23vmctl(8): fix wrong output when using 'vmctl stop'Mike Larkin
2019-08-14Improve the error message when supplying an invalid template to vmctlanton
2019-08-08Fix a bunch of typos in various man pages.Frederic Cambus
2019-07-05zap an extra space in usage();Jason McIntyre
2019-05-31zap trailing whitespace;Jason McIntyre
2019-05-29Change vmctl(8) syntax: command options before the disk/name/id argument.Reyk Floeter
2019-05-22re-order to reported states based on order of significance:Jasper Lievisse Adriaanse
2019-05-16treat vms that are disabled in vm.conf the same as any other vm that's stoppedJasper Lievisse Adriaanse
2019-05-14Delete some .Sx macros that were used in a wrong way.Ingo Schwarze
2019-05-11report vm state through 'vmctl status'; whereas previously this would display...Jasper Lievisse Adriaanse
2019-05-10remove receive_vm prototype for the function does not exist (anymore)Jasper Lievisse Adriaanse
2019-05-06double macro snuck in;Jason McIntyre
2019-05-06vmctl.8 : man page cleanupMike Larkin
2019-04-02Report reliable VM state on status commandkn