Module Name: src Committed By: matt Date: Wed Aug 7 17:06:22 UTC 2013
Added Files: src/sys/modules/arch/arm: kmodhide.awk kmodtramp.awk kmodwrap.awk Log Message: awk support scripts to generate trampolines in modules. (adapted from previous LKM method). <machine/asm.h> now has a KMODTRAMPOLINE macro to generate the trampoline To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/modules/arch/arm/kmodhide.awk \ src/sys/modules/arch/arm/kmodtramp.awk \ src/sys/modules/arch/arm/kmodwrap.awk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.