Age | Commit message (Expand) | Author |
2017-08-11 | Use vmd's process rdomain via getrtable() instead of 0 by default. | Reyk Floeter |
2017-08-10 | vmd: partially back out a change committed yesterday regarding guest | Mike Larkin |
2017-08-10 | whitespace | Mike Larkin |
2017-08-09 | vmd: allow guest PCI interrupt line reassignment. | Mike Larkin |
2017-08-05 | vmd: report queue size of 0 when invalid queues are requested by the guest | Mike Larkin |
2017-07-19 | Don't recommend using /var/vmm for VM images. | Mike Larkin |
2017-07-19 | Update vmd man page to describe we have more processes running (aside from | Mike Larkin |
2017-07-15 | Add vmctl send and vmctl receive | pd |
2017-07-09 | vmd/vmctl: Add ability to pause / unpause vms | pd |
2017-07-06 | vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild | Mike Larkin |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-06-20 | Revert a previous commit that increased the virtio queue size since it | Mike Larkin |
2017-06-12 | device path should be PATH_MAX. Any NAME_MAX without +1 is suspect | Theo de Raadt |
2017-06-07 | vmd: Implement simulated baudrate support in the ns8250 module. The | Mike Larkin |
2017-06-07 | vmd: properly advertise 640k base memory, not 636k. That was a holdover | Mike Larkin |
2017-05-30 | split vioblk read/write functions into start and finish as prep for | Ted Unangst |
2017-05-30 | increase vmd(8) virtio queue size from 64 to 128. Also fix an old | Mike Larkin |
2017-05-29 | sync proc.c changes from relayd/httpd | Sebastian Benoit |
2017-05-29 | vmd(8): prevent crashing when presented with a vm name argument to | Mike Larkin |
2017-05-28 | SVM: add some exit types | Mike Larkin |
2017-05-27 | use pread and pwrite to save code and syscalls. ok mlarkin | Ted Unangst |
2017-05-11 | typo, spotted by dhill. | Mike Larkin |
2017-05-08 | Adds functions to read and write state of devices in vmd. | Reyk Floeter |
2017-05-05 | VMs cannot use proc_compose() to PROC_VMM, they have to use | Reyk Floeter |
2017-05-05 | Allow vmd(8) to set guest %xcr0 | Mike Larkin |
2017-05-04 | Report command failure back to vmctl reload, reset, load, log verbose. | Reyk Floeter |
2017-05-04 | Report error for vmctl commands that need root privileges. | Reyk Floeter |
2017-05-04 | Add support for rdomains. | Reyk Floeter |
2017-05-03 | Sort parser tokens, no functional change | Reyk Floeter |
2017-05-02 | Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ | Mike Larkin |
2017-05-02 | fix an error in i386 vmd build | Mike Larkin |
2017-05-02 | Matching vmd(8) part of previous diff (first part of vmctl send/receive). | Mike Larkin |
2017-04-28 | rename i8253 "counter" to "channel", a better name for what we are | Mike Larkin |
2017-04-25 | Generate randomized MAC addresses earlier to keep them across reboots. | Reyk Floeter |
2017-04-25 | spacing | Reyk Floeter |
2017-04-24 | Don't overflow the allocated DHCP response buffer. | Reyk Floeter |
2017-04-21 | Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist. | Reyk Floeter |
2017-04-21 | Add global configuration option "local prefix" to change prefix for -L. | Reyk Floeter |
2017-04-21 | vmd(8) pci emulation fix required for upcoming option rom support. | Mike Larkin |
2017-04-19 | Add support for dynamic "NAT" interfaces (-L/local interface). | Reyk Floeter |
2017-04-08 | change a log message from "warn" to "debug" level, as the condition it is | Mike Larkin |
2017-04-08 | implement nonspecific EOI mode for the legacy PIC | Mike Larkin |
2017-04-08 | implement channels 1 and 2 of the legacy PIT. | Mike Larkin |
2017-04-06 | "kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits. | Reyk Floeter |
2017-04-06 | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. | Reyk Floeter |
2017-03-27 | die whitespace die die die | Theo de Raadt |
2017-03-26 | Implement a missing command in vioblk and allow > MAXPHYS transfers. | Mike Larkin |
2017-03-26 | Don't compare kernel and root disk name if both strings are empty. | Reyk Floeter |
2017-03-26 | With the updated get_input_data() interface, we need to zero-initialize | Mark Kettenis |
2017-03-26 | Use the pseudo-bootloader if the boot image path matches the root disk path. | Reyk Floeter |