/sys/modules/azalia/

='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/modules/example
AgeCommit message (Collapse)Author
2015-05-13Soon to be replaced with a more comprehensive set of examples.pgoyette
2010-10-25Revert most of previous:jnemeth
- props being NULL is NOT an error and is a condition that all modules must be prepared to handle - having this module bomb out for spurious reasons makes this module difficult to use for testing things - keep comment update - keep some KNF - add a notice for the case when props is NULL
2010-06-22KNF and tidy-up example module slightly.rmind
2009-10-20Check to see if we were passed a NULL proplist dictionary.jnemeth
2009-01-14Add comment about adding module dependiences to MODULE macro.haad
2008-05-02- Add a bsd.kmodule.mk to build new style modules.ad
- Set the file suffix to .kmod
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-02Add an example on how to handle the incoming properties during module load.jmmv
2008-02-10Let this build by using BUILDSYMLINKS to workaround a problem in bsd.kmod.mkjmmv
that prevents a source file to be named exactly as the final module. Thanks to pooka@ and mrg@ for pointing out how to resolve this. Also define NOMAN because there is no manual page here.
2008-01-16Pull in my modules code for review/test/hacking.ad