index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
loadfile_elf.c
Age
Commit message (
Expand
)
Author
2018-07-17
vmd(8): fix vmctl -b option for i386 kernels.
Mike Larkin
2017-11-29
make vmm(4) less responsible for initial register state, preferring to let
Mike Larkin
2017-11-27
typo in comments "optionel" -> "optional"
Mike Larkin
2017-10-29
Prefer <elf.h> to the non portable <sys/exec_elf.h>.
Martin Pieuchot
2017-03-27
die whitespace die die die
Theo de Raadt
2017-03-25
Boot using BIOS from /etc/firmware/vmm-bios by default.
Reyk Floeter
2017-02-04
missing function prototype
Mike Larkin
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2016-11-26
Implement basic support for boot.conf(8) on the disk image.
Reyk Floeter
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
2016-10-26
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
Mike Larkin
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-01
Make vcpu_reset_regs use new writeregs code
Stefan Kempf
2016-08-17
small bits of header cleanup; ok mlarkin
Theo de Raadt
2016-05-26
Copy ELF headers into guest VM memory
Stefan Kempf
2016-04-07
Place a BOOTARG_END section at the end of the boot arguments list pushed
Mike Larkin
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-04
Set root device to sd0a, instead of wd0a. Virtio devices show up
Stefan Kempf
2016-01-16
vmd(8) sometimes attempts page-crossing data copies between the host
Stefan Kempf
2016-01-05
Make some things static that are only used in loadfile_elf.c
Mike Larkin
2016-01-05
Fail fast if elf64_exec fails. No need to populate the bootargs/stack
Mike Larkin
2016-01-05
more bzero -> memset conversions
Mike Larkin
2015-12-17
Move vcpu register state init to vmd. Allows vmd bootloader to make the
Mike Larkin
2015-12-06
un-needed extern which was removed a while back
Mike Larkin
2015-12-03
spacing
Reyk Floeter
2015-11-23
Add support for logging to stderr or syslog, and to run vmd in
Reyk Floeter
2015-11-22
vmd(8) - virtual machine daemon.
Mike Larkin