Age | Commit message (Expand) | Author |
2016-11-04 | Pass the internal vmid or 0 to vm_register() instead of changing it | Reyk Floeter |
2016-11-04 | Update the config/register/get VM methods to match the config_set/get | Reyk Floeter |
2016-10-31 | Pass the errno value to vfatal(), renaming it to vfatalc() to match, | Philip Guenther |
2016-10-29 | Simple grammar tweak: allow to specify interface options in a single line. | Reyk Floeter |
2016-10-29 | Separate parsing vms and switches from starting them in vmd(8). | Edd Barrett |
2016-10-26 | vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be | Mike Larkin |
2016-10-20 | some readability fixes for the SWITCH CONFIGURATION section, | Jason McIntyre |
2016-10-18 | When the guest OS gets a zero MAC address on a network interface, it should | Reyk Floeter |
2016-10-17 | Add the option to specify an interface group per virtual switch as well; | Reyk Floeter |
2016-10-16 | Prefer memcpy/memmove over bcopy | Philip Guenther |
2016-10-15 | Allow to add an interface to an interface group; with the group keyword. | Reyk Floeter |
2016-10-12 | Fix functionality and semantics of vmctl load/reload/reset. | Reyk Floeter |
2016-10-12 | For correctness, always save errno when doing additional actions | Reyk Floeter |
2016-10-12 | The error case checks for saved_errno, set it accordingly | Reyk Floeter |
2016-10-12 | Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment that | Mike Larkin |
2016-10-11 | Sync proc.c file vmd(8) and switchd(8). | Rafael Zalamena |
2016-10-06 | Enable pledge(2) in vmm and the VM processes: This way the VMs and | Reyk Floeter |
2016-10-06 | Terminate VMs on shutdown of vmd instead of leaving them running as | Reyk Floeter |
2016-10-06 | tweak previous; | Jason McIntyre |
2016-10-05 | Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd | Rafael Zalamena |
2016-10-05 | Replace one u_int8_t with uint8_t (finger memory) | Reyk Floeter |
2016-10-05 | Add support for enhanced networking configuration and virtual switches. | Reyk Floeter |
2016-10-05 | Call setsid() to create a new session for the executed processes. | Reyk Floeter |
2016-10-04 | Add a new "priv" process that is responsible for ioctls and restricted | Reyk Floeter |
2016-10-03 | add RCS tags | Mike Larkin |
2016-10-03 | style cleanup | Mike Larkin |
2016-09-29 | Implement fork+exec for vmd, using the same framework from httpd etc. | Reyk Floeter |
2016-09-17 | move the .SUNW_ctf section name definition to exec_elf.h and document it in e... | Jasper Lievisse Adriaanse |
2016-09-13 | sync with sys/lib/libsa/loadfile_elf.c -r1.12 and load the .SUNW_ctf section | Jasper Lievisse Adriaanse |
2016-09-03 | As vmm(4) can now exit to vmd at any time to process pending interrupts, | Mike Larkin |
2016-09-03 | fix some wrong interrupt code that doesn't fit with the new model | Mike Larkin |
2016-09-03 | Adding a clean up block to vioblk_notifyq() and vionet_enq_rx() | Nayden Markatchev |
2016-09-03 | Make error handling in config_getvm() more robust | Stefan Kempf |
2016-09-02 | Process incoming com data asynchronously to running VCPU | Stefan Kempf |
2016-09-02 | Process incoming host->guest packets asynchronously to running VCPU | Stefan Kempf |
2016-09-02 | Move event handling to separate thread | Stefan Kempf |
2016-09-01 | normalize some function names | Mike Larkin |
2016-09-01 | fix a merge collision, and add some retval checking on various pthread_* | Mike Larkin |
2016-09-01 | change some log_warn to log_warnx and convert some integer literals to | Mike Larkin |
2016-09-01 | Make vcpu_reset_regs use new writeregs code | Stefan Kempf |
2016-09-01 | forgot during previous commit, thanks stefan@ | Mike Larkin |
2016-09-01 | Add a set of emulated legacy devices (PIT, PIC, RTC) | Mike Larkin |
2016-09-01 | Fix 2 minor issues and a typo in a comment in the pci emulation subsystem. | Mike Larkin |
2016-08-31 | Style, and clarify some out of date comments | Mike Larkin |
2016-08-17 | small bits of header cleanup; ok mlarkin | Theo de Raadt |
2016-08-01 | Do not pass VM name directly to setproctitle format string. | Stefan Kempf |
2016-07-29 | Allow starting a VM again after it was terminated | Stefan Kempf |
2016-07-19 | Replace malloc() + memset() with calloc(). | Martin Natano |
2016-07-09 | Prepare vionet to be handled asynchronously to the VCPU thread | Stefan Kempf |
2016-07-08 | Return 0 on read from PIT control port. Intel explicitly says this is not | Mike Larkin |