Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 1998 12:26:28 -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 alias_cmd.c alias_cmd.h arp.c arp.h async.c auth.c auth.h bundle.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h chat.c chat.h command.c command.h datalink.c datalink.h deflate.c defs.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h id.c ...
Message-ID:  <199805011926.MAA16630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/05/01 12:26:28 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         alias_cmd.c alias_cmd.h arp.c arp.h 
                         async.c auth.c auth.h bundle.c ccp.c 
                         ccp.h chap.c chap.h chap_ms.c chap_ms.h 
                         chat.c chat.h command.c command.h 
                         datalink.c datalink.h deflate.c defs.h 
                         filter.c filter.h fsm.c fsm.h hdlc.c 
                         hdlc.h id.c ip.c ip.h ipcp.c ipcp.h 
                         iplist.c lcp.c lcp.h link.c loadalias.c 
                         loadalias.h log.c log.h lqr.c lqr.h 
                         main.c mbuf.c mbuf.h modem.c mp.c mp.h 
                         pap.c pap.h pathnames.h physical.c 
                         physical.h pred.c prompt.c prompt.h 
                         route.c route.h server.c server.h sig.c 
                         sig.h slcompress.c slcompress.h systems.c 
                         systems.h throughput.c timer.c timer.h 
                         tun.c vjcomp.c vjcomp.h 
  Log:
  Cosmetic:  Make our external function names consistent.
  
  Revision  Changes    Path
  1.12.2.8  +8 -8      src/usr.sbin/ppp/alias_cmd.c
  1.7.2.2   +3 -3      src/usr.sbin/ppp/alias_cmd.h
  1.27.2.15 +23 -23    src/usr.sbin/ppp/arp.c
  1.7.2.7   +3 -3      src/usr.sbin/ppp/arp.h
  1.15.2.14 +16 -16    src/usr.sbin/ppp/async.c
  1.27.2.26 +13 -13    src/usr.sbin/ppp/auth.c
  1.10.2.9  +12 -11    src/usr.sbin/ppp/auth.h
  1.1.2.68  +63 -63    src/usr.sbin/ppp/Attic/bundle.c
  1.30.2.42 +30 -30    src/usr.sbin/ppp/ccp.c
  1.14.2.20 +3 -3      src/usr.sbin/ppp/ccp.h
  1.28.2.27 +24 -24    src/usr.sbin/ppp/chap.c
  1.9.2.6   +3 -3      src/usr.sbin/ppp/chap.h
  1.5.4.3   +2 -2      src/usr.sbin/ppp/chap_ms.c
  1.2.4.1   +2 -2      src/usr.sbin/ppp/chap_ms.h
  1.44.2.29 +37 -37    src/usr.sbin/ppp/chat.c
  1.9.2.8   +4 -7      src/usr.sbin/ppp/chat.h
  1.131.2.77 +108 -108  src/usr.sbin/ppp/command.c
  1.12.2.13 +8 -9      src/usr.sbin/ppp/command.h
  1.1.2.53  +69 -69    src/usr.sbin/ppp/Attic/datalink.c
  1.1.2.21  +1 -2      src/usr.sbin/ppp/Attic/datalink.h
  1.6.4.15  +47 -47    src/usr.sbin/ppp/deflate.c
  1.29.2.17 +3 -1      src/usr.sbin/ppp/defs.h
  1.22.2.19 +29 -29    src/usr.sbin/ppp/filter.c
  1.11.2.7  +3 -3      src/usr.sbin/ppp/filter.h
  1.27.2.35 +102 -102  src/usr.sbin/ppp/fsm.c
  1.16.2.16 +9 -9      src/usr.sbin/ppp/fsm.h
  1.28.2.31 +56 -56    src/usr.sbin/ppp/hdlc.c
  1.14.2.12 +5 -5      src/usr.sbin/ppp/hdlc.h
  1.6.4.10  +19 -19    src/usr.sbin/ppp/id.c
  1.38.2.25 +41 -41    src/usr.sbin/ppp/ip.c
  1.8.2.9   +4 -4      src/usr.sbin/ppp/ip.h
  1.50.2.49 +64 -64    src/usr.sbin/ppp/ipcp.c
  1.18.2.25 +6 -6      src/usr.sbin/ppp/ipcp.h
  1.4.4.3   +3 -3      src/usr.sbin/ppp/iplist.c
  1.55.2.52 +44 -44    src/usr.sbin/ppp/lcp.c
  1.16.2.23 +2 -2      src/usr.sbin/ppp/lcp.h
  1.1.2.20  +12 -12    src/usr.sbin/ppp/Attic/link.c
  1.14.2.5  +7 -7      src/usr.sbin/ppp/loadalias.c
  1.4.2.3   +4 -4      src/usr.sbin/ppp/loadalias.h
  1.25.2.13 +45 -45    src/usr.sbin/ppp/log.c
  1.18.2.7  +19 -19    src/usr.sbin/ppp/log.h
  1.22.2.29 +44 -44    src/usr.sbin/ppp/lqr.c
  1.12.2.5  +8 -8      src/usr.sbin/ppp/lqr.h
  1.121.2.54 +52 -53    src/usr.sbin/ppp/main.c
  1.13.2.11 +24 -24    src/usr.sbin/ppp/mbuf.c
  1.11.2.5  +11 -11    src/usr.sbin/ppp/mbuf.h
  1.77.2.63 +74 -74    src/usr.sbin/ppp/modem.c
  1.1.2.19  +51 -51    src/usr.sbin/ppp/Attic/mp.c
  1.1.2.10  +1 -2      src/usr.sbin/ppp/Attic/mp.h
  1.20.2.28 +20 -21    src/usr.sbin/ppp/pap.c
  1.5.2.5   +3 -3      src/usr.sbin/ppp/pap.h
  1.8.2.1   +0 -43     src/usr.sbin/ppp/pathnames.h
  1.1.2.30  +17 -17    src/usr.sbin/ppp/Attic/physical.c
  1.1.2.24  +27 -31    src/usr.sbin/ppp/Attic/physical.h
  1.20.2.12 +22 -22    src/usr.sbin/ppp/pred.c
  1.1.2.29  +18 -18    src/usr.sbin/ppp/Attic/prompt.c
  1.1.2.9   +1 -2      src/usr.sbin/ppp/Attic/prompt.h
  1.42.2.21 +20 -20    src/usr.sbin/ppp/route.c
  1.10.2.5  +3 -3      src/usr.sbin/ppp/route.h
  1.16.2.18 +21 -21    src/usr.sbin/ppp/server.c
  1.4.2.5   +4 -5      src/usr.sbin/ppp/server.h
  1.11.2.5  +4 -4      src/usr.sbin/ppp/sig.c
  1.11.2.1  +3 -3      src/usr.sbin/ppp/sig.h
  1.15.2.11 +9 -9      src/usr.sbin/ppp/slcompress.c
  1.10.2.5  +2 -2      src/usr.sbin/ppp/slcompress.h
  1.35.2.9  +16 -17    src/usr.sbin/ppp/systems.c
  1.10.2.5  +3 -3      src/usr.sbin/ppp/systems.h
  1.4.4.9   +10 -10    src/usr.sbin/ppp/throughput.c
  1.27.2.10 +22 -22    src/usr.sbin/ppp/timer.c
  1.5.4.4   +5 -5      src/usr.sbin/ppp/timer.h
  1.6.4.16  +2 -2      src/usr.sbin/ppp/tun.c
  1.16.2.16 +16 -16    src/usr.sbin/ppp/vjcomp.c
  1.5.4.6   +3 -3      src/usr.sbin/ppp/vjcomp.h

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?199805011926.MAA16630>