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
2023-08-10
Make stopped ldom utilization appear as zero
Klemens Nanni
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-01-30
Remove duplicate hvmd decleration
kn
2020-02-02
Fix MD in "ldomctl dump"
kn
2020-01-17
Implement "panic -c" just like "start -c"
kn
2020-01-17
Fix usage: domain is not optional with start command
kn
2020-01-16
Implement "start -c" to automatically connect to the console
kn
2020-01-04
Zap unneeded gid check
kn
2020-01-04
Add -n to init-system for validation only
kn
2020-01-03
Move code into new hv_config(), defer to commands needing it
kn
2019-12-28
Run cu(1) in restricted mode
kn
2019-12-28
The last argument of execl(3) should be cast explicitly.
Theo Buehler
2019-12-10
Print started and stopped domains alike
kn
2019-11-30
Add create-vdisk command
kn
2019-11-28
Use scan_scaled(3) for memory in ldom.conf
kn
2019-11-28
Add console command
kn
2019-11-28
Print guest domain vcctty(4) devices in status output
kn
2019-11-28
Usage on excessive select, delete, download, start, stop, panic arguments
kn
2019-11-27
Add list-io command
kn
2019-07-15
Fix usage
kn
2018-09-15
Add support for version 2.0 of the mdstore protocol.
Mark Kettenis
2014-10-09
indent
Theo de Raadt
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