index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldomctl
/
ldomctl.c
Age
Commit message (
Expand
)
Author
2012-12-09
Implement panic command.
Mark Kettenis
2012-11-28
Prevent people from shooting themselves in the foot by not allowing them to
Mark Kettenis
2012-11-24
Get rid of some hard-coded constants. Improve memory allocation code.
Mark Kettenis
2012-11-24
Add code to create new system configuration. Work in progress, but there's
Mark Kettenis
2012-11-05
Better code to download configurations onto the SP.
Mark Kettenis
2012-11-04
A bit more SP configuration code.
Mark Kettenis
2012-11-04
Add support for selecting a configuration stored on the SP.
Mark Kettenis
2012-11-04
Support for listing configurations store on the SP.
Mark Kettenis
2012-11-04
Switch over to using the ds.[ch] from ldomd(8).
Mark Kettenis
2012-11-04
Factor out some code. Use the "hvctl.h" header from ldomd. Add man page.
Mark Kettenis
2012-10-27
Don't accidentally free memory that we plan to use later!
Mark Kettenis
2012-10-21
Split out some general-purpose functions and macros into their own file.
Mark Kettenis
2012-10-21
Add domain services support code and use it to fetch the PRI
Mark Kettenis
2012-10-20
Fix previous.
Mark Kettenis
2012-10-20
Add code to dump the current hypervisor configuration.
Mark Kettenis
2012-10-16
Add domain utilisation to status display.
Mark Kettenis
2012-10-15
Specify domains by name instead of by number.
Mark Kettenis
2012-10-14
Add status command.
Mark Kettenis
2012-10-14
Beginning of a tool to control sun4v logical domains. For now this can start
Mark Kettenis