Module Name: src Committed By: pgoyette Date: Fri Mar 30 23:49:42 UTC 2018
Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: Use an SLIST-based stack rather than a statically-allocated array for recursion control. This eliminates the MAXDEPTH constraint. XXX We still have a static limit on MAXMODDEPS To generate a diff of this commit: cvs rdiff -u -r1.130.2.4 -r1.130.2.5 src/sys/kern/kern_module.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.