CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2020/05/22 18:40:53
Modified files: sys/sys : reboot.h Log message: Add RB_GOODRANDOM passed from bootloader to kernel in boothowto. Indicates confidence 'a great seed' was loaded, otherwise the kernel should assume at best a 'ok seed' or 'weak seed'. This mechanism is being kept vague and simple intentionally. Existing bootloaders won't set it, of course. discussed with kettenis