summaryrefslogtreecommitdiff
path: root/usr.sbin/services_mkdb
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-05-29 01:33:11 +0200
commitdc2190d477b8fe4145170f3a029d9b53c2157140 (patch)
treebbc1c3ba3edd8abf1cc4a0289b650097f634331a /usr.sbin/services_mkdb
parent60aa12e10e5660e3c5fef9c6b8ac8ff54491df1c (diff)
Add file, line, func logging for memory allocs/freeslockdoc-9.3
Diffstat (limited to 'usr.sbin/services_mkdb')
0 files changed, 0 insertions, 0 deletions
pan>Add 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