Date: Mon, 18 Jun 2001 16:25:51 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp atm.c bundle.c bundle.h ccp.c ccp.h command.c deflate.c ether.c exec.c fsm.c fsm.h i4b.c iface.c iface.h ip.c lcp.c lcp.h log.c mppe.c physical.c physical.h ppp.8 pred.c route.c tcp.c tcpmss.c tty.c tun.c udp.c Message-ID: <200106182325.f5INPp248224@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/06/18 16:25:51 PDT
Modified files: (Branch: NETGRAPH)
usr.sbin/ppp atm.c bundle.c bundle.h ccp.c ccp.h
command.c deflate.c ether.c exec.c fsm.c
fsm.h i4b.c iface.c iface.h ip.c lcp.c
lcp.h log.c mppe.c physical.c physical.h
ppp.8 pred.c route.c tcp.c tcpmss.c tty.c
tun.c udp.c
Log:
MFC: Physical MTU/MRU limitations
Stateful MPPE
va_start/va_end calls
Revision Changes Path
1.2.2.3 +2 -1 src/usr.sbin/ppp/atm.c
1.105.2.13 +8 -15 src/usr.sbin/ppp/bundle.c
1.42.2.3 +1 -3 src/usr.sbin/ppp/bundle.h
1.56.2.6 +116 -22 src/usr.sbin/ppp/ccp.c
1.22.4.5 +17 -4 src/usr.sbin/ppp/ccp.h
1.248.2.8 +107 -25 src/usr.sbin/ppp/command.c
1.19.2.2 +9 -5 src/usr.sbin/ppp/deflate.c
1.12.2.8 +2 -11 src/usr.sbin/ppp/ether.c
1.25.2.2 +2 -1 src/usr.sbin/ppp/exec.c
1.55.2.3 +12 -10 src/usr.sbin/ppp/fsm.c
1.23.4.2 +3 -3 src/usr.sbin/ppp/fsm.h
1.10.2.2 +2 -1 src/usr.sbin/ppp/i4b.c
1.15.2.6 +4 -3 src/usr.sbin/ppp/iface.c
1.4.2.2 +2 -1 src/usr.sbin/ppp/iface.h
1.86.2.7 +9 -1 src/usr.sbin/ppp/ip.c
1.84.2.6 +63 -18 src/usr.sbin/ppp/lcp.c
1.24.2.3 +4 -1 src/usr.sbin/ppp/lcp.h
1.46.2.2 +5 -3 src/usr.sbin/ppp/log.c
1.2.2.7 +408 -130 src/usr.sbin/ppp/mppe.c
1.42.2.6 +7 -1 src/usr.sbin/ppp/physical.c
1.23.2.3 +3 -1 src/usr.sbin/ppp/physical.h
1.237.2.17 +66 -12 src/usr.sbin/ppp/ppp.8
1.29.4.2 +12 -5 src/usr.sbin/ppp/pred.c
1.68.2.3 +4 -5 src/usr.sbin/ppp/route.c
1.11.2.3 +2 -1 src/usr.sbin/ppp/tcp.c
1.1.2.2 +5 -2 src/usr.sbin/ppp/tcpmss.c
1.23.2.6 +2 -1 src/usr.sbin/ppp/tty.c
1.20.4.3 +7 -4 src/usr.sbin/ppp/tun.c
1.10.4.4 +2 -1 src/usr.sbin/ppp/udp.c
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?200106182325.f5INPp248224>
