CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2016/02/12 14:36:33
Modified files: sys/arch/amd64/stand/libsa: random_amd64.S random_i386.S sys/arch/i386/stand/libsa: random_i386.S Log message: Remove the "GenuineIntel" check from x86 mdrandom(). Checking the CPU features is enough, and this enables the use of RDRAND and the TSC fallback on CPUs from other vendors, notably AMD. Tested in snapshots for a month.