Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 1997 17:34:47 -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 Makefile alias_cmd.c alias_cmd.h arp.c arp.h async.c auth.c auth.h ccp.c ccp.h chap.c chap.h chat.c chat.h command.c command.h defs.h filter.c filter.h fsm.c fsm.h global.h hdlc.c hdlc.h ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h ...
Message-ID:  <199708250034.RAA06102@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/08/24 17:34:47 PDT

  Modified files:        (Branch: RELENG_2_2)
    usr.sbin/ppp         Makefile alias_cmd.c alias_cmd.h arp.c 
                         arp.h async.c auth.c auth.h ccp.c ccp.h 
                         chap.c chap.h chat.c chat.h command.c 
                         command.h defs.h filter.c filter.h fsm.c 
                         fsm.h global.h hdlc.c hdlc.h ip.c ip.h 
                         ipcp.c ipcp.h lcp.c lcp.h lcpproto.h 
                         loadalias.c loadalias.h log.c log.h lqr.c 
                         lqr.h main.c main.h mbuf.c mbuf.h modem.c 
                         modem.h os.c os.h pap.c pap.h 
                         passwdauth.c pathnames.h phase.h ppp.8 
                         pred.c pred.h route.c route.h server.c 
                         sig.c sig.h slcompress.c slcompress.h 
                         systems.c systems.h timeout.h timer.c 
                         vars.c vars.h vjcomp.c 
  Log:
  MFC: Make the code format more in line with style(9).
       Update loadalias to use the new libalias api.
       Update to version 1.1.
  
  Revision  Changes    Path
  1.9.2.9   +1 -1      src/usr.sbin/ppp/Makefile
  1.1.2.4   +144 -157  src/usr.sbin/ppp/alias_cmd.c
  1.1.2.1   +2 -2      src/usr.sbin/ppp/alias_cmd.h
  1.5.2.3   +208 -225  src/usr.sbin/ppp/arp.c
  1.1.4.2   +1 -0      src/usr.sbin/ppp/arp.h
  1.5.2.4   +17 -27    src/usr.sbin/ppp/async.c
  1.7.2.6   +40 -45    src/usr.sbin/ppp/auth.c
  1.3.2.2   +6 -3      src/usr.sbin/ppp/auth.h
  1.7.2.6   +30 -42    src/usr.sbin/ppp/ccp.c
  1.3.2.2   +7 -6      src/usr.sbin/ppp/ccp.h
  1.7.2.8   +17 -22    src/usr.sbin/ppp/chap.c
  1.3.2.2   +0 -0      src/usr.sbin/ppp/chap.h
  1.11.2.15 +96 -75    src/usr.sbin/ppp/chat.c
  1.1.4.4   +2 -1      src/usr.sbin/ppp/chat.h
  1.24.2.33 +512 -602  src/usr.sbin/ppp/command.c
  1.2.6.2   +2 -2      src/usr.sbin/ppp/command.h
  1.4.2.8   +8 -8      src/usr.sbin/ppp/defs.h
  1.6.2.5   +87 -122   src/usr.sbin/ppp/filter.c
  1.4.2.3   +11 -10    src/usr.sbin/ppp/filter.h
  1.7.2.6   +135 -197  src/usr.sbin/ppp/fsm.c
  1.5.2.3   +35 -36    src/usr.sbin/ppp/fsm.h
  1.2.6.2   +0 -0      src/usr.sbin/ppp/global.h
  1.9.2.5   +102 -77   src/usr.sbin/ppp/hdlc.c
  1.4.2.4   +10 -9     src/usr.sbin/ppp/hdlc.h
  1.9.2.12  +132 -146  src/usr.sbin/ppp/ip.c
  1.1.4.2   +2 -1      src/usr.sbin/ppp/ip.h
  1.9.2.16  +112 -124  src/usr.sbin/ppp/ipcp.c
  1.4.2.3   +13 -11    src/usr.sbin/ppp/ipcp.h
  1.10.2.12 +105 -105  src/usr.sbin/ppp/lcp.c
  1.4.6.2   +18 -17    src/usr.sbin/ppp/lcp.h
  1.4.6.2   +14 -13    src/usr.sbin/ppp/lcpproto.h
  1.1.2.4   +51 -51    src/usr.sbin/ppp/loadalias.c
  1.1.2.1   +13 -13    src/usr.sbin/ppp/loadalias.h
  1.4.2.8   +76 -72    src/usr.sbin/ppp/log.c
  1.6.2.5   +6 -6      src/usr.sbin/ppp/log.h
  1.7.2.7   +27 -32    src/usr.sbin/ppp/lqr.c
  1.3.2.2   +18 -17    src/usr.sbin/ppp/lqr.h
  1.22.2.33 +233 -244  src/usr.sbin/ppp/main.c
  1.1.4.2   +1 -0      src/usr.sbin/ppp/main.h
  1.3.6.4   +18 -27    src/usr.sbin/ppp/mbuf.c
  1.2.6.2   +15 -14    src/usr.sbin/ppp/mbuf.h
  1.24.2.17 +221 -172  src/usr.sbin/ppp/modem.c
  1.5.2.2   +1 -0      src/usr.sbin/ppp/modem.h
  1.7.2.12  +84 -85    src/usr.sbin/ppp/os.c
  1.3.2.2   +2 -1      src/usr.sbin/ppp/os.h
  1.7.2.5   +15 -22    src/usr.sbin/ppp/pap.c
  1.1.1.1.6.2 +0 -0      src/usr.sbin/ppp/pap.h
  1.2.2.3   +32 -36    src/usr.sbin/ppp/passwdauth.c
  1.4.6.2   +0 -0      src/usr.sbin/ppp/pathnames.h
  1.2.6.3   +7 -6      src/usr.sbin/ppp/phase.h
  1.19.2.24 +1 -1      src/usr.sbin/ppp/ppp.8
  1.7.2.4   +67 -75    src/usr.sbin/ppp/pred.c
  1.1.4.2   +3 -2      src/usr.sbin/ppp/pred.h
  1.9.2.8   +110 -102  src/usr.sbin/ppp/route.c
  1.1.4.2   +1 -0      src/usr.sbin/ppp/route.h
  1.1.2.3   +62 -63    src/usr.sbin/ppp/server.c
  1.2.2.3   +42 -37    src/usr.sbin/ppp/sig.c
  1.2.2.4   +1 -1      src/usr.sbin/ppp/sig.h
  1.6.2.2   +447 -444  src/usr.sbin/ppp/slcompress.c
  1.3.6.3   +23 -21    src/usr.sbin/ppp/slcompress.h
  1.6.2.7   +19 -29    src/usr.sbin/ppp/systems.c
  1.1.4.3   +2 -1      src/usr.sbin/ppp/systems.h
  1.5.6.4   +8 -7      src/usr.sbin/ppp/timeout.h
  1.5.2.6   +78 -72    src/usr.sbin/ppp/timer.c
  1.9.2.10  +42 -46    src/usr.sbin/ppp/vars.c
  1.7.2.12  +38 -37    src/usr.sbin/ppp/vars.h
  1.4.2.3   +21 -25    src/usr.sbin/ppp/vjcomp.c



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