Age | Commit message (Expand) | Author |
2016-12-05 | Add debug message to print VM's mac addresses (lladdr). | Reyk Floeter |
2016-11-30 | Always remove the local vm after calling terminate_vm(). | Reyk Floeter |
2016-11-26 | Implement basic support for boot.conf(8) on the disk image. | Reyk Floeter |
2016-11-26 | If -m/memory is not specified, use 512M by default. | Reyk Floeter |
2016-11-26 | virtio-net: Partially implement device reset | Stefan Fritsch |
2016-11-26 | Remove start_client_vmd. | Martijn van Duren |
2016-11-25 | Do not call ufs_close() if ufs_open() failed, fixes potential double-free. | Reyk Floeter |
2016-11-25 | sync with libsa/ufs.c | Reyk Floeter |
2016-11-24 | Restore the errno in vlog() as well to have the same "safe errno" | Reyk Floeter |
2016-11-24 | Better cast for consistency | Reyk Floeter |
2016-11-24 | Fix a few signedness warnings in our copy of libsa's ufs.c. | Reyk Floeter |
2016-11-24 | Add support for booting the kernel from the disk image. | Reyk Floeter |
2016-11-22 | Don't attempt to call vm_remove() with a NULL vm: some functions like | Reyk Floeter |
2016-11-22 | Fix error path of config_setvm() and its callers. This unbreaks | Reyk Floeter |
2016-11-22 | Restore previous errno after log_warn*() to make sure that it never | Reyk Floeter |
2016-11-22 | There is no need for res when there is already ret. | Reyk Floeter |
2016-11-22 | Insert disabled VMs into vmd(8)'s queues and allow vmctl(8) to display them. | Edd Barrett |
2016-11-20 | Remove some old code that isn't needed anymore. | Mike Larkin |
2016-11-16 | Sync switchd(8) and vmd(8) with the latest proc.c changes. This sync | Rafael Zalamena |
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 |