Module Name: src Committed By: lneto Date: Sat Jul 19 17:13:22 UTC 2014
Modified Files: src/sys/modules/lua: lua.c src/sys/sys: lua.h Log Message: lua(4): added support for running Lua scripts in intr context * using kmem_intr on lua_alloc * using mutex directly on klua_lock * added ipl arg on klua_newstate() * added kluaL_newstate function * fixed synchronization: locking the Lua state on luaioctl To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/modules/lua/lua.c cvs rdiff -u -r1.3 -r1.4 src/sys/sys/lua.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.