<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch libressl-v2.2.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.2.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-06-21T03:20:56+00:00</updated>
<entry>
<title>Just return if nmemb is 0.  Avoids a NULL dereference and is</title>
<updated>2015-06-21T03:20:56+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-06-21T03:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bfe4d3b6b1216ae4e6f2f26454e4d9046eee047d'/>
<id>urn:sha1:bfe4d3b6b1216ae4e6f2f26454e4d9046eee047d</id>
<content type='text'>
consistent with the behavior of the other libc sort functions.
OK deraadt@
</content>
</entry>
<entry>
<title>Remove needless casts.  There's no reason to cast delim to char *</title>
<updated>2015-06-19T18:41:53+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-06-19T18:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5f22e43ab16130f217f9100a74e7d4d376707354'/>
<id>urn:sha1:5f22e43ab16130f217f9100a74e7d4d376707354</id>
<content type='text'>
when we can just make spanp const char * to match it.  OK deraadt@
</content>
</entry>
<entry>
<title>force reseeding if pid has changed.</title>
<updated>2015-06-04T19:26:39+00:00</updated>
<author>
<name>eric</name>
<email></email>
</author>
<published>2015-06-04T19:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3264ecb55a0bdb0ed465192d7fa83ecd99a9998f'/>
<id>urn:sha1:3264ecb55a0bdb0ed465192d7fa83ecd99a9998f</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>Make index/rindex weak aliases of strchr/strrchr since they are not</title>
<updated>2015-05-15T22:29:37+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-05-15T22:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8542b4252e10ee9efd45f44099d0c2f5b6ca5d53'/>
<id>urn:sha1:8542b4252e10ee9efd45f44099d0c2f5b6ca5d53</id>
<content type='text'>
part of the ISO C standard and have also been dropped from POSIX.
OK guenther@ kettenis@
</content>
</entry>
<entry>
<title>rev 1.3 introduced a check to an if statement without adding braces.</title>
<updated>2015-05-14T11:52:43+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2015-05-14T11:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eb08145f1507a91cb0eb09f433adc7743d7c3bea'/>
<id>urn:sha1:eb08145f1507a91cb0eb09f433adc7743d7c3bea</id>
<content type='text'>
Claudio points out the size is checked by an earlier test so just
remove it to restore the original handling of the partial octet case.

Discussed with claudio and gilles.
</content>
</entry>
<entry>
<title>If crypt(3) is called with an unknown setting, return NULL instead</title>
<updated>2015-05-13T21:01:54+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2015-05-13T21:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e38f82c89d7d12d4fb2ae12565960a8de67b7b8c'/>
<id>urn:sha1:e38f82c89d7d12d4fb2ae12565960a8de67b7b8c</id>
<content type='text'>
of some undefined value.
OK tedu@
</content>
</entry>
<entry>
<title>Add dlclose(3) to SEE ALSO</title>
<updated>2015-05-12T20:14:09+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-05-12T20:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b83b556b4edd4ba0e17e553f6de68d56f52368a3'/>
<id>urn:sha1:b83b556b4edd4ba0e17e553f6de68d56f52368a3</id>
<content type='text'>
ok millert@ jmc@ schwarze@
</content>
</entry>
<entry>
<title>When checking flags that will be passed to open(), test the O_ACCMODE portion</title>
<updated>2015-05-11T00:42:54+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-05-11T00:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b37fedd6c323434f4c0c0fad5aca107223c4740a'/>
<id>urn:sha1:b37fedd6c323434f4c0c0fad5aca107223c4740a</id>
<content type='text'>
separately to avoid false negatives.

ok miod@ millert@
</content>
</entry>
<entry>
<title>Another couple of commas in the wrong place, ok jmc</title>
<updated>2015-04-14T22:16:03+00:00</updated>
<author>
<name>nicm</name>
<email></email>
</author>
<published>2015-04-14T22:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=48b163f0308a2df2e5a5b7f91edc2491e64089ba'/>
<id>urn:sha1:48b163f0308a2df2e5a5b7f91edc2491e64089ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make pthread_atfork() track the DSO that called it like atexit() does,</title>
<updated>2015-04-07T01:27:07+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-04-07T01:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fd187e2b735724c166cd750838f5169b96a51c6f'/>
<id>urn:sha1:fd187e2b735724c166cd750838f5169b96a51c6f</id>
<content type='text'>
unregistering callbacks if the DSO is unloaded.  Move the callback
handling from libpthread to libc, though libpthread still overrides the
inner call to handle locking and thread-library reinitialization.
Major version bump for both libc and libpthread.

verification that this fixes various ports ajacoutot@
asm assistance miod@; ok millert@ deraadt@
</content>
</entry>
</feed>
