<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, 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>- make arc4random*() functions thread safe. Use a custom spinlock function</title>
<updated>2008-01-01T00:43:39+00:00</updated>
<author>
<name>kurt</name>
<email></email>
</author>
<published>2008-01-01T00:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d08c4e4910d78ef0ddd9e7917c1f2d61b0021d4a'/>
<id>urn:sha1:d08c4e4910d78ef0ddd9e7917c1f2d61b0021d4a</id>
<content type='text'>
instead of the generic pthread macros since free(3) uses __arc4_getbyte()
when freeing small sized allocations and the generic pthread macros call
malloc(3).
- eliminate passing pointers to a static variable with global scope (rs)
for additional code clarity and reduction.
- shlib minor bumps for libc and libpthread due to new functions.
From andreas@ with some bits from me. okay tedu@ marc@ w/some spot
checking from millert@
</content>
</entry>
<entry>
<title>typos;  ok jmc@</title>
<updated>2007-11-27T16:22:12+00:00</updated>
<author>
<name>martynas</name>
<email></email>
</author>
<published>2007-11-27T16:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=08fce002dfa86ac3b85b3a64a7d1c577e8d6ad01'/>
<id>urn:sha1:08fce002dfa86ac3b85b3a64a7d1c577e8d6ad01</id>
<content type='text'>
sys/dev/pci/pciide.c from naddy@
</content>
</entry>
<entry>
<title>fix misleading comment; the _MUTEX_LOCK/_MUTEX_UNLOCK macros work with</title>
<updated>2007-11-19T02:54:19+00:00</updated>
<author>
<name>kurt</name>
<email></email>
</author>
<published>2007-11-19T02:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=82238b8a1552ad2206b7677e25095266b6f52a0f'/>
<id>urn:sha1:82238b8a1552ad2206b7677e25095266b6f52a0f</id>
<content type='text'>
both static and non-static mutexs.
</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>Make sure to use unique target names so that make -j does not break;</title>
<updated>2007-10-25T22:41:02+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2007-10-25T22:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74422770da15213fb8b6c66c769d0ff45860afd6'/>
<id>urn:sha1:74422770da15213fb8b6c66c769d0ff45860afd6</id>
<content type='text'>
feedback and ok espie@
</content>
</entry>
<entry>
<title>use RRSIG instead of SIG for DNSSEC. ok djm@</title>
<updated>2007-10-11T18:36:41+00:00</updated>
<author>
<name>jakob</name>
<email></email>
</author>
<published>2007-10-11T18:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=115b8b7d4830ff4c5f4180f7d64cd57307f5f909'/>
<id>urn:sha1:115b8b7d4830ff4c5f4180f7d64cd57307f5f909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a RETURN VALUES section.</title>
<updated>2007-10-08T11:55:27+00:00</updated>
<author>
<name>pyr</name>
<email></email>
</author>
<published>2007-10-08T11:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5466c28b1bd5a7699ec46cd69510bdaa7994294e'/>
<id>urn:sha1:5466c28b1bd5a7699ec46cd69510bdaa7994294e</id>
<content type='text'>
ok jmc@
</content>
</entry>
</feed>
