<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch libressl-v2.8.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.8.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.8.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-10-01T06:37:37+00:00</updated>
<entry>
<title>As per POSIX, when str{,r}chr is comparing it should convert c to a char.</title>
<updated>2018-10-01T06:37:37+00:00</updated>
<author>
<name>martijn</name>
<email></email>
</author>
<published>2018-10-01T06:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=14762f7fed750ccdd7b8473696771f67b80a6639'/>
<id>urn:sha1:14762f7fed750ccdd7b8473696771f67b80a6639</id>
<content type='text'>
The C implementation of str{,r}chr are not linked to the build, because
assembly implementations are used, but change to code for easier reference.
At least the i386 and amd64 are checked and seem to do the correct thing.

Found thanks to the csh any/strchr change.

minor pointers and OK millert@
</content>
</entry>
<entry>
<title>Fix typo in RFC number.</title>
<updated>2018-05-10T13:44:43+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-10T13:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3332fc082b146f5fea6f68dc1f2ba5f934cc0d69'/>
<id>urn:sha1:3332fc082b146f5fea6f68dc1f2ba5f934cc0d69</id>
<content type='text'>
ok benno
</content>
</entry>
<entry>
<title>Add a missing header when compiling with -DDEBUG</title>
<updated>2018-04-30T07:44:56+00:00</updated>
<author>
<name>denis</name>
<email></email>
</author>
<published>2018-04-30T07:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a8b69163d3bb4f0d18483bcbdec0f92c676330df'/>
<id>urn:sha1:a8b69163d3bb4f0d18483bcbdec0f92c676330df</id>
<content type='text'>
With advice from jca@

OK jca@ millert@
</content>
</entry>
<entry>
<title>reference hosts(5) instead of networks(5)</title>
<updated>2018-04-28T20:29:18+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-04-28T20:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=90361605ee24cbc88d602abd0ce9ef754ad27358'/>
<id>urn:sha1:90361605ee24cbc88d602abd0ce9ef754ad27358</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove references to the obsolete getnetent(3) and networks(5).</title>
<updated>2018-04-28T16:03:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-04-28T16:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f1e9b7545b2956df1692643ec29d9a6fad824c3'/>
<id>urn:sha1:4f1e9b7545b2956df1692643ec29d9a6fad824c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop talking about /etc/networks, which is no longer used,</title>
<updated>2018-04-28T15:37:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-04-28T15:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf44d75fba7f47ea5a1b71af7ad85d4588a1415b'/>
<id>urn:sha1:bf44d75fba7f47ea5a1b71af7ad85d4588a1415b</id>
<content type='text'>
and reference gethostby*(3) and /etc/hosts instead.
Say that setnetent(3), getnetent(3), and endnetent(3) now do nothing.
With feedback from guenther and significant help from deraadt@.
</content>
</entry>
<entry>
<title>Say that sethostent(3), gethostent(3), and endhostent(3) do nothing.</title>
<updated>2018-04-28T15:28:25+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-04-28T15:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=47aaf3cd0ae7e47938e3e48939964f2868e95406'/>
<id>urn:sha1:47aaf3cd0ae7e47938e3e48939964f2868e95406</id>
<content type='text'>
While here, stop implying plans to support additional address
families in the future, and do not call gethostbyname2(3) "advanced".
OK deraadt@ guenther@
</content>
</entry>
<entry>
<title>To allow us to get rid of /etc/networks, make setnetent(3),</title>
<updated>2018-04-28T15:05:40+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-04-28T15:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c6709df0cf0542a5907367b532c984b46da9a605'/>
<id>urn:sha1:c6709df0cf0542a5907367b532c984b46da9a605</id>
<content type='text'>
getnetent(3), and endnetent(3) do nothing, just like sethostent(3),
gethostent(3), and endhostent(3) years ago.
OK deraadt@ guenther@
</content>
</entry>
<entry>
<title>sys/uio.h is not used anymore</title>
<updated>2018-04-07T09:57:08+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2018-04-07T09:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8c481765e7f8356c0aff2d052f23a700c5312eda'/>
<id>urn:sha1:8c481765e7f8356c0aff2d052f23a700c5312eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix MALLOC_STATS; spotted by and ok semarie@</title>
<updated>2018-03-30T07:23:15+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2018-03-30T07:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=892d724edacf4ea19ed2b329c70252797abc41c1'/>
<id>urn:sha1:892d724edacf4ea19ed2b329c70252797abc41c1</id>
<content type='text'>
</content>
</entry>
</feed>
