<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/games/battlestar/com6.c, branch release/4.5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2001-03-05T11:45:36Z</updated>
<entry>
<title>MFC: Clean up warnings</title>
<updated>2001-03-05T11:45:36Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-03-05T11:45:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5fb02371e7404b33313c2b4a834cb6c23d541133'/>
<id>urn:sha1:5fb02371e7404b33313c2b4a834cb6c23d541133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>copyright/sccsid/rcsid cleanup.</title>
<updated>1999-11-30T03:50:02Z</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-11-30T03:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7b216475bfdc24758a850dba744e947fc6173e68'/>
<id>urn:sha1:7b216475bfdc24758a850dba744e947fc6173e68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't coredump if can't write to the scorefile.</title>
<updated>1999-11-25T15:57:54Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1999-11-25T15:57:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9b61ea0fdba46cbdba99a08028ff9097f52803a'/>
<id>urn:sha1:e9b61ea0fdba46cbdba99a08028ff9097f52803a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge a bunch of cleanups from NetBSD.</title>
<updated>1999-04-19T03:59:02Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>1999-04-19T03:59:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af71cfbb87e566f2b9f599f5c40481194f449a69'/>
<id>urn:sha1:af71cfbb87e566f2b9f599f5c40481194f449a69</id>
<content type='text'>
PR:		8083
Submitted by:	Stephen J. Roznowski &lt;sjr@home.net&gt;
Obtained from:	a whole slew of NetBSD PRs
</content>
</entry>
<entry>
<title>tv_sec in timeval is a long, and a time_t is not necessarily a long.</title>
<updated>1998-05-09T09:41:30Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-05-09T09:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=070a701183b9a7dd462b43c18225e0b70e3fdd29'/>
<id>urn:sha1:070a701183b9a7dd462b43c18225e0b70e3fdd29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change games from setuid games to setgid games.</title>
<updated>1997-09-01T00:34:51Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-09-01T00:34:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34a13bf4cb36b9ba554bf9593c9b180b91988d8d'/>
<id>urn:sha1:34a13bf4cb36b9ba554bf9593c9b180b91988d8d</id>
<content type='text'>
Reviewed by:	maybe@yes.no
Obtained from:	OpenBSD (mostly deraadt@openbsd.org)
</content>
</entry>
<entry>
<title>Actually remove sys/time.h hack; fix typo.</title>
<updated>1997-02-26T20:10:45Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-02-26T20:10:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44b732f7dcead2aab6cb96e33c3bbbec313be111'/>
<id>urn:sha1:44b732f7dcead2aab6cb96e33c3bbbec313be111</id>
<content type='text'>
Pointed out by:	bde
</content>
</entry>
<entry>
<title>Remove buffer overflow and tempfile race, remove &lt;sys/time.h&gt; hack (and</title>
<updated>1997-02-20T03:04:54Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-02-20T03:04:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c52e467e03e623e6ca9fc3f592b7d146cd6486da'/>
<id>urn:sha1:c52e467e03e623e6ca9fc3f592b7d146cd6486da</id>
<content type='text'>
need for it), change definition of setbit() macro and friends to be
compatible with &lt;sys/param.h&gt;.
The bugs were discovered and fixed as a result of the FreeBSD code audit.

Submitted by:	Aaron Bornstein &lt;aaronb@j51.com&gt;, Mark Huizer &lt;xaa@stack.nl&gt;
</content>
</entry>
<entry>
<title>Hack around misuse of reserved names `clock' and and `time' in a different</title>
<updated>1996-12-13T13:12:02Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-12-13T13:12:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=621d611a9d9530d3ff0d9741b3b1779afceb8274'/>
<id>urn:sha1:621d611a9d9530d3ff0d9741b3b1779afceb8274</id>
<content type='text'>
way.  Defining KERNEL before including &lt;sys/time.h&gt; broke when "opt_cpu.h"
was included in a deeply nested header, except in -current where the
problem is masked by a namespace pollution bug in &lt;stdio.h&gt;.
</content>
</entry>
<entry>
<title>Bring in the 4.4 Lite games directory, modulo man page changes and segregation</title>
<updated>1994-09-04T04:03:31Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-09-04T04:03:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=554eb505f88b72f17fd718c5b2c4cff707c0f817'/>
<id>urn:sha1:554eb505f88b72f17fd718c5b2c4cff707c0f817</id>
<content type='text'>
of the x11 based games.  I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way.  Bleah.
Submitted by:	jkh
</content>
</entry>
</feed>
