| Age | Commit message (Expand) | Author |
| 2022-03-31 | For device modules that provide both auto-config and /dev/xxx | pgoyette |
| 2021-08-08 | Fix LIST operations, found by strictly-aligned CPUs, i.e., ARMv5 and IBM403: | rin |
| 2021-08-07 | Make sure that buffers allocated by lua_alloc() are aligned to 8-byte | rin |
| 2021-06-29 | Add containment for the cloning devices hack in vn_open. | dholland |
| 2017-12-26 | Fix cargo cult ioctl implementation for LUAINFO: the name and desc fields | martin |
| 2017-05-20 | always put the module on the stack | mbalmer |
| 2017-05-20 | Only load a module if it is not already loaded in a state (much like userland | mbalmer |
| 2017-05-11 | Avoid possible null pointer dereferencing. | mbalmer |
| 2017-04-16 | Can't destroy pb until we're done using it. | riastradh |
| 2017-01-20 | Check pmf_device_register return value. NFC | maya |
| 2016-07-14 | - Use aprint*() instead of printf() in xxx_attach(). | msaitoh |
| 2016-05-21 | fix double require bug | salazar |
| 2015-02-07 | plug leak on error. Reported by: | christos |
| 2014-11-30 | lua(4): fixed require | lneto |
| 2014-09-24 | whitespace, knf, comments, but no functional change | mbalmer |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-19 | lua: updated from 5.1 to 5.3 work3 | lneto |
| 2014-07-19 | lua(4): uniformed the KPI name space using 'klua_' prefix | lneto |
| 2014-07-19 | lua(4): using lua_CFunction | lneto |
| 2014-07-19 | lua(4): added support for running Lua scripts in intr context | lneto |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-12-04 | fixed lua(4) alloc (nsize can be lesser than osize) | lneto |
| 2013-11-23 | switch from malloc(9) to kmem(9) | mbalmer |
| 2013-10-29 | initialize variables | mbalmer |
| 2013-10-23 | use MODULE_CLASS_MISC for Lua modules | mbalmer |
| 2013-10-18 | fix CVS marker and copyright year | mbalmer |
| 2013-10-16 | welcome lua(4), a devide driver that can create and control Lua states inside... | mbalmer |