Searched hist:"7384206 a943be8d6b83e52bf5bfa5fca07e949f5" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/random/ |
H A D | darn.c | diff 7384206a943be8d6b83e52bf5bfa5fca07e949f5 Sun Aug 18 18:04:01 CEST 2019 Conrad Meyer <cem@FreeBSD.org> random(4): Reorder configuration of random source modules
Move fast entropy source registration to the earlier SI_SUB_RANDOM:SI_ORDER_FOURTH and move random_harvestq_prime after that. Relocate the registration routines out of the much later randomdev module and into random_harvestq.
This is necessary for the fast random sources to actually register before we perform random_harvestq_prime() early in the kernel boot.
No functional change.
Reviewed by: delphij, markjm Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D21308
|
H A D | nehemiah.c | diff 7384206a943be8d6b83e52bf5bfa5fca07e949f5 Sun Aug 18 18:04:01 CEST 2019 Conrad Meyer <cem@FreeBSD.org> random(4): Reorder configuration of random source modules
Move fast entropy source registration to the earlier SI_SUB_RANDOM:SI_ORDER_FOURTH and move random_harvestq_prime after that. Relocate the registration routines out of the much later randomdev module and into random_harvestq.
This is necessary for the fast random sources to actually register before we perform random_harvestq_prime() early in the kernel boot.
No functional change.
Reviewed by: delphij, markjm Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D21308
|
H A D | ivy.c | diff 7384206a943be8d6b83e52bf5bfa5fca07e949f5 Sun Aug 18 18:04:01 CEST 2019 Conrad Meyer <cem@FreeBSD.org> random(4): Reorder configuration of random source modules
Move fast entropy source registration to the earlier SI_SUB_RANDOM:SI_ORDER_FOURTH and move random_harvestq_prime after that. Relocate the registration routines out of the much later randomdev module and into random_harvestq.
This is necessary for the fast random sources to actually register before we perform random_harvestq_prime() early in the kernel boot.
No functional change.
Reviewed by: delphij, markjm Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D21308
|
H A D | random_harvestq.c | diff 7384206a943be8d6b83e52bf5bfa5fca07e949f5 Sun Aug 18 18:04:01 CEST 2019 Conrad Meyer <cem@FreeBSD.org> random(4): Reorder configuration of random source modules
Move fast entropy source registration to the earlier SI_SUB_RANDOM:SI_ORDER_FOURTH and move random_harvestq_prime after that. Relocate the registration routines out of the much later randomdev module and into random_harvestq.
This is necessary for the fast random sources to actually register before we perform random_harvestq_prime() early in the kernel boot.
No functional change.
Reviewed by: delphij, markjm Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D21308
|
H A D | randomdev.c | diff 7384206a943be8d6b83e52bf5bfa5fca07e949f5 Sun Aug 18 18:04:01 CEST 2019 Conrad Meyer <cem@FreeBSD.org> random(4): Reorder configuration of random source modules
Move fast entropy source registration to the earlier SI_SUB_RANDOM:SI_ORDER_FOURTH and move random_harvestq_prime after that. Relocate the registration routines out of the much later randomdev module and into random_harvestq.
This is necessary for the fast random sources to actually register before we perform random_harvestq_prime() early in the kernel boot.
No functional change.
Reviewed by: delphij, markjm Approved by: secteam(delphij) Differential Revision: https://reviews.freebsd.org/D21308
|