<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/lib, branch trunk</title>
<subtitle>NetBSD fork for lockdoc analysis</subtitle>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/'/>
<entry>
<title>libm: Add missing fma(3) and friends for sh3.</title>
<updated>2023-07-09T03:57:09+00:00</updated>
<author>
<name>rin</name>
<email>rin@NetBSD.org</email>
</author>
<published>2023-07-09T03:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=b2782b14a8e5066f0436d79a391ce49f9e782b76'/>
<id>b2782b14a8e5066f0436d79a391ce49f9e782b76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make mstats() decl match prototype so this compiles with -DMSTATS.</title>
<updated>2023-07-08T04:09:26+00:00</updated>
<author>
<name>simonb</name>
<email>simonb@NetBSD.org</email>
</author>
<published>2023-07-08T04:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=19470b40705673d44e6dbe2c10c3943a3a27069b'/>
<id>19470b40705673d44e6dbe2c10c3943a3a27069b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>select(2), poll(2): Clarify return values.</title>
<updated>2023-07-07T01:31:25+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-07T01:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=136e07d5af886c7cfdb9099d4d597cfeab37ee5c'/>
<id>136e07d5af886c7cfdb9099d4d597cfeab37ee5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bsdmalloc(3): fix malloc() signature</title>
<updated>2023-07-06T01:32:52+00:00</updated>
<author>
<name>uwe</name>
<email>uwe@NetBSD.org</email>
</author>
<published>2023-07-06T01:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=b3415d6d83dff91bfba6fa05a6bd38e70cb6e6fb'/>
<id>b3415d6d83dff91bfba6fa05a6bd38e70cb6e6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libbsdmalloc: Use a multiply-overflow that clang supports too.</title>
<updated>2023-07-05T22:13:20+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-05T22:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=5b7fb2cc0bc1e6d8ed360dca3fac918bee6f189f'/>
<id>5b7fb2cc0bc1e6d8ed360dca3fac918bee6f189f</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>mk.conf(5): document rump variables</title>
<updated>2023-07-05T16:40:33+00:00</updated>
<author>
<name>lukem</name>
<email>lukem@NetBSD.org</email>
</author>
<published>2023-07-05T16:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=1a56dc243916e9eba8e116d8e3ab663c850d4666'/>
<id>1a56dc243916e9eba8e116d8e3ab663c850d4666</id>
<content type='text'>
Update mk.conf(5) with the rump variables from
- lib/librumpuser/README.compileopts
- sys/rump/README.compileopts

Add cross-references back to mk.conf(5) in those files.

Ensure that the Default: is listed last in a description,
for consistency with the convention in this file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update mk.conf(5) with the rump variables from
- lib/librumpuser/README.compileopts
- sys/rump/README.compileopts

Add cross-references back to mk.conf(5) in those files.

Ensure that the Default: is listed last in a description,
for consistency with the convention in this file.</pre>
</div>
</content>
</entry>
<entry>
<title>libbsdmalloc: Make aligned_alloc(A, S) actually align when A &gt; S.</title>
<updated>2023-07-05T12:08:49+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-05T12:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=6f360aba0d5f7055909496e40143a77d1ae6acf4'/>
<id>6f360aba0d5f7055909496e40143a77d1ae6acf4</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>libbsdmalloc: Lift C11 divisibility restriction on aligned_alloc.</title>
<updated>2023-07-05T10:57:44+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-05T10:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=0a8ba65c6f15e2020ec7e1edbfd6b0319fa37f69'/>
<id>0a8ba65c6f15e2020ec7e1edbfd6b0319fa37f69</id>
<content type='text'>
Restriction was lifted in C17.

XXX pullup-10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restriction was lifted in C17.

XXX pullup-10</pre>
</div>
</content>
</entry>
<entry>
<title>bsdmalloc.3: fix typos in function parameters</title>
<updated>2023-07-05T07:13:56+00:00</updated>
<author>
<name>rillig</name>
<email>rillig@NetBSD.org</email>
</author>
<published>2023-07-05T07:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=05530ef2b6bd1ae29cb12695849273773356155a'/>
<id>05530ef2b6bd1ae29cb12695849273773356155a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libbsdmalloc: Fix build with DEBUG.</title>
<updated>2023-07-05T01:15:47+00:00</updated>
<author>
<name>riastradh</name>
<email>riastradh@NetBSD.org</email>
</author>
<published>2023-07-05T01:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=511e502b35fec91de1d4f920c8d97ce835df140e'/>
<id>511e502b35fec91de1d4f920c8d97ce835df140e</id>
<content type='text'>
Nix __P while here.

XXX pullup-10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nix __P while here.

XXX pullup-10</pre>
</div>
</content>
</entry>
</feed>
