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_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   8 years  reyk   Add support for an optional vm.conf(5) file in vmd. This will replace vmm.conf(...
[TXT] config.c  1.9   8 years  reyk   Only increment the vm counter after successfully adding a new vm; the counter ha...
[TXT] control.c  1.6   8 years  jsg   remove a duplicate break statement
[TXT] loadfile.h  1.4   8 years  mlarkin   Support processors without unrestricted guest capability. ok stefan
[TXT] loadfile_elf.c  1.15   8 years  stefan   Copy ELF headers into guest VM memory This gives ddb access to the symbols of t...
[TXT] log.c  1.2   8 years  reyk   Skip the "fatal in" message prefix when aborting with fatal() - when the daemon ...
[TXT] parse.y  1.7   7 years  benno   do not allow whitespace in macro names, i.e. "this is" = "a variable". change th...
[TXT] pci.c  1.6   8 years  mlarkin   stdio.h is not needed here anymore.
[TXT] pci.h  1.2   8 years  reyk   Add $ Ids
[TXT] proc.c  1.5   8 years  reyk   Add imsg "peerid" to debug messages (only within -DDEBUG).
[TXT] proc.h  1.6   8 years  reyk   Use PEERCRED to obtain the user id of the vmmctl user. This is used to restrict...
[TXT] virtio.c  1.16   7 years  natano   Replace malloc() + memset() with calloc(). ok mlarkin
[TXT] virtio.h  1.4   7 years  stefan   Prepare vionet to be handled asynchronously to the VCPU thread This splits the ...
[TXT] vm.conf.5  1.5   8 years  schwarze   Fix a pasto; from Michal Mazurek <akfaew at jasminek dot net>. OK mlarkin
[TXT] vmd.8  1.6   7 years  jmc   grammar fix; from nick permyakov
[TXT] vmd.c  1.27   8 years  reyk   Fix a possible use-after-free in vmd, forward the result to the control socket b...
[TXT] vmd.h  1.21   7 years  stefan   Prepare vionet to be handled asynchronously to the VCPU thread This splits the ...
[TXT] vmm.c  1.33   7 years  natano   Replace malloc() + memset() with calloc(). ok mlarkin