summaryrefslogtreecommitdiff
path: root/sys/modules/lua/infinite.lua
diff options
context:
space:
mode:
authorlneto <lneto@NetBSD.org>2014-07-19 17:13:22 +0000
committerlneto <lneto@NetBSD.org>2014-07-19 17:13:22 +0000
commita28f044eb4e48aede32d6fa4c6faacc20b6f5473 (patch)
tree59025be20dd6183d4318c63dc886117521d4f0b4 /sys/modules/lua/infinite.lua
parent140dbe04e39612eeffbfc48970206f504d1ac6eb (diff)
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
Diffstat (limited to 'sys/modules/lua/infinite.lua')
0 files changed, 0 insertions, 0 deletions
he version that shippedtls 2004-01-21Updated firmware from QLogic via Matt Jacob (from his Jan 14 distribution).briggs 2003-02-09Roll to latest f/w. Supposed to correct some nasty f/w bugs.mjacob 2002-10-18Update to the latest Fibre Channel f/w from the QLogic intranet site.mjacob 2002-03-22Cast for now non-const in ispdv structure.mjacob 2002-02-19Update 2300 firmware to latest release level.mjacob 2001-12-14Roll f/w to latest level, correcting several, ah, interesting bugs.mjacob 2001-10-20Update to latest 12160 initiator firmware.mjacob 2001-08-31Ulp! Open Wide! Another Firmware Enchilada!mjacob 2001-04-11Only install headers which are actually used by our userland. Thisjdolecek 2001-02-12update to latest f/wmjacob 2000-12-28roll to 2.01.26 f/wmjacob 2000-10-16roll SBus f/w to latest released level (1.37)mjacob 2000-07-05split firmware into smaller filesmjacob