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
/
vmd
Age
Commit message (
Expand
)
Author
2021-11-11
switch(4) is being retired, sthen@ already removed the bits in the code
Claudio Jeker
2021-11-10
Remove switch(4) pieces, feedback/missing piece millert@ ok claudio@ mlarkin@
Stuart Henderson
2021-11-05
Fix bootorder string for disk
Jan Klemkow
2021-11-04
Fix broken "boot device cdrom" feature after a fix in seabios.
Jan Klemkow
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-01
remove unused functions and cleanup vmd.h
Dave Voutila
2021-08-29
Mask viornd descriptor value to prevent out of bound reads.
Dave Voutila
2021-08-29
mask next descriptor value and fix chunk_size calculation
Dave Voutila
2021-08-29
check for null vioblk info
Dave Voutila
2021-08-29
correct device status write size
Dave Voutila
2021-08-29
remove old descriptor dump function
Dave Voutila
2021-07-18
vmd(8): remove invalid errno values from config_setvm
dv
2021-07-16
vmd(8): simplify vcpu logic, removing uart & vionet reads
dv
2021-06-21
vmd(8): support variable length vionet rx descriptor chains
dv
2021-06-17
vmd(8): handle VIRTIO_BLK_T_GET_ID, check descriptor r/w flags
dv
2021-06-16
cleanup vmd(8) includes and header files
dv
2021-06-15
Filter out packets that are not IPv4. This code came from dhcp programs
Claudio Jeker
2021-06-11
vmd(8): deduplicate vioblk command logic
dv
2021-06-10
vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs on vm stop.
dv
2021-06-08
vmd(8): malicious dhcp packets on local ifs can cause stack overflows
dv
2021-06-02
vmd(8): allow locking a randomly assigned lladdr
dv
2021-05-23
vmd(8): skip inspecting non-udp packets on local interfaces
dv
2021-05-18
vmd(8): guest virtio drivers can cause stack & buffer overflows
dv
2021-05-12
vmd(8): omit a possibly uninitialized var in a log_warnx
Mike Larkin
2021-05-05
Refactor vm_instance to return error value directly.
dv
2021-05-04
gzread(3) doesn't always set errno, so use gzerror(3)
dv
2021-05-04
Move unused task queue stuff to the attic.
dv
2021-05-04
Init debug logging state before attempting to log.
dv
2021-04-29
Linting: remove duplicate struct definition (plus whitespace)
dv
2021-04-26
vmd(8): fix vmctl client "wait" state corruption
dv
2021-04-22
vmd(8): guard against bad virtio drivers
dv
2021-04-22
Remove trailing whitespace in comment blocks.
dv
2021-04-21
Fix packet size checks and remove bad casts.
dv
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-04-11
KNF, capitalization, whitespace
dv
2021-04-11
Remove dead code for unused IMSG_CTL_NOTIFY messages.
dv
2021-04-11
Correct a comment: reference the correct file
dv
2021-04-05
Support booting from compressed kernel images.
dv
2021-04-05
Send correct response type on unpause errors.
dv
2021-04-01
Remove extraneous call of vm_getbyvmid during pause event
dv
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
2021-03-29
Cleanly teardown and restore emulated device state on vm send/receive.
dv
2021-03-26
inspect all the packets to see if they are dhcp, not just the first one
Theo de Raadt
2021-03-19
Remove booting from kernels in raw/qcow2 images
kn
2021-03-03
off by one in array bounds tests
Jonathan Gray
2021-03-02
don't read past the end of an array
Jonathan Gray
2021-03-01
Document veb(4) support
kn
2021-02-28
add veb(4) to the list of supported bridges/switches you can configure.
David Gwynne
2021-02-13
Fix some wrong comments and KNF/long line wraps
Mike Larkin
2021-01-27
these programs (with common ancestry) had a -fno-common problem related
Theo de Raadt
[next]