summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldomctl
AgeCommit message (Expand)AuthorFilesLines
2021-02-01The code in mdstore.c should stand on its own, so rename the globalkettenis1-13/+13
2021-01-31last pieces of satisfying -fno-commonderaadt2-4/+5
2021-01-30Remove duplicate hvmd declerationkn1-2/+1
2021-01-30Move global domain declaration to parse.ykn2-3/+4
2021-01-23list-io must be run from config dirkn1-3/+3
2020-11-06Explain vcpu strides, provide examplekn1-4/+22
2020-09-14Briefly document default boot disk behaviourkn1-2/+7
2020-09-14Typofixkn1-2/+2
2020-06-29Fix "init-system" with multiple PCIe root complexeskn1-1/+3
2020-06-29Reject vdisk, vnet and iodevice parameters for primary domainkn1-1/+16
2020-05-24Make "init-system -n" check vcpu and memory constraintskn1-1/+1
2020-05-24msgkn1-3/+4
2020-05-23Typofixkn1-2/+2
2020-05-23Fail on duplicate vcpu, memory or iodevice parameterskn1-3/+20
2020-05-22Revert previouskn1-14/+13
2020-05-22Make "init-system -n" check vcpu and memory constraintskn1-13/+14
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,deraadt1-4/+4
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-3/+3
2020-03-17Print IO device names next to path with "list-io"kn1-2/+9
2020-03-07Initialise only the components list for "list-io"kn1-2/+2
2020-02-21Support devaliases for vnetkn4-10/+26
2020-02-21Actually pass devalias from parser to configkn1-1/+2
2020-02-20Support devaliases for vdiskkn4-9/+51
2020-02-20vnet does not take curly braceskn1-4/+4
2020-02-02Fix MD in "ldomctl dump"kn1-1/+3
2020-01-22delete wasteful ;;deraadt1-3/+3
2020-01-17Implement "panic -c" just like "start -c"kn2-8/+31
2020-01-17Fix usage: domain is not optional with start commandkn1-2/+2
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze1-3/+3
2020-01-16Implement "start -c" to automatically connect to the consolekn2-22/+56
2020-01-13Add BUGS section for hypervisor memory requirementkn1-2/+17
2020-01-09Fail on incomplete guest parameterskn1-1/+20
2020-01-09Mention that automatic selection upon "download" is firmware dependentkn1-3/+6
2020-01-09Bail earlier on duplicate domainskn1-8/+7
2020-01-05Zero initialize cpus and memory variables up frontkn1-5/+3
2020-01-04complete r1.21 "reboot primary" -> "reset machine" fixkn1-3/+3
2020-01-04Zap unneeded gid checkkn1-3/+3
2020-01-04Add -n to init-system for validation onlykn4-12/+34
2020-01-03Move code into new hv_config(), defer to commands needing itkn1-46/+69
2019-12-30New config takes effect after machine reset, primary reboot is not enoughkn1-3/+3
2019-12-28Run cu(1) in restricted modekn1-2/+3
2019-12-28The last argument of execl(3) should be cast explicitly.tb1-2/+2
2019-12-10Print started and stopped domains alikekn1-13/+9
2019-12-06Add missing "and"kn1-3/+3
2019-12-03"variable name=value" can be used multiple timeskn1-2/+3
2019-11-30Add create-vdisk commandkn3-9/+72
2019-11-28Use scan_scaled(3) for memory in ldom.confkn10-37/+29
2019-11-28Add console commandkn3-6/+40
2019-11-28Print guest domain vcctty(4) devices in status outputkn2-11/+19
2019-11-28Usage on excessive select, delete, download, start, stop, panic argumentskn1-7/+10