CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/12/27 19:51:07
Modified files: sys/arch/alpha/stand/boot: boot.c sys/arch/amd64/stand: Makefile.inc sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/pxeboot: Makefile sys/arch/hppa/stand/cdboot: cdboot.c sys/arch/i386/stand: Makefile.inc sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/pxeboot: Makefile sys/arch/sgi/stand/boot: boot.c sys/lib/libsa : loadfile_elf.c stand.h sys/stand/boot : boot.c bootarg.h Log message: Try to load entropy data from disk:/etc/random.seed, and additionally use a MD-supplied random function. Then, insert this into the ELF openbsd.randomdata of the kernel, so that it has entropy right from the start. Some help from jsing for the softraid aspects. Also tested by phessler