aboutsummaryrefslogtreecommitdiff
path: root/games/random
Commit message (Collapse)AuthorAgeFilesLines
* Make the __FBSDID usage consistentDavid E. O'Brien2003-05-051-3/+2
| | | | | | | and protect copyright[] from Gcc 3.3's whining. Notes: svn path=/head/; revision=114725
* Fixed SYNOPSIS.Ruslan Ermilov2003-02-231-20/+26
| | | | | | | | | | Expanded stdin/stdout definitions. Ordered the SEE ALSO references. Moved some chat from the BUGS section to freebsd-chat@. Removed ``cvs log'' material from the HISTORY section. Notes: svn path=/head/; revision=111279
* flexlint rears its head as well as some style(9) fixes[1]. Fixed aSean Chittenden2003-02-154-73/+83
| | | | | | | | | | | | few bugs for a few corner cases and correctly handle the case where read(2) is read()'ing from a non-file descriptor and could get fewer bytes back than the buffer, but it isn't EOF[2]. random(6) extensively tested and believed to be bug free (save performance for large files). Submitted by: mkm [1], tjr[2] Notes: svn path=/head/; revision=110928
* Update random(6) to have the ability to randomize a file/stdin basedSean Chittenden2003-02-115-20/+389
| | | | | | | | | | off of lines or words. See the man page for details. Reviewed by: markm MFC after: 3 days Notes: svn path=/head/; revision=110723
* Remove __PWarner Losh2002-02-181-1/+1
| | | | | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype Notes: svn path=/head/; revision=90828
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79528
* - 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
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68937
* -Wall fixes.Bill Fumerola1999-12-121-1/+1
| | | | Notes: svn path=/head/; revision=54482
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-301-1/+5
| | | | Notes: svn path=/head/; revision=53920
* $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
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-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). Notes: svn path=/head/; revision=33937
* Remove so-called revoke, this game never installed sguidAndrey A. Chernov1997-09-011-4/+0
| | | | Notes: svn path=/head/; revision=29016
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-2/+1
| | | | Notes: svn path=/head/; revision=26627
* Use srandomdev() nowAndrey A. Chernov1997-03-301-4/+5
| | | | | | | Add range checking for invalid denominator values Notes: svn path=/head/; revision=24420
* Fix srandom arg type accodring to Lite2Andrey A. Chernov1997-03-111-1/+1
| | | | | | | Use ^ getpid() instead of + getpid() Notes: svn path=/head/; revision=23699
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8856
* Include <limits.h> to get LONG_MAX - don't depend on namespace pollutionBruce Evans1995-02-031-0/+1
| | | | | | | in <time.h>. Notes: svn path=/head/; revision=6160
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490