Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 1998 12:07:02 -0700 (PDT)
From:      Brian Somers <brian@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
Message-ID:  <199806151907.MAA20173@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806151907.MAA20173>