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
/
sys
/
dev
/
pv
/
vmt.c
Age
Commit message (
Expand
)
Author
2023-01-07
The maximum length of the value is extended to 64k bytes.
ASOU Masato
2022-12-28
Change space character to TAB.
ASOU Masato
2022-12-26
Add close vmt.
ASOU Masato
2022-12-03
Modify vmt to use the buffer allocated in pvbus directly instead of
YASUOKA Masahiko
2022-09-08
Rename global ifnet TAILQ
Klemens Nanni
2022-01-09
spelling
Jonathan Gray
2021-11-05
Constify struct cfattach.
Martin Pieuchot
2021-02-11
Initialize var since it's used in a condition a little bit afterwards.
Ricardo Mestre
2021-01-15
Report full IP address information to the host. Contrary to what I wrote
Jonathan Matthew
2021-01-13
Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the buffer
Jonathan Matthew
2021-01-13
put M_ZERO in the right place
Jonathan Matthew
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-02-16
Force a guest info update when we get a Capabilities_Register command.
Jonathan Matthew
2019-12-31
include sys/sensors.h for sensor use
Jonathan Gray
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2018-03-08
Implement the VMWare vmbackup protocol using vfs_stall(). This lets you
Jonathan Matthew
2017-06-04
update link to Ken Kato's vmware backdoor protocol documentation
Jonathan Matthew
2017-02-03
yasuoka@ reported that a "guest shutdown" resulted in a reboot instead
Jonathan Gray
2017-01-10
Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated
Reyk Floeter
2016-10-04
Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not a
Mark Kettenis
2016-02-03
Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnv
Reyk Floeter
2016-01-27
Add a key-value interface to pvbus(4) that allows to get or set values
Reyk Floeter
2015-12-17
Use config_mountroot(9) instead of startuphook_establish(9).
Martin Pieuchot
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-08-27
size for free()
Theo de Raadt
2015-08-12
Merge two return branches in vmt_tclo_tick(). No functional changes.
Masao Uebayashi
2015-07-28
Add callbacks for supported hypervisors in pvbus(4) to print more
Reyk Floeter
2015-07-21
Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be
Reyk Floeter
2015-07-21
Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be found
Reyk Floeter