<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/sbin/ldattach, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/sbin/ldattach?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/sbin/ldattach?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-06-28T13:32:41Z</updated>
<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>redundant, gets BINDIR from ../Makefile.inc</title>
<updated>2017-06-12T18:51:53Z</updated>
<author>
<name>espie</name>
<email>espie@openbsd.org</email>
</author>
<published>2017-06-12T18:51:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bdafc2625867de12524717f15231466c157a418e'/>
<id>urn:sha1:bdafc2625867de12524717f15231466c157a418e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Different compilers and versions of compilers have different warnings.</title>
<updated>2017-04-16T10:16:35Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2017-04-16T10:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=272d89adac1ff17d318139484b9aa0dc4d2f55ef'/>
<id>urn:sha1:272d89adac1ff17d318139484b9aa0dc4d2f55ef</id>
<content type='text'>
Remove -Werror to give code a greater chance of building.

ok deraadt@ florian@
</content>
</entry>
<entry>
<title>Remove leftovers of line disciplines that are no more.</title>
<updated>2016-11-26T11:18:43Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2016-11-26T11:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5a184b84af2fdf9cb2382dad4e64b6917776332d'/>
<id>urn:sha1:5a184b84af2fdf9cb2382dad4e64b6917776332d</id>
<content type='text'>
ok mikeb@
</content>
</entry>
<entry>
<title>I bet the reference to &lt;sys/ttycom.h&gt; near the ldisc list in tty(4)</title>
<updated>2015-01-15T00:48:10Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2015-01-15T00:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b50eeac5933cfe570147dba215849e615e0d62b8'/>
<id>urn:sha1:b50eeac5933cfe570147dba215849e615e0d62b8</id>
<content type='text'>
led this program and the associated manual pages to including that
file directly, rather than the canonical include path of &lt;sys/ioctl.h&gt;
discussed with millert
</content>
</entry>
<entry>
<title>no more sl(4);</title>
<updated>2014-10-02T09:28:03Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2014-10-02T09:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5abc0d65813ffdc2bd77984405947de758a84218'/>
<id>urn:sha1:5abc0d65813ffdc2bd77984405947de758a84218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some sl(4) references.</title>
<updated>2014-10-01T10:02:16Z</updated>
<author>
<name>mpi</name>
<email>mpi@openbsd.org</email>
</author>
<published>2014-10-01T10:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3b359cd36b65fa8d5ffbf8360524985450be240e'/>
<id>urn:sha1:3b359cd36b65fa8d5ffbf8360524985450be240e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>msts(4) appears to support TIOCSTSTAMP</title>
<updated>2014-08-10T02:09:35Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2014-08-10T02:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=560889b31bc2db03b39828deb6ede20c3ad34fdd'/>
<id>urn:sha1:560889b31bc2db03b39828deb6ede20c3ad34fdd</id>
<content type='text'>
From Maurice Janssen (maurice (at) z74.net)
</content>
</entry>
<entry>
<title>replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)</title>
<updated>2012-12-04T02:38:50Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2012-12-04T02:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c939d23609443b2ad7e09a909da8b6dc772dca5b'/>
<id>urn:sha1:c939d23609443b2ad7e09a909da8b6dc772dca5b</id>
<content type='text'>
ok guenther
</content>
</entry>
<entry>
<title>Define empty CDIAGFLAGS for programs that use Werror.</title>
<updated>2012-09-12T09:19:54Z</updated>
<author>
<name>haesbaert</name>
<email>haesbaert@openbsd.org</email>
</author>
<published>2012-09-12T09:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9b9a50231f0ecef1d4e30459bcf82300e71848ca'/>
<id>urn:sha1:9b9a50231f0ecef1d4e30459bcf82300e71848ca</id>
<content type='text'>
Makes "make build" build with WARNINGS=Yes on amd64.

ok espie
</content>
</entry>
</feed>
