Module Name: src
Committed By: msaitoh
Date: Wed Jan 16 06:45:25 UTC 2013
Modified Files:
src/sys/kern: kern_rndq.c
Log Message:
Set resource limit. The rnd_process_events() function is called every tick
and process the sample queue. Without limitation, if a lot of rnd_add_*()
are called, all kernel memory may be eaten up.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/kern_rndq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.