<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libc/hash, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libc/hash?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libc/hash?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-10-13T04:42:28Z</updated>
<entry>
<title>Do some easy .data -&gt; .rodata/.data.rel.ro conversions</title>
<updated>2020-10-13T04:42:28Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2020-10-13T04:42:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=036a3c97db0a437193eb7e0c8716ea40cb440a8b'/>
<id>urn:sha1:036a3c97db0a437193eb7e0c8716ea40cb440a8b</id>
<content type='text'>
ok millert@ deraadt@
</content>
</entry>
<entry>
<title>- fix some Xr; from martin</title>
<updated>2019-12-05T21:45:05Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2019-12-05T21:45:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2feffb3a603d73994b01875e851ece23f5d7bc34'/>
<id>urn:sha1:2feffb3a603d73994b01875e851ece23f5d7bc34</id>
<content type='text'>
- minor tweaks while here
</content>
</entry>
<entry>
<title>some minor tweaks;</title>
<updated>2019-12-04T19:01:49Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2019-12-04T19:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=92c262af48167a8c5d38f7ec60ad995b064770db'/>
<id>urn:sha1:92c262af48167a8c5d38f7ec60ad995b064770db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>I accidentally smashed wrong contents into this file.</title>
<updated>2019-12-04T18:28:38Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-12-04T18:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9a51fe63c2ac5ceac0c783f9b504bd5f4e319972'/>
<id>urn:sha1:9a51fe63c2ac5ceac0c783f9b504bd5f4e319972</id>
<content type='text'>
Repair from Martin @ academicsolutions.ch
</content>
</entry>
<entry>
<title>name these manual pages by the primary function, for instance there</title>
<updated>2019-08-30T22:20:43Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-08-30T22:20:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3346b8789d2e9c285e398b299623674caf96d373'/>
<id>urn:sha1:3346b8789d2e9c285e398b299623674caf96d373</id>
<content type='text'>
is no function called md5()
as discussed with jmc
</content>
</entry>
<entry>
<title>Fix comment typo; from OpenSSH Portable</title>
<updated>2019-07-23T12:35:22Z</updated>
<author>
<name>dtucker</name>
<email>dtucker@openbsd.org</email>
</author>
<published>2019-07-23T12:35:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bc1096f25478ef5bb4dd1719ff63bebbac6905ae'/>
<id>urn:sha1:bc1096f25478ef5bb4dd1719ff63bebbac6905ae</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>Cast bitcount to u_in64_t before bit shifting to prevent integer overflow</title>
<updated>2019-06-07T22:56:36Z</updated>
<author>
<name>dtucker</name>
<email>dtucker@openbsd.org</email>
</author>
<published>2019-06-07T22:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9a5353d2703633f407352d28eace746f849838c0'/>
<id>urn:sha1:9a5353d2703633f407352d28eace746f849838c0</id>
<content type='text'>
on 32bit platforms which cause incorrect results when adding a block
&gt;=512M in size.  sha1 patch from ante84 at gmail.com via openssh github,
sha2 with djm@, ok tedu@
</content>
</entry>
<entry>
<title>I am retiring my old email address;  replace it with my OpenBSD one.</title>
<updated>2019-01-25T00:19:25Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2019-01-25T00:19:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bf198cc6eba0ca1f6d79f71e8e2243d386241fa8'/>
<id>urn:sha1:bf198cc6eba0ca1f6d79f71e8e2243d386241fa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use standard headers for siphash</title>
<updated>2019-01-20T03:53:47Z</updated>
<author>
<name>bcook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2019-01-20T03:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3b0580949c6bd0eec32e174b36a29de27ed65bdd'/>
<id>urn:sha1:3b0580949c6bd0eec32e174b36a29de27ed65bdd</id>
<content type='text'>
ok tedu@
</content>
</entry>
</feed>
