<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc, branch libressl-v2.3.8</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.8</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.8'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-11-08T18:10:14+00:00</updated>
<entry>
<title>Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.</title>
<updated>2015-11-08T18:10:14+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-11-08T18:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=77000d04a2cf478c33c41feadb876b6f1a546d34'/>
<id>urn:sha1:77000d04a2cf478c33c41feadb876b6f1a546d34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in &lt;sys/types.h&gt; to get ssize_t or &lt;stdint.h&gt; to get uint32_t, instead of</title>
<updated>2015-10-30T15:45:57+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4'/>
<id>urn:sha1:3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4</id>
<content type='text'>
relying upon previously included headers to do this, to enhance portability;
from Pascal Cuoq, libressl github pull request #52
</content>
</entry>
<entry>
<title>Hide __atexit and __atexit_register_cleanup()</title>
<updated>2015-10-25T18:01:24+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T18:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d26dd1386187b2be08c82b67e3a2199a67c82900'/>
<id>urn:sha1:d26dd1386187b2be08c82b67e3a2199a67c82900</id>
<content type='text'>
Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct
Switch regress/lib/libc/atexit/ to be built with -static so that it can
  still access __atexit*

ok millert@ jca@
</content>
</entry>
<entry>
<title>Use dprintf() instead of fprintf() in the signal handler</title>
<updated>2015-10-25T04:11:00+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T04:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6056d63625b6e74df458ac23f11f86a9452ed35b'/>
<id>urn:sha1:6056d63625b6e74df458ac23f11f86a9452ed35b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cast ctype functions' arguments to unsigned char.</title>
<updated>2015-10-23T18:47:21+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-10-23T18:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0e09b51b855b0124cb179302cd9b890bf86b5e4f'/>
<id>urn:sha1:0e09b51b855b0124cb179302cd9b890bf86b5e4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ifnameindex to te libc regress tests</title>
<updated>2015-10-23T12:59:12+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2015-10-23T12:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0fd5227c21b7cfc0efe665e836f6c917f30ef7a4'/>
<id>urn:sha1:0fd5227c21b7cfc0efe665e836f6c917f30ef7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a regress test for if_indextoname() and if_nametoindex()</title>
<updated>2015-10-22T15:47:00+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2015-10-22T15:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6093787e53bb6e61dbeb44f979fb253f2ce0414f'/>
<id>urn:sha1:6093787e53bb6e61dbeb44f979fb253f2ce0414f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a regress for libc handling of SIGTHR</title>
<updated>2015-10-22T05:30:18+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-22T05:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6f9e896881bfb4186fa07fea2fc39c32b2b6e75d'/>
<id>urn:sha1:6f9e896881bfb4186fa07fea2fc39c32b2b6e75d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Need &lt;string.h&gt; for memset()</title>
<updated>2015-10-18T23:27:43+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-18T23:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=29dd067d77c961b2bb4392b90ab9aa1ba566aa1c'/>
<id>urn:sha1:29dd067d77c961b2bb4392b90ab9aa1ba566aa1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test the exported strsignal() API, not the (now hidden) internal API</title>
<updated>2015-09-14T06:31:25+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-14T06:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=96fce85193d4320b57ae03fe8567287e7884dbe5'/>
<id>urn:sha1:96fce85193d4320b57ae03fe8567287e7884dbe5</id>
<content type='text'>
noted by daniel@
</content>
</entry>
</feed>
