<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/gnu/usr.bin/cvs/lib, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/gnu/usr.bin/cvs/lib?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/gnu/usr.bin/cvs/lib?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2018-07-10T17:45:52Z</updated>
<entry>
<title>Fix a few, but not all, clang warnings: Use "%s" to print modifiable</title>
<updated>2018-07-10T17:45:52Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2018-07-10T17:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0971b67f68eabe84e58ba202abe73d50c878d1ac'/>
<id>urn:sha1:0971b67f68eabe84e58ba202abe73d50c878d1ac</id>
<content type='text'>
strings, add a couple of braces, ansify a few functions, add and remove
a few extra parens.

ok jcs
</content>
</entry>
<entry>
<title>Kill usage of timeb.h for upcoming removal of libcompat.  OK deraadt@</title>
<updated>2013-12-03T01:32:49Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2013-12-03T01:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e79e306285af588019b14bb4031379f450685a93'/>
<id>urn:sha1:e79e306285af588019b14bb4031379f450685a93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).</title>
<updated>2013-04-19T17:28:06Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2013-04-19T17:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d6156c3da44532e7124095507a7a04cf25716c81'/>
<id>urn:sha1:d6156c3da44532e7124095507a7a04cf25716c81</id>
<content type='text'>
Adding more powerful checking is too difficult.  We'll fix this problem
by moving to 64-bit time_t.. and once we do, we don't want this code to
falsely trigger.
ok millert
</content>
</entry>
<entry>
<title>In preparation for getline and getdelim additions to libc, rename getline()</title>
<updated>2012-03-04T04:05:15Z</updated>
<author>
<name>fgsch</name>
<email>fgsch@openbsd.org</email>
</author>
<published>2012-03-04T04:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f9bbbf4534171e957bb7652e706dd78782fbffa2'/>
<id>urn:sha1:f9bbbf4534171e957bb7652e706dd78782fbffa2</id>
<content type='text'>
occurrences to get_line().
Based on a diff from Jan Klemkow &lt;j-dot-klemkow-at-wemelug-dot-de&gt; to tech.
</content>
</entry>
<entry>
<title>memset(p, 0, sizeof(p)) -&gt; memset(p, 0, sizeof(*p)).</title>
<updated>2006-02-19T19:06:30Z</updated>
<author>
<name>otto</name>
<email>otto@openbsd.org</email>
</author>
<published>2006-02-19T19:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=319d553ec0baf61c34d879094d6cf10af468d74a'/>
<id>urn:sha1:319d553ec0baf61c34d879094d6cf10af468d74a</id>
<content type='text'>
From  Alexey Dobriyan
</content>
</entry>
<entry>
<title>Several potential security problems found and fixed by Stefan Esser &amp;</title>
<updated>2004-06-09T18:16:05Z</updated>
<author>
<name>otto</name>
<email>otto@openbsd.org</email>
</author>
<published>2004-06-09T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2ddaa231da04daf4df4ea58e32877b84227b3ba3'/>
<id>urn:sha1:2ddaa231da04daf4df4ea58e32877b84227b3ba3</id>
<content type='text'>
Sebastian Krahmer.

ok millert@
</content>
</entry>
<entry>
<title>cvs does not need a private version of getopt(3), our in-tree getopt(3)</title>
<updated>2004-04-09T17:56:15Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2004-04-09T17:56:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=3c31146c4bbd9cf3f328c7498f70d6a199773870'/>
<id>urn:sha1:3c31146c4bbd9cf3f328c7498f70d6a199773870</id>
<content type='text'>
has compatible semantics.
</content>
</entry>
<entry>
<title>Do not evaluate this-&gt;next after calling the handler; the handler may</title>
<updated>2004-01-13T19:51:44Z</updated>
<author>
<name>otto</name>
<email>otto@openbsd.org</email>
</author>
<published>2004-01-13T19:51:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=204548ae749dd3b8487163e1e27cb612e5e93de1'/>
<id>urn:sha1:204548ae749dd3b8487163e1e27cb612e5e93de1</id>
<content type='text'>
have clobbered it. Resolves core dumps of cvs server on user ^C.

ok millert@ deraadt@
</content>
</entry>
<entry>
<title>Merge local changes; work in progress</title>
<updated>2001-09-28T23:26:33Z</updated>
<author>
<name>tholo</name>
<email>tholo@openbsd.org</email>
</author>
<published>2001-09-28T23:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=79822b2a8e4d74650c52f54c93026f6ded2f981e'/>
<id>urn:sha1:79822b2a8e4d74650c52f54c93026f6ded2f981e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Latest from Cyclic Software</title>
<updated>2001-09-28T22:45:35Z</updated>
<author>
<name>tholo</name>
<email>tholo@openbsd.org</email>
</author>
<published>2001-09-28T22:45:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=43c1707e6f6829177cb1974ee6615ce6c1307689'/>
<id>urn:sha1:43c1707e6f6829177cb1974ee6615ce6c1307689</id>
<content type='text'>
</content>
</entry>
</feed>
