<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/bin/df, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/bin/df?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/bin/df?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-06-28T13:34:58Z</updated>
<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>Another %qd -&gt; %lld + (long long) for off_t's.</title>
<updated>2016-08-14T21:07:40Z</updated>
<author>
<name>krw</name>
<email>krw@openbsd.org</email>
</author>
<published>2016-08-14T21:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9b1b334b1bb32144967c86ce8f21feb1f98d71ea'/>
<id>urn:sha1:9b1b334b1bb32144967c86ce8f21feb1f98d71ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix HISTORY; from Sevan Janiyan &lt;venture37 at geeklan dot co dot uk&gt;;</title>
<updated>2016-08-10T19:46:43Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2016-08-10T19:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3a0c2a3aecf205cebb54c6371385e753748499b9'/>
<id>urn:sha1:3a0c2a3aecf205cebb54c6371385e753748499b9</id>
<content type='text'>
checked with http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1
</content>
</entry>
<entry>
<title>replace __progname with getprogname(3)</title>
<updated>2016-03-14T14:44:03Z</updated>
<author>
<name>mmcc</name>
<email>mmcc@openbsd.org</email>
</author>
<published>2016-03-14T14:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=db0001810350a95455423db5035e8868b0c0c0e3'/>
<id>urn:sha1:db0001810350a95455423db5035e8868b0c0c0e3</id>
<content type='text'>
from Michal Mazurek, ok tb@
</content>
</entry>
<entry>
<title>simplify print formatting logic, replace exit() in main() with return</title>
<updated>2016-03-07T01:19:46Z</updated>
<author>
<name>mmcc</name>
<email>mmcc@openbsd.org</email>
</author>
<published>2016-03-07T01:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=596cc809633c49e6f47179468caaf3ee9767acf5'/>
<id>urn:sha1:596cc809633c49e6f47179468caaf3ee9767acf5</id>
<content type='text'>
from Michal Mazurek, ok tb@
</content>
</entry>
<entry>
<title>tidy up function declarations and definitions</title>
<updated>2016-03-01T18:00:42Z</updated>
<author>
<name>mmcc</name>
<email>mmcc@openbsd.org</email>
</author>
<published>2016-03-01T18:00:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1691e12a8dcf490a13a8a4b92423aec4489eb0cd'/>
<id>urn:sha1:1691e12a8dcf490a13a8a4b92423aec4489eb0cd</id>
<content type='text'>
from Michal Mazurek, ok tb@
</content>
</entry>
<entry>
<title>remove unneeded includes</title>
<updated>2016-03-01T17:57:49Z</updated>
<author>
<name>mmcc</name>
<email>mmcc@openbsd.org</email>
</author>
<published>2016-03-01T17:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=28b8bd0103871071e4e07d1af885fe56f523afa9'/>
<id>urn:sha1:28b8bd0103871071e4e07d1af885fe56f523afa9</id>
<content type='text'>
from Michal Mazurek, ok tb@
</content>
</entry>
<entry>
<title>remove needless headers</title>
<updated>2016-02-08T16:23:54Z</updated>
<author>
<name>mmcc</name>
<email>mmcc@openbsd.org</email>
</author>
<published>2016-02-08T16:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f1e1c2edb92e9014c1ce4da7bd84b7a0119831d6'/>
<id>urn:sha1:f1e1c2edb92e9014c1ce4da7bd84b7a0119831d6</id>
<content type='text'>
ok tb@, from Michal Mazurek
</content>
</entry>
<entry>
<title>Use strlcpy to copy strings in struct mount, not memmove.  Avoids</title>
<updated>2015-11-27T13:49:41Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2015-11-27T13:49:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=981767cb842b5b5945b65bc6512e12eac22e138d'/>
<id>urn:sha1:981767cb842b5b5945b65bc6512e12eac22e138d</id>
<content type='text'>
reading past the end of a buffer.  Problem found and OK jsg@
</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>
</feed>
