<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/libexec/rpc.rstatd, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/libexec/rpc.rstatd?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/libexec/rpc.rstatd?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-08-09T21:31:07Z</updated>
<entry>
<title>Fix pointless cast: (struct timezone *)0 -&gt; NULL</title>
<updated>2019-08-09T21:31:07Z</updated>
<author>
<name>cheloha</name>
<email>cheloha@openbsd.org</email>
</author>
<published>2019-08-09T21:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5bec4ecbd8debf99bb01bee7718556ab9a85235e'/>
<id>urn:sha1:5bec4ecbd8debf99bb01bee7718556ab9a85235e</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:32:41Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-06-28T13:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=df69c215c7c66baf660f3f65414fd34796c96152'/>
<id>urn:sha1:df69c215c7c66baf660f3f65414fd34796c96152</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>bzero -&gt; memset</title>
<updated>2017-05-27T07:44:28Z</updated>
<author>
<name>tedu</name>
<email>tedu@openbsd.org</email>
</author>
<published>2017-05-27T07:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=4c93be48f3f54fa73448409dfd3f36b565678626'/>
<id>urn:sha1:4c93be48f3f54fa73448409dfd3f36b565678626</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in &lt;sys/time.h&gt; for struct timespec</title>
<updated>2016-08-27T03:48:00Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2016-08-27T03:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5e645fa65efebf21029b4f06fd7e689bc0bfa461'/>
<id>urn:sha1:5e645fa65efebf21029b4f06fd7e689bc0bfa461</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>knock out duplicate rcs id;</title>
<updated>2015-12-01T22:35:13Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2015-12-01T22:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=028b02f8f06c83d79f90a9e74fea44a2168e99d9'/>
<id>urn:sha1:028b02f8f06c83d79f90a9e74fea44a2168e99d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.</title>
<updated>2015-12-01T20:27:06Z</updated>
<author>
<name>tim</name>
<email>tim@openbsd.org</email>
</author>
<published>2015-12-01T20:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=983c1b0b29314aa847dcfbd23b1c97b068d7cb53'/>
<id>urn:sha1:983c1b0b29314aa847dcfbd23b1c97b068d7cb53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove superfluous check; "Of course" deraadt@</title>
<updated>2015-12-01T20:25:16Z</updated>
<author>
<name>tim</name>
<email>tim@openbsd.org</email>
</author>
<published>2015-12-01T20:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=4a8a4280e295d719e05bfd4d901463ab987727c3'/>
<id>urn:sha1:4a8a4280e295d719e05bfd4d901463ab987727c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused errstr variable.</title>
<updated>2015-10-05T15:50:01Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2015-10-05T15:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=503e76f8983eeaf52b6ac5489fd531360bf5ed1c'/>
<id>urn:sha1:503e76f8983eeaf52b6ac5489fd531360bf5ed1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert many atoi() calls to strtonum(), adding range checks and failure</title>
<updated>2015-04-18T18:28:36Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2015-04-18T18:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=a47b6461a15f74beac188483616126ed5e987f93'/>
<id>urn:sha1:a47b6461a15f74beac188483616126ed5e987f93</id>
<content type='text'>
handling along the way.
Reviews by Brendan MacDonell, Jeremy Devenport, florian, doug, millert
</content>
</entry>
<entry>
<title>document missing argument; ok jmc</title>
<updated>2015-04-14T23:59:40Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2015-04-14T23:59:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=02b9ea79199475935b988f14ecffe7752e32901e'/>
<id>urn:sha1:02b9ea79199475935b988f14ecffe7752e32901e</id>
<content type='text'>
</content>
</entry>
</feed>
