<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, 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>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>kill an Xr to a non-existent man page, ulimit(1);</title>
<updated>2008-05-20T11:25:26+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2008-05-20T11:25:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e603b6ec8e9138225bd5cbfedbd0b5b1e82735e6'/>
<id>urn:sha1:e603b6ec8e9138225bd5cbfedbd0b5b1e82735e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove recalloc(3); it is buggy and impossible to repair without big</title>
<updated>2008-05-19T19:36:15+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2008-05-19T19:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=64e5a691eaebd488c6d4609a36c21e319b92aef7'/>
<id>urn:sha1:64e5a691eaebd488c6d4609a36c21e319b92aef7</id>
<content type='text'>
costs; ok jmc@ for the man page bits; ok millert@ deraadt@
</content>
</entry>
<entry>
<title>Use arc4random_buf() when requesting more than a single word of output</title>
<updated>2008-04-13T00:22:17+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2008-04-13T00:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e091e5f9bb5ae7fbc3f63db4474a599ad3fe529'/>
<id>urn:sha1:3e091e5f9bb5ae7fbc3f63db4474a599ad3fe529</id>
<content type='text'>
Use arc4random_uniform() when the desired random number upper bound
is not a power of two

ok deraadt@ millert@
</content>
</entry>
<entry>
<title>- do not call pthread_atfork(3) handlers when a multithreaded program</title>
<updated>2008-04-04T19:30:41+00:00</updated>
<author>
<name>kurt</name>
<email></email>
</author>
<published>2008-04-04T19:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1031d50623e71c1ec734e02b7cd61ec97899d9f'/>
<id>urn:sha1:d1031d50623e71c1ec734e02b7cd61ec97899d9f</id>
<content type='text'>
calls vfork(2). "untested, but looks OK" marc@
- document vfork(2), popen(3) and system(3) don't call atfork handlers
in multithreaded programs. okay jmc@
</content>
</entry>
</feed>
