<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/bin/mt, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/bin/mt?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/bin/mt?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-01-16T16:46:46Z</updated>
<entry>
<title>Usually, -width Fl (which is 10n) is too wide and hence ugly.</title>
<updated>2020-01-16T16:46:46Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2020-01-16T16:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2a110ee1f1a6c6b0c843075b9efb482dc1fd133c'/>
<id>urn:sha1:2a110ee1f1a6c6b0c843075b9efb482dc1fd133c</id>
<content type='text'>
Change several instances, most of them to the usual -width Ds.
</content>
</entry>
<entry>
<title>snprintf/vsnprintf return &lt; 0 on error, rather than -1.</title>
<updated>2019-07-03T03:24:01Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-07-03T03:24:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=515e489c3d599b9cfcdf9cf6842ac49f92e154d6'/>
<id>urn:sha1:515e489c3d599b9cfcdf9cf6842ac49f92e154d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When system calls indicate an error they return -1, not some arbitrary</title>
<updated>2019-06-28T13:34:58Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-06-28T13:34:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3aaa63eb46949490a39db9c6d82aacc8ee5d8551'/>
<id>urn:sha1:3aaa63eb46949490a39db9c6d82aacc8ee5d8551</id>
<content type='text'>
value &lt; 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
</content>
</entry>
<entry>
<title>Add file # and block # to the information "mt status" shows.</title>
<updated>2019-01-22T21:20:13Z</updated>
<author>
<name>krw</name>
<email>krw@openbsd.org</email>
</author>
<published>2019-01-22T21:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d00e20d1838149f2962c4ab7ad06b05b5aa4def5'/>
<id>urn:sha1:d00e20d1838149f2962c4ab7ad06b05b5aa4def5</id>
<content type='text'>
diff from Oscar Endre Edvardsen via misc@ a long time ago.

ok sthen@ dlg@
</content>
</entry>
<entry>
<title>ensure tape name and tape commands are not too long.  passing too long</title>
<updated>2018-07-09T19:38:29Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2018-07-09T19:38:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7cb582b5828035a4cfb3ec19e7e8edb52cc51b00'/>
<id>urn:sha1:7cb582b5828035a4cfb3ec19e7e8edb52cc51b00</id>
<content type='text'>
commands to the other side could cause problems.
ok guenther tb
</content>
</entry>
<entry>
<title>/dev/rmt* is no longer relevant; from miod</title>
<updated>2017-04-17T22:42:57Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2017-04-17T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=6d162884f7c4e4d02560f6368a329adb49a89471'/>
<id>urn:sha1:6d162884f7c4e4d02560f6368a329adb49a89471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>for some time now mandoc has not required MLINKS to function</title>
<updated>2016-03-30T06:38:40Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2016-03-30T06:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=faa33665ab2c5a685369c10172c1a3d7555eb253'/>
<id>urn:sha1:faa33665ab2c5a685369c10172c1a3d7555eb253</id>
<content type='text'>
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
</content>
</entry>
<entry>
<title>rename a few variables/functions to avoid shadowing</title>
<updated>2015-12-30T14:59:10Z</updated>
<author>
<name>tedu</name>
<email>tedu@openbsd.org</email>
</author>
<published>2015-12-30T14:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e60bfc8743be473dc459e12ce859e254e628cf88'/>
<id>urn:sha1:e60bfc8743be473dc459e12ce859e254e628cf88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __progname instead of manually handling argv[0].</title>
<updated>2015-12-06T12:00:16Z</updated>
<author>
<name>tobias</name>
<email>tobias@openbsd.org</email>
</author>
<published>2015-12-06T12:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=dab586c4356bc69a5a09d502ddf94eb5f12b0587'/>
<id>urn:sha1:dab586c4356bc69a5a09d502ddf94eb5f12b0587</id>
<content type='text'>
ok deraadt, mmcc, tedu
</content>
</entry>
<entry>
<title>add unsigned char casts for specific calls to ctype.h macros.</title>
<updated>2013-11-21T15:54:44Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2013-11-21T15:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cd3e3e8c828df7135a96ffc7b87604194d0847c4'/>
<id>urn:sha1:cd3e3e8c828df7135a96ffc7b87604194d0847c4</id>
<content type='text'>
ok guenther step
</content>
</entry>
</feed>
