OpenBSD CVS

src/usr.sbin/vmd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / vmd

Current tag: OPENBSD_6_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.24   3 years  martijn   Revert agentx support for now, we're too close to release. requested by deraadt...
[TXT] atomicio.c  1.1   7 years  reyk   Adds functions to read and write state of devices in vmd. This is required for ...
[TXT] atomicio.h  1.1   7 years  reyk   Adds functions to read and write state of devices in vmd. This is required for ...
[TXT] config.c  1.58   5 years  jasper   track the state of the vm (running, paused, etc) using a single bitfield instead...
[TXT] control.c  1.32   3 years  martijn   Revert agentx support for now, we're too close to release. requested by deraadt...
[TXT] dhcp.c  1.8   5 years  anton   branches: 1.8.10; When netbooting a vm using the `-B net' option, set the hostn...
[TXT] dhcp.h  1.1   7 years  reyk   Add support for dynamic "NAT" interfaces (-L/local interface). When a local int...
[TXT] fw_cfg.c  1.2   4 years  jsg   use sizeof(struct) not sizeof(pointer) in calloc call ok deraadt@
[TXT] fw_cfg.h  1.1   5 years  claudio   Implement the fw_cfg interface basics and use it to set the bootorder if a bootd...
[TXT] i8253.c  1.32   3 years  pd   vmd(8): Eliminate libevent state corruption libevent functions for com, pic and...
[TXT] i8253.h  1.9   6 years  mlarkin   vmd(8): handle PIT channel 2 status readback via port 0x61 Allow PIT channel 2 ...
[TXT] i8259.c  1.19   5 years  mlarkin   vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, avoiding ...
[TXT] i8259.h  1.4   6 years  mlarkin   vmd(8): implement vmd side of ELCR registers ok guenther
[TXT] loadfile.h  1.12   5 years  claudio   Unbreak vmctl start foo -b /bsd -d disk.img -cL Define a local definition of LOA...
[TXT] loadfile_elf.c  1.35   5 years  claudio   Unbreak vmctl start foo -b /bsd -d disk.img -cL Define a local definition of LOA...
[TXT] log.c  1.8   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] mc146818.c  1.22   3 years  pd   vmd(8): Eliminate libevent state corruption libevent functions for com, pic and...
[TXT] mc146818.h  1.5   6 years  pd   vmd/vmctl: Add ability to pause / unpause vms With help from Ashwin Agrawal ok...
[TXT] ns8250.c  1.29   3 years  pd   vmd(8): Eliminate libevent state corruption libevent functions for com, pic and...
[TXT] ns8250.h  1.9   4 years  pd   vmd: proper concurrency control when pausing a vm Removes an XXX which slept fo...
[TXT] packet.c  1.1   7 years  reyk   Add support for dynamic "NAT" interfaces (-L/local interface). When a local int...
[TXT] parse.y  1.56   3 years  martijn   Revert agentx support for now, we're too close to release. requested by deraadt...
[TXT] pci.c  1.28   4 years  mlarkin   vmd(8): provide some additional info in a debug msg Print the guest %rip when i...
[TXT] pci.h  1.8   3 years  kettenis   Fix PCI config space union such that the register state is properly separated fr...
[TXT] priv.c  1.15   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] proc.c  1.18   5 years  bluhm   During the fork+exec implementation, daemon(3) was moved after proc_init(). As ...
[TXT] proc.h  1.16   5 years  bluhm   During the fork+exec implementation, daemon(3) was moved after proc_init(). As ...
[TXT] vioqcow2.c  1.13   5 years  deraadt   an alloca() snuck into the tree. We don't use alloca() in our tree unless it is...
[TXT] vioraw.c  1.5   5 years  reyk   Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c This...
[TXT] vioscsi.c  1.14   3 years  krw   branches: 1.14.4; No need for a private #define for the INQUIRY response_format...
[TXT] vioscsi.h  1.3   3 years  krw   No need for a private #define for the INQUIRY response_format value '2'. Just us...
[TXT] virtio.c  1.82   4 years  pd   branches: 1.82.6; vmd: proper concurrency control when pausing a vm Removes an...
[TXT] virtio.h  1.35   4 years  pd   branches: 1.35.6; vmd: proper concurrency control when pausing a vm Removes an...
[TXT] vm.c  1.58   3 years  pd   vmd(8): Eliminate libevent state corruption libevent functions for com, pic and...
[TXT] vm.conf.5  1.55   3 years  martijn   Revert agentx support for now, we're too close to release. requested by deraadt...
[TXT] vmd.8  1.9   4 years  landry   Consistently use _rcctl enable foo_ in examples, it's simpler and less error pro...
[TXT] vmd.c  1.119   3 years  martijn   Revert agentx support for now, we're too close to release. requested by deraadt...
[TXT] vmd.h  1.101   3 years  martijn   Revert agentx support for now, we're too close to release. requested by deraadt...
[TXT] vmm.c  1.96   4 years  pd   vmd(8): correctly terminate vm processes after sending vm Instead of a round ab...
[TXT] vmm.h  1.6   5 years  mlarkin   vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, avoiding ...
[TXT] disklabel.c (in the Attic) [Hide]  1.2   6 years  deraadt   quarterly rescan of the tree: remove unneccessary sys/param.h, and annotate the...
[TXT] task.c (in the Attic) [Hide]  1.2   5 years  reyk   knf
[TXT] task.h (in the Attic) [Hide]  1.1   6 years  dlg   port taskqs to vmd for use in future work on virtio devices these are backed by...
[TXT] ufs.c (in the Attic) [Hide]  1.6   6 years  guenther   Prefer memset() over bzero() ok deraadt@ mlarkin@
[TXT] vmboot.c (in the Attic) [Hide]  1.7   5 years  reyk   Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c This...
[TXT] vmboot.h (in the Attic) [Hide]  1.2   7 years  reyk   Implement basic support for boot.conf(8) on the disk image. Like the real boot ...