From owner-cvs-all Wed May 6 11:53:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22291 for cvs-all-outgoing; Wed, 6 May 1998 11:53:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 LAA22252; Wed, 6 May 1998 11:53:00 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA08957; Wed, 6 May 1998 11:50:14 -0700 (PDT) Date: Wed, 6 May 1998 11:50:14 -0700 (PDT) Message-Id: <199805061850.LAA08957@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h defs.c main.c mp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/05/06 11:50:14 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h defs.c main.c mp.c Log: o Make sure we don't dereference NULL when we've lost all our links. o Use srandomdev() for __FreeBSD__ >= 2, not just >2. o Use srandom((time(NULL)^getpid())+random()), random() when we haven't got srandomdev(). Revision Changes Path 1.1.2.74 +23 -7 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.37 +2 -1 src/usr.sbin/ppp/Attic/bundle.h 1.11.4.11 +3 -3 src/usr.sbin/ppp/defs.c 1.121.2.56 +4 -6 src/usr.sbin/ppp/main.c 1.1.2.24 +4 -2 src/usr.sbin/ppp/Attic/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message