summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordan <dan@FreeBSD.org>1999-11-28 17:51:09 +0000
committerdan <dan@FreeBSD.org>1999-11-28 17:51:09 +0000
commitc08e8bdab034508e671d6fb41eb590407fb70fad (patch)
tree2e25813b211bffa6faa57f93df369219caaac650 /sys/i386
parentbd4a9519d9129db340eceb6bf445a32cd1c7a2b4 (diff)
downloadFreeBSD-src-c08e8bdab034508e671d6fb41eb590407fb70fad.zip
FreeBSD-src-c08e8bdab034508e671d6fb41eb590407fb70fad.tar.gz
Introduce OpenBSD-like Random PIDs. Controlled by a sysctl knob
(kern.randompid), which is currently defaulted off. Use ARC4 (RC4) for our random number generation, which will not get me executed for violating crypto laws; a Good Thing(tm). Reviewed and Approved by: bde, imp
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index b0ad19a..757110b 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -373,6 +373,7 @@ isa/sio.c optional sio
isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
kern/subr_diskmbr.c standard
+libkern/arc4random.c standard
libkern/bcd.c standard
libkern/divdi3.c standard
libkern/index.c standard
OpenPOWER on IntegriCloud