index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
modules
/
lua
Age
Commit message (
Expand
)
Author
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
undo previous
christos
2014-07-19
XXX: remove file that includes userland headers.
christos
2014-07-19
lua: updated from 5.1 to 5.3 work3
lneto
2014-07-19
lua(4): added debug library
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-07-19
lua(4): cleaned stubs
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-27
Remove strncat now that it is part of the kernel anyway.
christos
2013-12-04
fixed lua(4) alloc (nsize can be lesser than osize)
lneto
2013-12-02
Let's use a format string, shall we?
joerg
2013-12-02
merged luaconf.h of kernel and userspace Lua
lneto
2013-12-02
put Lua auxlib and some stdlibs in lua(4)
lneto
2013-12-02
changed lua_Number to int64_t
lneto
2013-11-23
switch from malloc(9) to kmem(9)
mbalmer
2013-10-31
fix build on arm
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