From owner-cvs-games Sun Feb 23 02:47:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03506 for cvs-games-outgoing; Sun, 23 Feb 1997 02:47:54 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03497; Sun, 23 Feb 1997 02:47:49 -0800 (PST) Date: Sun, 23 Feb 1997 02:47:49 -0800 (PST) From: Joerg Wunsch Message-Id: <199702231047.CAA03497@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/sail pl_main.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/23 02:47:48 Branch: games/sail RELENG_2_2 Modified: games/sail pl_main.c Log: YAMFC (rev 1.4: security fixes) NB: RELENG_2_1_0 still to be done. Revision Changes Path 1.3.2.1 +2 -2 src/games/sail/pl_main.c From owner-cvs-games Sun Feb 23 02:49:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03590 for cvs-games-outgoing; Sun, 23 Feb 1997 02:49:05 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03579; Sun, 23 Feb 1997 02:49:01 -0800 (PST) Date: Sun, 23 Feb 1997 02:49:01 -0800 (PST) From: Joerg Wunsch Message-Id: <199702231049.CAA03579@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/cribbage instr.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/23 02:49:00 Branch: games/cribbage RELENG_2_2 Modified: games/cribbage instr.c Log: YAMFC (rev 1.2: security fix) NB: RELENG_2_1_0 still to be done. Revision Changes Path 1.1.1.1.8.1 +4 -0 src/games/cribbage/instr.c From owner-cvs-games Sun Feb 23 05:58:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10860 for cvs-games-outgoing; Sun, 23 Feb 1997 05:58:07 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10853; Sun, 23 Feb 1997 05:58:05 -0800 (PST) Date: Sun, 23 Feb 1997 05:58:05 -0800 (PST) From: Eivind Eklund Message-Id: <199702231358.FAA10853@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/cribbage instr.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/23 05:58:05 Branch: games/cribbage RELENG_2_1_0 Modified: games/cribbage instr.c Log: YAMFC (1.2 - security fix) Revision Changes Path 1.1.1.1.6.1 +4 -0 src/games/cribbage/instr.c From owner-cvs-games Sun Feb 23 05:59:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10945 for cvs-games-outgoing; Sun, 23 Feb 1997 05:59:47 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10935; Sun, 23 Feb 1997 05:59:45 -0800 (PST) Date: Sun, 23 Feb 1997 05:59:45 -0800 (PST) From: Eivind Eklund Message-Id: <199702231359.FAA10935@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/sail pl_main.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/23 05:59:45 Branch: games/sail RELENG_2_1_0 Modified: games/sail pl_main.c Log: YAMFC (rev 1.4 - security fixes) Revision Changes Path 1.1.1.1.6.4 +2 -2 src/games/sail/pl_main.c From owner-cvs-games Sun Feb 23 15:03:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07610 for cvs-games-outgoing; Sun, 23 Feb 1997 15:03:55 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07600; Sun, 23 Feb 1997 15:03:51 -0800 (PST) Date: Sun, 23 Feb 1997 15:03:51 -0800 (PST) From: Mike Pritchard Message-Id: <199702232303.PAA07600@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/fortune/fortune fortune.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/23 15:03:50 Modified: games/fortune/fortune fortune.c Log: Allow fortune to use /dev/urandom if available to obtain its random numbers. If /dev/urandom is unavailable, it will fall back to using the random() function. I did this because I'm sick of seeing the same handful of fortunes over and over, and I've seen the exact same fortune one too many times when starting up two login shells at the same time. 2.2 safe. Revision Changes Path 1.6 +37 -6 src/games/fortune/fortune/fortune.c From owner-cvs-games Mon Feb 24 12:32:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15885 for cvs-games-outgoing; Mon, 24 Feb 1997 12:32:32 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15870; Mon, 24 Feb 1997 12:32:30 -0800 (PST) Date: Mon, 24 Feb 1997 12:32:30 -0800 (PST) From: Eivind Eklund Message-Id: <199702242032.MAA15870@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/24 12:32:29 Branch: games/battlestar RELENG_2_1_0 Modified: games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Log: YAMFC (Matches version 1.2 or 1.3, depending on file - security fixes) This should go in 2.2, but I won't put it there until I find somewhere to test it for 2.2. Revision Changes Path 1.2.6.1 +1 -0 src/games/battlestar/Makefile 1.2.4.1 +14 -14 src/games/battlestar/com1.c 1.2.4.1 +6 -6 src/games/battlestar/com2.c 1.2.4.1 +5 -5 src/games/battlestar/com3.c 1.2.4.1 +7 -7 src/games/battlestar/com4.c 1.2.4.1 +13 -13 src/games/battlestar/com5.c 1.1.1.1.6.1 +4 -10 src/games/battlestar/com6.c 1.2.4.1 +6 -6 src/games/battlestar/com7.c 1.2.4.1 +5 -5 src/games/battlestar/cypher.c 1.2.4.1 +10 -7 src/games/battlestar/externs.h 1.1.1.1.6.1 +4 -4 src/games/battlestar/fly.c 1.2.4.1 +2 -2 src/games/battlestar/init.c 1.2.4.1 +1 -1 src/games/battlestar/room.c 1.1.1.1.6.1 +44 -13 src/games/battlestar/save.c From owner-cvs-games Mon Feb 24 13:21:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA19339 for cvs-games-outgoing; Mon, 24 Feb 1997 13:21:20 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA19327; Mon, 24 Feb 1997 13:21:16 -0800 (PST) Date: Mon, 24 Feb 1997 13:21:16 -0800 (PST) From: Eivind Eklund Message-Id: <199702242121.NAA19327@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/24 13:21:15 Branch: games/battlestar RELENG_2_2 Modified: games/battlestar Makefile com1.c com2.c com3.c com4.c com5.c com6.c com7.c cypher.c externs.h fly.c init.c room.c save.c Log: YAMFC (Corresponds t rev 1.2/1.3 - security fixes) Revision Changes Path 1.2.8.1 +1 -0 src/games/battlestar/Makefile 1.2.6.1 +14 -14 src/games/battlestar/com1.c 1.2.6.1 +6 -6 src/games/battlestar/com2.c 1.2.6.1 +5 -5 src/games/battlestar/com3.c 1.2.6.1 +7 -7 src/games/battlestar/com4.c 1.2.6.1 +13 -13 src/games/battlestar/com5.c 1.1.1.1.8.1 +4 -10 src/games/battlestar/com6.c 1.2.6.1 +6 -6 src/games/battlestar/com7.c 1.2.6.1 +5 -5 src/games/battlestar/cypher.c 1.2.6.1 +10 -7 src/games/battlestar/externs.h 1.1.1.1.8.1 +4 -4 src/games/battlestar/fly.c 1.2.6.1 +2 -2 src/games/battlestar/init.c 1.2.6.1 +1 -1 src/games/battlestar/room.c 1.1.1.1.8.1 +44 -13 src/games/battlestar/save.c From owner-cvs-games Wed Feb 26 12:11:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA00375 for cvs-games-outgoing; Wed, 26 Feb 1997 12:11:00 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA00365; Wed, 26 Feb 1997 12:10:55 -0800 (PST) Date: Wed, 26 Feb 1997 12:10:55 -0800 (PST) From: Eivind Eklund Message-Id: <199702262010.MAA00365@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/battlestar com3.c com6.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 97/02/26 12:10:52 Modified: games/battlestar com3.c com6.c Log: Actually remove sys/time.h hack; fix typo. Pointed out by: bde Revision Changes Path 1.4 +1 -1 src/games/battlestar/com3.c 1.4 +0 -8 src/games/battlestar/com6.c