From owner-cvs-all Mon Feb 9 11:22:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03335 for cvs-all-outgoing; Mon, 9 Feb 1998 11:22:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03289; Mon, 9 Feb 1998 11:22:31 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA14364; Mon, 9 Feb 1998 11:21:15 -0800 (PST) Date: Mon, 9 Feb 1998 11:21:15 -0800 (PST) Message-Id: <199802091921.LAA14364@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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