summaryrefslogtreecommitdiff
path: root/sys/modules/example/example.c
AgeCommit message (Collapse)Author
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-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-01-16Pull in my modules code for review/test/hacking.ad