summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING6
-rw-r--r--release/picobsd/bridge/PICOBSD1
-rw-r--r--release/picobsd/qemu/PICOBSD1
-rw-r--r--share/man/man4/random.41
-rw-r--r--sys/amd64/conf/GENERIC1
-rw-r--r--sys/amd64/conf/MINIMAL3
-rw-r--r--sys/arm/conf/ALPINE1
-rw-r--r--sys/arm/conf/ARMADA38X1
-rw-r--r--sys/arm/conf/ARMADAXP1
-rw-r--r--sys/arm/conf/DB-78XXX1
-rw-r--r--sys/arm/conf/DB-88F5XXX1
-rw-r--r--sys/arm/conf/DB-88F6XXX1
-rw-r--r--sys/arm/conf/DOCKSTAR1
-rw-r--r--sys/arm/conf/DREAMPLUG-10011
-rw-r--r--sys/arm/conf/EFIKA_MX1
-rw-r--r--sys/arm/conf/GENERIC1
-rw-r--r--sys/arm/conf/IMX531
-rw-r--r--sys/arm/conf/IMX61
-rw-r--r--sys/arm/conf/RPI-B1
-rw-r--r--sys/arm/conf/RT13101
-rw-r--r--sys/arm/conf/SHEEVAPLUG1
-rw-r--r--sys/arm/conf/SOCFPGA1
-rw-r--r--sys/arm/conf/TEGRA1241
-rw-r--r--sys/arm/conf/TS78001
-rw-r--r--sys/arm/conf/VERSATILEPB1
-rw-r--r--sys/arm/conf/VYBRID1
-rw-r--r--sys/arm/conf/ZEDBOARD1
-rw-r--r--sys/arm64/conf/GENERIC1
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files16
-rw-r--r--sys/conf/files.arm642
-rw-r--r--sys/conf/files.powerpc2
-rw-r--r--sys/conf/options1
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/MINIMAL3
-rw-r--r--sys/mips/conf/BCM1
-rw-r--r--sys/mips/conf/DIR-825B11
-rw-r--r--sys/mips/conf/ERL1
-rw-r--r--sys/mips/conf/JZ47801
-rw-r--r--sys/mips/conf/OCTEON11
-rw-r--r--sys/mips/conf/PB921
-rw-r--r--sys/mips/conf/PICOSTATION_M2HP3
-rw-r--r--sys/mips/conf/WZR-300HP2
-rw-r--r--sys/mips/conf/WZR-HPAG300H2
-rw-r--r--sys/mips/conf/X10001
-rw-r--r--sys/mips/conf/std.AR53121
-rw-r--r--sys/mips/conf/std.AR53151
-rw-r--r--sys/mips/conf/std.AR_MIPS_BASE3
-rw-r--r--sys/mips/conf/std.BERI1
-rw-r--r--sys/mips/conf/std.MALTA1
-rw-r--r--sys/mips/conf/std.XLP1
-rw-r--r--sys/mips/mediatek/std.mediatek3
-rw-r--r--sys/mips/mediatek/std.rt28803
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC641
-rw-r--r--sys/powerpc/conf/MPC85XX1
-rw-r--r--sys/powerpc/conf/MPC85XXSPE1
-rw-r--r--sys/powerpc/conf/QORIQ641
-rw-r--r--sys/powerpc/conf/dpaa/DPAA1
-rw-r--r--sys/riscv/conf/GENERIC1
-rw-r--r--sys/sparc64/conf/GENERIC1
-rw-r--r--sys/sys/random.h25
-rw-r--r--tools/tools/nanobsd/pcengines/ALIX_DSK1
-rw-r--r--tools/tools/tinybsd/conf/bridge/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/default/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/firewall/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/minimal/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/vpn/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/wireless/TINYBSD1
-rw-r--r--tools/tools/tinybsd/conf/wrap/TINYBSD1
70 files changed, 20 insertions, 112 deletions
diff --git a/UPDATING b/UPDATING
index 7eb324078d539..86ffdc7379d59 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20190620:
+ The "device random" option has been removed. Entropy collection and
+ the /dev/random device are no longer an optional component.
+ Implementations of distilling algorithms can still be made loadable
+ with "options RANDOM_LOADABLE" (e.g., random_fortuna.ko).
+
20190612:
Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have
been upgraded to 8.0.1. Please see the 20141231 entry below for
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index bc1185d61c644..c06091dcb8889 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -50,7 +50,6 @@ device if_bridge
# qemu, so we set HZ explicitly.
options HZ=1000
-device random # used by ssh
device pci
# Floppy drives
diff --git a/release/picobsd/qemu/PICOBSD b/release/picobsd/qemu/PICOBSD
index 16b175385b0ab..f3a9f9ccaf28d 100644
--- a/release/picobsd/qemu/PICOBSD
+++ b/release/picobsd/qemu/PICOBSD
@@ -56,7 +56,6 @@ device if_bridge
# qemu, so we set HZ explicitly.
options HZ=1000
-device random # used by ssh
device pci
# Floppy drives
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4
index 0ccad03aeda4e..3b3f9b2330e31 100644
--- a/share/man/man4/random.4
+++ b/share/man/man4/random.4
@@ -30,7 +30,6 @@
.Nm random
.Nd the entropy device
.Sh SYNOPSIS
-.Cd "device random"
.Cd "options RANDOM_LOADABLE"
.Cd "options RANDOM_ENABLE_ETHER"
.Cd "options RANDOM_ENABLE_UMA"
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 520f64734bb98..f04b60f3ca666 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -309,7 +309,6 @@ device wpi # Intel 3945ABG wireless NICs.
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device padlock_rng # VIA Padlock RNG
device rdrand_rng # Intel Bull Mountain RNG
device ether # Ethernet support
diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index 481a7ce96e44a..211e00e7de46a 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -10,7 +10,7 @@
# some features (ACL, GJOURNAL) that GENERIC includes.
# o acpi as a module has been reported flakey and not well tested, so
# is included in the kernel.
-# o random is included due to uncertaty...
+# o (non-loaded) random is included due to uncertainty...
# o Many networking things are included
#
# For now, please run changes to these list past imp@freebsd.org
@@ -131,7 +131,6 @@ device agp # support several AGP chipsets
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device padlock_rng # VIA Padlock RNG
device rdrand_rng # Intel Bull Mountain RNG
device ether # Ethernet support
diff --git a/sys/arm/conf/ALPINE b/sys/arm/conf/ALPINE
index 6b35f120aefb7..76689b5805c9b 100644
--- a/sys/arm/conf/ALPINE
+++ b/sys/arm/conf/ALPINE
@@ -41,7 +41,6 @@ device al_udma # Universal DMA
# Pseudo devices
device loop
-device random
device pty
device md
device gpio
diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index 29ea724172be5..b82c18d79c527 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -25,7 +25,6 @@ options SMP
options VM_KMEM_SIZE_MAX=0x9CCD000
# Pseudo devices
-device random
device pty
device loop
device md
diff --git a/sys/arm/conf/ARMADAXP b/sys/arm/conf/ARMADAXP
index 5e891e51fba78..7f73d69ece7a3 100644
--- a/sys/arm/conf/ARMADAXP
+++ b/sys/arm/conf/ARMADAXP
@@ -46,7 +46,6 @@ options NO_FFS_SNAPSHOT
options NO_SWAPPING
# Pseudo devices
-device random
device pty
device loop
device md
diff --git a/sys/arm/conf/DB-78XXX b/sys/arm/conf/DB-78XXX
index aa474bcc43a13..b1379dfb544f3 100644
--- a/sys/arm/conf/DB-78XXX
+++ b/sys/arm/conf/DB-78XXX
@@ -45,7 +45,6 @@ device pci
# Pseudo devices
device loop
device md
-device random
# Serial ports
device uart
diff --git a/sys/arm/conf/DB-88F5XXX b/sys/arm/conf/DB-88F5XXX
index 0199e8663336c..a13a7002332d7 100644
--- a/sys/arm/conf/DB-88F5XXX
+++ b/sys/arm/conf/DB-88F5XXX
@@ -44,7 +44,6 @@ device pci
# Pseudo devices
device md
device loop
-device random
# Serial ports
device uart
diff --git a/sys/arm/conf/DB-88F6XXX b/sys/arm/conf/DB-88F6XXX
index fa2810c971225..b0c36c0b1b422 100644
--- a/sys/arm/conf/DB-88F6XXX
+++ b/sys/arm/conf/DB-88F6XXX
@@ -46,7 +46,6 @@ device pci
# Pseudo devices
device loop
device md
-device random
# Serial ports
device uart
diff --git a/sys/arm/conf/DOCKSTAR b/sys/arm/conf/DOCKSTAR
index 5684d29ef87b4..6f26d42908019 100644
--- a/sys/arm/conf/DOCKSTAR
+++ b/sys/arm/conf/DOCKSTAR
@@ -68,7 +68,6 @@ device gif # IPv6 and IPv4 tunneling
device loop # Network loopback
device md # Memory/malloc disk
device pty # BSD-style compatibility pseudo ttys
-device random # Entropy device
device tuntap # Packet tunnel.
device ether # Required for all ethernet devices
device vlan # 802.1Q VLAN support
diff --git a/sys/arm/conf/DREAMPLUG-1001 b/sys/arm/conf/DREAMPLUG-1001
index 5d6928470e5de..8a5ce4a6d8f24 100644
--- a/sys/arm/conf/DREAMPLUG-1001
+++ b/sys/arm/conf/DREAMPLUG-1001
@@ -71,7 +71,6 @@ device gif # IPv6 and IPv4 tunneling
device loop # Network loopback
device md # Memory/malloc disk
device pty # BSD-style compatibility pseudo ttys
-device random # Entropy device
device tuntap # Packet tunnel.
device ether # Required for all ethernet devices
device vlan # 802.1Q VLAN support
diff --git a/sys/arm/conf/EFIKA_MX b/sys/arm/conf/EFIKA_MX
index 248060b6cf049..be5f5f35570dc 100644
--- a/sys/arm/conf/EFIKA_MX
+++ b/sys/arm/conf/EFIKA_MX
@@ -57,7 +57,6 @@ device bpf # Berkeley packet filter
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
#device vlan # 802.1Q VLAN support
#device tuntap # Packet tunnel.
diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index d32baa63a6673..8b998a15aa1ea 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -121,7 +121,6 @@ device pl011
device pty
device snp
device md # Memory "disks"
-device random # Entropy device
device firmware # firmware assist module
device pl310 # PL310 L2 cache controller
device psci
diff --git a/sys/arm/conf/IMX53 b/sys/arm/conf/IMX53
index 7b7d67bbca9c9..be18afda6094b 100644
--- a/sys/arm/conf/IMX53
+++ b/sys/arm/conf/IMX53
@@ -44,7 +44,6 @@ device bpf # Berkeley packet filter
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
#device vlan # 802.1Q VLAN support
#device tuntap # Packet tunnel.
diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6
index 3baf9f06f039f..4dbebdfccd1fa 100644
--- a/sys/arm/conf/IMX6
+++ b/sys/arm/conf/IMX6
@@ -49,7 +49,6 @@ device mpcore_timer
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
device md # Memory "disks"
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index e1f132105c207..e456d33742b80 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -65,7 +65,6 @@ device iicbus
device bcm2835_bsc
device md
-device random # Entropy device
# USB support
device usb
diff --git a/sys/arm/conf/RT1310 b/sys/arm/conf/RT1310
index 3ade997821be8..08fde3516ac16 100644
--- a/sys/arm/conf/RT1310
+++ b/sys/arm/conf/RT1310
@@ -51,7 +51,6 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
device loop
device md
device pty
-device random
# Serial ports
device uart
diff --git a/sys/arm/conf/SHEEVAPLUG b/sys/arm/conf/SHEEVAPLUG
index ff60f82bcf60d..df44533dcd72a 100644
--- a/sys/arm/conf/SHEEVAPLUG
+++ b/sys/arm/conf/SHEEVAPLUG
@@ -46,7 +46,6 @@ options BOOTP_WIRED_TO=mge0
# Pseudo devices
device loop
-device random
# Serial ports
device uart
diff --git a/sys/arm/conf/SOCFPGA b/sys/arm/conf/SOCFPGA
index b740ef1b84c97..cd78e17e08a4a 100644
--- a/sys/arm/conf/SOCFPGA
+++ b/sys/arm/conf/SOCFPGA
@@ -58,7 +58,6 @@ device dwmmc
# Pseudo devices
device loop
-device random
device pty
device md
device gpio
diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124
index a830519d909e6..c44939b673015 100644
--- a/sys/arm/conf/TEGRA124
+++ b/sys/arm/conf/TEGRA124
@@ -43,7 +43,6 @@ device regulator
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device vlan # 802.1Q VLAN support
#device tuntap # Packet tunnel.
device md # Memory "disks"
diff --git a/sys/arm/conf/TS7800 b/sys/arm/conf/TS7800
index 17b237af46ddd..15e9a77342d51 100644
--- a/sys/arm/conf/TS7800
+++ b/sys/arm/conf/TS7800
@@ -45,7 +45,6 @@ device pci
# Pseudo devices
device md
device loop
-device random
# Serial ports
device uart
diff --git a/sys/arm/conf/VERSATILEPB b/sys/arm/conf/VERSATILEPB
index 8c3e76cc2e874..3312f6d4f9e8a 100644
--- a/sys/arm/conf/VERSATILEPB
+++ b/sys/arm/conf/VERSATILEPB
@@ -66,7 +66,6 @@ options SC_DFLT_FONT # compile font in
makeoptions SC_DFLT_FONT=cp437
device md
-device random # Entropy device
options PLATFORM
diff --git a/sys/arm/conf/VYBRID b/sys/arm/conf/VYBRID
index 4ff18320df1ad..a35a565711a2e 100644
--- a/sys/arm/conf/VYBRID
+++ b/sys/arm/conf/VYBRID
@@ -59,7 +59,6 @@ device sdhci # generic sdhci
# Pseudo devices
device loop
-device random
device pty
device md
device gpio
diff --git a/sys/arm/conf/ZEDBOARD b/sys/arm/conf/ZEDBOARD
index 274d96642d6b1..187d636c2e490 100644
--- a/sys/arm/conf/ZEDBOARD
+++ b/sys/arm/conf/ZEDBOARD
@@ -48,7 +48,6 @@ device pl310 # PL310 L2 cache controller
device mpcore_timer
device loop
-device random
device ether
device cgem # Zynq-7000 gig ethernet device
device mii
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 8e3f04fe1db1b..2adee9db99d4a 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -293,7 +293,6 @@ device aw_cir
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 30ae142ba29b3..34c1eab825b66 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1170,9 +1170,6 @@ options NFS_DEBUG # Enable NFS Debugging
#
options EXT2FS
-# Cryptographically secure random number generator; /dev/random
-device random
-
# The system memory devices; /dev/mem, /dev/kmem
device mem
diff --git a/sys/conf/files b/sys/conf/files
index dd67e0ec7a684..f84039696da65 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -686,14 +686,14 @@ crypto/des/des_ecb.c optional crypto | ipsec | ipsec_support | netsmb
crypto/des/des_setkey.c optional crypto | ipsec | ipsec_support | netsmb
crypto/rc4/rc4.c optional netgraph_mppc_encryption | kgssapi
crypto/rijndael/rijndael-alg-fst.c optional crypto | ekcd | geom_bde | \
- ipsec | ipsec_support | random !random_loadable | wlan_ccmp
-crypto/rijndael/rijndael-api-fst.c optional ekcd | geom_bde | random !random_loadable
+ ipsec | ipsec_support | !random_loadable | wlan_ccmp
+crypto/rijndael/rijndael-api-fst.c optional ekcd | geom_bde | !random_loadable
crypto/rijndael/rijndael-api.c optional crypto | ipsec | ipsec_support | \
wlan_ccmp
crypto/sha1.c optional carp | crypto | ether | ipsec | \
ipsec_support | netgraph_mppc_encryption | sctp
crypto/sha2/sha256c.c optional crypto | ekcd | geom_bde | ipsec | \
- ipsec_support | random !random_loadable | sctp | zfs
+ ipsec_support | !random_loadable | sctp | zfs
crypto/sha2/sha512c.c optional crypto | geom_bde | ipsec | \
ipsec_support | zfs
crypto/skein/skein.c optional crypto | zfs
@@ -2766,11 +2766,11 @@ rt2860.fw optional rt2860fw | ralfw \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "rt2860.fw"
-dev/random/random_infra.c optional random
-dev/random/random_harvestq.c optional random
-dev/random/randomdev.c optional random !random_loadable
-dev/random/fortuna.c optional random !random_loadable
-dev/random/hash.c optional random !random_loadable
+dev/random/random_infra.c standard
+dev/random/random_harvestq.c standard
+dev/random/randomdev.c optional !random_loadable
+dev/random/fortuna.c optional !random_loadable
+dev/random/hash.c optional !random_loadable
dev/rc/rc.c optional rc
dev/rccgpio/rccgpio.c optional rccgpio gpio
dev/re/if_re.c optional re
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index f8d9beba599da..b8c0234252935 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -87,7 +87,7 @@ arm/broadcom/bcm2835/bcm2835_ft5406.c optional evdev bcm2835_ft5406 soc_brcm_bc
arm/broadcom/bcm2835/bcm2835_gpio.c optional gpio soc_brcm_bcm2837 fdt
arm/broadcom/bcm2835/bcm2835_intr.c optional soc_brcm_bcm2837 fdt
arm/broadcom/bcm2835/bcm2835_mbox.c optional soc_brcm_bcm2837 fdt
-arm/broadcom/bcm2835/bcm2835_rng.c optional random !random_loadable soc_brcm_bcm2837 fdt
+arm/broadcom/bcm2835/bcm2835_rng.c optional !random_loadable soc_brcm_bcm2837 fdt
arm/broadcom/bcm2835/bcm2835_sdhci.c optional sdhci soc_brcm_bcm2837 fdt
arm/broadcom/bcm2835/bcm2835_sdhost.c optional sdhci soc_brcm_bcm2837 fdt
arm/broadcom/bcm2835/bcm2835_spi.c optional bcm2835_spi soc_brcm_bcm2837 fdt
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index cbda69a0d7cf0..ade545c59cd61 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -62,7 +62,7 @@ dev/ofw/ofw_standard.c optional aim powerpc
dev/ofw/ofw_subr.c standard
dev/powermac_nvram/powermac_nvram.c optional powermac_nvram powermac
dev/quicc/quicc_bfe_fdt.c optional quicc mpc85xx
-dev/random/darn.c optional powerpc64 random !random_loadable
+dev/random/darn.c optional powerpc64 !random_loadable
dev/scc/scc_bfe_macio.c optional scc powermac
dev/sdhci/fsl_sdhci.c optional mpc85xx sdhci
dev/sec/sec.c optional sec mpc85xx
diff --git a/sys/conf/options b/sys/conf/options
index df394936b9d41..6caae9a0708c4 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -734,7 +734,6 @@ DEV_PCI opt_pci.h
DEV_PF opt_pf.h
DEV_PFLOG opt_pf.h
DEV_PFSYNC opt_pf.h
-DEV_RANDOM opt_global.h
DEV_SPLASH opt_splash.h
DEV_VLAN opt_vlan.h
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index dab73ee51da6e..ddeabf5952c8b 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -292,7 +292,6 @@ device wpi # Intel 3945ABG wireless NICs.
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device padlock_rng # VIA Padlock RNG
device rdrand_rng # Intel Bull Mountain RNG
device ether # Ethernet support
diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL
index 0b0bd23f40b40..0f1d268d013ee 100644
--- a/sys/i386/conf/MINIMAL
+++ b/sys/i386/conf/MINIMAL
@@ -10,7 +10,7 @@
# some features (ACL, GJOURNAL) that GENERIC includes.
# o acpi as a module has been reported flakey and not well tested, so
# is included in the kernel.
-# o random is included due to uncertaty...
+# o (non-loaded) random is included due to uncertainty...
# o Many networking things are included
#
# For now, please run changes to these list past imp@freebsd.org
@@ -132,7 +132,6 @@ device agp # support several AGP chipsets
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device padlock_rng # VIA Padlock RNG
device rdrand_rng # Intel Bull Mountain RNG
device ether # Ethernet support
diff --git a/sys/mips/conf/BCM b/sys/mips/conf/BCM
index 5c2753279a234..27d93766c3549 100644
--- a/sys/mips/conf/BCM
+++ b/sys/mips/conf/BCM
@@ -82,7 +82,6 @@ device uart
#Base
device loop
device ether
-device random
device md
#Performance
diff --git a/sys/mips/conf/DIR-825B1 b/sys/mips/conf/DIR-825B1
index 80a1d17c0ac08..8b43cf1b22ca9 100644
--- a/sys/mips/conf/DIR-825B1
+++ b/sys/mips/conf/DIR-825B1
@@ -21,7 +21,6 @@ hints "DIR-825B1.hints"
# Since the kernel image must fit inside 1024KiB, we have to build almost
# everything as modules.
-# nodevice random
nodevice gpio
nodevice gpioled
nodevice gif
diff --git a/sys/mips/conf/ERL b/sys/mips/conf/ERL
index f12f6228bd95d..a0e79450c871d 100644
--- a/sys/mips/conf/ERL
+++ b/sys/mips/conf/ERL
@@ -149,7 +149,6 @@ device wlan_amrr # AMRR transmit rate control algorithm
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
diff --git a/sys/mips/conf/JZ4780 b/sys/mips/conf/JZ4780
index a3716cbe48733..459f908857a64 100644
--- a/sys/mips/conf/JZ4780
+++ b/sys/mips/conf/JZ4780
@@ -68,7 +68,6 @@ device miibus
device bpf
device md
device uart
-device random
device fdt_pinctrl
diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1
index 6c536f0d6ed46..256b66eff71fd 100644
--- a/sys/mips/conf/OCTEON1
+++ b/sys/mips/conf/OCTEON1
@@ -184,7 +184,6 @@ device ral # Ralink Technology RT2500 wireless NICs.
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
diff --git a/sys/mips/conf/PB92 b/sys/mips/conf/PB92
index 4d3e890d0f968..64a0e6db120b8 100644
--- a/sys/mips/conf/PB92
+++ b/sys/mips/conf/PB92
@@ -133,5 +133,4 @@ device loop
device ether
#device md
#device bpf
-device random
#device if_bridge
diff --git a/sys/mips/conf/PICOSTATION_M2HP b/sys/mips/conf/PICOSTATION_M2HP
index e331f7764d2db..38e3d69c05091 100644
--- a/sys/mips/conf/PICOSTATION_M2HP
+++ b/sys/mips/conf/PICOSTATION_M2HP
@@ -68,6 +68,3 @@ device arswitch
# Enable GPIO
device gpio
device gpioled
-
-# RNG
-device random
diff --git a/sys/mips/conf/WZR-300HP b/sys/mips/conf/WZR-300HP
index 217e444f1b896..dd767888a1e98 100644
--- a/sys/mips/conf/WZR-300HP
+++ b/sys/mips/conf/WZR-300HP
@@ -49,4 +49,4 @@ device hwpmc
# load these via modules, shrink kernel
nodevice if_bridge
nodevice bridgestp
-nodevice random
+options RANDOM_LOADABLE
diff --git a/sys/mips/conf/WZR-HPAG300H b/sys/mips/conf/WZR-HPAG300H
index b46f9de3eb8d6..3337af682f2c4 100644
--- a/sys/mips/conf/WZR-HPAG300H
+++ b/sys/mips/conf/WZR-HPAG300H
@@ -49,4 +49,4 @@ device hwpmc
# load these via modules, shrink kernel
nodevice if_bridge
nodevice bridgestp
-nodevice random
+options RANDOM_LOADABLE
diff --git a/sys/mips/conf/X1000 b/sys/mips/conf/X1000
index 907ea814de8f5..8f10337218a5c 100644
--- a/sys/mips/conf/X1000
+++ b/sys/mips/conf/X1000
@@ -63,7 +63,6 @@ device miibus
device bpf
device md
device uart
-device random
device fdt_pinctrl
diff --git a/sys/mips/conf/std.AR5312 b/sys/mips/conf/std.AR5312
index a3b055bfb743e..56a45cb4c869e 100644
--- a/sys/mips/conf/std.AR5312
+++ b/sys/mips/conf/std.AR5312
@@ -72,7 +72,6 @@ device loop
device ether
device md
device bpf
-device random
options ARGE_DEBUG # Enable if_arge debugging for now
diff --git a/sys/mips/conf/std.AR5315 b/sys/mips/conf/std.AR5315
index c9f85f6c08135..74a888c32f85c 100644
--- a/sys/mips/conf/std.AR5315
+++ b/sys/mips/conf/std.AR5315
@@ -72,7 +72,6 @@ device loop
device ether
device md
device bpf
-device random
options ARGE_DEBUG # Enable if_arge debugging for now
diff --git a/sys/mips/conf/std.AR_MIPS_BASE b/sys/mips/conf/std.AR_MIPS_BASE
index 37544a9b66603..ab0947a391ea9 100644
--- a/sys/mips/conf/std.AR_MIPS_BASE
+++ b/sys/mips/conf/std.AR_MIPS_BASE
@@ -25,9 +25,6 @@ makeoptions MODULES_OVERRIDE+="gpio ar71xx if_gif if_vlan if_gre if_tuntap"
makeoptions MODULES_OVERRIDE+="if_bridge bridgestp usb"
makeoptions MODULES_OVERRIDE+="alq"
-# Random - required during early boot!
-device random
-
# net80211
options IEEE80211_DEBUG
options IEEE80211_SUPPORT_MESH
diff --git a/sys/mips/conf/std.BERI b/sys/mips/conf/std.BERI
index 903af51875afc..07f907b760df6 100644
--- a/sys/mips/conf/std.BERI
+++ b/sys/mips/conf/std.BERI
@@ -61,5 +61,4 @@ device ether
device geom_map
device loop
device md
-device random
device snp
diff --git a/sys/mips/conf/std.MALTA b/sys/mips/conf/std.MALTA
index 4c1965650fba5..26940db1b92f4 100644
--- a/sys/mips/conf/std.MALTA
+++ b/sys/mips/conf/std.MALTA
@@ -55,4 +55,3 @@ device miibus
device bpf
device md
device uart
-device random
diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP
index 5330c19b36577..cbc13746fd063 100644
--- a/sys/mips/conf/std.XLP
+++ b/sys/mips/conf/std.XLP
@@ -66,7 +66,6 @@ makeoptions FDT_DTS_FILE=xlp-basic.dts
# Pseudo
device loop
-device random
device md
device bpf
diff --git a/sys/mips/mediatek/std.mediatek b/sys/mips/mediatek/std.mediatek
index 7806da8f099a2..d8c351aab36ff 100644
--- a/sys/mips/mediatek/std.mediatek
+++ b/sys/mips/mediatek/std.mediatek
@@ -74,9 +74,6 @@ device fdt_pinctrl
# UART support
device uart
-# random support
-device random
-
# loop device support
device loop
diff --git a/sys/mips/mediatek/std.rt2880 b/sys/mips/mediatek/std.rt2880
index 8040585e9cb94..397a0bc322daf 100644
--- a/sys/mips/mediatek/std.rt2880
+++ b/sys/mips/mediatek/std.rt2880
@@ -73,9 +73,6 @@ device fdt_pinctrl
# UART support
device uart
-# random support
-device random
-
# loop device support
device loop
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index dc19d7a85598c..78d83c9ba12de 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -162,7 +162,6 @@ device fxp # Intel EtherExpress PRO/100B (82557, 82558)
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index dc3d54e371c9a..409062047b244 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -183,7 +183,6 @@ device rl # RealTek 8129/8139
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index 3eeba5f54ec47..7962bdc22db07 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -93,7 +93,6 @@ device mmcsd
device pass
device pci
device quicc
-device random
#device rl
device scbus
device scc
diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE
index 1d649c1b36b9b..2cea302361a37 100644
--- a/sys/powerpc/conf/MPC85XXSPE
+++ b/sys/powerpc/conf/MPC85XXSPE
@@ -94,7 +94,6 @@ device mmcsd
device pass
device pci
device quicc
-device random
#device rl
device scbus
device scc
diff --git a/sys/powerpc/conf/QORIQ64 b/sys/powerpc/conf/QORIQ64
index eecc0eb8e06b2..1661829a6d25e 100644
--- a/sys/powerpc/conf/QORIQ64
+++ b/sys/powerpc/conf/QORIQ64
@@ -99,7 +99,6 @@ device mmc
device mmcsd
device pass
device pci
-device random
#device rl
device scbus
device scc
diff --git a/sys/powerpc/conf/dpaa/DPAA b/sys/powerpc/conf/dpaa/DPAA
index 2cbc908ec1206..4aa24c188accf 100644
--- a/sys/powerpc/conf/dpaa/DPAA
+++ b/sys/powerpc/conf/dpaa/DPAA
@@ -96,7 +96,6 @@ device pci
# Pseudo devices
device ether # Ethernet support
device loop # Network loopback
-device random # Entropy device
device bpf # Berkeley packet filter
device md # Memory "disks"
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 559e9166daa95..5b647977879fd 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -137,7 +137,6 @@ options ZSTDIO # zstd-compressed kernel and user dumps
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 285adadf332c0..75fe3f8425775 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -224,7 +224,6 @@ device ath_rate_sample # SampleRate tx rate control for ath
# Pseudo devices.
device crypto # core crypto support
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tuntap # Packet tunnel.
diff --git a/sys/sys/random.h b/sys/sys/random.h
index aa8c5f02c32e1..8bcbe470cfc11 100644
--- a/sys/sys/random.h
+++ b/sys/sys/random.h
@@ -37,26 +37,9 @@
struct uio;
-#if defined(DEV_RANDOM)
void read_random(void *, u_int);
int read_random_uio(struct uio *, bool);
bool is_random_seeded(void);
-#else
-static __inline int
-read_random_uio(void *a __unused, u_int b __unused)
-{
- return (0);
-}
-static __inline void
-read_random(void *a __unused, u_int b __unused)
-{
-}
-static __inline bool
-is_random_seeded(void)
-{
- return (false);
-}
-#endif
/*
* Note: if you add or remove members of random_entropy_source, remember to
@@ -101,7 +84,6 @@ _Static_assert(ENTROPYSOURCE <= 32,
#define RANDOM_LEGACY_BOOT_ENTROPY_MODULE "/boot/entropy"
#define RANDOM_CACHED_BOOT_ENTROPY_MODULE "boot_entropy_cache"
-#if defined(DEV_RANDOM)
extern u_int hc_source_mask;
void random_harvest_queue_(const void *, u_int, enum random_entropy_source);
void random_harvest_fast_(const void *, u_int);
@@ -133,13 +115,6 @@ random_harvest_direct(const void *entropy, u_int size, enum random_entropy_sourc
void random_harvest_register_source(enum random_entropy_source);
void random_harvest_deregister_source(enum random_entropy_source);
-#else
-#define random_harvest_queue(a, b, c) do {} while (0)
-#define random_harvest_fast(a, b, c) do {} while (0)
-#define random_harvest_direct(a, b, c) do {} while (0)
-#define random_harvest_register_source(a) do {} while (0)
-#define random_harvest_deregister_source(a) do {} while (0)
-#endif
#if defined(RANDOM_ENABLE_UMA)
#define random_harvest_fast_uma(a, b, c) random_harvest_fast(a, b, c)
diff --git a/tools/tools/nanobsd/pcengines/ALIX_DSK b/tools/tools/nanobsd/pcengines/ALIX_DSK
index 96ae724d736b5..e11f7de4f2f4c 100644
--- a/tools/tools/nanobsd/pcengines/ALIX_DSK
+++ b/tools/tools/nanobsd/pcengines/ALIX_DSK
@@ -65,7 +65,6 @@ device ath_hal
device ath_rate_sample
device wi
device loop
-device random
device ether
device tun
device pty
diff --git a/tools/tools/tinybsd/conf/bridge/TINYBSD b/tools/tools/tinybsd/conf/bridge/TINYBSD
index 0788aea40e448..5d99ad95700da 100644
--- a/tools/tools/tinybsd/conf/bridge/TINYBSD
+++ b/tools/tools/tinybsd/conf/bridge/TINYBSD
@@ -130,7 +130,6 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
diff --git a/tools/tools/tinybsd/conf/default/TINYBSD b/tools/tools/tinybsd/conf/default/TINYBSD
index 6052764b3f814..841a19e8ee49a 100644
--- a/tools/tools/tinybsd/conf/default/TINYBSD
+++ b/tools/tools/tinybsd/conf/default/TINYBSD
@@ -140,7 +140,6 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device ppp # Kernel PPP
device tun # Packet tunnel.
diff --git a/tools/tools/tinybsd/conf/firewall/TINYBSD b/tools/tools/tinybsd/conf/firewall/TINYBSD
index f410c139e3718..994280346bbd6 100644
--- a/tools/tools/tinybsd/conf/firewall/TINYBSD
+++ b/tools/tools/tinybsd/conf/firewall/TINYBSD
@@ -129,7 +129,6 @@ device wlan # 802.11 support
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
diff --git a/tools/tools/tinybsd/conf/minimal/TINYBSD b/tools/tools/tinybsd/conf/minimal/TINYBSD
index 2cd1f9af9ae66..74e3c0506bcf5 100644
--- a/tools/tools/tinybsd/conf/minimal/TINYBSD
+++ b/tools/tools/tinybsd/conf/minimal/TINYBSD
@@ -65,7 +65,6 @@ device pmtimer
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
diff --git a/tools/tools/tinybsd/conf/vpn/TINYBSD b/tools/tools/tinybsd/conf/vpn/TINYBSD
index 956c13b00413c..4fd064ef8fc79 100644
--- a/tools/tools/tinybsd/conf/vpn/TINYBSD
+++ b/tools/tools/tinybsd/conf/vpn/TINYBSD
@@ -130,7 +130,6 @@ device xe # Xircom pccard Ethernet
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device ppp # Kernel PPP
device tun # Packet tunnel.
diff --git a/tools/tools/tinybsd/conf/wireless/TINYBSD b/tools/tools/tinybsd/conf/wireless/TINYBSD
index aa7ddceb78958..afcd47ca44625 100644
--- a/tools/tools/tinybsd/conf/wireless/TINYBSD
+++ b/tools/tools/tinybsd/conf/wireless/TINYBSD
@@ -136,7 +136,6 @@ device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
diff --git a/tools/tools/tinybsd/conf/wrap/TINYBSD b/tools/tools/tinybsd/conf/wrap/TINYBSD
index c3ce7954b2783..2ef7c6742cbd9 100644
--- a/tools/tools/tinybsd/conf/wrap/TINYBSD
+++ b/tools/tools/tinybsd/conf/wrap/TINYBSD
@@ -102,7 +102,6 @@ device ath_rate_sample
# Pseudo devices.
device loop # Network loopback
-device random # Entropy device
device ether # Ethernet support
device ppp # Kernel PPP
device tun # Packet tunnel.