<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libc/string/strerror.3, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libc/string/strerror.3?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libc/string/strerror.3?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-05-16T13:35:16Z</updated>
<entry>
<title>More consistently put remarks about the less useful LC_* categoties,</title>
<updated>2019-05-16T13:35:16Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2019-05-16T13:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b342463f75e905ca6a62e842326816166fbf7cdb'/>
<id>urn:sha1:b342463f75e905ca6a62e842326816166fbf7cdb</id>
<content type='text'>
i.e. those other than LC_CTYPE, into the CAVEATS section, and
standardize wording somewhat.
OK jmc@
</content>
</entry>
<entry>
<title>New POSIX xlocale implementation written from scratch.</title>
<updated>2017-09-05T03:16:13Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2017-09-05T03:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3a628b46e7aaa520a6215eccabf31d313c2e7de0'/>
<id>urn:sha1:3a628b46e7aaa520a6215eccabf31d313c2e7de0</id>
<content type='text'>
Complete in the sense that all POSIX *locale(3) and *_l(3) functions
are included, but in OpenBSD, we of course only really care about
LC_CTYPE and we only support ASCII and UTF-8.

With important help from kettenis@, guenther@, and jca@.
Repeated testing in ports bulk builds by naddy@.
Additional testing by jca@, sebastia@, dcoppa@, and others.
OK kettenis@ dcoppa@, and guenther@ on an earlier version.
Riding guenther@'s libc/librthread major bump.
</content>
</entry>
<entry>
<title>Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.</title>
<updated>2014-11-30T21:21:59Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2014-11-30T21:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1b0e3e11018bb6ce1d194d0a8ac946db1e053809'/>
<id>urn:sha1:1b0e3e11018bb6ce1d194d0a8ac946db1e053809</id>
<content type='text'>
The former is not used anywhere in NetBSD, FreeBSD, or DragonFly
and not supported by groff, so i'm going to delete it from mandoc(1).
We don't need two macros for the same thing.
</content>
</entry>
<entry>
<title>Add some missing names to the NAME sections.</title>
<updated>2014-04-07T17:57:56Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2014-04-07T17:57:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=65612907eba647129f63eb366b6e483ff3d19daa'/>
<id>urn:sha1:65612907eba647129f63eb366b6e483ff3d19daa</id>
<content type='text'>
For inet(3), go the other way, remove some bogus symlinks.
Found while testing the new makewhatis(8).
ok jmc@
</content>
</entry>
<entry>
<title>Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze</title>
<updated>2013-06-05T03:39:22Z</updated>
<author>
<name>tedu</name>
<email>tedu@openbsd.org</email>
</author>
<published>2013-06-05T03:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=64d4e9871d1af4e50715ace8f2f237ff8e4d36e0'/>
<id>urn:sha1:64d4e9871d1af4e50715ace8f2f237ff8e4d36e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump standards years, as we conform to the new versions too</title>
<updated>2012-03-26T05:07:38Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2012-03-26T05:07:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cd2524d1e27364848d6b51a98167233b25c1e802'/>
<id>urn:sha1:cd2524d1e27364848d6b51a98167233b25c1e802</id>
<content type='text'>
ok jmc@
</content>
</entry>
<entry>
<title>update HISTORY and SEE ALSO for all of string(3), together with various</title>
<updated>2011-07-25T00:38:52Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2011-07-25T00:38:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=8c40de08f9d12a182e23e357bcca21c5be683dd9'/>
<id>urn:sha1:8c40de08f9d12a182e23e357bcca21c5be683dd9</id>
<content type='text'>
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
</content>
</entry>
<entry>
<title>convert to new .Dd format;</title>
<updated>2007-05-31T19:19:00Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2007-05-31T19:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa'/>
<id>urn:sha1:9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typos, then -&gt; than, from Michael Knudsen</title>
<updated>2004-12-10T03:54:18Z</updated>
<author>
<name>jaredy</name>
<email>jaredy@openbsd.org</email>
</author>
<published>2004-12-10T03:54:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bfba8446be0b584562a1f1c11176624e4a6bd2ff'/>
<id>urn:sha1:bfba8446be0b584562a1f1c11176624e4a6bd2ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do a better job of documenting strerror_r() and add an ERRORS section.</title>
<updated>2004-05-03T14:37:59Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2004-05-03T14:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=778cca3a700f655543487626e00fbf3f0f8ec1fe'/>
<id>urn:sha1:778cca3a700f655543487626e00fbf3f0f8ec1fe</id>
<content type='text'>
</content>
</entry>
</feed>
