summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl
AgeCommit message (Expand)Author
2023-08-10Make stopped ldom utilization appear as zeroKlemens Nanni
2022-10-06accept iodevices as NACs as wellKlemens Nanni
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-11-17Clarify BUGS wrt. reserving memory for the hypervisorKlemens Nanni
2021-11-17Provide real output for the "ldomctl console" EXAMPLEKlemens Nanni
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-02-01The code in mdstore.c should stand on its own, so rename the globalMark Kettenis
2021-01-31last pieces of satisfying -fno-commonTheo de Raadt
2021-01-30Remove duplicate hvmd declerationkn
2021-01-30Move global domain declaration to parse.ykn
2021-01-23list-io must be run from config dirkn
2020-11-06Explain vcpu strides, provide examplekn
2020-09-14Briefly document default boot disk behaviourkn
2020-09-14Typofixkn
2020-06-29Fix "init-system" with multiple PCIe root complexeskn
2020-06-29Reject vdisk, vnet and iodevice parameters for primary domainkn
2020-05-24Make "init-system -n" check vcpu and memory constraintskn
2020-05-24msgkn
2020-05-23Typofixkn
2020-05-23Fail on duplicate vcpu, memory or iodevice parameterskn
2020-05-22Revert previouskn
2020-05-22Make "init-system -n" check vcpu and memory constraintskn
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-03-17Print IO device names next to path with "list-io"kn
2020-03-07Initialise only the components list for "list-io"kn
2020-02-21Support devaliases for vnetkn
2020-02-21Actually pass devalias from parser to configkn
2020-02-20Support devaliases for vdiskkn
2020-02-20vnet does not take curly braceskn
2020-02-02Fix MD in "ldomctl dump"kn
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-17Implement "panic -c" just like "start -c"kn
2020-01-17Fix usage: domain is not optional with start commandkn
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze
2020-01-16Implement "start -c" to automatically connect to the consolekn
2020-01-13Add BUGS section for hypervisor memory requirementkn
2020-01-09Fail on incomplete guest parameterskn
2020-01-09Mention that automatic selection upon "download" is firmware dependentkn
2020-01-09Bail earlier on duplicate domainskn
2020-01-05Zero initialize cpus and memory variables up frontkn
2020-01-04complete r1.21 "reboot primary" -> "reset machine" fixkn
2020-01-04Zap unneeded gid checkkn
2020-01-04Add -n to init-system for validation onlykn
2020-01-03Move code into new hv_config(), defer to commands needing itkn
2019-12-30New config takes effect after machine reset, primary reboot is not enoughkn
2019-12-28Run cu(1) in restricted modekn
2019-12-28The last argument of execl(3) should be cast explicitly.Theo Buehler
2019-12-10Print started and stopped domains alikekn