# Id: DomainOS,v 8.9 2002/03/21 23:59:25 gshapiro Exp # $NetBSD: DomainOS,v 1.4 2003/06/01 14:06:54 atatat Exp $ dnl DO NOT EDIT THIS FILE. dnl Place personal settings in devtools/Site/site.config.m4 define(`confCC', `cc -A nansi -A,systype,any -A,runtype,bsd4.3') define(`confBEFORE', `unistd.h dirent.h') define(`confMAPDEF', `-DNDBM') define(`confSBINDIR', `/usr/etc') define(`confMBINDIR', `/usr/lib') define(`confUBINDIR', `/usr/ucb') define(`confEBINDIR', `/usr/lib') PUSHDIVERT(3) unistd.h: cp /dev/null unistd.h dirent.h: echo "#include " > dirent.h echo "#define dirent direct" >> dirent.h POPDIVERT his.form.submit();'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/modules/lua/lua.c
AgeCommit message (Expand)Author
2017-05-20always put the module on the stackmbalmer
2017-05-20Only load a module if it is not already loaded in a state (much like userlandmbalmer
2017-05-11Avoid possible null pointer dereferencing.mbalmer
2017-04-16Can't destroy pb until we're done using it.riastradh
2017-01-20Check pmf_device_register return value. NFCmaya
2016-07-14- Use aprint*() instead of printf() in xxx_attach().msaitoh
2016-05-21fix double require bugsalazar
2015-02-07plug leak on error. Reported by:christos
2014-11-30lua(4): fixed requirelneto
2014-09-24whitespace, knf, comments, but no functional changembalmer
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
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-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-04fixed lua(4) alloc (nsize can be lesser than osize)lneto
2013-11-23switch from malloc(9) to kmem(9)mbalmer
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