summaryrefslogtreecommitdiffstats
path: root/games/trek
Commit message (Collapse)AuthorAgeFilesLines
* Don't call printf with no format string.kris2000-07-101-2/+2
|
* copyright/sccsid/rcsid cleanup.billf1999-11-3050-87/+201
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-1643-120/+120
|
* Add $FreeBSD$billf1999-11-1643-0/+86
|
* Avoid ambigious if() if() else().billf1999-09-071-0/+2
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Forgot to remove these files with the NetBSD games cleanups.steve1999-04-201-59/+0
|
* Merge a bunch of cleanups from NetBSD.steve1999-04-191-1/+3
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Fixed printf format errors.bde1998-06-301-2/+3
|
* Fixed (1970's style) missing declaration of a function that doesn'tbde1998-06-301-0/+2
| | | | return int.
* Change casts of function pointers from int to long. This makes thejb1998-05-096-7/+7
| | | | | | compiler warnings go away, but the compiler is throwing away 32-bits as the long value is silently truncated to an int on alpha. But the program works, so that must not matter.
* Exit(-1) -> exit(1).charnier1998-04-011-1/+1
|
* Convert to random()ache1997-09-243-9/+7
|
* Put comment indicating revokeache1997-09-241-0/+1
|
* Change games from setuid games to setgid games.eivind1997-09-011-0/+2
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Correct the location of the trek documentation in thempp1996-12-141-1/+1
| | | | SEE ALSO section of the man page. Closes PR# 2009.
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0461-0/+10130
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
OpenPOWER on IntegriCloud