index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pv
/
vmt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize var since it's used in a condition a little bit afterwards.
mestre
2021-02-11
1
-2
/
+2
*
Report full IP address information to the host. Contrary to what I wrote
jmatthew
2021-01-15
1
-9
/
+300
*
Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the buffer
jmatthew
2021-01-13
1
-2
/
+2
*
put M_ZERO in the right place
jmatthew
2021-01-13
1
-2
/
+2
*
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-24
1
-2
/
+2
*
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
2020-05-29
1
-2
/
+1
*
Force a guest info update when we get a Capabilities_Register command.
jmatthew
2020-02-16
1
-3
/
+11
*
include sys/sensors.h for sensor use
jsg
2019-12-31
1
-1
/
+2
*
replace add_*_randomness with enqueue_randomness()
jasper
2018-04-28
1
-5
/
+5
*
Implement the VMWare vmbackup protocol using vfs_stall(). This lets you
jmatthew
2018-03-08
1
-2
/
+154
*
update link to Ken Kato's vmware backdoor protocol documentation
jmatthew
2017-06-04
1
-2
/
+2
*
yasuoka@ reported that a "guest shutdown" resulted in a reboot instead
jsg
2017-02-03
1
-2
/
+2
*
Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated
reyk
2017-01-10
1
-13
/
+3
*
Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not a
kettenis
2016-10-04
1
-2
/
+2
*
Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnv
reyk
2016-02-03
1
-14
/
+26
*
Add a key-value interface to pvbus(4) that allows to get or set values
reyk
2016-01-27
1
-2
/
+57
*
Use config_mountroot(9) instead of startuphook_establish(9).
mpi
2015-12-17
1
-4
/
+12
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-2
/
+2
*
size for free()
deraadt
2015-08-27
1
-2
/
+2
*
Merge two return branches in vmt_tclo_tick(). No functional changes.
uebayasi
2015-08-12
1
-3
/
+3
*
Add callbacks for supported hypervisors in pvbus(4) to print more
reyk
2015-07-28
1
-3
/
+4
*
Switch pvbus(4) to fully dynamic autoconf - drivers don't have to be
reyk
2015-07-21
1
-3
/
+6
*
Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be found
reyk
2015-07-21
1
-0
/
+1292