<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch OPENBSD_4_7_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_7_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_7_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2010-03-10T20:46:16+00:00</updated>
<entry>
<title>It's unsetenv() that doesn't like `=' in the argument, not putenv().</title>
<updated>2010-03-10T20:46:16+00:00</updated>
<author>
<name>kili</name>
<email></email>
</author>
<published>2010-03-10T20:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a7a853e149f5a2468fd738638c4641dd59d6bc31'/>
<id>urn:sha1:a7a853e149f5a2468fd738638c4641dd59d6bc31</id>
<content type='text'>
ok millert@
</content>
</entry>
<entry>
<title>Use size_t in appropriate places; fixes sorting of big arrays;</title>
<updated>2010-02-08T11:04:07+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2010-02-08T11:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6129285462a0eff1c43458954cfc5ac8b927444'/>
<id>urn:sha1:f6129285462a0eff1c43458954cfc5ac8b927444</id>
<content type='text'>
after the diff was written, I made it similar to the freebsd fix of
the same code; pr6287 ok millert@ guenther@
</content>
</entry>
<entry>
<title>use size_t to index arrays; avoids big array bugs; ok millert@ guenther@</title>
<updated>2010-02-08T11:01:52+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2010-02-08T11:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=51ca5794e1468e2ad153e694158bc7be8a042399'/>
<id>urn:sha1:51ca5794e1468e2ad153e694158bc7be8a042399</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent</title>
<updated>2010-02-03T20:49:00+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2010-02-03T20:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aaa0cabd6a83ca6edba4b6122b65033db1337306'/>
<id>urn:sha1:aaa0cabd6a83ca6edba4b6122b65033db1337306</id>
<content type='text'>
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@
</content>
</entry>
<entry>
<title>stucture -&gt; structure;</title>
<updated>2010-01-25T20:14:11+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2010-01-25T20:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8c7079bf6a137a85e4567ee5c8bf073b4e43b1d6'/>
<id>urn:sha1:8c7079bf6a137a85e4567ee5c8bf073b4e43b1d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New options 'S', as a shorthand for the options most suitable as an</title>
<updated>2010-01-13T12:40:11+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2010-01-13T12:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=32bffaf97a4c8775ee819b502225c29aa56ef5fe'/>
<id>urn:sha1:32bffaf97a4c8775ee819b502225c29aa56ef5fe</id>
<content type='text'>
extra safeguard (FGJ). Idea from deraadt@; ok deraadt@ dlg@
</content>
</entry>
<entry>
<title>replace a few remaining UNIX terms with .Ux macros; this diff</title>
<updated>2009-12-29T10:25:43+00:00</updated>
<author>
<name>sobrado</name>
<email></email>
</author>
<published>2009-12-29T10:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5c02bfd0dbefdc2d6c9aaafe24c2b5efad55efa8'/>
<id>urn:sha1:5c02bfd0dbefdc2d6c9aaafe24c2b5efad55efa8</id>
<content type='text'>
completes the changes from Oct 22.
</content>
</entry>
<entry>
<title>save calls to arc4random() by using a nibble at a time; not because</title>
<updated>2009-12-16T08:23:53+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2009-12-16T08:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c78273410f952558c1d675bfcf90b6852305ccda'/>
<id>urn:sha1:c78273410f952558c1d675bfcf90b6852305ccda</id>
<content type='text'>
arc4random() is slow, but it induces getpid() calls; also saves a
bit on stirring efforts
</content>
</entry>
<entry>
<title>No point in refreshing the pid from inside arc4_stir() when that</title>
<updated>2009-12-15T18:19:06+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2009-12-15T18:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=00c7062e7072458762b2f2f8518512cd1dfc4f9b'/>
<id>urn:sha1:00c7062e7072458762b2f2f8518512cd1dfc4f9b</id>
<content type='text'>
doesn't test it, so factor out the two places that test it into a
routine and do the refreshing there.  With this, arch4random_buf()
doesn't trigger superfluous calls to getpid() when filling large
buffers.

ok deraadt@, "looks nicer indeed" otto@
</content>
</entry>
<entry>
<title>Make userland malloc use __LDPGSZ granularity on mips, regardless of the</title>
<updated>2009-12-07T18:47:38+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2009-12-07T18:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66073233547366f9be938315518a5e182a75d3ff'/>
<id>urn:sha1:66073233547366f9be938315518a5e182a75d3ff</id>
<content type='text'>
actual kernel page size.
</content>
</entry>
</feed>
