summaryrefslogtreecommitdiffstats
path: root/games/random
Commit message (Collapse)AuthorAgeFilesLines
* Remove __Pimp2002-02-181-1/+1
| | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* -Wall fixes.billf1999-12-121-1/+1
|
* copyright/sccsid/rcsid cleanup.billf1999-11-301-1/+5
|
* $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
* Wargh! Who went and changed all the getopt() comparisons from -1 tojkh1998-03-011-1/+1
| | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct).
* Remove so-called revoke, this game never installed sguidache1997-09-011-4/+0
|
* Change games from setuid games to setgid games.eivind1997-09-011-0/+4
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Remove srandomdev fallback codeache1997-06-141-2/+1
|
* Use srandomdev() nowache1997-03-301-4/+5
| | | | Add range checking for invalid denominator values
* Fix srandom arg type accodring to Lite2ache1997-03-111-1/+1
| | | | Use ^ getpid() instead of + getpid()
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Include <limits.h> to get LONG_MAX - don't depend on namespace pollutionbde1995-02-031-0/+1
| | | | in <time.h>.
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-043-0/+223
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