Module Name: src Committed By: sevan Date: Sun Apr 23 23:39:42 UTC 2017
Modified Files: src/sys/modules/examples: README Log Message: Add luareadhappy to the list. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/modules/examples/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/modules/examples/README diff -u src/sys/modules/examples/README:1.3 src/sys/modules/examples/README:1.4 --- src/sys/modules/examples/README:1.3 Fri May 15 06:21:12 2015 +++ src/sys/modules/examples/README Sun Apr 23 23:39:42 2017 @@ -1,4 +1,4 @@ - $NetBSD: README,v 1.3 2015/05/15 06:21:12 pgoyette Exp $ + $NetBSD: README,v 1.4 2017/04/23 23:39:42 sevan Exp $ Kernel Developer's Manual @@ -11,6 +11,7 @@ DESCRIPTION * readhappy - basic implementation of read(9) with happy numbers * ping - basic ioctl(9) * luahello - the simplest `hello world' Lua module + * luareadhappy - demonstrates calling Lua code from C To build the examples you need a local copy of NetBSD sources. You also need the comp set with toolchain. To build the module just enter a @@ -52,8 +53,8 @@ HISTORY Husemann, Adam Hamsik, John Nemeth and Mindaugas Rasiukevicius. This document and additional modules (hello, readhappy, properties, - ping, and luahello) first appeared in NetBSD 8.0; they were written - by Kamil Rytarowski. + ping, luahello and luareadhappy) first appeared in NetBSD 8.0; they were + written by Kamil Rytarowski. AUTHORS This document was written by Kamil Rytarowski.