CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2018/04/28 09:44:59
Modified files: share/man/man4 : acpihve.4 uonerng.4 urng.4 share/man/man4/man4.octeon: octrng.4 share/man/man9 : arc4random.9 sys/arch/amd64/amd64: bios.c cpu.c via.c sys/arch/amd64/pci: pchb.c sys/arch/hppa/gsc: harmony.c sys/arch/i386/i386: bios.c cpu.c via.c sys/arch/i386/pci: glxsb.c pchb.c sys/arch/octeon/dev: octrng.c sys/arch/sparc64/dev: vrng.c sys/dev : rnd.c rndvar.h sys/dev/acpi : acpihve.c sys/dev/fdt : bcm2835_rng.c mvrng.c sys/dev/ic : ccp.c sys/dev/pci : amdpm.c hifn7751.c safe.c ubsec.c sys/dev/pci/bktr: bktr_core.c sys/dev/pv : viornd.c vmt.c sys/dev/usb : uonerng.c urng.c sys/dev/wscons : wsmouse.c sys/kern : kern_tc.c subr_disk.c tty.c sys/net : if.c Log message: replace add_*_randomness with enqueue_randomness() this gets rid of the source annotation which doesn't really add anything other than adding complexitiy. randomess is generally good enough that the few extra bits that the source type would add are not worth it. ok mikeb@ deraadt@