summaryrefslogtreecommitdiffstats
path: root/games/trek
Commit message (Collapse)AuthorAgeFilesLines
* 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