<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc, branch OPENBSD_5_6</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_6</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-07-28T04:17:07+00:00</updated>
<entry>
<title>remove non-portable __progname extern from arc4random unit test.</title>
<updated>2014-07-28T04:17:07+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-07-28T04:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1adf2db2a64042bbddd4292f1099948ced5886b'/>
<id>urn:sha1:d1adf2db2a64042bbddd4292f1099948ced5886b</id>
<content type='text'>
ok @deraadt
</content>
</entry>
<entry>
<title>Switch from &lt;sys/endian.h&gt; or &lt;machine/endian.h&gt; to the new,</title>
<updated>2014-07-21T01:51:11+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-07-21T01:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=647ed8b748366264474c5e4d37d07789ac48458f'/>
<id>urn:sha1:647ed8b748366264474c5e4d37d07789ac48458f</id>
<content type='text'>
being-standardized &lt;endian.h&gt;

ok deraadt@ millert@ beck@
</content>
</entry>
<entry>
<title>Fix ordering breakage, moving the fclose() test last again.</title>
<updated>2014-07-20T01:58:37+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-07-20T01:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a44f6804a7fdc4ae0bc50bb9ac2d4c10d9693bdc'/>
<id>urn:sha1:a44f6804a7fdc4ae0bc50bb9ac2d4c10d9693bdc</id>
<content type='text'>
Also correct some format strings.

From Doug Hogan (doug (at) acyclic.org)
</content>
</entry>
<entry>
<title>Make sure the correct errno is reported by warn* or err* and not</title>
<updated>2014-07-20T01:38:40+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-07-20T01:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1cf6dac402bf6b677a14fb33c54ee0fcb4021bee'/>
<id>urn:sha1:1cf6dac402bf6b677a14fb33c54ee0fcb4021bee</id>
<content type='text'>
the errno of an intervening cleanup operation like close/unlink/etc.

Diff from Doug Hogan (doug (at) acyclic.org)
</content>
</entry>
<entry>
<title>Delete unused variables found by -Wall</title>
<updated>2014-07-20T01:29:03+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-07-20T01:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=137c95377460c8ff91a5fd5101d88c29c9211dd6'/>
<id>urn:sha1:137c95377460c8ff91a5fd5101d88c29c9211dd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing include.  Tickled by Doug Hogan (doug (at) acyclic.org)</title>
<updated>2014-07-20T01:26:17+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-07-20T01:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a8625205776df9965436bb88ff3573cea9e53437'/>
<id>urn:sha1:a8625205776df9965436bb88ff3573cea9e53437</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix dumb copy/paste mistake.</title>
<updated>2014-07-11T01:10:35+00:00</updated>
<author>
<name>matthew</name>
<email></email>
</author>
<published>2014-07-11T01:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7c1604ababbfbcde0bc72c482acfe72d9c10b77d'/>
<id>urn:sha1:7c1604ababbfbcde0bc72c482acfe72d9c10b77d</id>
<content type='text'>
Noticed testing with clang.
</content>
</entry>
<entry>
<title>Fix explicit_bzero regress for Solaris and OS X compatibility</title>
<updated>2014-07-11T00:38:17+00:00</updated>
<author>
<name>matthew</name>
<email></email>
</author>
<published>2014-07-11T00:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=11fac66b3ab86680074b2fba3298980b044d27f7'/>
<id>urn:sha1:11fac66b3ab86680074b2fba3298980b044d27f7</id>
<content type='text'>
Solaris and OS X clobber the signal stack when returning to the main
stack, which caused the original testing strategy (inspecting the
signal stack once we're back on the main stack) to fail.

To be compatible with this behavior, the regress test now inspects the
signal stack space while we're still executing on it.  This is a bit
iffy because we might clobber it ourselves while inspecting it, but we
as long as its not completely clobbered we should be okay.

thx bcook for the Solaris test account
</content>
</entry>
<entry>
<title>Add some extra sanity checks to make sure the test functions actually</title>
<updated>2014-07-09T23:54:00+00:00</updated>
<author>
<name>matthew</name>
<email></email>
</author>
<published>2014-07-09T23:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cff606a33656a8e3011d25140ec13caa6318498a'/>
<id>urn:sha1:cff606a33656a8e3011d25140ec13caa6318498a</id>
<content type='text'>
run on altstack.
</content>
</entry>
<entry>
<title>Minor cleanups</title>
<updated>2014-07-09T18:19:40+00:00</updated>
<author>
<name>matthew</name>
<email></email>
</author>
<published>2014-07-09T18:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f1e91c395f883599a7238064ecd4502e5e64a49e'/>
<id>urn:sha1:f1e91c395f883599a7238064ecd4502e5e64a49e</id>
<content type='text'>
Rename _waitpid() to safewaitpid() to avoid POSIX reserved identifier
namespace.

KNF nit: return value expressions should be surrounded by parentheses,
per style(9).

Ensure SIGCHLD is set to SIG_DFL, not SIG_IGN.  POSIX allows (and
requires under XSI) that terminated child processes not leave zombies
if SIGCHLD is set to SIG_IGN, and it also allows execve() to leave
SIGCHLD set to SIG_IGN.
</content>
</entry>
</feed>
