<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/usr.bin/ssh/bitmap.c, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/usr.bin/ssh/bitmap.c?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/usr.bin/ssh/bitmap.c?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2017-10-20T01:56:39Z</updated>
<entry>
<title>add RCSIDs to these; they make syncing portable a bit easier</title>
<updated>2017-10-20T01:56:39Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2017-10-20T01:56:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=309059cfdd981b85d5916e0ae910631503a6f54f'/>
<id>urn:sha1:309059cfdd981b85d5916e0ae910631503a6f54f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>no need to bzero allocated space now that we use use recallocarray;</title>
<updated>2017-06-01T06:59:21Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2017-06-01T06:59:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bea1fb3c51fd492f016d45ed332a38b9340930de'/>
<id>urn:sha1:bea1fb3c51fd492f016d45ed332a38b9340930de</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>fix casts re constness</title>
<updated>2017-06-01T04:51:58Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2017-06-01T04:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7154f74e89cb3d77672952795cdccf66322693e2'/>
<id>urn:sha1:7154f74e89cb3d77672952795cdccf66322693e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to recallocarray() for a few operations.  Both growth and shrinkage</title>
<updated>2017-05-31T09:15:42Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2017-05-31T09:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=eaf8e3f625bd9364efecd3cd275b7db8f0a89776'/>
<id>urn:sha1:eaf8e3f625bd9364efecd3cd275b7db8f0a89776</id>
<content type='text'>
are handled safely, and there also is no need for preallocation dances.
Future changes in this area will be less error prone.
Review and one bug found by markus
</content>
</entry>
<entry>
<title>when freeing a bitmap, zero all it bytes; spotted by Ilya Kaliman</title>
<updated>2017-05-01T22:09:48Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2017-05-01T22:09:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=57dd3233e47369aa32288eeb4d408c2169e82eb0'/>
<id>urn:sha1:57dd3233e47369aa32288eeb4d408c2169e82eb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use explicit_bzero() when zeroing before free()</title>
<updated>2015-09-11T08:50:04Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2015-09-11T08:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ca1a83612f04304fa3e7a994c26dab49b2bfa8eb'/>
<id>urn:sha1:ca1a83612f04304fa3e7a994c26dab49b2bfa8eb</id>
<content type='text'>
from Michael McConville (mmcconv1 (at) sccs.swarthmore.edu)
ok millert@ djm@
</content>
</entry>
<entry>
<title>remove commented-out test code now that it has moved to a</title>
<updated>2015-01-15T07:57:08Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2015-01-15T07:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cbee1b7af69587a2e09981d1dc5eb713369e5610'/>
<id>urn:sha1:cbee1b7af69587a2e09981d1dc5eb713369e5610</id>
<content type='text'>
proper unit test
</content>
</entry>
<entry>
<title>whitespace</title>
<updated>2015-01-14T20:54:29Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2015-01-14T20:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ed55760b542355ed10092cf14bed844e964c63db'/>
<id>urn:sha1:ed55760b542355ed10092cf14bed844e964c63db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid BIGNUM in KRL code by using a simple bitmap;</title>
<updated>2015-01-14T15:02:39Z</updated>
<author>
<name>djm</name>
<email>djm@openbsd.org</email>
</author>
<published>2015-01-14T15:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=78e9a85355f6b89997662a6901de3d432b82cc16'/>
<id>urn:sha1:78e9a85355f6b89997662a6901de3d432b82cc16</id>
<content type='text'>
feedback and ok markus
</content>
</entry>
</feed>
