summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/ldomctl.c
AgeCommit message (Expand)Author
2023-08-10Make stopped ldom utilization appear as zeroKlemens Nanni
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-01-30Remove duplicate hvmd declerationkn
2020-02-02Fix MD in "ldomctl dump"kn
2020-01-17Implement "panic -c" just like "start -c"kn
2020-01-17Fix usage: domain is not optional with start commandkn
2020-01-16Implement "start -c" to automatically connect to the consolekn
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-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
2019-11-30Add create-vdisk commandkn
2019-11-28Use scan_scaled(3) for memory in ldom.confkn
2019-11-28Add console commandkn
2019-11-28Print guest domain vcctty(4) devices in status outputkn
2019-11-28Usage on excessive select, delete, download, start, stop, panic argumentskn
2019-11-27Add list-io commandkn
2019-07-15Fix usagekn
2018-09-15Add support for version 2.0 of the mdstore protocol.Mark Kettenis
2014-10-09indentTheo de Raadt
2012-12-09Implement panic command.Mark Kettenis
2012-11-28Prevent people from shooting themselves in the foot by not allowing them toMark Kettenis
2012-11-24Get rid of some hard-coded constants. Improve memory allocation code.Mark Kettenis
2012-11-24Add code to create new system configuration. Work in progress, but there'sMark Kettenis
2012-11-05Better code to download configurations onto the SP.Mark Kettenis
2012-11-04A bit more SP configuration code.Mark Kettenis
2012-11-04Add support for selecting a configuration stored on the SP.Mark Kettenis
2012-11-04Support for listing configurations store on the SP.Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Factor out some code. Use the "hvctl.h" header from ldomd. Add man page.Mark Kettenis
2012-10-27Don't accidentally free memory that we plan to use later!Mark Kettenis
2012-10-21Split out some general-purpose functions and macros into their own file.Mark Kettenis
2012-10-21Add domain services support code and use it to fetch the PRIMark Kettenis
2012-10-20Fix previous.Mark Kettenis
2012-10-20Add code to dump the current hypervisor configuration.Mark Kettenis
2012-10-16Add domain utilisation to status display.Mark Kettenis
2012-10-15Specify domains by name instead of by number.Mark Kettenis
2012-10-14Add status command.Mark Kettenis
2012-10-14Beginning of a tool to control sun4v logical domains. For now this can startMark Kettenis