Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 1998 17:45:31 -0800 (PST)
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 arp.c arp.h auth.c bundle.c bundle.h ccp.c ccp.h command.c datalink.c filter.c fsm.c fsm.h hdlc.c ipcp.c ipcp.h lcp.c lcp.h link.h main.c modem.c modem.h physical.h slcompress.h vjcomp.c
Message-ID:  <199802210145.RAA17221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/02/20 17:45:30 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         arp.c arp.h auth.c bundle.c bundle.h 
                         ccp.c ccp.h command.c datalink.c filter.c 
                         fsm.c fsm.h hdlc.c ipcp.c ipcp.h lcp.c 
                         lcp.h link.h main.c modem.c modem.h 
                         physical.h slcompress.h vjcomp.c 
  Log:
  Shuffle around our FSMs a bit.  This'll make it
  easier to remove the CcpInfo, LcpInfo and IpcpInfo
  globals.
  
  Revision  Changes    Path
  1.27.2.4  +10 -13    src/usr.sbin/ppp/arp.c
  1.7.2.4   +3 -5      src/usr.sbin/ppp/arp.h
  1.27.2.9  +4 -4      src/usr.sbin/ppp/auth.c
  1.1.2.15  +8 -4      src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.10  +6 -4      src/usr.sbin/ppp/Attic/bundle.h
  1.30.2.12 +55 -51    src/usr.sbin/ppp/ccp.c
  1.14.2.10 +7 -7      src/usr.sbin/ppp/ccp.h
  1.131.2.28 +31 -31    src/usr.sbin/ppp/command.c
  1.1.2.12  +8 -8      src/usr.sbin/ppp/Attic/datalink.c
  1.22.2.5  +3 -3      src/usr.sbin/ppp/filter.c
  1.27.2.13 +30 -10    src/usr.sbin/ppp/fsm.c
  1.16.2.7  +9 -2      src/usr.sbin/ppp/fsm.h
  1.28.2.13 +6 -6      src/usr.sbin/ppp/hdlc.c
  1.50.2.15 +168 -155  src/usr.sbin/ppp/ipcp.c
  1.18.2.13 +26 -24    src/usr.sbin/ppp/ipcp.h
  1.55.2.19 +38 -25    src/usr.sbin/ppp/lcp.c
  1.16.2.11 +4 -2      src/usr.sbin/ppp/lcp.h
  1.1.2.5   +3 -1      src/usr.sbin/ppp/Attic/link.h
  1.121.2.27 +3 -3      src/usr.sbin/ppp/main.c
  1.77.2.24 +26 -7     src/usr.sbin/ppp/modem.c
  1.16.2.9  +3 -2      src/usr.sbin/ppp/modem.h
  1.1.2.11  +3 -3      src/usr.sbin/ppp/Attic/physical.h
  1.10.2.2  +5 -3      src/usr.sbin/ppp/slcompress.h
  1.16.2.4  +4 -4      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?199802210145.RAA17221>