<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch OPENBSD_4_4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-07-28T19:53:03+00:00</updated>
<entry>
<title>man page bits for new malloc; ok jmc@</title>
<updated>2008-07-28T19:53:03+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2008-07-28T19:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=37873c9cd14ab301b21d6bc491510bceeeef57f4'/>
<id>urn:sha1:37873c9cd14ab301b21d6bc491510bceeeef57f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Almost complete rewrite of malloc, to have a more efficient data</title>
<updated>2008-07-28T04:56:38+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2008-07-28T04:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b27d6e846482338e09c058638005f2b0c06b1832'/>
<id>urn:sha1:b27d6e846482338e09c058638005f2b0c06b1832</id>
<content type='text'>
structure of tracking pages returned by mmap(). Lots of testing by
lots of people, thanks to you all.
ok djm@ (for a slighly earlier version) deraadt@
</content>
</entry>
<entry>
<title>First pass at removing clauses 3 and 4 from NetBSD licenses.</title>
<updated>2008-06-26T05:42:05+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2008-06-26T05:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49302994ffe4359a8951df4584930c7c771650fc'/>
<id>urn:sha1:49302994ffe4359a8951df4584930c7c771650fc</id>
<content type='text'>
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@
</content>
</entry>
<entry>
<title>remove _thread_malloc_init prototype</title>
<updated>2008-06-14T15:43:43+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2008-06-14T15:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5b5778393595ddb408f774ca0db7a9d40f6782f5'/>
<id>urn:sha1:5b5778393595ddb408f774ca0db7a9d40f6782f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grammar fixes;</title>
<updated>2008-06-13T23:50:49+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2008-06-13T23:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=152a1e2c8dda93698c05c6e4372f997e68f1f793'/>
<id>urn:sha1:152a1e2c8dda93698c05c6e4372f997e68f1f793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove _MALLOC_LOCK_INIT; major bump; ok deraadt@</title>
<updated>2008-06-13T21:18:42+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2008-06-13T21:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b65da525816f8a4366b3b8f09e0bbcec6ec867a6'/>
<id>urn:sha1:b65da525816f8a4366b3b8f09e0bbcec6ec867a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add strtof() to libc, some ports seem to like it. Currently it's a simple</title>
<updated>2008-06-13T21:04:24+00:00</updated>
<author>
<name>landry</name>
<email></email>
</author>
<published>2008-06-13T21:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6b7d41f8c5a19961e127bc5168f899e7da8fee47'/>
<id>urn:sha1:6b7d41f8c5a19961e127bc5168f899e7da8fee47</id>
<content type='text'>
call to strtod() with bounding check.
Discussed with pyr@ and otto@

ok otto@ deraadt@
</content>
</entry>
<entry>
<title>fix an Xr, and use a more appropriate macro;</title>
<updated>2008-06-09T06:04:02+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2008-06-09T06:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f8a6cc0c54595fc7b66a29e5c4423c6d2b6e9a3f'/>
<id>urn:sha1:f8a6cc0c54595fc7b66a29e5c4423c6d2b6e9a3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom</title>
<updated>2008-06-08T18:37:09+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2008-06-08T18:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=05a412742403894d384795fc7b3358c5278d7f31'/>
<id>urn:sha1:05a412742403894d384795fc7b3358c5278d7f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix math screwup that reintroduced a bias for upper_bounds in range</title>
<updated>2008-06-04T00:50:23+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2008-06-04T00:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9cb2819066edcb7bd907e9809cc6a87dbf7b3a71'/>
<id>urn:sha1:9cb2819066edcb7bd907e9809cc6a87dbf7b3a71</id>
<content type='text'>
(2^30,2^31). Nothing in the tree yet requests random numbers bounded
by this range.

report jakob!deraadt; ok deraadt@
</content>
</entry>
</feed>
