Age | Commit message (Expand) | Author |
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 |
2016-07-07 | sanity check vm create and run args earlier | Mike Larkin |
2016-07-06 | clarify a comment about memory regions | Mike Larkin |
2016-07-04 | limit each viornd request to 64KB. | Mike Larkin |
2016-06-30 | remove some unused variables (that were commented out anyway) | Mike Larkin |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-10 | grammar fix; from nick permyakov | Jason McIntyre |
2016-06-10 | Access guest memory with normal loads and stores in vmd(8) | Stefan Kempf |
2016-06-07 | Allocate RAM for guest VM in vmd(8) and pass it to vmm(4) | Stefan Kempf |
2016-05-26 | Copy ELF headers into guest VM memory | Stefan Kempf |
2016-05-05 | Fix a pasto; from Michal Mazurek <akfaew at jasminek dot net>. | Ingo Schwarze |
2016-04-07 | Place a BOOTARG_END section at the end of the boot arguments list pushed | Mike Larkin |
2016-04-07 | Remove headers associated with code that's been moved to other .c files | Philip Guenther |
2016-04-05 | Support processors without unrestricted guest capability. | Mike Larkin |
2016-04-04 | Directly use physical addresses from ELF header for kernel loading. | Stefan Kempf |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-03-13 | Rework an erroneous warning message about 16 bit i8253 PIT counter I/O. | Mike Larkin |
2016-03-04 | Set root device to sd0a, instead of wd0a. Virtio devices show up | Stefan Kempf |
2016-02-16 | Pass down the initial value of CR0 down to the RESETCPU ioctl() as well. | Stefan Kempf |
2016-02-07 | avoid a double free in an error path | Jonathan Gray |
2016-02-05 | Fix a possible use-after-free in vmd, forward the result to the | Reyk Floeter |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-16 | vmd(8) sometimes attempts page-crossing data copies between the host | Stefan Kempf |
2016-01-14 | stdio.h is not needed here anymore. | Mike Larkin |