<feed xmlns='http://www.w3.org/2005/Atom'>
<title>netbsd/include, 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>s/configuratin/configuration/ in comment, from Brad Harder (bch) by email.</title>
<updated>2023-05-23T10:22:42+00:00</updated>
<author>
<name>andvar</name>
<email>andvar@NetBSD.org</email>
</author>
<published>2023-05-23T10:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=f72d95f5c27f61d00bb7f6cd2c7ca8e0994cdb22'/>
<id>f72d95f5c27f61d00bb7f6cd2c7ca8e0994cdb22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PR/57288: Mingye Wang: &lt;ssp/ssp.h&gt;: Use __builtin_dynamic_object_size</title>
<updated>2023-03-29T13:37:10+00:00</updated>
<author>
<name>christos</name>
<email>christos@NetBSD.org</email>
</author>
<published>2023-03-29T13:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=d14b6d6e42d44cab113e6ae12b1b40073750bd33'/>
<id>d14b6d6e42d44cab113e6ae12b1b40073750bd33</id>
<content type='text'>
for LLVM &gt; 9 and GCC &gt; 12, introducing _SSP_FORTIFY_LEVEL == 3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for LLVM &gt; 9 and GCC &gt; 12, introducing _SSP_FORTIFY_LEVEL == 3</pre>
</div>
</content>
</entry>
<entry>
<title>scandir(3) and alphasort(3) are part of POSIX-2008, so don't require</title>
<updated>2022-12-28T11:51:21+00:00</updated>
<author>
<name>nia</name>
<email>nia@NetBSD.org</email>
</author>
<published>2022-12-28T11:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=ab696e6e98a251b6ef4327f2f4c27f3e677b111d'/>
<id>ab696e6e98a251b6ef4327f2f4c27f3e677b111d</id>
<content type='text'>
_NETBSD_SOURCE to use them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_NETBSD_SOURCE to use them.</pre>
</div>
</content>
</entry>
<entry>
<title>put reallocarray() in the public namespace</title>
<updated>2022-10-28T09:43:58+00:00</updated>
<author>
<name>wiz</name>
<email>wiz@NetBSD.org</email>
</author>
<published>2022-10-28T09:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=ab3fdd40bbfe9c973ebe532869b675339861eb30'/>
<id>ab3fdd40bbfe9c973ebe532869b675339861eb30</id>
<content type='text'>
reallocarray() will be part of the next POSIX release, see
https://austingroupbugs.net/view.php?id=1218

adapt an errno value to match POSIX expectations

As discussed on tech-userlevel</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reallocarray() will be part of the next POSIX release, see
https://austingroupbugs.net/view.php?id=1218

adapt an errno value to match POSIX expectations

As discussed on tech-userlevel</pre>
</div>
</content>
</entry>
<entry>
<title>correct tm_sec range to be [0-60]</title>
<updated>2022-10-23T15:43:40+00:00</updated>
<author>
<name>jschauma</name>
<email>jschauma@NetBSD.org</email>
</author>
<published>2022-10-23T15:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=04296fc946250c6cfbc7ed7da647f7ac5d268265'/>
<id>04296fc946250c6cfbc7ed7da647f7ac5d268265</id>
<content type='text'>
The previous range introduced in time.h rev1.14 was supposed to account
for a mystical "double leap second", which ultimately never could exist
and was a mistaken interpretation from an early ISO C standard whereby
the possibility of two leap seconds within a year was erroneously
interpreted to mean that two leap seconds could occur at once.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous range introduced in time.h rev1.14 was supposed to account
for a mystical "double leap second", which ultimately never could exist
and was a mistaken interpretation from an early ISO C standard whereby
the possibility of two leap seconds within a year was erroneously
interpreted to mean that two leap seconds could occur at once.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hacky gcc2-specific alloca definition.</title>
<updated>2022-10-05T12:09:07+00:00</updated>
<author>
<name>nia</name>
<email>nia@NetBSD.org</email>
</author>
<published>2022-10-05T12:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=edb5a1f890d34bfced5c7a108107dcb455107449'/>
<id>edb5a1f890d34bfced5c7a108107dcb455107449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sincos{,f,l} from FreeBSD</title>
<updated>2022-08-27T08:31:58+00:00</updated>
<author>
<name>christos</name>
<email>christos@NetBSD.org</email>
</author>
<published>2022-08-27T08:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=5fd1b5edf1aca315ba0b11ced40dcd6950c6d744'/>
<id>5fd1b5edf1aca315ba0b11ced40dcd6950c6d744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace changes from tzcode2022a-&gt;tzcode2022b</title>
<updated>2022-08-16T09:03:04+00:00</updated>
<author>
<name>christos</name>
<email>christos@NetBSD.org</email>
</author>
<published>2022-08-16T09:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=1bc4ac82ff7505f3b88b3adcc0acd4ea69a85b26'/>
<id>1bc4ac82ff7505f3b88b3adcc0acd4ea69a85b26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sched.h: keep __clone() visible under _NETBSD_SOURCE</title>
<updated>2022-08-01T15:16:05+00:00</updated>
<author>
<name>wiz</name>
<email>wiz@NetBSD.org</email>
</author>
<published>2022-08-01T15:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=4de9975bd297416dbe9b19b4e7bd6d45621be25e'/>
<id>4de9975bd297416dbe9b19b4e7bd6d45621be25e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sched.h: format comment to follow KNF</title>
<updated>2022-08-01T14:34:01+00:00</updated>
<author>
<name>wiz</name>
<email>wiz@NetBSD.org</email>
</author>
<published>2022-08-01T14:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.infra.scholz.ruhr/netbsd/commit/?id=d1d3b997c4794cafd68a8c115e5c064d35304211'/>
<id>d1d3b997c4794cafd68a8c115e5c064d35304211</id>
<content type='text'>
requested by thorpej@</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
requested by thorpej@</pre>
</div>
</content>
</entry>
</feed>
