<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/include, branch OPENBSD_5_6</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=OPENBSD_5_6</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=OPENBSD_5_6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2014-08-04T16:44:56+00:00</updated>
<entry>
<title>conditionally build strnlen if needed.</title>
<updated>2014-08-04T16:44:56+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-08-03T02:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5196a58dae2faf8edbbf54e7c2d0a3d741113301'/>
<id>urn:sha1:5196a58dae2faf8edbbf54e7c2d0a3d741113301</id>
<content type='text'>
it is only used by strndup

prodded by Sortie@
</content>
</entry>
<entry>
<title>define MAP_ANON for systems with MAP_ANONYMOUS</title>
<updated>2014-07-31T03:16:01+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-07-31T03:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=105da446ba01da9c04c3369584d62cc3bb07cbaf'/>
<id>urn:sha1:105da446ba01da9c04c3369584d62cc3bb07cbaf</id>
<content type='text'>
switch the sense of this check
</content>
</entry>
<entry>
<title>merge endian definitions between AIX/HP-UX/Solaris</title>
<updated>2014-07-30T12:12:42+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-07-30T12:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=8d89fb071c24db0800ccc04118ee15ce9c806ac4'/>
<id>urn:sha1:8d89fb071c24db0800ccc04118ee15ce9c806ac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update include/machine/endian.h for hpux portability.</title>
<updated>2014-07-30T12:12:36+00:00</updated>
<author>
<name>inoguchi</name>
<email>kinichiro.inoguchi@hp.com</email>
</author>
<published>2014-07-30T04:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ff58a2e3cb3cc47c900044011500192d776092fc'/>
<id>urn:sha1:ff58a2e3cb3cc47c900044011500192d776092fc</id>
<content type='text'>
ok bcook@
</content>
</entry>
<entry>
<title>add sys/mman.h shim to define MAP_ANON if needed</title>
<updated>2014-07-29T16:17:48+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-07-29T12:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=af705b3f7d92d6f2d08d6df00c54504ece53e4f1'/>
<id>urn:sha1:af705b3f7d92d6f2d08d6df00c54504ece53e4f1</id>
<content type='text'>
thanks to kinichiro for pointing this out

ok deraadt@ beck@
</content>
</entry>
<entry>
<title>add asprintf / vasprintf from OpenSSH portable</title>
<updated>2014-07-29T16:17:22+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-07-29T00:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=35e2d8d0485322558a8c4b726674a5293d6aec37'/>
<id>urn:sha1:35e2d8d0485322558a8c4b726674a5293d6aec37</id>
<content type='text'>
ok deraadt@ beck@
</content>
</entry>
<entry>
<title>Update endian.h for AIX/IRIX</title>
<updated>2014-07-29T16:17:18+00:00</updated>
<author>
<name>pgmassey</name>
<email>pgmassey0@gmail.com</email>
</author>
<published>2014-07-25T18:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=02ad0041c4f055c541be15ce3f4df9fd65236004'/>
<id>urn:sha1:02ad0041c4f055c541be15ce3f4df9fd65236004</id>
<content type='text'>
Added AIX/IRIX compatibility for endian detection.

ok bcook@ deraadt@ beck@
</content>
</entry>
<entry>
<title>Guard individual compatibility header prototypes.</title>
<updated>2014-07-28T18:52:07+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-07-28T17:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=981fc3618a78970cca6327666366a7056edd3ebf'/>
<id>urn:sha1:981fc3618a78970cca6327666366a7056edd3ebf</id>
<content type='text'>
This is to avoid redefining prototypes from the libc headers. Also,
simplify the autoconf function checks and remove some copy/paste
errors checking for 'write'.

ok wouter@
</content>
</entry>
<entry>
<title>add strndup/strnlen compat functions from OpenBSD</title>
<updated>2014-07-28T12:07:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-07-27T11:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0a74a4d4648f8655ad4862f28d995fcf2865b3b2'/>
<id>urn:sha1:0a74a4d4648f8655ad4862f28d995fcf2865b3b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include system headers for err.h compat macros</title>
<updated>2014-07-28T12:07:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-07-27T11:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=fb67b92eb2bf94816facee5469a7015101b3a07e'/>
<id>urn:sha1:fb67b92eb2bf94816facee5469a7015101b3a07e</id>
<content type='text'>
</content>
</entry>
</feed>
