Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 1998 16:49:37 -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 physical.c physical.h Makefile async.c async.h auth.c auth.h ccp.c ccp.h chap.c chap.h chat.c chat.h command.c deflate.c defs.h fsm.c fsm.h hdlc.c hdlc.h ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h lqr.c lqr.h main.c modem.c modem.h ...
Message-ID:  <199801290049.QAA13486@freefall.freebsd.org>

index | next in thread | raw e-mail

brian       1998/01/28 16:49:36 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         Makefile async.c async.h auth.c auth.h 
                         ccp.c ccp.h chap.c chap.h chat.c chat.h 
                         command.c deflate.c defs.h fsm.c fsm.h 
                         hdlc.c hdlc.h ip.c ip.h ipcp.c ipcp.h 
                         lcp.c lcp.h lqr.c lqr.h main.c modem.c 
                         modem.h pap.c pap.h phase.c phase.h 
                         pred.c vars.c vars.h vjcomp.c vjcomp.h 
  Added files:           (Branch: MP)
    usr.sbin/ppp         physical.c physical.h 
  Log:
  Create a new MP branch for `multilink protocol'.
  
  Do lots of initial shuffling and grouping.
  Submitted by: Eivind Eklund <perhaps@yes.no>
  
  Revision  Changes    Path
  1.36.2.1  +3 -3      src/usr.sbin/ppp/Makefile
  1.15.2.1  +10 -9     src/usr.sbin/ppp/async.c
  1.2.4.1   +3 -3      src/usr.sbin/ppp/async.h
  1.27.2.1  +16 -8     src/usr.sbin/ppp/auth.c
  1.10.2.1  +10 -5     src/usr.sbin/ppp/auth.h
  1.30.2.1  +7 -5      src/usr.sbin/ppp/ccp.c
  1.14.2.1  +4 -4      src/usr.sbin/ppp/ccp.h
  1.28.2.1  +29 -21    src/usr.sbin/ppp/chap.c
  1.9.2.1   +4 -2      src/usr.sbin/ppp/chap.h
  1.44.2.1  +33 -30    src/usr.sbin/ppp/chat.c
  1.9.2.1   +2 -2      src/usr.sbin/ppp/chat.h
  1.131.2.1 +39 -23    src/usr.sbin/ppp/command.c
  1.6.4.1   +4 -3      src/usr.sbin/ppp/deflate.c
  1.29.2.1  +1 -2      src/usr.sbin/ppp/defs.h
  1.27.2.1  +8 -6      src/usr.sbin/ppp/fsm.c
  1.16.2.1  +5 -2      src/usr.sbin/ppp/fsm.h
  1.28.2.1  +18 -16    src/usr.sbin/ppp/hdlc.c
  1.14.2.1  +5 -3      src/usr.sbin/ppp/hdlc.h
  1.38.2.1  +4 -4      src/usr.sbin/ppp/ip.c
  1.8.2.1   +4 -2      src/usr.sbin/ppp/ip.h
  1.50.2.1  +9 -6      src/usr.sbin/ppp/ipcp.c
  1.18.2.1  +2 -2      src/usr.sbin/ppp/ipcp.h
  1.55.2.1  +19 -16    src/usr.sbin/ppp/lcp.c
  1.16.2.1  +4 -3      src/usr.sbin/ppp/lcp.h
  1.22.2.1  +12 -10    src/usr.sbin/ppp/lqr.c
  1.12.2.1  +4 -4      src/usr.sbin/ppp/lqr.h
  1.121.2.1 +44 -37    src/usr.sbin/ppp/main.c
  1.77.2.1  +277 -182  src/usr.sbin/ppp/modem.c
  1.16.2.1  +18 -15    src/usr.sbin/ppp/modem.h
  1.20.2.1  +18 -16    src/usr.sbin/ppp/pap.c
  1.5.2.1   +2 -2      src/usr.sbin/ppp/pap.h
  1.6.4.1   +6 -5      src/usr.sbin/ppp/phase.c
  1.9.2.1   +4 -2      src/usr.sbin/ppp/phase.h
  1.20.2.1  +4 -3      src/usr.sbin/ppp/pred.c
  1.45.2.1  +6 -3      src/usr.sbin/ppp/vars.c
  1.42.2.1  +9 -4      src/usr.sbin/ppp/vars.h
  1.16.2.1  +3 -3      src/usr.sbin/ppp/vjcomp.c
  1.5.4.1   +4 -2      src/usr.sbin/ppp/vjcomp.h


home | help

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