tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
hostctl
/
at
trash-bin2
3 files
Makefile
Add hostctl(8), a tool to access key-value stores on the host, currently for hypervisor information stores on pvbus(4).
10 years ago
hostctl.8
Stress the fact that individual pvbus device nodes correspond to a single key-value store and if there are other ones available, different nodes must be used to access them.
8 years ago
hostctl.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago