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
2022-05-08
vmd: fix rebooting a received vm
Dave Voutila
2022-05-04
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
Dave Voutila
2022-05-03
vmm/vmd/vmctl: standardize memory units to bytes
Dave Voutila
2022-04-10
Free vm_info_result in error paths.
Dave Voutila
2022-03-07
Resolve clang unused-but-set warnings in vmd's vioscsi.c.
Dave Voutila
2022-03-01
vmd(8): gracefully handle hitting data limits when starting a vm
Dave Voutila
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-15
vmd: Remove a warning about non-32KHz timebases
Mike Larkin
2022-01-05
adjust Xr for fw_update to section 8;
Jason McIntyre
2022-01-04
Try to handle possible vm_register() failures and return an error back
Claudio Jeker
2022-01-04
Remove unused imsg type IMSG_VMDOP_RECEIVE_VM_RESPONSE.
Claudio Jeker
2022-01-04
Another -Wunused-but-set-variable fix.
Claudio Jeker
2022-01-04
Fix some simple -Wunused-but-set-variable warnings.
Claudio Jeker
2021-12-30
Add back support for -B net -b bsd.rd which emulates a PXE install and
Claudio Jeker
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-11-29
mostly avoid sys/param.h with a local nitems()
Theo de Raadt
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
[next]