Module Name: src Committed By: pooka Date: Fri Aug 22 11:28:04 UTC 2014
Modified Files: src/sys/kern: uipc_domain.c Log Message: Change the meaning of the boolean parameter to domaininit(). was: attach route domain if found from domains link set now: attach any domain which is found from domains link set No functional change to monolithic kernel. In a rump kernel, which attaches networking domains "modularly", prevents domains from accidentally leaking in via the link set in static linked scenarios. Problem reported by cube, Tom Bousso, and the voices in my head. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/kern/uipc_domain.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.