<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/games/boggle, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/games/boggle?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/games/boggle?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2016-09-12T20:11:10Z</updated>
<entry>
<title>If boardspec doesn't consist entirely of lower case letters, there will be</title>
<updated>2016-09-12T20:11:10Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2016-09-12T20:11:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=23e9b320190e0aadb0b947abaa97074db0216977'/>
<id>urn:sha1:23e9b320190e0aadb0b947abaa97074db0216977</id>
<content type='text'>
out of bound accesses of arrays, leading to sefaults or bus errors.  Verify
that at most one boardspec with lower case letters is given, or error out.

ok millert
</content>
</entry>
<entry>
<title>fix init, from randy hartman; ok tb@</title>
<updated>2016-09-12T14:38:58Z</updated>
<author>
<name>otto</name>
<email>otto@openbsd.org</email>
</author>
<published>2016-09-12T14:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1456f860f6930ed0c721c3cd066a52880cb83cde'/>
<id>urn:sha1:1456f860f6930ed0c721c3cd066a52880cb83cde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Callers of time(3) should #include &lt;time.h&gt;.</title>
<updated>2016-09-11T14:21:17Z</updated>
<author>
<name>tb</name>
<email>tb@openbsd.org</email>
</author>
<published>2016-09-11T14:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ee7acb09aaf271db7965339e3b41e269df1a9494'/>
<id>urn:sha1:ee7acb09aaf271db7965339e3b41e269df1a9494</id>
<content type='text'>
ok deraadt
</content>
</entry>
<entry>
<title>Pull in &lt;sys/select.h&gt; for fd_set</title>
<updated>2016-08-27T02:11:27Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2016-08-27T02:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ba202854ffd7c35ec4de6964da50aa4568bddab1'/>
<id>urn:sha1:ba202854ffd7c35ec4de6964da50aa4568bddab1</id>
<content type='text'>
Pull in &lt;time.h&gt; for time()

ok deraadt@
</content>
</entry>
<entry>
<title>Pull in &lt;time.h&gt; for time() and perhaps other functions</title>
<updated>2016-08-27T02:00:10Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2016-08-27T02:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1614e62e0799f50595df07771c8d8e72e921e24c'/>
<id>urn:sha1:1614e62e0799f50595df07771c8d8e72e921e24c</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>- General changes:</title>
<updated>2016-03-07T12:07:55Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2016-03-07T12:07:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=6fa5e1da3490487b9d3a614457ba0b7c041eb1ac'/>
<id>urn:sha1:6fa5e1da3490487b9d3a614457ba0b7c041eb1ac</id>
<content type='text'>
- Remove -? from getopt(3) options, but still keep (or add) -h where applicable
- Replace hardcoded program strings by getprogname(3)

- Specific changes:
- atc(6): this used -? and -u for usage(), remove both from game and manpage
- bcd(6): use __progname instead of getprogname(3), no need to include stdlib.h
- hunt(6): replace fputs(3) by fprintf(3)

OK tb@ after his suggestions
</content>
</entry>
<entry>
<title>Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)</title>
<updated>2016-01-10T14:10:38Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2016-01-10T14:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7dd160a5930f457aa1156214dbaa6386405688e8'/>
<id>urn:sha1:7dd160a5930f457aa1156214dbaa6386405688e8</id>
<content type='text'>
last arguments since "The list of arguments must be terminated by a null
null pointer" of type char *

Suggested by and OK tb@
</content>
</entry>
<entry>
<title>As per style(9), remove remaining lint-style comments from games/</title>
<updated>2016-01-10T13:35:09Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2016-01-10T13:35:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7e027cb7af8339d869c5abaf2cab2bd54487de54'/>
<id>urn:sha1:7e027cb7af8339d869c5abaf2cab2bd54487de54</id>
<content type='text'>
OK tb@
</content>
</entry>
<entry>
<title>Remove unnecessary headers</title>
<updated>2016-01-10T13:18:07Z</updated>
<author>
<name>mestre</name>
<email>mestre@openbsd.org</email>
</author>
<published>2016-01-10T13:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=80cf6802c45688c9a7e060e2dc5ab45866bf025d'/>
<id>urn:sha1:80cf6802c45688c9a7e060e2dc5ab45866bf025d</id>
<content type='text'>
OK tb@
</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>
</feed>
