CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/05/28 22:42:25

Modified files:
        sbin/sysctl    : sysctl.c 
        sys/arch/alpha/alpha: cpu.c 
        sys/arch/amd64/amd64: bios.c cpu.c via.c 
        sys/arch/amd64/pci: pchb.c 
        sys/arch/arm64/dev: apm.c smbios.c 
        sys/arch/armv7/omap: omrng.c 
        sys/arch/hppa/dev: cpu.c 
        sys/arch/hppa/gsc: harmony.c 
        sys/arch/hppa/hppa: pmap.c 
        sys/arch/i386/i386: apm.c bios.c cpu.c machdep.c via.c 
        sys/arch/i386/pci: glxsb.c pchb.c 
        sys/arch/loongson/dev: apm.c 
        sys/arch/luna88k/luna88k: machdep.c 
        sys/arch/macppc/macppc: cpu.c 
        sys/arch/mips64/mips64: cpu.c 
        sys/arch/octeon/dev: octrng.c 
        sys/arch/octeon/octeon: machdep.c 
        sys/arch/sparc64/dev: vrng.c 
        sys/arch/sparc64/sparc64: cpu.c machdep.c 
        sys/dev        : rnd.c 
        sys/dev/acpi   : acpi.c acpihve.c 
        sys/dev/fdt    : amlrng.c amlsm.c bcm2711_rng.c bcm2835_rng.c 
                         mvrng.c rkrng.c sxisid.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     : hyperv.c hypervic.c pvbus.c viornd.c vmmci.c 
                         vmt.c xen.c 
        sys/dev/usb    : uonerng.c urng.c 
        sys/dev/wscons : wsmouse.c 
        sys/kern       : init_main.c kern_tc.c subr_disk.c tty.c 
        sys/net        : if.c 
        sys/sys        : systm.h 
Removed files:
        sys/dev        : rndvar.h 

Log message:
dev/rndvar.h no longer has statistical interfaces (removed during various
conversion steps).  it only contains kernel prototypes for 4 interfaces,
all of which legitimately belong in sys/systm.h, which are already included
by all enqueue_randomness() users.

Reply via email to