summaryrefslogtreecommitdiff
path: root/sys/modules/examples
AgeCommit message (Collapse)Author
2017-04-23Add luareadhappy to the list.sevan
2017-04-15Build without installation example lua kernel module: luareadhappykamil
2017-04-15Add new example kernel module in Lua luareadhappykamil
This example presents a C module with its device (/dev entry) and its content generator with algorithm defined in Lua state. The Lua state can be changed dynamically from userland, without interruption of read(2) over the device. This is an example how to call Lua code from C.
2015-05-15Even though this isn't a man page, it looks like one. So sort thepgoyette
SEE ALSO section accordingly.
2015-05-13Fix up another internal reference to renamed module, and adjust somepgoyette
English grammar.
2015-05-13Fix instructions to match reality. (I renamed the example from thepgoyette
original submitter, but didn't catch all internal references.)
2015-05-13Fix RCS ID.joerg
2015-05-13A set of more comprehensive example kernel modules to replace ourpgoyette
previous single example. These examples were provided by Kamil Rytarowski. XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR.