<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/games/worms, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/games/worms?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/games/worms?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2018-08-06T06:27:32Z</updated>
<entry>
<title>Drop "rpath" from pledge(2) after ncurses initialization.</title>
<updated>2018-08-06T06:27:32Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2018-08-06T06:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=20ac8c99cc9ee61b4d6f00817762db49517a1cfc'/>
<id>urn:sha1:20ac8c99cc9ee61b4d6f00817762db49517a1cfc</id>
<content type='text'>
Discussed with and OK tb@
OK cheloha@ on previous version
</content>
</entry>
<entry>
<title>KNF: wrap three overly long lines. No binary change.</title>
<updated>2016-03-05T07:47:15Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2016-03-05T07:47:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c47f841b476f6aa7f3ce7962735e7898eef4eb47'/>
<id>urn:sha1:c47f841b476f6aa7f3ce7962735e7898eef4eb47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Convert atoi(3) to strtonum(3)</title>
<updated>2016-03-04T14:37:28Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2016-03-04T14:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=11b125a3b616d238fea4d2943f0216392370ce5c'/>
<id>urn:sha1:11b125a3b616d238fea4d2943f0216392370ce5c</id>
<content type='text'>
- Replace hardcoded program string by getprogname(3)
- Remove '?' from getopt(3)'s switch default case (but still keep 'h')

OK tb@ after his suggestions
</content>
</entry>
<entry>
<title>Untangle a mess of nested ternary operators.</title>
<updated>2016-02-27T12:48:14Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2016-02-27T12:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c3139318879ab03d2287030c56a3d6b1ea8ad82d'/>
<id>urn:sha1:c3139318879ab03d2287030c56a3d6b1ea8ad82d</id>
<content type='text'>
ok mestre@
</content>
</entry>
<entry>
<title>Some basic code maintenance in games/</title>
<updated>2016-01-07T16:00:31Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2016-01-07T16:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=17641e3181064a4b256bd1af9f64d90af0ac5a36'/>
<id>urn:sha1:17641e3181064a4b256bd1af9f64d90af0ac5a36</id>
<content type='text'>
- in main() replace exit with return
- drop some /* NOTREACHED */ lint comments along the way.
- make more use of standard CFLAGS, esp. -Wimplicit-function-declaration
- add and sort some headers when needed
- add straightforward pledges to some programs used at compile time

discussed with and ok mestre@
</content>
</entry>
<entry>
<title>More cleanup and sorting on header section</title>
<updated>2016-01-04T17:33:24Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2016-01-04T17:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2010f3c835ae4bf769b9e69e53a37d2dfeb4a7e5'/>
<id>urn:sha1:2010f3c835ae4bf769b9e69e53a37d2dfeb4a7e5</id>
<content type='text'>
OK tb@ and he also pointed out that for consistency with rest of the tree we
should include termios.h instead of sys/ttydefaults.h, where applicable
</content>
</entry>
<entry>
<title>pledge the wyrms</title>
<updated>2015-11-21T05:29:42Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2015-11-21T05:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=db911c4702cb7a52d9cb96bab1870a393980703b'/>
<id>urn:sha1:db911c4702cb7a52d9cb96bab1870a393980703b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't cast function arguments; use reallocarray in one place</title>
<updated>2015-02-18T23:16:08Z</updated>
<author>
<name>tedu</name>
<email>tedu@openbsd.org</email>
</author>
<published>2015-02-18T23:16:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=dff8a80e7ea8f74484b7ff0e81955128dfdcd53a'/>
<id>urn:sha1:dff8a80e7ea8f74484b7ff0e81955128dfdcd53a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace srandomdev()+random() with the arc4random*() family</title>
<updated>2013-08-29T20:22:09Z</updated>
<author>
<name>naddy</name>
<email>naddy@openbsd.org</email>
</author>
<published>2013-08-29T20:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=66e49541875b8761f9d8963cc31a7972678263cb'/>
<id>urn:sha1:66e49541875b8761f9d8963cc31a7972678263cb</id>
<content type='text'>
tweaks and ok millert@, ok deraadt@
</content>
</entry>
<entry>
<title>make both -d options format the same, and zap that annoying full stop</title>
<updated>2012-05-27T16:57:14Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2012-05-27T16:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d082738b42f567eed58c29edc1bd2515cb3d0475'/>
<id>urn:sha1:d082738b42f567eed58c29edc1bd2515cb3d0475</id>
<content type='text'>
</content>
</entry>
</feed>
