Changeset View
Changeset View
Standalone View
Standalone View
head/sys/conf/NOTES
Show First 20 Lines • Show All 2,766 Lines • ▼ Show 20 Lines | |||||
# Resource Limits | # Resource Limits | ||||
options RCTL | options RCTL | ||||
# Yet more undocumented options for linting. | # Yet more undocumented options for linting. | ||||
options MAXFILES=999 | options MAXFILES=999 | ||||
# Random number generator | # Random number generator | ||||
# Alternative algorithm. | |||||
#options RANDOM_FENESTRASX | |||||
# Allow the CSPRNG algorithm to be loaded as a module. | # Allow the CSPRNG algorithm to be loaded as a module. | ||||
#options RANDOM_LOADABLE | #options RANDOM_LOADABLE | ||||
# Select this to allow high-rate but potentially expensive | # Select this to allow high-rate but potentially expensive | ||||
# harvesting of Slab-Allocator entropy. In very high-rate | # harvesting of Slab-Allocator entropy. In very high-rate | ||||
# situations the value of doing this is dubious at best. | # situations the value of doing this is dubious at best. | ||||
options RANDOM_ENABLE_UMA # slab allocator | options RANDOM_ENABLE_UMA # slab allocator | ||||
# Select this to allow high-rate but potentially expensive | # Select this to allow high-rate but potentially expensive | ||||
▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines |