Date: Mon, 9 Feb 1998 11:21:15 -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 descriptor.h async.c auth.c bundle.c chap.c chat.c command.c fsm.c hdlc.c hdlc.h ipcp.c lcp.c lqr.c main.c modem.c pap.c physical.c physical.h vars.c Message-ID: <199802091921.LAA14364@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/02/09 11:21:15 PST
Modified files: (Branch: MP)
usr.sbin/ppp async.c auth.c bundle.c chap.c chat.c
command.c fsm.c hdlc.c hdlc.h ipcp.c
lcp.c lqr.c main.c modem.c pap.c
physical.c physical.h vars.c
Added files: (Branch: MP)
usr.sbin/ppp descriptor.h
Log:
o Introduce struct descriptor.
This will ultimately be a member of a list of descriptors and
their handler functions on which we need to select() in the
main loop.
o Make struct physical into a `sort' of struct descriptor.
Revision Changes Path
1.15.2.6 +2 -1 src/usr.sbin/ppp/async.c
1.27.2.7 +2 -1 src/usr.sbin/ppp/auth.c
1.1.2.7 +2 -1 src/usr.sbin/ppp/Attic/bundle.c
1.28.2.8 +2 -1 src/usr.sbin/ppp/chap.c
1.44.2.5 +2 -1 src/usr.sbin/ppp/chat.c
1.131.2.12 +2 -1 src/usr.sbin/ppp/command.c
1.27.2.9 +2 -1 src/usr.sbin/ppp/fsm.c
1.28.2.8 +33 -1 src/usr.sbin/ppp/hdlc.c
1.14.2.4 +2 -1 src/usr.sbin/ppp/hdlc.h
1.50.2.12 +2 -1 src/usr.sbin/ppp/ipcp.c
1.55.2.13 +2 -1 src/usr.sbin/ppp/lcp.c
1.22.2.7 +2 -1 src/usr.sbin/ppp/lqr.c
1.121.2.16 +12 -80 src/usr.sbin/ppp/main.c
1.77.2.12 +47 -1 src/usr.sbin/ppp/modem.c
1.20.2.8 +2 -1 src/usr.sbin/ppp/pap.c
1.1.2.6 +46 -1 src/usr.sbin/ppp/Attic/physical.c
1.1.2.6 +15 -3 src/usr.sbin/ppp/Attic/physical.h
1.45.2.5 +3 -2 src/usr.sbin/ppp/vars.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?199802091921.LAA14364>
