Module Name: src Committed By: snj Date: Wed Oct 25 07:01:19 UTC 2017
Modified Files: src/sys/dist/pf/net [netbsd-8]: pf_ioctl.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #322): sys/dist/pf/net/pf_ioctl.c: revision 1.52 Defer initialization of pf_status.host_id The call to cprng_fast32() requires that per-cpu data has been initialized by corng_fast_init(), which doesn't get called until after the first part of auto-configuration is done, long after pfattach() calls cprng_fast32(). Fixed PR kern/52620 To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.51.10.1 src/sys/dist/pf/net/pf_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.