Date: Mon, 26 Jan 1998 12:05:41 -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 async.h chap_ms.c chap_ms.h deflate.c deflate.h defs.c id.c id.h iplist.c iplist.h phase.c throughput.c throughput.h timer.h tun.c tun.h vjcomp.h Makefile alias_cmd.c alias_cmd.h arp.c arp.h async.c auth.c auth.h ccp.c ccp.h chap.c ... Message-ID: <199801262005.MAA18913@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/01/26 12:05:41 PST
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 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 pathnames.h
phase.h ppp.8 pred.c pred.h route.c
route.h server.c server.h sig.c sig.h
slcompress.c slcompress.h systems.c
systems.h timer.c vars.c vars.h vjcomp.c
Added files: (Branch: RELENG_2_2)
usr.sbin/ppp async.h chap_ms.c chap_ms.h deflate.c
deflate.h defs.c id.c id.h iplist.c
iplist.h phase.c throughput.c
throughput.h timer.h tun.c tun.h vjcomp.h
Removed files: (Branch: RELENG_2_2)
usr.sbin/ppp global.h timeout.h
Log:
MFC: Bring the -current ppp into RELENG_2_2
Revision Changes Path
1.9.2.13 +30 -7 src/usr.sbin/ppp/Makefile
1.1.2.5 +57 -61 src/usr.sbin/ppp/alias_cmd.c
1.1.2.2 +8 -4 src/usr.sbin/ppp/alias_cmd.h
1.5.2.6 +155 -209 src/usr.sbin/ppp/arp.c
1.1.4.3 +3 -7 src/usr.sbin/ppp/arp.h
1.5.2.5 +27 -15 src/usr.sbin/ppp/async.c
1.7.2.9 +60 -60 src/usr.sbin/ppp/auth.c
1.3.2.4 +9 -15 src/usr.sbin/ppp/auth.h
1.7.2.8 +249 -81 src/usr.sbin/ppp/ccp.c
1.3.2.3 +50 -17 src/usr.sbin/ppp/ccp.h
1.7.2.10 +118 -67 src/usr.sbin/ppp/chap.c
1.3.2.3 +5 -7 src/usr.sbin/ppp/chap.h
1.11.2.18 +180 -144 src/usr.sbin/ppp/chat.c
1.1.4.5 +5 -6 src/usr.sbin/ppp/chat.h
1.24.2.47 +695 -522 src/usr.sbin/ppp/command.c
1.2.6.4 +28 -8 src/usr.sbin/ppp/command.h
1.4.2.11 +30 -48 src/usr.sbin/ppp/defs.h
1.6.2.8 +88 -66 src/usr.sbin/ppp/filter.c
1.4.2.4 +16 -13 src/usr.sbin/ppp/filter.h
1.7.2.9 +100 -46 src/usr.sbin/ppp/fsm.c
1.5.2.4 +16 -32 src/usr.sbin/ppp/fsm.h
1.9.2.7 +220 -68 src/usr.sbin/ppp/hdlc.c
1.4.2.5 +8 -13 src/usr.sbin/ppp/hdlc.h
1.9.2.16 +104 -55 src/usr.sbin/ppp/ip.c
1.1.4.3 +7 -6 src/usr.sbin/ppp/ip.h
1.9.2.20 +251 -149 src/usr.sbin/ppp/ipcp.c
1.4.2.5 +19 -18 src/usr.sbin/ppp/ipcp.h
1.10.2.23 +328 -207 src/usr.sbin/ppp/lcp.c
1.4.6.3 +26 -28 src/usr.sbin/ppp/lcp.h
1.4.6.3 +1 -15 src/usr.sbin/ppp/lcpproto.h
1.1.2.7 +104 -19 src/usr.sbin/ppp/loadalias.c
1.1.2.2 +40 -13 src/usr.sbin/ppp/loadalias.h
1.4.2.10 +91 -25 src/usr.sbin/ppp/log.c
1.6.2.6 +51 -17 src/usr.sbin/ppp/log.h
1.7.2.9 +27 -15 src/usr.sbin/ppp/lqr.c
1.3.2.3 +22 -26 src/usr.sbin/ppp/lqr.h
1.22.2.44 +335 -247 src/usr.sbin/ppp/main.c
1.1.4.3 +8 -5 src/usr.sbin/ppp/main.h
1.3.6.5 +15 -8 src/usr.sbin/ppp/mbuf.c
1.2.6.3 +9 -19 src/usr.sbin/ppp/mbuf.h
1.24.2.28 +256 -252 src/usr.sbin/ppp/modem.c
1.5.2.3 +13 -17 src/usr.sbin/ppp/modem.h
1.7.2.16 +121 -131 src/usr.sbin/ppp/os.c
1.3.2.4 +10 -18 src/usr.sbin/ppp/os.h
1.7.2.9 +34 -24 src/usr.sbin/ppp/pap.c
1.1.1.1.6.3 +5 -5 src/usr.sbin/ppp/pap.h
1.4.6.4 +1 -5 src/usr.sbin/ppp/pathnames.h
1.2.6.4 +2 -9 src/usr.sbin/ppp/phase.h
1.19.2.33 +1211 -773 src/usr.sbin/ppp/ppp.8
1.7.2.5 +166 -34 src/usr.sbin/ppp/pred.c
1.1.4.3 +2 -9 src/usr.sbin/ppp/pred.h
1.9.2.11 +381 -229 src/usr.sbin/ppp/route.c
1.1.4.3 +7 -6 src/usr.sbin/ppp/route.h
1.1.2.6 +56 -33 src/usr.sbin/ppp/server.c
1.1.2.3 +29 -8 src/usr.sbin/ppp/server.h
1.2.2.4 +9 -12 src/usr.sbin/ppp/sig.c
1.2.2.5 +6 -12 src/usr.sbin/ppp/sig.h
1.6.2.5 +30 -23 src/usr.sbin/ppp/slcompress.c
1.3.6.5 +8 -19 src/usr.sbin/ppp/slcompress.h
1.6.2.10 +251 -112 src/usr.sbin/ppp/systems.c
1.1.4.4 +9 -8 src/usr.sbin/ppp/systems.h
1.5.2.8 +55 -52 src/usr.sbin/ppp/timer.c
1.9.2.16 +67 -49 src/usr.sbin/ppp/vars.c
1.7.2.16 +82 -64 src/usr.sbin/ppp/vars.h
1.4.2.5 +32 -11 src/usr.sbin/ppp/vjcomp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801262005.MAA18913>
