summaryrefslogtreecommitdiff
path: root/sys/modules/raid
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2019-02-03 08:02:58 +0000
committerpgoyette <pgoyette@NetBSD.org>2019-02-03 08:02:58 +0000
commit3535eac8a9d787f847264bd7b63af1c1aea615ce (patch)
tree2223027ed214e2876bf224df64fcfbbe369c0aa3 /sys/modules/raid
parent5e3f9e6095afc1847e1f17ceaff08b8f6dc390e5 (diff)
Update sets lists for new compat_netbsd32_raid module
Diffstat (limited to 'sys/modules/raid')
0 files changed, 0 insertions, 0 deletions
christos 2014-07-19XXX: remove file that includes userland headers.christos 2014-07-19lua: updated from 5.1 to 5.3 work3lneto 2014-07-19lua(4): added debug librarylneto 2014-07-19lua(4): uniformed the KPI name space using 'klua_' prefixlneto 2014-07-19lua(4): using lua_CFunctionlneto 2014-07-19lua(4): added support for running Lua scripts in intr contextlneto 2014-07-19lua(4): cleaned stubslneto 2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland 2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka 2013-12-27Remove strncat now that it is part of the kernel anyway.christos 2013-12-04fixed lua(4) alloc (nsize can be lesser than osize)lneto 2013-12-02Let's use a format string, shall we?joerg 2013-12-02merged luaconf.h of kernel and userspace Lualneto 2013-12-02put Lua auxlib and some stdlibs in lua(4)lneto 2013-12-02changed lua_Number to int64_tlneto 2013-11-23switch from malloc(9) to kmem(9)mbalmer 2013-10-31fix build on armmbalmer 2013-10-29initialize variablesmbalmer 2013-10-23use MODULE_CLASS_MISC for Lua modulesmbalmer 2013-10-18fix CVS marker and copyright yearmbalmer 2013-10-16welcome lua(4), a devide driver that can create and control Lua states inside...mbalmer