aboutsummaryrefslogtreecommitdiff
path: root/games/trek
Commit message (Collapse)AuthorAgeFilesLines
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-3050-87/+201
| | | | Notes: svn path=/head/; revision=53920
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-1643-120/+120
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-1643-0/+86
| | | | Notes: svn path=/head/; revision=53209
* Avoid ambigious if() if() else().Bill Fumerola1999-09-071-0/+2
| | | | Notes: svn path=/head/; revision=51047
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48793
* Forgot to remove these files with the NetBSD games cleanups.Steve Price1999-04-201-59/+0
| | | | Notes: svn path=/head/; revision=45877
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-191-1/+3
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Fixed printf format errors.Bruce Evans1998-06-301-2/+3
| | | | Notes: svn path=/head/; revision=37309
* Fixed (1970's style) missing declaration of a function that doesn'tBruce Evans1998-06-301-0/+2
| | | | | | | return int. Notes: svn path=/head/; revision=37308
* Change casts of function pointers from int to long. This makes theJohn Birrell1998-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. Notes: svn path=/head/; revision=35883
* Exit(-1) -> exit(1).Philippe Charnier1998-04-011-1/+1
| | | | Notes: svn path=/head/; revision=34982
* Convert to random()Andrey A. Chernov1997-09-243-9/+7
| | | | Notes: svn path=/head/; revision=29833
* Put comment indicating revokeAndrey A. Chernov1997-09-241-0/+1
| | | | Notes: svn path=/head/; revision=29784
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+2
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Correct the location of the trek documentation in theMike Pritchard1996-12-141-1/+1
| | | | | | | SEE ALSO section of the man page. Closes PR# 2009. Notes: svn path=/head/; revision=20454
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8856
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490