summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/loadfile_elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will bemlarkin2016-10-261-1/+39
* move the .SUNW_ctf section name definition to exec_elf.h and document it in elf(5)jasper2016-09-171-2/+2
* sync with sys/lib/libsa/loadfile_elf.c -r1.12 and load the .SUNW_ctf sectionjasper2016-09-131-2/+3
* Make vcpu_reset_regs use new writeregs codestefan2016-09-011-6/+6
* small bits of header cleanup; ok mlarkinderaadt2016-08-171-7/+7
* Copy ELF headers into guest VM memorystefan2016-05-261-12/+10
* Place a BOOTARG_END section at the end of the boot arguments list pushedmlarkin2016-04-071-1/+4
* Support processors without unrestricted guest capability.mlarkin2016-04-051-5/+34
* Directly use physical addresses from ELF header for kernel loading.stefan2016-04-041-14/+12
* Introduce memory ranges to support VMs with >= 4G RAMstefan2016-03-131-71/+104
* Set root device to sd0a, instead of wd0a. Virtio devices show upstefan2016-03-041-2/+3
* vmd(8) sometimes attempts page-crossing data copies between the hoststefan2016-01-161-13/+13
* Make some things static that are only used in loadfile_elf.cmlarkin2016-01-051-5/+5
* Fail fast if elf64_exec fails. No need to populate the bootargs/stackmlarkin2016-01-051-2/+5
* more bzero -> memset conversionsmlarkin2016-01-051-10/+10
* Move vcpu register state init to vmd. Allows vmd bootloader to make themlarkin2015-12-171-9/+17
* un-needed extern which was removed a while backmlarkin2015-12-061-2/+1
* spacingreyk2015-12-031-7/+11
* Add support for logging to stderr or syslog, and to run vmd inreyk2015-11-231-7/+4
* vmd(8) - virtual machine daemon.mlarkin2015-11-221-0/+979