<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch OPENBSD_4_3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-02-20T18:31:34+00:00</updated>
<entry>
<title>use pgfree pool like other code does to reserve free list slots.</title>
<updated>2008-02-20T18:31:34+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2008-02-20T18:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=af70d9f43988faac4e1d4c23c2ee82a7f1fc0776'/>
<id>urn:sha1:af70d9f43988faac4e1d4c23c2ee82a7f1fc0776</id>
<content type='text'>
prevents a few "cannot free mem because i need mem to free mem"
scenarios (one found by weingart@). ok weingart@ millert@ miod@
</content>
</entry>
<entry>
<title>Put limits.h in front of stdlib.h as style(9) recommends.</title>
<updated>2007-11-13T18:30:04+00:00</updated>
<author>
<name>tobias</name>
<email></email>
</author>
<published>2007-11-13T18:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=61e90ee833f583b0932208a5aaeceb84df12b72c'/>
<id>urn:sha1:61e90ee833f583b0932208a5aaeceb84df12b72c</id>
<content type='text'>
OK millert@
</content>
</entry>
<entry>
<title>strtod may return HUGE_VAL on overflow, which is defined in math.h.</title>
<updated>2007-11-11T12:23:36+00:00</updated>
<author>
<name>tobias</name>
<email></email>
</author>
<published>2007-11-11T12:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0c021a461980b0d14b22cf177756385b8cc493a8'/>
<id>urn:sha1:0c021a461980b0d14b22cf177756385b8cc493a8</id>
<content type='text'>
Therefore added math.h to SYNPOSIS.

OK millert@
</content>
</entry>
<entry>
<title>Add parentheses to avoid warning:</title>
<updated>2007-10-31T12:34:57+00:00</updated>
<author>
<name>chl</name>
<email></email>
</author>
<published>2007-10-31T12:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=39f521b345b60e52d3e0004a5da2b8405ffe8669'/>
<id>urn:sha1:39f521b345b60e52d3e0004a5da2b8405ffe8669</id>
<content type='text'>
"suggest parentheses around &amp;&amp; within ||"

ok millert@
</content>
</entry>
<entry>
<title>Add missing header to avoid warning</title>
<updated>2007-09-05T20:47:47+00:00</updated>
<author>
<name>chl</name>
<email></email>
</author>
<published>2007-09-05T20:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3de96f3bd88d1d2bcc870d6998753b93832adc0'/>
<id>urn:sha1:c3de96f3bd88d1d2bcc870d6998753b93832adc0</id>
<content type='text'>
ok millert@ ray@
</content>
</entry>
<entry>
<title>no need to talk about bits; ok millert jmc</title>
<updated>2007-09-05T06:03:08+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2007-09-05T06:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6e5aa8758fb4e98e94a2f964e0eb926ceb6920a4'/>
<id>urn:sha1:6e5aa8758fb4e98e94a2f964e0eb926ceb6920a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update free(3) section--we use mmap()/munmap(), not brk().</title>
<updated>2007-09-03T21:38:34+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2007-09-03T21:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4021cf58e3f5c5243f526ffd1336767dfe8458f2'/>
<id>urn:sha1:4021cf58e3f5c5243f526ffd1336767dfe8458f2</id>
<content type='text'>
Based on a diff from Mike Belopuhov.  OK jmc@
</content>
</entry>
<entry>
<title>Add __cxa_atexit() support for gcc3.  This provides support for shared object destructors called at dlclose() time.  Inspired by similar changes in FreeBSD and NetBSD.</title>
<updated>2007-09-03T14:40:16+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2007-09-03T14:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7e0e6a2581ab1d1bca602865b8e38dfa2f54424a'/>
<id>urn:sha1:7e0e6a2581ab1d1bca602865b8e38dfa2f54424a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add recaloc(3)</title>
<updated>2007-09-03T14:37:02+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2007-09-03T14:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2056049ed6b7a028e611838a742280fced6d2c23'/>
<id>urn:sha1:2056049ed6b7a028e611838a742280fced6d2c23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg</title>
<updated>2007-09-02T15:19:18+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2007-09-02T15:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4dce4206f0cafd0811f23aedc04a436aa9d145c1'/>
<id>urn:sha1:4dce4206f0cafd0811f23aedc04a436aa9d145c1</id>
<content type='text'>
</content>
</entry>
</feed>
