<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/usr.bin/patch, branch jd/histogram</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/usr.bin/patch?h=jd%2Fhistogram</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/usr.bin/patch?h=jd%2Fhistogram'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2019-12-11T20:10:17Z</updated>
<entry>
<title>Merge existing decls and decls introduced in rev 1.10</title>
<updated>2019-12-11T20:10:17Z</updated>
<author>
<name>jca</name>
<email>jca@openbsd.org</email>
</author>
<published>2019-12-11T20:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=dcdf3c0246abcc937e634ca86c326d4107ec7b97'/>
<id>urn:sha1:dcdf3c0246abcc937e634ca86c326d4107ec7b97</id>
<content type='text'>
Also:
- sort declarations in the same order as definitions in pch.c
- delete an extra pfetch() declaration

ok tobias@
</content>
</entry>
<entry>
<title>Move RCS Id to the top of the file</title>
<updated>2019-12-09T12:08:42Z</updated>
<author>
<name>jca</name>
<email>jca@openbsd.org</email>
</author>
<published>2019-12-09T12:08:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e25a9858e049cd2afe1d5a04843516305a7086d2'/>
<id>urn:sha1:e25a9858e049cd2afe1d5a04843516305a7086d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak previous, using fputs here was fine</title>
<updated>2019-12-02T22:23:19Z</updated>
<author>
<name>jca</name>
<email>jca@openbsd.org</email>
</author>
<published>2019-12-02T22:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=aa8fed3a518e6155f1d7b30c7287e222dbc8e9da'/>
<id>urn:sha1:aa8fed3a518e6155f1d7b30c7287e222dbc8e9da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use getline(3) to handle lines longer than 8192 bytes in patch files</title>
<updated>2019-12-02T22:17:32Z</updated>
<author>
<name>jca</name>
<email>jca@openbsd.org</email>
</author>
<published>2019-12-02T22:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5fbd5e42b6e8a8eb350fdd243f46cfefbc9d0b49'/>
<id>urn:sha1:5fbd5e42b6e8a8eb350fdd243f46cfefbc9d0b49</id>
<content type='text'>
Spotted by jsg@ when working on mesa.  Diff tested by sthen@ in
a partial i386 bulk.  Input from and ok jsg@ millert@
</content>
</entry>
<entry>
<title>signal handlers should not call exit() due to possibility of reentering</title>
<updated>2019-08-17T14:25:06Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-08-17T14:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=34060d49210e99f50067334b5944e9cc81e2f71c'/>
<id>urn:sha1:34060d49210e99f50067334b5944e9cc81e2f71c</id>
<content type='text'>
libc (stdio etc), instead do the unlink tasks then call _exit() instead
ok millert
</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>mkstemp() returns -1 on failure</title>
<updated>2019-06-28T05:35:34Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-06-28T05:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c2d43eca3fcb9955c59cb04726714f546b5d3629'/>
<id>urn:sha1:c2d43eca3fcb9955c59cb04726714f546b5d3629</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete unnecessary &lt;libgen.h&gt; #includes</title>
<updated>2018-12-30T23:09:58Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2018-12-30T23:09:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ef80df5ce8e485ab59324a3f1550e0f35ab9379a'/>
<id>urn:sha1:ef80df5ce8e485ab59324a3f1550e0f35ab9379a</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>Add --dry-run as synonym to -C/--check.</title>
<updated>2018-06-22T15:37:15Z</updated>
<author>
<name>zhuk</name>
<email>zhuk@openbsd.org</email>
</author>
<published>2018-06-22T15:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f5591223bf9fae9c752da4e8be1f2709ee33db98'/>
<id>urn:sha1:f5591223bf9fae9c752da4e8be1f2709ee33db98</id>
<content type='text'>
FreeBSD and NetBSD has this for a while, and GNU patch got it even earlier
than we got -C.

input from sthen@ &amp; jca@; okay sthen@, jca@ and deraadt@.
</content>
</entry>
<entry>
<title>Use &lt;fcntl.h&gt; instead of &lt;sys/file.h&gt; for open() and friends.</title>
<updated>2018-04-26T12:42:50Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2018-04-26T12:42:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f414793931f0f39a413874f9e342e33d9fd35eac'/>
<id>urn:sha1:f414793931f0f39a413874f9e342e33d9fd35eac</id>
<content type='text'>
Delete a bunch of unnecessary #includes and sort to match style(9)
while doing the above cleanup.

ok deraadt@ krw@
</content>
</entry>
</feed>
