From owner-cvs-usrsbin Sun Apr 5 11:28:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20842 for cvs-usrsbin-outgoing; Sun, 5 Apr 1998 11:28:04 -0700 (PDT) (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 LAA20661; Sun, 5 Apr 1998 11:27:49 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04845; Sun, 5 Apr 1998 11:25:35 -0700 (PDT) Date: Sun, 5 Apr 1998 11:25:35 -0700 (PDT) Message-Id: <199804051825.LAA04845@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp log.c main.c prompt.c prompt.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/05 11:25:35 PDT Modified files: (Branch: MP) usr.sbin/ppp log.c main.c prompt.c prompt.h Log: Make ^Z, bg & fg work. We don't muck around with SIGTTIN or SIGTTOU, we just disable use of the prompt for the controlling terminal (and put a ^Z next to it in a ``show who'' listing). Unfortunately, we need to enable a timer to ``poll'' for the terminal having us as the controlling pgrp when a user does a ``bg''. If anyone knows how to do this better - please speak up (is there any indication to the process group leader when it's ctrling terminal gets tcsetpgrp()'d back ?).... Revision Changes Path 1.25.2.4 +9 -3 src/usr.sbin/ppp/log.c 1.121.2.44 +10 -36 src/usr.sbin/ppp/main.c 1.1.2.21 +44 -3 src/usr.sbin/ppp/Attic/prompt.c 1.1.2.5 +4 -1 src/usr.sbin/ppp/Attic/prompt.h From owner-cvs-usrsbin Sun Apr 5 12:05:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25958 for cvs-usrsbin-outgoing; Sun, 5 Apr 1998 12:05:18 -0700 (PDT) (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 MAA25871; Sun, 5 Apr 1998 12:05:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA04977; Sun, 5 Apr 1998 12:02:53 -0700 (PDT) Date: Sun, 5 Apr 1998 12:02:53 -0700 (PDT) Message-Id: <199804051902.MAA04977@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.h lcp.c lcp.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/05 12:02:52 PDT Modified files: (Branch: MP) usr.sbin/ppp ipcp.h lcp.c lcp.h Log: `int var : 1' -> `unsigned var : 1'. This made things look silly and made us mis-negotiate the number of VJ slots. Revision Changes Path 1.18.2.19 +4 -4 src/usr.sbin/ppp/ipcp.h 1.55.2.39 +7 -5 src/usr.sbin/ppp/lcp.c 1.16.2.18 +3 -3 src/usr.sbin/ppp/lcp.h From owner-cvs-usrsbin Sun Apr 5 15:51:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA09199 for cvs-usrsbin-outgoing; Sun, 5 Apr 1998 15:51:03 -0700 (PDT) (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 PAA09119; Sun, 5 Apr 1998 15:50:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA05457; Sun, 5 Apr 1998 15:48:35 -0700 (PDT) Date: Sun, 5 Apr 1998 15:48:35 -0700 (PDT) Message-Id: <199804052248.PAA05457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c datalink.c datalink.h hdlc.h ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/05 15:48:35 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h command.c datalink.c datalink.h hdlc.h ppp.8 Log: Add the `clone' and `remove' commands for creating and destroying links. Revision Changes Path 1.1.2.39 +23 -1 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.26 +5 -1 src/usr.sbin/ppp/Attic/bundle.h 1.131.2.53 +43 -3 src/usr.sbin/ppp/command.c 1.1.2.33 +56 -1 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.15 +2 -1 src/usr.sbin/ppp/Attic/datalink.h 1.14.2.9 +3 -5 src/usr.sbin/ppp/hdlc.h 1.97.2.13 +17 -1 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Mon Apr 6 02:15:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26591 for cvs-usrsbin-outgoing; Mon, 6 Apr 1998 02:15:11 -0700 (PDT) (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 CAA26554; Mon, 6 Apr 1998 02:15:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07592; Mon, 6 Apr 1998 02:12:44 -0700 (PDT) Date: Mon, 6 Apr 1998 02:12:44 -0700 (PDT) Message-Id: <199804060912.CAA07592@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c arp.c async.c auth.c bundle.c ccp.c chap.c chap_ms.c chat.c command.c datalink.c deflate.c defs.c filter.c fsm.c hdlc.c id.c ip.c ipcp.c iplist.c lcp.c link.c loadalias.c log.c lqr.c main.c mbuf.c modem.c mp.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/06 02:12:44 PDT Modified files: (Branch: MP) usr.sbin/ppp alias_cmd.c arp.c async.c auth.c bundle.c ccp.c chap.c chap_ms.c chat.c command.c datalink.c deflate.c defs.c filter.c fsm.c hdlc.c id.c ip.c ipcp.c iplist.c lcp.c link.c loadalias.c log.c lqr.c main.c mbuf.c modem.c mp.c pap.c physical.c pred.c prompt.c route.c server.c sig.c slcompress.c systems.c throughput.c timer.c tun.c vars.c vjcomp.c Log: Remove unused includes. Revision Changes Path 1.12.2.4 +1 -3 src/usr.sbin/ppp/alias_cmd.c 1.27.2.11 +1 -7 src/usr.sbin/ppp/arp.c 1.15.2.10 +1 -7 src/usr.sbin/ppp/async.c 1.27.2.19 +1 -5 src/usr.sbin/ppp/auth.c 1.1.2.40 +1 -8 src/usr.sbin/ppp/Attic/bundle.c 1.30.2.32 +1 -8 src/usr.sbin/ppp/ccp.c 1.28.2.22 +1 -12 src/usr.sbin/ppp/chap.c 1.5.4.2 +1 -5 src/usr.sbin/ppp/chap_ms.c 1.44.2.20 +1 -10 src/usr.sbin/ppp/chat.c 1.131.2.54 +1 -5 src/usr.sbin/ppp/command.c 1.1.2.34 +1 -5 src/usr.sbin/ppp/Attic/datalink.c 1.6.4.9 +1 -4 src/usr.sbin/ppp/deflate.c 1.11.4.7 +1 -10 src/usr.sbin/ppp/defs.c 1.22.2.13 +1 -3 src/usr.sbin/ppp/filter.c 1.27.2.26 +1 -16 src/usr.sbin/ppp/fsm.c 1.28.2.24 +1 -4 src/usr.sbin/ppp/hdlc.c 1.6.4.3 +1 -3 src/usr.sbin/ppp/id.c 1.38.2.19 +1 -8 src/usr.sbin/ppp/ip.c 1.50.2.32 +1 -4 src/usr.sbin/ppp/ipcp.c 1.4.4.1 +1 -2 src/usr.sbin/ppp/iplist.c 1.55.2.40 +1 -27 src/usr.sbin/ppp/lcp.c 1.1.2.17 +1 -14 src/usr.sbin/ppp/Attic/link.c 1.14.2.1 +1 -5 src/usr.sbin/ppp/loadalias.c 1.25.2.5 +1 -5 src/usr.sbin/ppp/log.c 1.22.2.20 +1 -2 src/usr.sbin/ppp/lqr.c 1.121.2.45 +1 -15 src/usr.sbin/ppp/main.c 1.13.2.8 +1 -5 src/usr.sbin/ppp/mbuf.c 1.77.2.45 +1 -7 src/usr.sbin/ppp/modem.c 1.1.2.2 +1 -3 src/usr.sbin/ppp/Attic/mp.c 1.20.2.23 +1 -10 src/usr.sbin/ppp/pap.c 1.1.2.21 +1 -16 src/usr.sbin/ppp/Attic/physical.c 1.20.2.7 +1 -5 src/usr.sbin/ppp/pred.c 1.1.2.22 +1 -5 src/usr.sbin/ppp/Attic/prompt.c 1.42.2.16 +1 -9 src/usr.sbin/ppp/route.c 1.16.2.12 +1 -4 src/usr.sbin/ppp/server.c 1.11.2.2 +1 -2 src/usr.sbin/ppp/sig.c 1.15.2.6 +1 -3 src/usr.sbin/ppp/slcompress.c 1.35.2.5 +1 -9 src/usr.sbin/ppp/systems.c 1.4.4.4 +1 -3 src/usr.sbin/ppp/throughput.c 1.27.2.3 +1 -2 src/usr.sbin/ppp/timer.c 1.6.4.12 +1 -8 src/usr.sbin/ppp/tun.c 1.45.2.25 +2 -15 src/usr.sbin/ppp/vars.c 1.16.2.12 +1 -2 src/usr.sbin/ppp/vjcomp.c From owner-cvs-usrsbin Mon Apr 6 17:57:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14741 for cvs-usrsbin-outgoing; Mon, 6 Apr 1998 17:57:26 -0700 (PDT) (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 RAA14697; Mon, 6 Apr 1998 17:57:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA29187; Mon, 6 Apr 1998 17:54:39 -0700 (PDT) Date: Mon, 6 Apr 1998 17:54:39 -0700 (PDT) Message-Id: <199804070054.RAA29187@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c alias_cmd.h arp.c arp.h async.c async.h auth.c auth.h bundle.c ccp.c ccp.h chap.c chap.h chat.c chat.h command.c command.h datalink.c datalink.h deflate.c descriptor.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h id.c ip.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/06 17:54:39 PDT Modified files: (Branch: MP) usr.sbin/ppp alias_cmd.c alias_cmd.h arp.c arp.h async.c async.h auth.c auth.h bundle.c ccp.c ccp.h chap.c chap.h chat.c chat.h command.c command.h datalink.c datalink.h deflate.c descriptor.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h id.c ip.c ip.h ipcp.c ipcp.h iplist.c lcp.c lcp.h link.c loadalias.c loadalias.h log.c log.h lqr.c lqr.h main.c main.h mbuf.c mbuf.h modem.h mp.h pap.c pap.h physical.c physical.h pred.c prompt.h route.c route.h server.c server.h sig.c slcompress.c slcompress.h systems.h throughput.c timer.c timer.h tun.c tun.h vars.c vars.h vjcomp.c vjcomp.h Log: o Move alias function pointers into loadalias.c o Move Var*Version into command.c o Remove struct pppVars (and there was much rejoicing) ! o Forward-decl some structs in .h files to avoid include ordering requirements and remove a few more redundant #includes. Revision Changes Path 1.12.2.5 +4 -5 src/usr.sbin/ppp/alias_cmd.c 1.7.2.1 +3 -1 src/usr.sbin/ppp/alias_cmd.h 1.27.2.12 +2 -3 src/usr.sbin/ppp/arp.c 1.7.2.5 +3 -1 src/usr.sbin/ppp/arp.h 1.15.2.11 +3 -3 src/usr.sbin/ppp/async.c 1.2.4.7 +6 -1 src/usr.sbin/ppp/async.h 1.27.2.20 +2 -4 src/usr.sbin/ppp/auth.c 1.10.2.7 +2 -1 src/usr.sbin/ppp/auth.h 1.1.2.41 +2 -2 src/usr.sbin/ppp/Attic/bundle.c 1.30.2.33 +2 -3 src/usr.sbin/ppp/ccp.c 1.14.2.16 +3 -1 src/usr.sbin/ppp/ccp.h 1.28.2.23 +2 -3 src/usr.sbin/ppp/chap.c 1.9.2.5 +3 -1 src/usr.sbin/ppp/chap.h 1.44.2.21 +3 -3 src/usr.sbin/ppp/chat.c 1.9.2.7 +3 -1 src/usr.sbin/ppp/chat.h 1.131.2.55 +9 -5 src/usr.sbin/ppp/command.c 1.12.2.9 +4 -4 src/usr.sbin/ppp/command.h 1.1.2.35 +2 -3 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.16 +5 -3 src/usr.sbin/ppp/Attic/datalink.h 1.6.4.10 +2 -5 src/usr.sbin/ppp/deflate.c 1.1.2.9 +3 -1 src/usr.sbin/ppp/Attic/descriptor.h 1.22.2.14 +2 -2 src/usr.sbin/ppp/filter.c 1.11.2.4 +4 -1 src/usr.sbin/ppp/filter.h 1.27.2.27 +2 -5 src/usr.sbin/ppp/fsm.c 1.16.2.14 +4 -1 src/usr.sbin/ppp/fsm.h 1.28.2.25 +2 -2 src/usr.sbin/ppp/hdlc.c 1.14.2.10 +5 -1 src/usr.sbin/ppp/hdlc.h 1.6.4.4 +1 -2 src/usr.sbin/ppp/id.c 1.38.2.20 +6 -8 src/usr.sbin/ppp/ip.c 1.8.2.8 +4 -1 src/usr.sbin/ppp/ip.h 1.50.2.33 +2 -2 src/usr.sbin/ppp/ipcp.c 1.18.2.20 +5 -1 src/usr.sbin/ppp/ipcp.h 1.4.4.2 +1 -2 src/usr.sbin/ppp/iplist.c 1.55.2.41 +1 -4 src/usr.sbin/ppp/lcp.c 1.16.2.19 +5 -1 src/usr.sbin/ppp/lcp.h 1.1.2.18 +2 -3 src/usr.sbin/ppp/Attic/link.c 1.14.2.2 +29 -28 src/usr.sbin/ppp/loadalias.c 1.4.2.1 +17 -14 src/usr.sbin/ppp/loadalias.h 1.25.2.6 +2 -2 src/usr.sbin/ppp/log.c 1.18.2.3 +3 -1 src/usr.sbin/ppp/log.h 1.22.2.21 +2 -4 src/usr.sbin/ppp/lqr.c 1.12.2.3 +2 -1 src/usr.sbin/ppp/lqr.h 1.121.2.46 +5 -6 src/usr.sbin/ppp/main.c 1.9.2.9 +1 -4 src/usr.sbin/ppp/main.h 1.13.2.9 +2 -2 src/usr.sbin/ppp/mbuf.c 1.11.2.3 +3 -1 src/usr.sbin/ppp/mbuf.h 1.16.2.14 +3 -1 src/usr.sbin/ppp/modem.h 1.1.2.2 +6 -1 src/usr.sbin/ppp/Attic/mp.h 1.20.2.24 +2 -3 src/usr.sbin/ppp/pap.c 1.5.2.4 +6 -1 src/usr.sbin/ppp/pap.h 1.1.2.22 +2 -6 src/usr.sbin/ppp/Attic/physical.c 1.1.2.19 +14 -12 src/usr.sbin/ppp/Attic/physical.h 1.20.2.8 +2 -5 src/usr.sbin/ppp/pred.c 1.1.2.6 +3 -1 src/usr.sbin/ppp/Attic/prompt.h 1.42.2.17 +2 -2 src/usr.sbin/ppp/route.c 1.10.2.4 +4 -1 src/usr.sbin/ppp/route.h 1.16.2.13 +2 -2 src/usr.sbin/ppp/server.c 1.4.2.3 +3 -1 src/usr.sbin/ppp/server.h 1.11.2.3 +1 -2 src/usr.sbin/ppp/sig.c 1.15.2.7 +2 -2 src/usr.sbin/ppp/slcompress.c 1.10.2.4 +5 -4 src/usr.sbin/ppp/slcompress.h 1.10.2.3 +3 -1 src/usr.sbin/ppp/systems.h 1.4.4.5 +2 -5 src/usr.sbin/ppp/throughput.c 1.27.2.4 +1 -2 src/usr.sbin/ppp/timer.c 1.5.4.3 +1 -4 src/usr.sbin/ppp/timer.h 1.6.4.13 +2 -3 src/usr.sbin/ppp/tun.c 1.3.4.2 +3 -1 src/usr.sbin/ppp/tun.h 1.45.2.26 +2 -9 src/usr.sbin/ppp/vars.c 1.42.2.22 +2 -22 src/usr.sbin/ppp/vars.h 1.16.2.13 +1 -2 src/usr.sbin/ppp/vjcomp.c 1.5.4.5 +6 -1 src/usr.sbin/ppp/vjcomp.h From owner-cvs-usrsbin Mon Apr 6 18:33:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22577 for cvs-usrsbin-outgoing; Mon, 6 Apr 1998 18:33:30 -0700 (PDT) (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 SAA22311; Mon, 6 Apr 1998 18:32:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA29608; Mon, 6 Apr 1998 18:29:45 -0700 (PDT) Date: Mon, 6 Apr 1998 18:29:45 -0700 (PDT) Message-Id: <199804070129.SAA29608@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp mbuf.c mbuf.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/06 18:29:45 PDT Modified files: (Branch: MP) usr.sbin/ppp mbuf.c mbuf.h Log: Print mbuf type names in `show mem'. Revision Changes Path 1.13.2.10 +14 -5 src/usr.sbin/ppp/mbuf.c 1.11.2.4 +3 -4 src/usr.sbin/ppp/mbuf.h From owner-cvs-usrsbin Mon Apr 6 18:52:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25389 for cvs-usrsbin-outgoing; Mon, 6 Apr 1998 18:52:09 -0700 (PDT) (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 SAA25314; Mon, 6 Apr 1998 18:51:50 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA29676; Mon, 6 Apr 1998 18:49:25 -0700 (PDT) Date: Mon, 6 Apr 1998 18:49:25 -0700 (PDT) Message-Id: <199804070149.SAA29676@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/06 18:49:25 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c Log: Initialise bundle::idle::done when the timer's stopped. Revision Changes Path 1.1.2.42 +2 -1 src/usr.sbin/ppp/Attic/bundle.c From owner-cvs-usrsbin Tue Apr 7 16:49:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22311 for cvs-usrsbin-outgoing; Tue, 7 Apr 1998 16:49:15 -0700 (PDT) (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 QAA22079; Tue, 7 Apr 1998 16:48:44 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05958; Tue, 7 Apr 1998 16:46:13 -0700 (PDT) Date: Tue, 7 Apr 1998 16:46:13 -0700 (PDT) Message-Id: <199804072346.QAA05958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c bundle.c command.c defs.h ip.c ipcp.c loadalias.h main.c prompt.c server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/07 16:46:12 PDT Modified files: (Branch: MP) usr.sbin/ppp alias_cmd.c bundle.c command.c defs.h ip.c ipcp.c loadalias.h main.c prompt.c server.c Log: Remove MODE_ALIAS and add AliasEnabled() macro. Remove IsInteractive(). Revision Changes Path 1.12.2.6 +3 -4 src/usr.sbin/ppp/alias_cmd.c 1.1.2.43 +7 -1 src/usr.sbin/ppp/Attic/bundle.c 1.131.2.56 +9 -42 src/usr.sbin/ppp/command.c 1.29.2.11 +2 -3 src/usr.sbin/ppp/defs.h 1.38.2.21 +2 -2 src/usr.sbin/ppp/ip.c 1.50.2.34 +2 -2 src/usr.sbin/ppp/ipcp.c 1.4.2.2 +2 -1 src/usr.sbin/ppp/loadalias.h 1.121.2.47 +25 -16 src/usr.sbin/ppp/main.c 1.1.2.23 +2 -2 src/usr.sbin/ppp/Attic/prompt.c 1.16.2.14 +1 -3 src/usr.sbin/ppp/server.c From owner-cvs-usrsbin Wed Apr 8 05:03:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22065 for cvs-usrsbin-outgoing; Wed, 8 Apr 1998 05:03:35 -0700 (PDT) (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 FAA22015; Wed, 8 Apr 1998 05:03:27 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA08760; Wed, 8 Apr 1998 05:00:52 -0700 (PDT) Date: Wed, 8 Apr 1998 05:00:52 -0700 (PDT) Message-Id: <199804081200.FAA08760@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ctm/ctm_rmail ctm_rmail.1 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/04/08 05:00:52 PDT Modified files: usr.sbin/ctm/ctm_rmail ctm_rmail.1 Log: (evil) hackers -> crackers Revision Changes Path 1.14 +2 -2 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 From owner-cvs-usrsbin Wed Apr 8 11:30:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26773 for cvs-usrsbin-outgoing; Wed, 8 Apr 1998 11:30:12 -0700 (PDT) (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 LAA26657; Wed, 8 Apr 1998 11:30:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04057; Wed, 8 Apr 1998 11:27:23 -0700 (PDT) Date: Wed, 8 Apr 1998 11:27:23 -0700 (PDT) Message-Id: <199804081827.LAA04057@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp defs.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/08 11:27:22 PDT Modified files: (Branch: MP) usr.sbin/ppp defs.h Log: Correct (yesterdays) broken -background flag. Revision Changes Path 1.29.2.12 +3 -3 src/usr.sbin/ppp/defs.h From owner-cvs-usrsbin Wed Apr 8 11:30:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26902 for cvs-usrsbin-outgoing; Wed, 8 Apr 1998 11:30:20 -0700 (PDT) (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 LAA26691; Wed, 8 Apr 1998 11:30:07 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04088; Wed, 8 Apr 1998 11:27:30 -0700 (PDT) Date: Wed, 8 Apr 1998 11:27:30 -0700 (PDT) Message-Id: <199804081827.LAA04088@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp prompt.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/08 11:27:30 PDT Modified files: (Branch: MP) usr.sbin/ppp prompt.c Log: We don't require a newline before the prompt if we've done a prompt_*Printf(). Revision Changes Path 1.1.2.24 +3 -2 src/usr.sbin/ppp/Attic/prompt.c From owner-cvs-usrsbin Fri Apr 10 06:21:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04913 for cvs-usrsbin-outgoing; Fri, 10 Apr 1998 06:21:35 -0700 (PDT) (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 GAA04662; Fri, 10 Apr 1998 06:19:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03585; Fri, 10 Apr 1998 06:19:26 -0700 (PDT) Date: Fri, 10 Apr 1998 06:19:26 -0700 (PDT) Message-Id: <199804101319.GAA03585@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c datalink.c datalink.h defs.c defs.h ipcp.c ipcp.h log.c main.c modem.c modem.h physical.c physical.h ppp.8 prompt.c prompt.h server.c server.h systems.c systems.h throughput.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/10 06:19:26 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h command.c datalink.c datalink.h defs.c defs.h ipcp.c ipcp.h log.c main.c modem.c modem.h physical.c physical.h ppp.8 prompt.c prompt.h server.c server.h systems.c systems.h throughput.c Log: o Remove the `mode' global - it's now per physical device. o Shuffle things that live at the datalink level into ``show link'' rather than ``show modem''. o Make both ``show'' commands prettier and more consistent, and display carrier status, link type and our name in ``show modem''. o Show redial and reconnect information in ``show link'' and remove ``show redial'' and ``show reconnect''. o Down the correct link in bundle_LinkLost(). o Remove stale -direct and -background links at the end of our main loop, not when we know they're going. This prevents unexpected pointer-invalidations... o If we ``set server'' with the same values twice, notice and don't moan about failure. o Record dial script despite our link mode. The mode may be changed later (next mod) :-) We never run scripts in -direct and -dedicated modes. o Make ``set server none'' functional again. o Correct datalink state array so that we don't report an ``unknown'' state. o Pass struct ipcp to IpcpCleanInterface, not struct fsm. o Create TUN_PREFIX define rather than hard-coding in main.c o prompt_TtyInit now handles a NULL prompt for -direct mode rather than having to create one then destroy it uncleanly. o Mention our mode in the "PPP Started" LogPHASE message. o Bring all auto links up when we have something to send. o Remove some redundant Physical_*() functions. o Show which connection is running a command when logging commands. o Initialise throughput uptime correctly. Revision Changes Path 1.1.2.44 +44 -24 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.27 +6 -4 src/usr.sbin/ppp/Attic/bundle.h 1.131.2.57 +63 -161 src/usr.sbin/ppp/command.c 1.1.2.36 +146 -38 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.17 +13 -7 src/usr.sbin/ppp/Attic/datalink.h 1.11.4.8 +1 -2 src/usr.sbin/ppp/defs.c 1.29.2.13 +11 -15 src/usr.sbin/ppp/defs.h 1.50.2.35 +10 -10 src/usr.sbin/ppp/ipcp.c 1.18.2.21 +2 -2 src/usr.sbin/ppp/ipcp.h 1.25.2.7 +2 -2 src/usr.sbin/ppp/log.c 1.121.2.48 +64 -76 src/usr.sbin/ppp/main.c 1.77.2.46 +66 -114 src/usr.sbin/ppp/modem.c 1.16.2.15 +2 -2 src/usr.sbin/ppp/modem.h 1.1.2.23 +2 -39 src/usr.sbin/ppp/Attic/physical.c 1.1.2.20 +2 -11 src/usr.sbin/ppp/Attic/physical.h 1.97.2.14 +11 -9 src/usr.sbin/ppp/ppp.8 1.1.2.25 +31 -35 src/usr.sbin/ppp/Attic/prompt.c 1.1.2.7 +6 -4 src/usr.sbin/ppp/Attic/prompt.h 1.16.2.15 +27 -17 src/usr.sbin/ppp/server.c 1.4.2.4 +6 -1 src/usr.sbin/ppp/server.h 1.35.2.6 +26 -39 src/usr.sbin/ppp/systems.c 1.10.2.4 +3 -2 src/usr.sbin/ppp/systems.h 1.4.4.6 +2 -1 src/usr.sbin/ppp/throughput.c From owner-cvs-usrsbin Fri Apr 10 06:24:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06368 for cvs-usrsbin-outgoing; Fri, 10 Apr 1998 06:24:51 -0700 (PDT) (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 GAA05510; Fri, 10 Apr 1998 06:22:47 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03640; Fri, 10 Apr 1998 06:22:40 -0700 (PDT) Date: Fri, 10 Apr 1998 06:22:40 -0700 (PDT) Message-Id: <199804101322.GAA03640@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/10 06:22:40 PDT Modified files: (Branch: MP) usr.sbin/ppp modem.c Log: Oops - fix alignment in `show modem'. Revision Changes Path 1.77.2.47 +2 -2 src/usr.sbin/ppp/modem.c From owner-cvs-usrsbin Fri Apr 10 07:57:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21421 for cvs-usrsbin-outgoing; Fri, 10 Apr 1998 07:57:36 -0700 (PDT) (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 HAA20181; Fri, 10 Apr 1998 07:55:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27159; Fri, 10 Apr 1998 07:55:14 -0700 (PDT) Date: Fri, 10 Apr 1998 07:55:14 -0700 (PDT) Message-Id: <199804101455.HAA27159@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/10 07:55:14 PDT Modified files: (Branch: MP) usr.sbin/ppp modem.c Log: Nuke the device name *after* unlocking it. Revision Changes Path 1.77.2.48 +5 -4 src/usr.sbin/ppp/modem.c From owner-cvs-usrsbin Fri Apr 10 16:52:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14624 for cvs-usrsbin-outgoing; Fri, 10 Apr 1998 16:52:32 -0700 (PDT) (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 QAA14469; Fri, 10 Apr 1998 16:51:47 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA28575; Fri, 10 Apr 1998 16:51:36 -0700 (PDT) Date: Fri, 10 Apr 1998 16:51:36 -0700 (PDT) Message-Id: <199804102351.QAA28575@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp chat.c command.c modem.c physical.c physical.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/10 16:51:36 PDT Modified files: (Branch: MP) usr.sbin/ppp chat.c command.c modem.c physical.c physical.h Log: o Fix chats expect-send-expect - it shouldn't be expect-send-send ! o Say `disabled' rather than 0s in `show timeout'. o Set all arguments in ``set device'' rather than just the first (read: quotes aren't necessary). o Set the device speed correctly (broken in last commit). Revision Changes Path 1.44.2.22 +7 -6 src/usr.sbin/ppp/chat.c 1.131.2.58 +11 -8 src/usr.sbin/ppp/command.c 1.77.2.49 +6 -5 src/usr.sbin/ppp/modem.c 1.1.2.24 +12 -5 src/usr.sbin/ppp/Attic/physical.c 1.1.2.21 +2 -2 src/usr.sbin/ppp/Attic/physical.h From owner-cvs-usrsbin Sat Apr 11 14:51:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15198 for cvs-usrsbin-outgoing; Sat, 11 Apr 1998 14:51:38 -0700 (PDT) (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 OAA15076; Sat, 11 Apr 1998 14:51:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA02832; Sat, 11 Apr 1998 14:50:50 -0700 (PDT) Date: Sat, 11 Apr 1998 14:50:50 -0700 (PDT) Message-Id: <199804112150.OAA02832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/11 14:50:50 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h command.c ppp.8 Log: Remove ``show timeout'' and ``show auth'' and add ``show bundle''. Mention ``show timer'' in the man page. Revision Changes Path 1.1.2.45 +24 -1 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.28 +2 -1 src/usr.sbin/ppp/Attic/bundle.h 1.131.2.59 +5 -34 src/usr.sbin/ppp/command.c 1.97.2.15 +6 -6 src/usr.sbin/ppp/ppp.8