Date: Fri, 20 Mar 1998 11:48:35 -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 arp.c bundle.c bundle.h ccp.c chat.c command.c datalink.c descriptor.h ip.c ipcp.c lcp.c link.c main.c modem.c physical.c physical.h prompt.c route.c server.c tun.c vjcomp.c Message-ID: <199803201948.LAA00520@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/03/20 11:48:35 PST
Modified files: (Branch: MP)
usr.sbin/ppp arp.c bundle.c bundle.h ccp.c chat.c
command.c datalink.c descriptor.h ip.c
ipcp.c lcp.c link.c main.c modem.c
physical.c physical.h prompt.c route.c
server.c tun.c vjcomp.c
Log:
Make struct bundle into a sort of `struct descriptor'.
It does the fdsets/reads/writes for each of it's
datalinks.
Revision Changes Path
1.27.2.9 +2 -1 src/usr.sbin/ppp/arp.c
1.1.2.31 +58 -18 src/usr.sbin/ppp/Attic/bundle.c
1.1.2.20 +5 -3 src/usr.sbin/ppp/Attic/bundle.h
1.30.2.27 +2 -2 src/usr.sbin/ppp/ccp.c
1.44.2.17 +2 -2 src/usr.sbin/ppp/chat.c
1.131.2.42 +2 -2 src/usr.sbin/ppp/command.c
1.1.2.27 +2 -2 src/usr.sbin/ppp/Attic/datalink.c
1.1.2.8 +3 -2 src/usr.sbin/ppp/Attic/descriptor.h
1.38.2.15 +2 -1 src/usr.sbin/ppp/ip.c
1.50.2.26 +2 -2 src/usr.sbin/ppp/ipcp.c
1.55.2.32 +2 -2 src/usr.sbin/ppp/lcp.c
1.1.2.14 +2 -2 src/usr.sbin/ppp/Attic/link.c
1.121.2.36 +8 -8 src/usr.sbin/ppp/main.c
1.77.2.40 +2 -2 src/usr.sbin/ppp/modem.c
1.1.2.19 +2 -2 src/usr.sbin/ppp/Attic/physical.c
1.1.2.17 +2 -2 src/usr.sbin/ppp/Attic/physical.h
1.1.2.16 +2 -2 src/usr.sbin/ppp/Attic/prompt.c
1.42.2.13 +2 -2 src/usr.sbin/ppp/route.c
1.16.2.9 +2 -2 src/usr.sbin/ppp/server.c
1.6.4.9 +2 -1 src/usr.sbin/ppp/tun.c
1.16.2.10 +2 -1 src/usr.sbin/ppp/vjcomp.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?199803201948.LAA00520>
