aboutsummaryrefslogtreecommitdiff
path: root/games/random
Commit message (Expand)AuthorAgeFilesLines
* Free buf when its no longer used. This helps eliminate a static analysisEitan Adler2012-10-221-0/+2
* Drop advertising clause in manpages. It was done a long time agoUlrich Spörlein2010-12-061-5/+1
* random(6): avoid dead assignmentsUlrich Spörlein2010-06-142-2/+2
* Remove the third clause for the Berkeley parts of games, per theWarner Losh2010-02-151-5/+1
* games: make WARNS=6 the default, remove overridesUlrich Spörlein2010-02-151-1/+0
* Suggections from bde@Andrey A. Chernov2008-08-112-5/+11
* All cosmetic.Andrey A. Chernov2008-08-103-12/+9
* 1) Fix longstanding math bug with denominator > 1 (wrong probability).Andrey A. Chernov2008-08-081-8/+16
* I was confused a bit by the wrong construction with RAND_MAXAndrey A. Chernov2008-08-083-4/+10
* 1) Replace hardcoded RANDOM_MAX macro with wrong (1 less than must be)Andrey A. Chernov2008-08-081-11/+5
* 1) Fix hang at the end of line buffer (PR 95715)Andrey A. Chernov2006-04-142-8/+11
* Correct an error in the previous revision. RAND_MAX is the maximum valueJohn Baldwin2005-06-221-3/+9
* Fix for 64-bit platforms. random() returns values between 0 and RAND_MAX,John Baldwin2005-05-271-3/+3
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-4/+4
* Properly initialise 'filename' so that random -l doesn't try to open NULL.Stefan Farfeleder2004-10-031-5/+4
* Make the __FBSDID usage consistentDavid E. O'Brien2003-05-051-3/+2
* Fixed SYNOPSIS.Ruslan Ermilov2003-02-231-20/+26
* flexlint rears its head as well as some style(9) fixes[1]. Fixed aSean Chittenden2003-02-154-73/+83
* Update random(6) to have the ability to randomize a file/stdin basedSean Chittenden2003-02-115-20/+389
* Remove __PWarner Losh2002-02-181-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* -Wall fixes.Bill Fumerola1999-12-121-1/+1
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-301-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-03-011-1/+1
* Remove so-called revoke, this game never installed sguidAndrey A. Chernov1997-09-011-4/+0
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-2/+1
* Use srandomdev() nowAndrey A. Chernov1997-03-301-4/+5
* Fix srandom arg type accodring to Lite2Andrey A. Chernov1997-03-111-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Include <limits.h> to get LONG_MAX - don't depend on namespace pollutionBruce Evans1995-02-031-0/+1
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-043-0/+223