<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/bin/test, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/bin/test?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/bin/test?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2018-04-02T06:47:43Z</updated>
<entry>
<title>Support integers of arbitrary length.</title>
<updated>2018-04-02T06:47:43Z</updated>
<author>
<name>tobias</name>
<email>tobias@openbsd.org</email>
</author>
<published>2018-04-02T06:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2133b42eb22f6d83c07d97f9e3bc89be7a178410'/>
<id>urn:sha1:2133b42eb22f6d83c07d97f9e3bc89be7a178410</id>
<content type='text'>
Previously it was possible to overflow integers while parsing. With this
diff, we support any kind of POSIX-compatible integers for comparisons.

with input by and ok schwarze, ok tb
</content>
</entry>
<entry>
<title>Add &lt; and &gt; to the comment describind the grammar.</title>
<updated>2017-07-24T22:15:52Z</updated>
<author>
<name>jca</name>
<email>jca@openbsd.org</email>
</author>
<published>2017-07-24T22:15:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=828e1b4ff267ba778822fb5a3f342b463b7374dc'/>
<id>urn:sha1:828e1b4ff267ba778822fb5a3f342b463b7374dc</id>
<content type='text'>
Picked in a diff from Klemens Nanni
</content>
</entry>
<entry>
<title>remove redundant variable declarations in Makefiles, since those are</title>
<updated>2017-07-09T21:23:18Z</updated>
<author>
<name>espie</name>
<email>espie@openbsd.org</email>
</author>
<published>2017-07-09T21:23:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=58a577e134e547a26e8dc989e82b033058e883e8'/>
<id>urn:sha1:58a577e134e547a26e8dc989e82b033058e883e8</id>
<content type='text'>
the default.

okay millert@
</content>
</entry>
<entry>
<title>Add an explicit syntax() call to indicate that no binary op was</title>
<updated>2017-01-21T11:03:42Z</updated>
<author>
<name>krw</name>
<email>krw@openbsd.org</email>
</author>
<published>2017-01-21T11:03:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5b23c07f2e2e1e2957e96f08d7f82c5ed28d09f1'/>
<id>urn:sha1:5b23c07f2e2e1e2957e96f08d7f82c5ed28d09f1</id>
<content type='text'>
found. Makes gcc happier. Add __dead to function prototype as we
go by.

ok guenther@
</content>
</entry>
<entry>
<title>Add, correct, and improve HISTORY sections.</title>
<updated>2016-08-16T18:51:25Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2016-08-16T18:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b35d111eabce6f1bccb62a83309d55ce6b27430e'/>
<id>urn:sha1:b35d111eabce6f1bccb62a83309d55ce6b27430e</id>
<content type='text'>
From Sevan Janiyan &lt;venture37 at geeklan dot co dot uk&gt;.
Verified using http://minnie.tuhs.org/.
</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>fix exit status on pledge fail, eval here should be 2.</title>
<updated>2016-01-13T13:13:04Z</updated>
<author>
<name>gsoares</name>
<email>gsoares@openbsd.org</email>
</author>
<published>2016-01-13T13:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cf44fbd51c6a8a285a3c307669f3031039f7cc74'/>
<id>urn:sha1:cf44fbd51c6a8a285a3c307669f3031039f7cc74</id>
<content type='text'>
OK tb@
</content>
</entry>
<entry>
<title>add [ to NAME, and document it; the NAME addition was</title>
<updated>2015-11-06T21:56:46Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2015-11-06T21:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d77b518085d2762a27c31db6c028cbd8bc55fb82'/>
<id>urn:sha1:d77b518085d2762a27c31db6c028cbd8bc55fb82</id>
<content type='text'>
proposed by ingo a while back but never got committed;

ok schwarze
</content>
</entry>
<entry>
<title>Change all tame callers to namechange to pledge(2).</title>
<updated>2015-10-09T01:37:06Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2015-10-09T01:37:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0bd1216cbfac4316d823b5f086842b66ddea2018'/>
<id>urn:sha1:0bd1216cbfac4316d823b5f086842b66ddea2018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tame "stdio rpath" is sufficient for all the operations done by test(1)</title>
<updated>2015-10-03T23:34:01Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2015-10-03T23:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a493b653384e6a9c3688a64b0d8be50eabb95584'/>
<id>urn:sha1:a493b653384e6a9c3688a64b0d8be50eabb95584</id>
<content type='text'>
</content>
</entry>
</feed>
