From owner-cvs-all Mon Jun 15 12:07:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07745 for cvs-all-outgoing; Mon, 15 Jun 1998 12:07:55 -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 MAA07725; Mon, 15 Jun 1998 12:07:50 -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 MAA20173; Mon, 15 Jun 1998 12:07:02 -0700 (PDT) Date: Mon, 15 Jun 1998 12:07:02 -0700 (PDT) Message-Id: <199806151907.MAA20173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c ccp.h chat.c deflate.c defs.c fsm.c ip.c iplist.c log.c main.c mp.c prompt.c prompt.h route.c timer.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/15 12:07:01 PDT Modified files: usr.sbin/ppp auth.c ccp.h chat.c deflate.c defs.c fsm.c ip.c iplist.c log.c main.c mp.c prompt.c prompt.h route.c timer.c vjcomp.c Log: o De-staticise things that don't need to be static. o Bring the static ``ttystate'' into struct prompt so that the tilde context is per prompt and not global. o Comment the remaining static variables so that it's clear why they're static. o Add some XXX comments suggesting that our interface list and our hostname should be re-generated after a signal (say SIGUSR1) so that a machine with PCCARDs has a chance. Revision Changes Path 1.30 +2 -2 src/usr.sbin/ppp/auth.c 1.17 +3 -3 src/usr.sbin/ppp/ccp.h 1.48 +2 -2 src/usr.sbin/ppp/chat.c 1.9 +2 -2 src/usr.sbin/ppp/deflate.c 1.16 +2 -2 src/usr.sbin/ppp/defs.c 1.29 +2 -1 src/usr.sbin/ppp/fsm.c 1.43 +2 -2 src/usr.sbin/ppp/ip.c 1.6 +2 -2 src/usr.sbin/ppp/iplist.c 1.31 +2 -2 src/usr.sbin/ppp/log.c 1.133 +2 -2 src/usr.sbin/ppp/main.c 1.8 +2 -2 src/usr.sbin/ppp/mp.c 1.5 +6 -5 src/usr.sbin/ppp/prompt.c 1.4 +2 -1 src/usr.sbin/ppp/prompt.h 1.48 +9 -3 src/usr.sbin/ppp/route.c 1.29 +3 -3 src/usr.sbin/ppp/timer.c 1.19 +2 -2 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message