<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/external, branch lockdoc-10.99.5-0.1</title>
<subtitle>NetBSD fork for lockdoc analysis</subtitle>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/'/>
<entry>
<title>PR port-alpha/57511 Temporally disable secure PLT for alpha</title>
<updated>2023-07-07T08:33:25+00:00</updated>
<author>
<name>rin</name>
<email>rin@NetBSD.org</email>
</author>
<published>2023-07-07T08:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=8c85c8491920cd6b81e5b1261a0dc8dfb91e0846'/>
<id>8c85c8491920cd6b81e5b1261a0dc8dfb91e0846</id>
<content type='text'>
until support is added to ld.elf_so(1).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
until support is added to ld.elf_so(1).</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc."</title>
<updated>2023-07-05T10:57:33+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-05T10:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=d414fc07bb137efb51434913b9e52ae747ab3f49'/>
<id>d414fc07bb137efb51434913b9e52ae747ab3f49</id>
<content type='text'>
Apparently this restriction was lifted in C17, and this was even
documented in a part of the man page I didn't notice because I got
stuck at the incomplete sentence `The aligned_alloc function conforms
to.'.  Sorry for the noise, folks.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently this restriction was lifted in C17, and this was even
documented in a part of the man page I didn't notice because I got
stuck at the incomplete sentence `The aligned_alloc function conforms
to.'.  Sorry for the noise, folks.</pre>
</div>
</content>
</entry>
<entry>
<title>Updates for ctwm-4.1.0</title>
<updated>2023-07-05T08:39:24+00:00</updated>
<author>
<name>nia</name>
<email>nia@NetBSD.org</email>
</author>
<published>2023-07-05T08:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=6e3bc1b492a747956fa11282dee353d05b9e68bf'/>
<id>6e3bc1b492a747956fa11282dee353d05b9e68bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install a copy of dhcpcd.conf under /usr/share/examples</title>
<updated>2023-07-05T00:26:38+00:00</updated>
<author>
<name>gutteridge</name>
<email>gutteridge@NetBSD.org</email>
</author>
<published>2023-07-05T00:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=7bc56d8aaf833b6b2a3a42f7cac3566ebb5aeff0'/>
<id>7bc56d8aaf833b6b2a3a42f7cac3566ebb5aeff0</id>
<content type='text'>
Addresses PR bin/57487 from Taylor R Campbell.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses PR bin/57487 from Taylor R Campbell.</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc.local: fix libbsdmalloc string name</title>
<updated>2023-07-04T23:52:44+00:00</updated>
<author>
<name>uwe</name>
<email>uwe@NetBSD.org</email>
</author>
<published>2023-07-04T23:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=65f181473371a43b75322ff0cc95f6b33ac845ca'/>
<id>65f181473371a43b75322ff0cc95f6b33ac845ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libbsdmalloc: New man page.</title>
<updated>2023-07-04T16:23:15+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-04T16:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=08b3ba2045319f41ea875f35e81ffe63b89ae590'/>
<id>08b3ba2045319f41ea875f35e81ffe63b89ae590</id>
<content type='text'>
XXX pullup-10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XXX pullup-10</pre>
</div>
</content>
</entry>
<entry>
<title>jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc.</title>
<updated>2023-07-04T15:06:28+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-04T15:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=f9baae5e2b34873478cf545917ec3fa4978cf1cb'/>
<id>f9baae5e2b34873478cf545917ec3fa4978cf1cb</id>
<content type='text'>
C11, Sec. 7.22.3.1 The aligned_alloc function, paragraph 2, p. 348:

   The value of alignment shall be a valid alignment supported by the
   implementation and the value of size shall be an integral multiple
   of alignment.

posix_memalign does not appear to have any corresponding constraint.

XXX pullup-10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C11, Sec. 7.22.3.1 The aligned_alloc function, paragraph 2, p. 348:

   The value of alignment shall be a valid alignment supported by the
   implementation and the value of size shall be an integral multiple
   of alignment.

posix_memalign does not appear to have any corresponding constraint.

XXX pullup-10</pre>
</div>
</content>
</entry>
<entry>
<title>dri.old: disable lint again</title>
<updated>2023-07-02T23:56:12+00:00</updated>
<author>
<name>rillig</name>
<email>rillig@NetBSD.org</email>
</author>
<published>2023-07-02T23:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=d310a7542a8beeb64eea5809995ec2e268d12ee9'/>
<id>d310a7542a8beeb64eea5809995ec2e268d12ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dri.old: only disable lint for a single file</title>
<updated>2023-07-01T15:16:46+00:00</updated>
<author>
<name>rillig</name>
<email>rillig@NetBSD.org</email>
</author>
<published>2023-07-01T15:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=79bdd16e37d90dd9ceb7adb27e992d7b33f0f949'/>
<id>79bdd16e37d90dd9ceb7adb27e992d7b33f0f949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>jemalloc: enable lint again, it is no longer broken</title>
<updated>2023-07-01T06:29:14+00:00</updated>
<author>
<name>rillig</name>
<email>rillig@NetBSD.org</email>
</author>
<published>2023-07-01T06:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=401c655a84b0dfa9ef269734bbf9da53c3de2d30'/>
<id>401c655a84b0dfa9ef269734bbf9da53c3de2d30</id>
<content type='text'>
Since today, lint handles unnamed struct/union correctly.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since today, lint handles unnamed struct/union correctly.</pre>
</div>
</content>
</entry>
</feed>
