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
/
vmd
/
at
trash-bin2
40 files
Makefile
Support booting from compressed kernel images.
5 years ago
atomicio.c
Adds functions to read and write state of devices in vmd.
9 years ago
atomicio.h
cleanup vmd(8) includes and header files
4 years ago
config.c
vmd: fix rebooting a received vm
3 years ago
control.c
Remove unused imsg type IMSG_VMDOP_RECEIVE_VM_RESPONSE. OK benno@ dv@
4 years ago
dhcp.c
cleanup vmd(8) includes and header files
4 years ago
dhcp.h
Add support for dynamic "NAT" interfaces (-L/local interface).
9 years ago
fw_cfg.c
Fix bootorder string for disk
4 years ago
fw_cfg.h
cleanup vmd(8) includes and header files
4 years ago
i8253.c
cleanup vmd(8) includes and header files
4 years ago
i8253.h
vmd(8): handle PIT channel 2 status readback via port 0x61
8 years ago
i8259.c
cleanup vmd(8) includes and header files
4 years ago
i8259.h
vmd(8): implement vmd side of ELCR registers
8 years ago
loadfile.h
Add back support for -B net -b bsd.rd which emulates a PXE install and results in an autoinstall. This can be used to quickly create new OpenBSD installs. OK dv@
4 years ago
loadfile_elf.c
When it's the possessive of 'it', it's spelled "its", without the apostrophe.
4 years ago
log.c
From a syslog perspective it does not make sense to log fatal and warn with the same severity. Switch log_warn() to LOG_ERR and keep fatal() at LOG_CRIT. OK reyk@ florian@
9 years ago
mc146818.c
vmd: Remove a warning about non-32KHz timebases
4 years ago
mc146818.h
vmd/vmctl: Add ability to pause / unpause vms
8 years ago
ns8250.c
vmd(8): simplify vcpu logic, removing uart & vionet reads
4 years ago
ns8250.h
vmd(8): simplify vcpu logic, removing uart & vionet reads
4 years ago
packet.c
cleanup vmd(8) includes and header files
4 years ago
parse.y
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
4 years ago
pci.c
cleanup vmd(8) includes and header files
4 years ago
pci.h
cleanup vmd(8) includes and header files
4 years ago
priv.c
mostly avoid sys/param.h with a local nitems() ok mlarkin
4 years ago
proc.c
Move TAILQ initialization to files where they are used.
5 years ago
proc.h
cleanup vmd(8) includes and header files
4 years ago
vioqcow2.c
fix typos in comments
3 years ago
vioraw.c
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
4 years ago
vioscsi.c
Resolve clang unused-but-set warnings in vmd's vioscsi.c.
4 years ago
vioscsi.h
No need for a private #define for the INQUIRY response_format value '2'. Just use the new SID_SCSI2_RESPONSE.
5 years ago
virtio.c
Mask viornd descriptor value to prevent out of bound reads.
4 years ago
virtio.h
vmctl(8)/vmd(8): convert disk sizes from MB to bytes
4 years ago
vm.c
vmm/vmd/vmctl: standardize memory units to bytes
4 years ago
vm.conf.5
switch(4) is being retired, sthen@ already removed the bits in the code adjust the man page as well. OK sthen@ kn@ patrick@
4 years ago
vmd.8
adjust Xr for fw_update to section 8; ok afresh sthen deraadt
4 years ago
vmd.c
vmd: fix rebooting a received vm
3 years ago
vmd.h
vmm/vmd/vmctl: standardize memory units to bytes
4 years ago
vmm.c
Free vm_info_result in error paths.
4 years ago
vmm.h
vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, avoiding multiple readregs ioctls back to vmm in case register content is needed subsequently.
7 years ago