CVS commit: src/sys/modules/example

2015-05-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 07:02:16 UTC 2015 Removed Files: src/sys/modules/example: Makefile example.c Log Message: Soon to be replaced with a more comprehensive set of examples. To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 src/

CVS commit: src/sys/modules/example

2010-10-25 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Oct 25 22:41:42 UTC 2010 Modified Files: src/sys/modules/example: example.c Log Message: Revert most of previous: - props being NULL is NOT an error and is a condition that all modules must be prepared to handle - having th

CVS commit: src/sys/modules/example

2010-06-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Jun 22 18:30:20 UTC 2010 Modified Files: src/sys/modules/example: example.c Log Message: KNF and tidy-up example module slightly. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/modules/example/example.c