CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2016/01/04 23:54:03
Modified files: usr.sbin/vmd : loadfile_elf.c Log message: Fail fast if elf64_exec fails. No need to populate the bootargs/stack and gdt pages if we couldn't load the kernel. diff from Michal Mazurek, thanks!