Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-18 | Fixup a typo and provide an example for Hyper-V | Mike Belopuhov | |
2016-01-27 | - sort options | Jason McIntyre | |
- add -q to usage() | |||
2016-01-27 | appease mandoc lint, no difference in output | Jasper Lievisse Adriaanse | |
ok reyk@ | |||
2016-01-27 | Use "VIS_SAFE | VIS_CSTYLE" instead of "VIS_OCTAL" as the value can | Reyk Floeter | |
contain text files with whitespace, newlines and carriage returns. | |||
2016-01-27 | Add hostctl(8), a tool to access key-value stores on the host, | Reyk Floeter | |
currently for hypervisor information stores on pvbus(4). As discussed with deraadt@, the generic name is used to potentially extend it for other use cases where the host or machine firmware provides a key-value store, hypervisors or things like openprom. Not enabled yet. OK mikeb@ |