summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl
AgeCommit message (Collapse)Author
2012-10-27Only print debug output if explicitly requested.Mark Kettenis
2012-10-27Don't accidentally free memory that we plan to use later!Mark Kettenis
2012-10-27Doesn't need <assert.h> anymore.Mark Kettenis
2012-10-26Add some support for the Variable Configuration Domain Service.Mark Kettenis
2012-10-26Fix previous.Mark Kettenis
2012-10-26Handle DS_UNREG messages.Mark Kettenis
2012-10-26Don't abort when we try to reset the logical domain channel.Mark Kettenis
2012-10-25Some more machine description manipulation stuff.Mark Kettenis
2012-10-22Add some support code for the "mdstore" domain service protocol.Mark Kettenis
2012-10-22Add symbolic constants and structs for PRI Domain Service.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
(Physical Resource Inventory) from the service processor.
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
Provide status of all domains if none specified.
2012-10-14Add status command.Mark Kettenis
2012-10-14Beginning of a tool to control sun4v logical domains. For now this can startMark Kettenis
and stop domains.