Module Name: src Committed By: kamil Date: Fri Apr 13 20:30:09 UTC 2018
Modified Files: src/sys/modules/examples: Makefile README Added Files: src/sys/modules/examples/executor: Makefile executor.c Log Message: Add a new example kernel module executor - basic implementation of callout and RUN_ONCE While there, perform a small cleanup in README. Patch by <Siddharth Muralee> Polishing by myself. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/examples/Makefile cvs rdiff -u -r1.5 -r1.6 src/sys/modules/examples/README cvs rdiff -u -r0 -r1.1 src/sys/modules/examples/executor/Makefile \ src/sys/modules/examples/executor/executor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.