<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc/malloc, branch OPENBSD_6_2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-07-27T15:08:37+00:00</updated>
<entry>
<title>Fix all clang warnings in libc regress and cleanup some make files.</title>
<updated>2017-07-27T15:08:37+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2017-07-27T15:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7341ba2e45310f77116d854ae4255ccbd506f6a9'/>
<id>urn:sha1:7341ba2e45310f77116d854ae4255ccbd506f6a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run malloc0test with all possible malloc options.</title>
<updated>2017-07-08T00:08:26+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2017-07-08T00:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=daa22490ba200b6fb89f76e83442d7fb859a44da'/>
<id>urn:sha1:daa22490ba200b6fb89f76e83442d7fb859a44da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix make clean and warnings</title>
<updated>2017-01-24T16:03:28+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-01-24T16:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d33bde3ed36857acb00572097ce6259ce3671a9d'/>
<id>urn:sha1:d33bde3ed36857acb00572097ce6259ce3671a9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make sure realloc preserves data</title>
<updated>2017-01-24T15:54:53+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-01-24T15:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5816ab689898865e87a865d92297fd40edd97eca'/>
<id>urn:sha1:5816ab689898865e87a865d92297fd40edd97eca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use ${.OBJDIR}</title>
<updated>2017-01-24T15:32:20+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-01-24T15:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe5134794a01afb621ceaefd31b817f891ddce2b'/>
<id>urn:sha1:fe5134794a01afb621ceaefd31b817f891ddce2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hook malloc_general to the tests</title>
<updated>2017-01-23T11:07:18+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-01-23T11:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d997e8b2da4774b32b9a1e6368bb19aca5bf82c2'/>
<id>urn:sha1:d997e8b2da4774b32b9a1e6368bb19aca5bf82c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test malloc/realloc/free with some flag combo's</title>
<updated>2017-01-23T11:06:32+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-01-23T11:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=244cfc1650e36f6710f5c09851b51d283f62984c'/>
<id>urn:sha1:244cfc1650e36f6710f5c09851b51d283f62984c</id>
<content type='text'>
</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>Don't forget to return 0 on success, doh.</title>
<updated>2006-05-16T05:47:13+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2006-05-16T05:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf134702987ee70893fa1a4f6971346f1a57c1f7'/>
<id>urn:sha1:cf134702987ee70893fa1a4f6971346f1a57c1f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook new ulimit test cases</title>
<updated>2006-04-18T19:04:39+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2006-04-18T19:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87c4f50b85185f283080c848a73bd7b9671b4335'/>
<id>urn:sha1:87c4f50b85185f283080c848a73bd7b9671b4335</id>
<content type='text'>
</content>
</entry>
</feed>
