summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/loadfile_elf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unbreak vmctl start foo -b /bsd -d disk.img -cLclaudio2019-05-161-3/+5
* vmd(8): remove some i386 remnants that missed the original cleanupmlarkin2019-03-011-30/+1
* Simplify mbzero() by using mem_write with a NULL buf which does zero outclaudio2018-12-121-28/+3
* Set the com speed to 115200 like we do in our bootloader when using SeaBIOS.claudio2018-12-121-2/+2
* Make it possible to define the bootdevice in vmd. This information is usedclaudio2018-12-061-9/+24
* vmd(8): fix vmctl -b option for i386 kernels.mlarkin2018-07-171-9/+41
* make vmm(4) less responsible for initial register state, preferring to letmlarkin2017-11-291-15/+6
* typo in comments "optionel" -> "optional"mlarkin2017-11-271-3/+3
* Prefer <elf.h> to the non portable <sys/exec_elf.h>.mpi2017-10-291-2/+2
* die whitespace die die diederaadt2017-03-271-3/+3
* Boot using BIOS from /etc/firmware/vmm-bios by default.reyk2017-03-251-7/+9
* missing function prototypemlarkin2017-02-041-1/+2
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* Implement basic support for boot.conf(8) on the disk image.reyk2016-11-261-7/+15
* Add support for booting the kernel from the disk image.reyk2016-11-241-38/+38
* 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