CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2013/04/24 02:23:45
Modified files: sys/arch/amd64/amd64: bios.c sys/arch/i386/i386: bios.c Log message: Use the manufacturer-supplied bios serial/uuid as a source of uniqueness to seed the random pool; although it's somewhat hit-or-miss, as serial numbers of 123456789 (I have the same combination on my luggage!) and lazy uuid instantiation mean it's not as unique as we would like. Still, on those boards where the manufacturer isn't a slacker, it's better than nothing... ok deraadt@