Date: Sun, 15 Feb 1998 07:12:11 -0800 (PST) From: "Jordan K. Hubbard" <jkh@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 ... Message-ID: <199802151512.HAA06811@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802151512.HAA06811>
