<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch eric_g2k12</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=eric_g2k12</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=eric_g2k12'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2012-07-13T17:49:56+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'eric_g2k12'.</title>
<updated>2012-07-13T17:49:56+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2012-07-13T17:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee04221ea8063435416c7e6369e6eae76843aa71'/>
<id>urn:sha1:ee04221ea8063435416c7e6369e6eae76843aa71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use same (lame) verbiage to explain ifa_dstaddr as is used for</title>
<updated>2012-07-13T09:32:23+00:00</updated>
<author>
<name>krw</name>
<email></email>
</author>
<published>2012-07-13T09:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=20333a35e7159469107dfd2bb6f664bbd518c4d5'/>
<id>urn:sha1:20333a35e7159469107dfd2bb6f664bbd518c4d5</id>
<content type='text'>
ifa_broadaddr.  i.e. make it make clear that this field is only
valid for P2P. (Hint: one's a field, and one's a #define giving a
new name to said field)

ok guenther@
</content>
</entry>
<entry>
<title>fix an off-by-one error where the return value would point to the</title>
<updated>2012-07-11T10:44:59+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2012-07-11T10:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee4e924e8a4518efe5788a280baa0fbb30d302e1'/>
<id>urn:sha1:ee4e924e8a4518efe5788a280baa0fbb30d302e1</id>
<content type='text'>
character after the '\0'; ok guenther@
</content>
</entry>
<entry>
<title>use PAGE_SHIFT instead of PGSHIFT, in preperation for future</title>
<updated>2012-07-09T08:39:24+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2012-07-09T08:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d8e0394e9cb3457b27193fd9436ba5cab35dc328'/>
<id>urn:sha1:d8e0394e9cb3457b27193fd9436ba5cab35dc328</id>
<content type='text'>
param.h symbol reduction.
ok guenther
</content>
</entry>
<entry>
<title>Zap extra spaces from function pointer arguments</title>
<updated>2012-07-08T10:25:55+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2012-07-08T10:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2e88e9a693d4c39914295582b75c183e128ecfad'/>
<id>urn:sha1:2e88e9a693d4c39914295582b75c183e128ecfad</id>
<content type='text'>
Pointed out by Joachim Schipper (joachim at joachimschipper.nl)
</content>
</entry>
<entry>
<title>Describe tdelete()'s return value correctly and update the related CAVEAT</title>
<updated>2012-07-08T10:14:35+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2012-07-08T10:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=faef3e5265c4743f5eda64aac605691173a2defb'/>
<id>urn:sha1:faef3e5265c4743f5eda64aac605691173a2defb</id>
<content type='text'>
Based on a note from Steffen Daode Nurpmeso (sdaoden at googlemail.com)
ok jmc@
</content>
</entry>
<entry>
<title>after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of</title>
<updated>2012-06-26T21:36:25+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2012-06-26T21:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d9633a2977235616df134f4416ad30efab4ef9d'/>
<id>urn:sha1:5d9633a2977235616df134f4416ad30efab4ef9d</id>
<content type='text'>
scanning for free space if the hint isn't available.
also, on further inspection, this will prevent pmap_prefer from "improving"
our hint.
</content>
</entry>
<entry>
<title>Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as</title>
<updated>2012-06-24T18:25:12+00:00</updated>
<author>
<name>matthew</name>
<email></email>
</author>
<published>2012-06-24T18:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=70c7378247d7e529a22d43f21101add64a06bdf5'/>
<id>urn:sha1:70c7378247d7e529a22d43f21101add64a06bdf5</id>
<content type='text'>
``-upper_bound % upper_bound''.  Simplifies the code and makes it the
same on both ILP32 and LP64 architectures, and also slightly faster on
LP64 architectures by using a 32-bit remainder instead of a 64-bit
remainder.

Pointed out by Jorden Verwer on tech@
ok deraadt; no objections from djm or otto
</content>
</entry>
<entry>
<title>- document newly imported AF_INET6 support to net_inet_{pton,ntop}</title>
<updated>2012-06-24T18:06:42+00:00</updated>
<author>
<name>gilles</name>
<email></email>
</author>
<published>2012-06-24T18:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66dd580016e3a25e860e9cd6f78cf9aff2846a52'/>
<id>urn:sha1:66dd580016e3a25e860e9cd6f78cf9aff2846a52</id>
<content type='text'>
diff from Florian Obser, ok jmc@
</content>
</entry>
<entry>
<title>add support for AF_INET6 to inet_net_pton() and inet_net_ntop()</title>
<updated>2012-06-22T19:13:37+00:00</updated>
<author>
<name>gilles</name>
<email></email>
</author>
<published>2012-06-22T19:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d6064321105bb8e5b7cc1bcab806e373a020595'/>
<id>urn:sha1:6d6064321105bb8e5b7cc1bcab806e373a020595</id>
<content type='text'>
using inet_pton() and inet_ntop() as suggested by claudio

ok claudio@
</content>
</entry>
</feed>
