From owner-cvs-games Sun Feb 15 07:12:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16265 for cvs-games-outgoing; Sun, 15 Feb 1998 07:12:27 -0800 (PST) (envelope-from owner-cvs-games) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA16218; Sun, 15 Feb 1998 07:12:18 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA06811; Sun, 15 Feb 1998 07:12:11 -0800 (PST) Date: Sun, 15 Feb 1998 07:12:11 -0800 (PST) Message-Id: <199802151512.HAA06811@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games Makefile.inc src/games/adventure hdr.h init.c main.c save.c setup.c vocab.c wizard.c src/games/arithmetic arithmetic.c src/games/atc Makefile atc.6 input.c log.c src/games/backgammon/backgammon main.c src/games/backgammon/common_source ... Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/02/15 07:12:10 PST Modified files: (Branch: RELENG_2_2) games Makefile.inc games/adventure hdr.h init.c main.c save.c setup.c vocab.c wizard.c games/arithmetic arithmetic.c games/atc Makefile atc.6 input.c log.c games/backgammon/backgammon main.c games/backgammon/common_source backgammon.c games/backgammon/teachgammon teach.c games/battlestar Makefile battlestar.c com3.c com6.c externs.h save.c games/bcd Makefile bcd.6 games/bs Makefile bs.c games/caesar Makefile rot13.sh games/canfield/canfield Makefile canfield.6 canfield.c games/canfield/cfscores Makefile cfscores.c games/cribbage Makefile crib.c instr.c io.c score.c games/dm Makefile dm.c games/factor factor.c games/fish Makefile games/fortune/datfiles Makefile fortunes fortunes-o.real limerick games/fortune/fortune fortune.6 games/hack Makefile alloc.c hack.main.c hack.mklev.c hack.options.c hack.pager.c hack.termcap.c hack.u_init.c hack.unix.c rnd.c games/hangman hangman.h main.c games/larn Makefile bill.c data.c global.c header.h io.c larn.6 main.c nap.c pathnames.h scores.c tok.c Log: MFC: Selected security fixes and bogosity rectification. Couldn't bring the srandomdev() changes in since we don't have that in 2.2. Pity. Revision Changes Path 1.4.6.2 +3 -3 src/games/Makefile.inc 1.1.1.1.8.2 +4 -1 src/games/adventure/hdr.h 1.3.2.1 +1 -2 src/games/adventure/init.c 1.2.2.1 +5 -2 src/games/adventure/main.c 1.3.2.1 +3 -13 src/games/adventure/save.c 1.1.1.1.8.1 +4 -1 src/games/adventure/setup.c 1.2.2.1 +6 -5 src/games/adventure/vocab.c 1.2.2.1 +11 -9 src/games/adventure/wizard.c 1.1.1.1.8.2 +1 -1 src/games/arithmetic/arithmetic.c 1.7.2.1 +5 -3 src/games/atc/Makefile 1.1.1.1.8.1 +2 -4 src/games/atc/atc.6 1.2.6.1 +7 -4 src/games/atc/input.c 1.2.6.1 +1 -1 src/games/atc/log.c 1.1.1.1.8.2 +4 -5 src/games/backgammon/backgammon/main.c 1.3.2.1 +0 -751 src/games/backgammon/common_source/Attic/backgammon.c 1.2.6.2 +2 -4 src/games/backgammon/teachgammon/teach.c 1.2.8.2 +4 -0 src/games/battlestar/Makefile 1.1.1.1.8.1 +6 -1 src/games/battlestar/battlestar.c 1.2.6.2 +1 -1 src/games/battlestar/com3.c 1.1.1.1.8.2 +17 -11 src/games/battlestar/com6.c 1.2.6.2 +5 -1 src/games/battlestar/externs.h 1.1.1.1.8.2 +3 -4 src/games/battlestar/save.c 1.1.1.1.8.1 +0 -1 src/games/bcd/Makefile 1.3.2.1 +9 -2 src/games/bcd/bcd.6 1.1.1.1.6.1 +2 -1 src/games/bs/Makefile 1.2.6.1 +3 -0 src/games/bs/bs.c 1.3.2.1 +1 -1 src/games/caesar/Makefile 1.2.2.1 +1 -1 src/games/caesar/rot13.sh 1.3.2.1 +3 -0 src/games/canfield/canfield/Makefile 1.1.1.1.8.1 +1 -1 src/games/canfield/canfield/canfield.6 1.2.6.1 +11 -5 src/games/canfield/canfield/canfield.c 1.1.1.1.8.1 +0 -1 src/games/canfield/cfscores/Makefile 1.1.1.1.8.1 +1 -0 src/games/canfield/cfscores/cfscores.c 1.4.2.1 +4 -2 src/games/cribbage/Makefile 1.1.1.1.8.2 +11 -5 src/games/cribbage/crib.c 1.1.1.1.8.2 +0 -4 src/games/cribbage/instr.c 1.1.1.1.8.1 +11 -11 src/games/cribbage/io.c 1.1.1.1.8.1 +4 -4 src/games/cribbage/score.c 1.2.8.1 +2 -2 src/games/dm/Makefile 1.2.6.1 +19 -14 src/games/dm/dm.c 1.2.6.2 +2 -1 src/games/factor/factor.c 1.3.2.1 +2 -2 src/games/fish/Makefile 1.7.2.1 +4 -4 src/games/fortune/datfiles/Makefile 1.2.2.6 +1 -1 src/games/fortune/datfiles/fortunes 1.2.2.1 +1 -1 src/games/fortune/datfiles/fortunes-o.real 1.1.1.1.8.1 +1 -22 src/games/fortune/datfiles/limerick 1.2.2.1 +2 -1 src/games/fortune/fortune/fortune.6 1.7.2.1 +8 -6 src/games/hack/Makefile 1.1.1.1.8.1 +2 -3 src/games/hack/alloc.c 1.1.1.1.8.1 +7 -5 src/games/hack/hack.main.c 1.2.6.1 +3 -1 src/games/hack/hack.mklev.c 1.2.6.1 +1 -1 src/games/hack/hack.options.c 1.1.1.1.8.1 +4 -3 src/games/hack/hack.pager.c 1.3.2.1 +11 -4 src/games/hack/hack.termcap.c 1.1.1.1.8.1 +1 -1 src/games/hack/hack.u_init.c 1.3.6.1 +10 -14 src/games/hack/hack.unix.c 1.1.1.1.8.1 +3 -1 src/games/hack/rnd.c 1.1.1.1.8.1 +1 -0 src/games/hangman/hangman.h 1.1.1.1.8.1 +3 -0 src/games/hangman/main.c 1.3.2.1 +6 -2 src/games/larn/Makefile 1.1.1.1.8.1 +14 -17 src/games/larn/bill.c 1.2.6.1 +1 -1 src/games/larn/data.c 1.2.6.1 +2 -3 src/games/larn/global.c 1.2.6.1 +11 -6 src/games/larn/header.h 1.3.2.1 +10 -10 src/games/larn/io.c 1.2.2.1 +2 -0 src/games/larn/larn.6 1.3.6.1 +12 -10 src/games/larn/main.c 1.1.1.1.8.1 +4 -0 src/games/larn/nap.c 1.1.1.1.8.1 +2 -2 src/games/larn/pathnames.h 1.2.6.1 +4 -4 src/games/larn/scores.c 1.2.6.1 +4 -2 src/games/larn/tok.c From owner-cvs-games Thu Feb 19 16:50:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03111 for cvs-games-outgoing; Thu, 19 Feb 1998 16:50:21 -0800 (PST) (envelope-from owner-cvs-games) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02773; Thu, 19 Feb 1998 16:48:38 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA13754; Thu, 19 Feb 1998 16:47:50 -0800 (PST) Date: Thu, 19 Feb 1998 16:47:50 -0800 (PST) Message-Id: <199802200047.QAA13754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/fortune/strfile strfile.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/02/19 16:47:50 PST Modified files: games/fortune/strfile strfile.c Log: Be sure to set the value of Tbl.str_numstr before any call to do_order or randomize so that they actually work. PR: 5791 Revision Changes Path 1.10 +2 -1 src/games/fortune/strfile/strfile.c From owner-cvs-games Thu Feb 19 16:55:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04376 for cvs-games-outgoing; Thu, 19 Feb 1998 16:55:58 -0800 (PST) (envelope-from owner-cvs-games) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04001; Thu, 19 Feb 1998 16:54:31 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA13831; Thu, 19 Feb 1998 16:49:43 -0800 (PST) Date: Thu, 19 Feb 1998 16:49:43 -0800 (PST) Message-Id: <199802200049.QAA13831@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG Subject: cvs commit: src/games/fortune/strfile strfile.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/02/19 16:49:43 PST Modified files: (Branch: RELENG_2_2) games/fortune/strfile strfile.c Log: MFC: set Tbl.str_numstr before do_order or randomize are called. PR: 5791 Revision Changes Path 1.8.2.2 +2 -1 src/games/fortune/strfile/strfile.c