aboutsummaryrefslogtreecommitdiff
path: root/games/trek
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-2160-10273/+0
| | | | Notes: svn path=/head/; revision=105614
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.Jens Schweikhardt2002-08-121-7/+8
| | | | | | | | Suggested by: bde MFC after: 3 days Notes: svn path=/head/; revision=101718
* Use varargs for syserr().Juli Mallett2002-06-231-2/+9
| | | | | | | Pointed out by: snapshots.jp.freebsd.org warnings log. Notes: svn path=/head/; revision=98689
* syserr()'s first argument is not exit status, avoid dereferencing (char *)0Juli Mallett2002-06-231-1/+1
| | | | | | | in printf(3). Notes: svn path=/head/; revision=98688
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=74528
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris Notes: svn path=/head/; revision=72089
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+2
| | | | | | | | | | | Seperate does not exist in the english language. Also add $FreeBSD$ Submitted to look at by: kris Notes: svn path=/head/; revision=72088
* Eliminate groff(1) and tbl(1) warnings.Ruslan Ermilov2000-11-281-35/+18
| | | | Notes: svn path=/head/; revision=69309
* Don't call printf with no format string.Kris Kennaway2000-07-101-2/+2
| | | | Notes: svn path=/head/; revision=62869
* 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