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