From owner-cvs-usrsbin Fri Mar 20 11:48:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10001 for cvs-usrsbin-outgoing; Fri, 20 Mar 1998 11:48:47 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 LAA09926; Fri, 20 Mar 1998 11:48:40 -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 LAA00520; Fri, 20 Mar 1998 11:48:35 -0800 (PST) Date: Fri, 20 Mar 1998 11:48:35 -0800 (PST) Message-Id: <199803201948.LAA00520@freefall.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 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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