Date: Mon, 6 Apr 1998 17:54:39 -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 async.h auth.c auth.h bundle.c ccp.c ccp.h chap.c chap.h chat.c chat.h command.c command.h datalink.c datalink.h deflate.c descriptor.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h id.c ip.c ... Message-ID: <199804070054.RAA29187@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/04/06 17:54:39 PDT
Modified files: (Branch: MP)
usr.sbin/ppp alias_cmd.c alias_cmd.h arp.c arp.h
async.c async.h auth.c auth.h bundle.c
ccp.c ccp.h chap.c chap.h chat.c chat.h
command.c command.h datalink.c datalink.h
deflate.c descriptor.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 main.h mbuf.c mbuf.h modem.h
mp.h pap.c pap.h physical.c physical.h
pred.c prompt.h route.c route.h server.c
server.h sig.c slcompress.c slcompress.h
systems.h throughput.c timer.c timer.h
tun.c tun.h vars.c vars.h vjcomp.c
vjcomp.h
Log:
o Move alias function pointers into loadalias.c
o Move Var*Version into command.c
o Remove struct pppVars (and there was much rejoicing) !
o Forward-decl some structs in .h files to avoid include
ordering requirements and remove a few more redundant
#includes.
Revision Changes Path
1.12.2.5 +4 -5 src/usr.sbin/ppp/alias_cmd.c
1.7.2.1 +3 -1 src/usr.sbin/ppp/alias_cmd.h
1.27.2.12 +2 -3 src/usr.sbin/ppp/arp.c
1.7.2.5 +3 -1 src/usr.sbin/ppp/arp.h
1.15.2.11 +3 -3 src/usr.sbin/ppp/async.c
1.2.4.7 +6 -1 src/usr.sbin/ppp/async.h
1.27.2.20 +2 -4 src/usr.sbin/ppp/auth.c
1.10.2.7 +2 -1 src/usr.sbin/ppp/auth.h
1.1.2.41 +2 -2 src/usr.sbin/ppp/Attic/bundle.c
1.30.2.33 +2 -3 src/usr.sbin/ppp/ccp.c
1.14.2.16 +3 -1 src/usr.sbin/ppp/ccp.h
1.28.2.23 +2 -3 src/usr.sbin/ppp/chap.c
1.9.2.5 +3 -1 src/usr.sbin/ppp/chap.h
1.44.2.21 +3 -3 src/usr.sbin/ppp/chat.c
1.9.2.7 +3 -1 src/usr.sbin/ppp/chat.h
1.131.2.55 +9 -5 src/usr.sbin/ppp/command.c
1.12.2.9 +4 -4 src/usr.sbin/ppp/command.h
1.1.2.35 +2 -3 src/usr.sbin/ppp/Attic/datalink.c
1.1.2.16 +5 -3 src/usr.sbin/ppp/Attic/datalink.h
1.6.4.10 +2 -5 src/usr.sbin/ppp/deflate.c
1.1.2.9 +3 -1 src/usr.sbin/ppp/Attic/descriptor.h
1.22.2.14 +2 -2 src/usr.sbin/ppp/filter.c
1.11.2.4 +4 -1 src/usr.sbin/ppp/filter.h
1.27.2.27 +2 -5 src/usr.sbin/ppp/fsm.c
1.16.2.14 +4 -1 src/usr.sbin/ppp/fsm.h
1.28.2.25 +2 -2 src/usr.sbin/ppp/hdlc.c
1.14.2.10 +5 -1 src/usr.sbin/ppp/hdlc.h
1.6.4.4 +1 -2 src/usr.sbin/ppp/id.c
1.38.2.20 +6 -8 src/usr.sbin/ppp/ip.c
1.8.2.8 +4 -1 src/usr.sbin/ppp/ip.h
1.50.2.33 +2 -2 src/usr.sbin/ppp/ipcp.c
1.18.2.20 +5 -1 src/usr.sbin/ppp/ipcp.h
1.4.4.2 +1 -2 src/usr.sbin/ppp/iplist.c
1.55.2.41 +1 -4 src/usr.sbin/ppp/lcp.c
1.16.2.19 +5 -1 src/usr.sbin/ppp/lcp.h
1.1.2.18 +2 -3 src/usr.sbin/ppp/Attic/link.c
1.14.2.2 +29 -28 src/usr.sbin/ppp/loadalias.c
1.4.2.1 +17 -14 src/usr.sbin/ppp/loadalias.h
1.25.2.6 +2 -2 src/usr.sbin/ppp/log.c
1.18.2.3 +3 -1 src/usr.sbin/ppp/log.h
1.22.2.21 +2 -4 src/usr.sbin/ppp/lqr.c
1.12.2.3 +2 -1 src/usr.sbin/ppp/lqr.h
1.121.2.46 +5 -6 src/usr.sbin/ppp/main.c
1.9.2.9 +1 -4 src/usr.sbin/ppp/main.h
1.13.2.9 +2 -2 src/usr.sbin/ppp/mbuf.c
1.11.2.3 +3 -1 src/usr.sbin/ppp/mbuf.h
1.16.2.14 +3 -1 src/usr.sbin/ppp/modem.h
1.1.2.2 +6 -1 src/usr.sbin/ppp/Attic/mp.h
1.20.2.24 +2 -3 src/usr.sbin/ppp/pap.c
1.5.2.4 +6 -1 src/usr.sbin/ppp/pap.h
1.1.2.22 +2 -6 src/usr.sbin/ppp/Attic/physical.c
1.1.2.19 +14 -12 src/usr.sbin/ppp/Attic/physical.h
1.20.2.8 +2 -5 src/usr.sbin/ppp/pred.c
1.1.2.6 +3 -1 src/usr.sbin/ppp/Attic/prompt.h
1.42.2.17 +2 -2 src/usr.sbin/ppp/route.c
1.10.2.4 +4 -1 src/usr.sbin/ppp/route.h
1.16.2.13 +2 -2 src/usr.sbin/ppp/server.c
1.4.2.3 +3 -1 src/usr.sbin/ppp/server.h
1.11.2.3 +1 -2 src/usr.sbin/ppp/sig.c
1.15.2.7 +2 -2 src/usr.sbin/ppp/slcompress.c
1.10.2.4 +5 -4 src/usr.sbin/ppp/slcompress.h
1.10.2.3 +3 -1 src/usr.sbin/ppp/systems.h
1.4.4.5 +2 -5 src/usr.sbin/ppp/throughput.c
1.27.2.4 +1 -2 src/usr.sbin/ppp/timer.c
1.5.4.3 +1 -4 src/usr.sbin/ppp/timer.h
1.6.4.13 +2 -3 src/usr.sbin/ppp/tun.c
1.3.4.2 +3 -1 src/usr.sbin/ppp/tun.h
1.45.2.26 +2 -9 src/usr.sbin/ppp/vars.c
1.42.2.22 +2 -22 src/usr.sbin/ppp/vars.h
1.16.2.13 +1 -2 src/usr.sbin/ppp/vjcomp.c
1.5.4.5 +6 -1 src/usr.sbin/ppp/vjcomp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804070054.RAA29187>
