Module Name: src Committed By: riastradh Date: Fri Aug 4 16:02:01 UTC 2023
Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Disable !cold assertion in rump for now. Evidently rump starts threads before it sets cold = 0, and deferring the call to rump_thread_allow(NULL) in rump.c rump_init_callback until after setting cold = 0 doesn't work either -- rump kernels just hang. To be investigated -- for now, let's just stop breaking thousands of tests. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/kern/kern_entropy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.