diff options
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/i386/conf/Makefile | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index a246930..2e2bc9d 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -55,6 +55,7 @@ options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev +options RANDOMDEV #entropy device # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile index 67fff85..acf1e11 100644 --- a/sys/i386/conf/Makefile +++ b/sys/i386/conf/Makefile @@ -3,5 +3,8 @@ all: @echo "make LINT only" +clean: + rm LINT + LINT: NOTES makeLINT.pl perl5 makeLINT.pl < NOTES > LINT diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 75c1783..567fb47 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -711,6 +711,9 @@ options EXT2FS # inclusion on shell boxes. options VFS_AIO +# Cryptographically secure random number generator; /dev/[u]random +options RANDOMDEV + ##################################################################### # POSIX P1003.1B |