<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/sys/modules/lua/lua.c, branch lockcount-9.3</title>
<subtitle>NetBSD fork for lockdoc analysis</subtitle>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/'/>
<entry>
<title>Fix cargo cult ioctl implementation for LUAINFO: the name and desc fields</title>
<updated>2017-12-26T12:43:59+00:00</updated>
<author>
<name>martin</name>
<email>martin@NetBSD.org</email>
</author>
<published>2017-12-26T12:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=480528d4c5daa656eed554e84ca7b4259cf6225a'/>
<id>480528d4c5daa656eed554e84ca7b4259cf6225a</id>
<content type='text'>
are arrays, not pointers, so don't use copyoutstr on them, but instead
copyin/copyout the whole array of structures.
Fixes PR 52864 for me (on sparc64).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are arrays, not pointers, so don't use copyoutstr on them, but instead
copyin/copyout the whole array of structures.
Fixes PR 52864 for me (on sparc64).</pre>
</div>
</content>
</entry>
<entry>
<title>always put the module on the stack</title>
<updated>2017-05-20T09:46:17+00:00</updated>
<author>
<name>mbalmer</name>
<email>mbalmer@NetBSD.org</email>
</author>
<published>2017-05-20T09:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=af24274436293bc25b401182a6805de754e8365b'/>
<id>af24274436293bc25b401182a6805de754e8365b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only load a module if it is not already loaded in a state (much like userland</title>
<updated>2017-05-20T08:31:13+00:00</updated>
<author>
<name>mbalmer</name>
<email>mbalmer@NetBSD.org</email>
</author>
<published>2017-05-20T08:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=dd2fb1104b12c6fb46fbcb4f0a2c5478653c9a82'/>
<id>dd2fb1104b12c6fb46fbcb4f0a2c5478653c9a82</id>
<content type='text'>
Lua handles require).
Fixes PR kern/52226.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lua handles require).
Fixes PR kern/52226.</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid possible null pointer dereferencing.</title>
<updated>2017-05-11T07:34:27+00:00</updated>
<author>
<name>mbalmer</name>
<email>mbalmer@NetBSD.org</email>
</author>
<published>2017-05-11T07:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=5d7ff4cda532a17ea6924f6dca9b647cd071c1d7'/>
<id>5d7ff4cda532a17ea6924f6dca9b647cd071c1d7</id>
<content type='text'>
Fixes PR kern/52225.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes PR kern/52225.</pre>
</div>
</content>
</entry>
<entry>
<title>Can't destroy pb until we're done using it.</title>
<updated>2017-04-16T17:45:12+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2017-04-16T17:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=8ada1c88b5f8a714394d67f03667e23406cba6e5'/>
<id>8ada1c88b5f8a714394d67f03667e23406cba6e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check pmf_device_register return value. NFC</title>
<updated>2017-01-20T12:25:07+00:00</updated>
<author>
<name>maya</name>
<email>maya@NetBSD.org</email>
</author>
<published>2017-01-20T12:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=85e09bc412b29793fc70dfdaf584fbf205f27a8b'/>
<id>85e09bc412b29793fc70dfdaf584fbf205f27a8b</id>
<content type='text'>
Appeases static analyzers.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Appeases static analyzers.</pre>
</div>
</content>
</entry>
<entry>
<title>- Use aprint*() instead of printf() in xxx_attach().</title>
<updated>2016-07-14T04:00:45+00:00</updated>
<author>
<name>msaitoh</name>
<email>msaitoh@NetBSD.org</email>
</author>
<published>2016-07-14T04:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=fea989253ed8b48a330618c0627abb9b4a04cccd'/>
<id>fea989253ed8b48a330618c0627abb9b4a04cccd</id>
<content type='text'>
- Add missing aprint_naive("\n");
- KNF</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add missing aprint_naive("\n");
- KNF</pre>
</div>
</content>
</entry>
<entry>
<title>fix double require bug</title>
<updated>2016-05-21T12:39:32+00:00</updated>
<author>
<name>salazar</name>
<email>salazar@NetBSD.org</email>
</author>
<published>2016-05-21T12:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=ce3bce3f87dd6403b9380c4a45751eb9105d12bc'/>
<id>ce3bce3f87dd6403b9380c4a45751eb9105d12bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plug leak on error. Reported by:</title>
<updated>2015-02-07T04:09:13+00:00</updated>
<author>
<name>christos</name>
<email>christos@NetBSD.org</email>
</author>
<published>2015-02-07T04:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=3ab86cd12adaa0ba9d0e59d5032a9547782bae83'/>
<id>3ab86cd12adaa0ba9d0e59d5032a9547782bae83</id>
<content type='text'>
http://www.m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-4</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://www.m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-4</pre>
</div>
</content>
</entry>
<entry>
<title>lua(4): fixed require</title>
<updated>2014-11-30T19:15:03+00:00</updated>
<author>
<name>lneto</name>
<email>lneto@NetBSD.org</email>
</author>
<published>2014-11-30T19:15:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=b6259493e2ae5d0623444681cd4bd21a13976f86'/>
<id>b6259493e2ae5d0623444681cd4bd21a13976f86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
