summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldomctl/ldomctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix MD in "ldomctl dump"kn2020-02-021-1/+3
* Implement "panic -c" just like "start -c"kn2020-01-171-5/+24
* Fix usage: domain is not optional with start commandkn2020-01-171-2/+2
* Implement "start -c" to automatically connect to the consolekn2020-01-161-19/+49
* Zap unneeded gid checkkn2020-01-041-3/+3
* Add -n to init-system for validation onlykn2020-01-041-5/+20
* Move code into new hv_config(), defer to commands needing itkn2020-01-031-46/+69
* Run cu(1) in restricted modekn2019-12-281-2/+3
* The last argument of execl(3) should be cast explicitly.tb2019-12-281-2/+2
* Print started and stopped domains alikekn2019-12-101-13/+9
* Add create-vdisk commandkn2019-11-301-1/+53
* Use scan_scaled(3) for memory in ldom.confkn2019-11-281-2/+2
* Add console commandkn2019-11-281-3/+31
* Print guest domain vcctty(4) devices in status outputkn2019-11-281-6/+14
* Usage on excessive select, delete, download, start, stop, panic argumentskn2019-11-281-7/+10
* Add list-io commandkn2019-11-271-2/+13
* Fix usagekn2019-07-151-5/+6
* Add support for version 2.0 of the mdstore protocol.kettenis2018-09-151-5/+5
* indentderaadt2014-10-091-2/+2
* Implement panic command.kettenis2012-12-091-2/+30
* Prevent people from shooting themselves in the foot by not allowing them tokettenis2012-11-281-1/+4
* Get rid of some hard-coded constants. Improve memory allocation code.kettenis2012-11-241-1/+6
* Add code to create new system configuration. Work in progress, but there'skettenis2012-11-241-7/+18
* Better code to download configurations onto the SP.kettenis2012-11-051-15/+3
* A bit more SP configuration code.kettenis2012-11-041-1/+39
* Add support for selecting a configuration stored on the SP.kettenis2012-11-041-1/+19
* Support for listing configurations store on the SP.kettenis2012-11-041-1/+25
* Switch over to using the ds.[ch] from ldomd(8).kettenis2012-11-041-46/+8
* Factor out some code. Use the "hvctl.h" header from ldomd. Add man page.kettenis2012-11-041-165/+93
* Don't accidentally free memory that we plan to use later!kettenis2012-10-271-1/+3
* Split out some general-purpose functions and macros into their own file.kettenis2012-10-211-3/+2
* Add domain services support code and use it to fetch the PRIkettenis2012-10-211-33/+100
* Fix previous.kettenis2012-10-201-2/+2
* Add code to dump the current hypervisor configuration.kettenis2012-10-201-9/+70
* Add domain utilisation to status display.kettenis2012-10-161-14/+74
* Specify domains by name instead of by number.kettenis2012-10-151-53/+185
* Add status command.kettenis2012-10-141-2/+90
* Beginning of a tool to control sun4v logical domains. For now this can startkettenis2012-10-141-0/+215