From owner-cvs-usrsbin Mon Mar 30 02:10:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07301 for cvs-usrsbin-outgoing; Mon, 30 Mar 1998 02:10:50 -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 CAA07231; Mon, 30 Mar 1998 02:10:37 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA08901; Mon, 30 Mar 1998 02:09:14 -0800 (PST) Date: Mon, 30 Mar 1998 02:09:14 -0800 (PST) Message-Id: <199803301009.CAA08901@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ncrcontrol ncrcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/03/30 02:09:13 PST Modified files: usr.sbin/ncrcontrol ncrcontrol.c Log: Chnage the profiling printout to reflect that they are not struct timeval anymore. Revision Changes Path 1.20 +3 -4 src/usr.sbin/ncrcontrol/ncrcontrol.c From owner-cvs-usrsbin Wed Apr 1 20:27:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15363 for cvs-usrsbin-outgoing; Wed, 1 Apr 1998 20:27:33 -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 UAA15302; Wed, 1 Apr 1998 20:27:27 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA11773; Wed, 1 Apr 1998 20:25:42 -0800 (PST) Date: Wed, 1 Apr 1998 20:25:42 -0800 (PST) Message-Id: <199804020425.UAA11773@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config config.y lang.l mkglue.c mkioconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/04/01 20:25:42 PST Modified files: usr.sbin/config config.y lang.l mkglue.c mkioconf.c Log: Scaffolding for High Availability code. The actual code will probably come tomorrow. Submitted by: Simon Shapiro Revision Changes Path 1.22 +3 -0 src/usr.sbin/config/config.y 1.15 +1 -0 src/usr.sbin/config/lang.l 1.14 +2 -1 src/usr.sbin/config/mkglue.c 1.34 +2 -1 src/usr.sbin/config/mkioconf.c From owner-cvs-usrsbin Thu Apr 2 05:22:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA08810 for cvs-usrsbin-outgoing; Thu, 2 Apr 1998 05:22:24 -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 FAA08735; Thu, 2 Apr 1998 05:22:05 -0800 (PST) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12997; Thu, 2 Apr 1998 05:20:18 -0800 (PST) Date: Thu, 2 Apr 1998 05:20:18 -0800 (PST) Message-Id: <199804021320.FAA12997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/rarpd rarpd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1998/04/02 05:20:17 PST Modified files: usr.sbin/rarpd rarpd.c Log: Fix bug in rarpd: Explanation of the bug: when processing its first request, rarpd opens a routing socket to send requests to the arp table. It keeps that socket open afterwards, while waiting for new RARP requests. Meanwhile, the data received on the routing socket fill up until they are about 8Kbytes in size. Any additional data is lost. When rarpd receives its next RARP request, it tries to access the ARP table via a routing socket call, then waits for the answer to its own request. This answer is lost because the received data is already filled: when looking for the reply, rarpd receives only 8kbytes worth of data, then loops waiting forever. Someone please test it on -STABLE and commit it. We can close the PR when testing on STABLE is done. PR: bin/5669 Submitted by: Pierre Beyssac Revision Changes Path 1.19 +13 -11 src/usr.sbin/rarpd/rarpd.c From owner-cvs-usrsbin Fri Apr 3 11:36:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00362 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:29:07 -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 LAA00269; Fri, 3 Apr 1998 11:28:38 -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 LAA05960; Fri, 3 Apr 1998 11:26:41 -0800 (PST) Date: Fri, 3 Apr 1998 11:26:41 -0800 (PST) Message-Id: <199804031926.LAA05960@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 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:26:41 PST Modified files: (Branch: MP) usr.sbin/ppp log.c Log: Correct `LogMaskLocal' when reducing the mask for a given prompt rather than spamming other prompt masks. Revision Changes Path 1.25.2.3 +18 -10 src/usr.sbin/ppp/log.c From owner-cvs-usrsbin Fri Apr 3 11:39:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29971 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:27:36 -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 LAA29805; Fri, 3 Apr 1998 11:26:35 -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 LAA05373; Fri, 3 Apr 1998 11:24:38 -0800 (PST) Date: Fri, 3 Apr 1998 11:24:38 -0800 (PST) Message-Id: <199804031924.LAA05373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:24:38 PST Modified files: (Branch: MP) usr.sbin/ppp vars.c vars.h Log: Cosmetic: Don't allocate one-too-many in the `struct pppconfdesc' array. Revision Changes Path 1.45.2.21 +20 -20 src/usr.sbin/ppp/vars.c 1.42.2.18 +3 -3 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Fri Apr 3 11:40:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29993 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:27:38 -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 LAA29785; Fri, 3 Apr 1998 11:26: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 LAA05337; Fri, 3 Apr 1998 11:24:33 -0800 (PST) Date: Fri, 3 Apr 1998 11:24:33 -0800 (PST) Message-Id: <199804031924.LAA05337@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:24:33 PST Modified files: (Branch: MP) usr.sbin/ppp command.c ppp.8 Log: Cosmetic: Sort & tidy command lists. Give help on command alias, not just command names. Revision Changes Path 1.131.2.47 +58 -57 src/usr.sbin/ppp/command.c 1.97.2.10 +5 -3 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Fri Apr 3 11:41:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29961 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:27:34 -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 LAA29748; Fri, 3 Apr 1998 11:26:23 -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 LAA05301; Fri, 3 Apr 1998 11:24:25 -0800 (PST) Date: Fri, 3 Apr 1998 11:24:25 -0800 (PST) Message-Id: <199804031924.LAA05301@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c main.c ppp.8 vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:24:25 PST Modified files: (Branch: MP) usr.sbin/ppp command.c main.c ppp.8 vars.c vars.h Log: Remove `set loopback' and `show loopback' and add `enable loopback' and `disable loopback'. Re-write the explaination of `enable idcheck'. Revision Changes Path 1.131.2.46 +1 -27 src/usr.sbin/ppp/command.c 1.121.2.41 +2 -2 src/usr.sbin/ppp/main.c 1.97.2.9 +25 -22 src/usr.sbin/ppp/ppp.8 1.45.2.20 +4 -3 src/usr.sbin/ppp/vars.c 1.42.2.17 +3 -4 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Fri Apr 3 11:42:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29871 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:27:01 -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 LAA29704; Fri, 3 Apr 1998 11:26:08 -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 LAA05247; Fri, 3 Apr 1998 11:24:11 -0800 (PST) Date: Fri, 3 Apr 1998 11:24:11 -0800 (PST) Message-Id: <199804031924.LAA05247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c auth.h ccp.c ccp.h command.c command.h datalink.c defs.h ipcp.c ipcp.h lcp.c lcp.h ppp.8 tun.c vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:24:10 PST Modified files: (Branch: MP) usr.sbin/ppp auth.c auth.h ccp.c ccp.h command.c command.h datalink.c defs.h ipcp.c ipcp.h lcp.c lcp.h ppp.8 tun.c vars.c vars.h Log: o Move default MRU, MTU, ACCMAP and OPENMODE config values into struct lcp and display them in `show lcp'. o Remove `show mru' and `show mtu' and make the data part of `show lcp'. Also merge `set m[tr]u' and `set openmode' implementations into the SetVariable function. o `set timeout' only accepts the idle timer value as an argument. o Move our lqr period into struct lcp, and create a `set lqrperiod' command. Display it in `show lcp'. o Remove VarRetryTimeout, and implement it at the LCP, PAP, CHAP, CCP and IPCP levels, creating individual `set XXXretry' commands for each. They must be separate because they have different context requirements in multilink mode. o Display default config values in `show ccp'. o Tart the man page up a bit (wrt PPP/TCP, compression and LQR) and explain the new commands. Revision Changes Path 1.27.2.17 +3 -2 src/usr.sbin/ppp/auth.c 1.10.2.5 +4 -1 src/usr.sbin/ppp/auth.h 1.30.2.30 +18 -6 src/usr.sbin/ppp/ccp.c 1.14.2.15 +2 -1 src/usr.sbin/ppp/ccp.h 1.131.2.45 +151 -134 src/usr.sbin/ppp/command.c 1.12.2.7 +14 -6 src/usr.sbin/ppp/command.h 1.1.2.30 +3 -3 src/usr.sbin/ppp/Attic/datalink.c 1.29.2.9 +3 -1 src/usr.sbin/ppp/defs.h 1.50.2.29 +8 -2 src/usr.sbin/ppp/ipcp.c 1.18.2.18 +2 -1 src/usr.sbin/ppp/ipcp.h 1.55.2.35 +31 -16 src/usr.sbin/ppp/lcp.c 1.16.2.17 +12 -3 src/usr.sbin/ppp/lcp.h 1.97.2.8 +81 -26 src/usr.sbin/ppp/ppp.8 1.6.4.11 +1 -3 src/usr.sbin/ppp/tun.c 1.45.2.19 +3 -3 src/usr.sbin/ppp/vars.c 1.42.2.16 +5 -22 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Fri Apr 3 11:44:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00325 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:28:55 -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 LAA00194; Fri, 3 Apr 1998 11:28:07 -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 LAA05766; Fri, 3 Apr 1998 11:26:09 -0800 (PST) Date: Fri, 3 Apr 1998 11:26:09 -0800 (PST) Message-Id: <199804031926.LAA05766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile alias_cmd.c auth.c auth.h bundle.c bundle.h ccp.c command.c command.h datalink.c datalink.h defs.c defs.h filter.c hdlc.c ipcp.c lcp.c link.c link.h log.c log.h main.c mbuf.c modem.c ppp.8 prompt.c prompt.h route.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:26:09 PST Modified files: (Branch: MP) usr.sbin/ppp Makefile alias_cmd.c auth.c auth.h bundle.c bundle.h ccp.c command.c command.h datalink.c datalink.h defs.c defs.h filter.c hdlc.c ipcp.c lcp.c link.c link.h log.c log.h main.c mbuf.c modem.c ppp.8 prompt.c prompt.h route.c server.c server.h slcompress.c systems.c systems.h throughput.c throughput.h timer.c timer.h vars.c vars.h Log: Deglobalise `struct prompt': o Our diagnostic socket has its password set in the `set socket' line only (not in ppp.secret). o Passwords are per server socket (*VarAuthKey are gone) o Authority is per prompt (VarLocalAuth is gone). o Local logging is per prompt. o Add a `show who' command to see who's connected. No identd routine - just a `where the connection came from' display. o SIGUSR1 is disabled for now - we have no way of choosing a password for the socket created :-( Prompts are attached as a list of `struct descriptor's in struct bundle, and serviced under the bundles descriptor service routines. Ultimately, everything should be done like this. Cosmetic: o alphabeticalise SRCS in Makefile. o Add a few comments in command.h TODO: Start checking that we don't overflow the descriptor sets in select() now that we can have any number of descriptors. Revision Changes Path 1.36.2.9 +2 -2 src/usr.sbin/ppp/Makefile 1.12.2.3 +17 -15 src/usr.sbin/ppp/alias_cmd.c 1.27.2.18 +1 -58 src/usr.sbin/ppp/auth.c 1.10.2.6 +1 -9 src/usr.sbin/ppp/auth.h 1.1.2.36 +120 -9 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.24 +13 -2 src/usr.sbin/ppp/Attic/bundle.h 1.30.2.31 +9 -9 src/usr.sbin/ppp/ccp.c 1.131.2.50 +123 -185 src/usr.sbin/ppp/command.c 1.12.2.8 +11 -8 src/usr.sbin/ppp/command.h 1.1.2.31 +3 -3 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.14 +4 -2 src/usr.sbin/ppp/Attic/datalink.h 1.11.4.6 +1 -18 src/usr.sbin/ppp/defs.c 1.29.2.10 +1 -2 src/usr.sbin/ppp/defs.h 1.22.2.12 +17 -17 src/usr.sbin/ppp/filter.c 1.28.2.23 +12 -10 src/usr.sbin/ppp/hdlc.c 1.50.2.31 +23 -23 src/usr.sbin/ppp/ipcp.c 1.55.2.36 +13 -11 src/usr.sbin/ppp/lcp.c 1.1.2.16 +6 -6 src/usr.sbin/ppp/Attic/link.c 1.1.2.8 +3 -2 src/usr.sbin/ppp/Attic/link.h 1.25.2.2 +144 -11 src/usr.sbin/ppp/log.c 1.18.2.2 +10 -4 src/usr.sbin/ppp/log.h 1.121.2.43 +58 -50 src/usr.sbin/ppp/main.c 1.13.2.7 +2 -2 src/usr.sbin/ppp/mbuf.c 1.77.2.43 +37 -38 src/usr.sbin/ppp/modem.c 1.97.2.11 +2 -2 src/usr.sbin/ppp/ppp.8 1.1.2.18 +173 -109 src/usr.sbin/ppp/Attic/prompt.c 1.1.2.4 +29 -10 src/usr.sbin/ppp/Attic/prompt.h 1.42.2.15 +12 -10 src/usr.sbin/ppp/route.c 1.16.2.11 +41 -40 src/usr.sbin/ppp/server.c 1.4.2.2 +5 -4 src/usr.sbin/ppp/server.h 1.15.2.5 +6 -6 src/usr.sbin/ppp/slcompress.c 1.35.2.4 +13 -18 src/usr.sbin/ppp/systems.c 1.10.2.2 +6 -3 src/usr.sbin/ppp/systems.h 1.4.4.3 +8 -8 src/usr.sbin/ppp/throughput.c 1.2.4.3 +2 -2 src/usr.sbin/ppp/throughput.h 1.27.2.2 +8 -8 src/usr.sbin/ppp/timer.c 1.5.4.2 +4 -2 src/usr.sbin/ppp/timer.h 1.45.2.23 +7 -42 src/usr.sbin/ppp/vars.c 1.42.2.20 +1 -17 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Fri Apr 3 11:44:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29366 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:24:52 -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 LAA29159; Fri, 3 Apr 1998 11:24:01 -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 LAA05123; Fri, 3 Apr 1998 11:22:04 -0800 (PST) Date: Fri, 3 Apr 1998 11:22:04 -0800 (PST) Message-Id: <199804031922.LAA05123@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp mp.c mp.h Makefile arp.c async.c auth.c bundle.c bundle.h ccp.c ccp.h chap.c chat.c command.c command.h datalink.c datalink.h defs.h filter.c fsm.c fsm.h hdlc.c hdlc.h ip.c ip.h ipcp.c lcp.c lcp.h lcpproto.h link.c link.h lqr.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:22:03 PST Modified files: (Branch: MP) usr.sbin/ppp Makefile arp.c async.c auth.c bundle.c bundle.h ccp.c ccp.h chap.c chat.c command.c command.h datalink.c datalink.h defs.h filter.c fsm.c fsm.h hdlc.c hdlc.h ip.c ip.h ipcp.c lcp.c lcp.h lcpproto.h link.c link.h lqr.c main.c mbuf.c mbuf.h modem.c modem.h pap.c physical.c physical.h prompt.c route.c server.c slcompress.c throughput.c throughput.h timer.c timer.h tun.c vars.c vjcomp.c Added files: (Branch: MP) usr.sbin/ppp mp.c mp.h Log: o Move struct lcp and struct ccp into struct link. o Remove bundle2lcp(), bundle2ccp() and bundle2link(). They're too resource-hungry and we have `owner pointers' to do their job. o Make our FSM understand LCPs that are always ST_OPENED (with a minimum code that != 1). o Send FSM code rejects for invalid codes. o Make our bundle fsm_parent deal with multiple links. o Make timer diagnostics pretty and allow access via ~t in `term' mode (not just when logging debug) and `show timers'. Only show timers every second in debug mode, otherwise we get too many diagnostics to be useful (we probably still do). Also, don't restrict ~m in term mode to depend on debug logging. o Rationalise our bundles' phases. o Create struct mp (multilink protocol). This is both an NCP and a type of struct link. It feeds off other NCPs for output, passing fragmented packets into the queues of available datalinks. It also gets PROTO_MP input, reassembles the fragments into ppp frames, and passes them back to the HDLC layer that the fragments were passed from. ** It's not yet possible to enter multilink mode :-( ** o Add `set weight' (requires context) for deciding on a links weighting in multilink mode. Weighting is simplistic (and probably badly implemented) for now. o Remove the function pointers in struct link. They ended up only applying to physical links. o Configure our tun device with an MTU equal to the MRU from struct mp's LCP and a speed equal to the sum of our link speeds. o `show {lcp,ccp,proto}' and `set deflate' now have optional context and use ChooseLink() to decide on which `struct link' to use. This allows behaviour as before when in non-multilink mode, and allows access to the MP logical link in multilink mode. o Ignore reconnect and redial values when in -direct mode and when cleaning up. Always redial when in -ddial or -dedicated mode (unless cleaning up). o Tell our links to `staydown' when we close them due to a signal. o Remove remaining `#ifdef SIGALRM's (ppp doesn't function without alarms). o Don't bother strdup()ing our physical link name. o Various other cosmetic changes. Revision Changes Path 1.36.2.8 +6 -6 src/usr.sbin/ppp/Makefile 1.27.2.10 +7 -1 src/usr.sbin/ppp/arp.c 1.15.2.9 +2 -1 src/usr.sbin/ppp/async.c 1.27.2.16 +4 -1 src/usr.sbin/ppp/auth.c 1.1.2.34 +144 -105 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.22 +4 -4 src/usr.sbin/ppp/Attic/bundle.h 1.30.2.29 +13 -7 src/usr.sbin/ppp/ccp.c 1.14.2.14 +2 -2 src/usr.sbin/ppp/ccp.h 1.28.2.19 +9 -8 src/usr.sbin/ppp/chap.c 1.44.2.18 +4 -1 src/usr.sbin/ppp/chat.c 1.131.2.44 +64 -28 src/usr.sbin/ppp/command.c 1.12.2.6 +2 -1 src/usr.sbin/ppp/command.h 1.1.2.29 +64 -47 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.13 +4 -4 src/usr.sbin/ppp/Attic/datalink.h 1.29.2.8 +3 -1 src/usr.sbin/ppp/defs.h 1.22.2.10 +5 -2 src/usr.sbin/ppp/filter.c 1.27.2.25 +25 -10 src/usr.sbin/ppp/fsm.c 1.16.2.13 +5 -4 src/usr.sbin/ppp/fsm.h 1.28.2.22 +33 -20 src/usr.sbin/ppp/hdlc.c 1.14.2.8 +3 -1 src/usr.sbin/ppp/hdlc.h 1.38.2.17 +10 -6 src/usr.sbin/ppp/ip.c 1.8.2.7 +2 -2 src/usr.sbin/ppp/ip.h 1.50.2.28 +9 -5 src/usr.sbin/ppp/ipcp.c 1.55.2.34 +24 -25 src/usr.sbin/ppp/lcp.c 1.16.2.16 +3 -3 src/usr.sbin/ppp/lcp.h 1.10.2.1 +2 -1 src/usr.sbin/ppp/lcpproto.h 1.1.2.15 +27 -28 src/usr.sbin/ppp/Attic/link.c 1.1.2.7 +5 -11 src/usr.sbin/ppp/Attic/link.h 1.22.2.18 +4 -1 src/usr.sbin/ppp/lqr.c 1.121.2.40 +13 -11 src/usr.sbin/ppp/main.c 1.13.2.6 +2 -1 src/usr.sbin/ppp/mbuf.c 1.11.2.2 +3 -2 src/usr.sbin/ppp/mbuf.h 1.77.2.42 +46 -61 src/usr.sbin/ppp/modem.c 1.16.2.13 +3 -2 src/usr.sbin/ppp/modem.h 1.20.2.20 +8 -7 src/usr.sbin/ppp/pap.c 1.1.2.20 +8 -22 src/usr.sbin/ppp/Attic/physical.c 1.1.2.18 +1 -2 src/usr.sbin/ppp/Attic/physical.h 1.1.2.17 +12 -19 src/usr.sbin/ppp/Attic/prompt.c 1.42.2.14 +6 -2 src/usr.sbin/ppp/route.c 1.16.2.10 +1 -6 src/usr.sbin/ppp/server.c 1.15.2.4 +7 -1 src/usr.sbin/ppp/slcompress.c 1.4.4.2 +4 -2 src/usr.sbin/ppp/throughput.c 1.2.4.2 +2 -2 src/usr.sbin/ppp/throughput.h 1.27.2.1 +54 -35 src/usr.sbin/ppp/timer.c 1.5.4.1 +5 -4 src/usr.sbin/ppp/timer.h 1.6.4.10 +5 -1 src/usr.sbin/ppp/tun.c 1.45.2.18 +3 -2 src/usr.sbin/ppp/vars.c 1.16.2.11 +3 -3 src/usr.sbin/ppp/vjcomp.c From owner-cvs-usrsbin Fri Apr 3 11:54:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06600 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:54:30 -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 LAA06389; Fri, 3 Apr 1998 11:54:06 -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 LAA05796; Fri, 3 Apr 1998 11:26:13 -0800 (PST) Date: Fri, 3 Apr 1998 11:26:13 -0800 (PST) Message-Id: <199804031926.LAA05796@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:26:13 PST Modified files: (Branch: MP) usr.sbin/ppp lcp.c Log: Initialise multilink LCPs according to rfc1990. Revision Changes Path 1.55.2.37 +18 -9 src/usr.sbin/ppp/lcp.c From owner-cvs-usrsbin Fri Apr 3 11:54:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06619 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:54:32 -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 LAA06392; Fri, 3 Apr 1998 11:54:07 -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 LAA05439; Fri, 3 Apr 1998 11:24:54 -0800 (PST) Date: Fri, 3 Apr 1998 11:24:54 -0800 (PST) Message-Id: <199804031924.LAA05439@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.h chap.c chat.c command.c pap.c vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:24:53 PST Modified files: (Branch: MP) usr.sbin/ppp bundle.h chap.c chat.c command.c pap.c vars.c vars.h Log: Move authname and authkey into struct bundle and only allow their alteration in PHASE_DEAD. Remove redundant pppConfs array element. Revision Changes Path 1.1.2.23 +5 -1 src/usr.sbin/ppp/Attic/bundle.h 1.28.2.20 +7 -7 src/usr.sbin/ppp/chap.c 1.44.2.19 +16 -4 src/usr.sbin/ppp/chat.c 1.131.2.48 +18 -6 src/usr.sbin/ppp/command.c 1.20.2.21 +7 -9 src/usr.sbin/ppp/pap.c 1.45.2.22 +3 -4 src/usr.sbin/ppp/vars.c 1.42.2.19 +1 -5 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Fri Apr 3 11:54:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06614 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:54:32 -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 LAA06394; Fri, 3 Apr 1998 11:54:07 -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 LAA05928; Fri, 3 Apr 1998 11:26:36 -0800 (PST) Date: Fri, 3 Apr 1998 11:26:36 -0800 (PST) Message-Id: <199804031926.LAA05928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lqr.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:26:36 PST Modified files: (Branch: MP) usr.sbin/ppp lqr.c Log: Make LQR & ECHO LQR work simultaneously (one from each side): o Deal with LQRs when the peer has denied LQR, and we've accepted and enabled LQR. In this scenario, we send ECHO LQR packets (which the peer *must* reply to) so that we can detect a dead link. The peer however is sending LQRs. We now reply to the peers LQRs without interrupting our own ECHO LQR transmissions. o Also, also only PROTO_REJ LQRs if we haven't actually sent an LQR ourself - otherwise we REJ all the replies and die because of reply starvation (duh!). Revision Changes Path 1.22.2.19 +14 -7 src/usr.sbin/ppp/lqr.c From owner-cvs-usrsbin Fri Apr 3 11:54:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06666 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:54:35 -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 LAA06404; Fri, 3 Apr 1998 11:54:09 -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 LAA05898; Fri, 3 Apr 1998 11:26:32 -0800 (PST) Date: Fri, 3 Apr 1998 11:26:32 -0800 (PST) Message-Id: <199804031926.LAA05898@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 chap.c chap.h command.c datalink.c lcp.c modem.c pap.c ppp.8 prompt.c vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:26:32 PST Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h chap.c chap.h command.c datalink.c lcp.c modem.c pap.c ppp.8 prompt.c vars.c vars.h Log: o Move VarMSChap into struct chap, and remove `set encrypt' option. We never ask a client for MSChap when we've got chap `enabled', and we dynamically answer using MSChap if the peer demands it. o Remove all of the bundle2*() series of functions except bundle2datalink() as they're too expensive. The only calls to bundle2datalink() are made from command.c when determining context. o Write to the correct modem in term mode, and check the return value, dropping back to command mode if the write fails. Cosmetic: Make the PPP COMMAND LIST section of the man page prettier, better and more consistent. Alphabeticalise all command lists and document missing commands. Revision Changes Path 1.1.2.37 +4 -32 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.25 +1 -5 src/usr.sbin/ppp/Attic/bundle.h 1.28.2.21 +14 -16 src/usr.sbin/ppp/chap.c 1.9.2.4 +2 -1 src/usr.sbin/ppp/chap.h 1.131.2.51 +15 -30 src/usr.sbin/ppp/command.c 1.1.2.32 +5 -1 src/usr.sbin/ppp/Attic/datalink.c 1.55.2.38 +4 -14 src/usr.sbin/ppp/lcp.c 1.77.2.44 +2 -2 src/usr.sbin/ppp/modem.c 1.20.2.22 +12 -13 src/usr.sbin/ppp/pap.c 1.97.2.12 +297 -281 src/usr.sbin/ppp/ppp.8 1.1.2.19 +10 -5 src/usr.sbin/ppp/Attic/prompt.c 1.45.2.24 +6 -5 src/usr.sbin/ppp/vars.c 1.42.2.21 +8 -11 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Fri Apr 3 11:54:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06699 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 11:54:38 -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 LAA06399; Fri, 3 Apr 1998 11:54:08 -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 LAA05508; Fri, 3 Apr 1998 11:25:10 -0800 (PST) Date: Fri, 3 Apr 1998 11:25:10 -0800 (PST) Message-Id: <199804031925.LAA05508@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 command.c filter.c filter.h ip.c ipcp.c main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/03 11:25:10 PST Modified files: (Branch: MP) usr.sbin/ppp bundle.c command.c filter.c filter.h ip.c ipcp.c main.c Log: o Drop packets that fail the dial filter when we're in phase DEAD. They'll almost definitely have timed out by the time we dial anyway. o Log dial filters again (LogTCPIP). o Make DEBUG diagnostics for filter checking actually mean something to the common observer. o Do our best to keep any already-configured IP numbers at IPCP negotiation time. We always first request our configured IP, and if the peer asks for an invalid IP, we NAK with HISADDR Cosmetic: o Add a linefeed to the `set timeout' arg count error message. o Log unacceptable address errors to LogPHASE if LogIPCP is switched off. o Fix ``destination system not found'' error message. o Get out immediately if we get a fatal error before entering the main loop. Revision Changes Path 1.1.2.35 +2 -1 src/usr.sbin/ppp/Attic/bundle.c 1.131.2.49 +2 -2 src/usr.sbin/ppp/command.c 1.22.2.11 +76 -55 src/usr.sbin/ppp/filter.c 1.11.2.3 +4 -1 src/usr.sbin/ppp/filter.h 1.38.2.18 +52 -18 src/usr.sbin/ppp/ip.c 1.50.2.30 +38 -12 src/usr.sbin/ppp/ipcp.c 1.121.2.42 +25 -12 src/usr.sbin/ppp/main.c From owner-cvs-usrsbin Fri Apr 3 17:47:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01975 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 17:47:05 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01569; Fri, 3 Apr 1998 17:44:30 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id DAA21315; Sat, 4 Apr 1998 03:15:07 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id CAA24973; Sat, 4 Apr 1998 02:59:53 +0200 (CEST) (envelope-from andreas) Message-ID: <19980404025953.03483@klemm.gtn.com> Date: Sat, 4 Apr 1998 02:59:53 +0200 From: Andreas Klemm To: Brian Somers , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp command.c ppp.8 References: <199804031924.LAA05337@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199804031924.LAA05337@freefall.freebsd.org>; from Brian Somers on Fri, Apr 03, 1998 at 11:24:33AM -0800 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Apr 03, 1998 at 11:24:33AM -0800, Brian Somers wrote: > brian 1998/04/03 11:24:33 PST > > Modified files: (Branch: MP) > usr.sbin/ppp command.c ppp.8 I wanted to try this new ppp. cvs update -r MP [...] U modem.h cvs update: warning: os.c is not (any longer) pertinent cvs update: warning: os.h is not (any longer) pertinent U pap.c U pap.h cvs update: warning: phase.c is not (any longer) pertinent cvs update: warning: phase.h is not (any longer) pertinent U physical.c [...] make root{159} /usr/src/usr.sbin/ppp make cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c /usr/src/usr.sbin/ppp/arp.c cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c /usr/src/usr.sbin/ppp/async.c cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c /usr/src/usr.sbin/ppp/auth.c make: don't know how to make /usr/src/usr.sbin/ppp/phase.h. Stop Might it be the case, that phase.[ch] isn't on this MP branch, but is actually needed ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' From owner-cvs-usrsbin Fri Apr 3 17:56:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03594 for cvs-usrsbin-outgoing; Fri, 3 Apr 1998 17:56:43 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from burka.rdy.com (dima@burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03553; Fri, 3 Apr 1998 17:56:24 -0800 (PST) (envelope-from dima@burka.rdy.com) Received: by burka.rdy.com id RAA21469; (8.8.8/RDY) Fri, 3 Apr 1998 17:55:24 -0800 (PST) Message-Id: <199804040155.RAA21469@burka.rdy.com> Subject: Re: cvs commit: src/usr.sbin/ppp command.c ppp.8 In-Reply-To: <19980404025953.03483@klemm.gtn.com> from Andreas Klemm at "Apr 4, 98 02:59:53 am" To: andreas@klemm.gtn.com (Andreas Klemm) Date: Fri, 3 Apr 1998 17:55:23 -0800 (PST) Cc: brian@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrsbin@FreeBSD.org X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I'm not sure if this is the case, but you might want to try "make depend" first :-) Andreas Klemm writes: > On Fri, Apr 03, 1998 at 11:24:33AM -0800, Brian Somers wrote: > > brian 1998/04/03 11:24:33 PST > > > > Modified files: (Branch: MP) > > usr.sbin/ppp command.c ppp.8 > > I wanted to try this new ppp. > cvs update -r MP > [...] > U modem.h > cvs update: warning: os.c is not (any longer) pertinent > cvs update: warning: os.h is not (any longer) pertinent > U pap.c > U pap.h > cvs update: warning: phase.c is not (any longer) pertinent > cvs update: warning: phase.h is not (any longer) pertinent > U physical.c > [...] > make > root{159} /usr/src/usr.sbin/ppp make > cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c /usr/src/usr.sbin/ppp/arp.c > cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c > /usr/src/usr.sbin/ppp/async.c > cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c /usr/src/usr.sbin/ppp/auth.c > make: don't know how to make /usr/src/usr.sbin/ppp/phase.h. Stop > > Might it be the case, that phase.[ch] isn't on this MP branch, > but is actually needed ? > > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > powered by ,,symmetric multiprocessor FreeBSD'' > -- dima From owner-cvs-usrsbin Sat Apr 4 02:27:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27913 for cvs-usrsbin-outgoing; Sat, 4 Apr 1998 02:27:53 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27905; Sat, 4 Apr 1998 02:27:44 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.7) with ESMTP id LAA08984; Sat, 4 Apr 1998 11:12:02 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199804041012.LAA08984@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Andreas Klemm cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrsbin@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp command.c ppp.8 In-reply-to: Your message of "Sat, 04 Apr 1998 02:59:53 +0200." <19980404025953.03483@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 04 Apr 1998 11:12:02 +0100 From: Brian Somers Sender: owner-cvs-usrsbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, You forgot to make depend :-) > On Fri, Apr 03, 1998 at 11:24:33AM -0800, Brian Somers wrote: > > brian 1998/04/03 11:24:33 PST > > > > Modified files: (Branch: MP) > > usr.sbin/ppp command.c ppp.8 > > I wanted to try this new ppp. > cvs update -r MP > [...] > U modem.h > cvs update: warning: os.c is not (any longer) pertinent > cvs update: warning: os.h is not (any longer) pertinent > U pap.c > U pap.h > cvs update: warning: phase.c is not (any longer) pertinent > cvs update: warning: phase.h is not (any longer) pertinent > U physical.c > [...] > make > root{159} /usr/src/usr.sbin/ppp make > cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c /usr/src/usr.sbin/ppp/arp.c > cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c > /usr/src/usr.sbin/ppp/async.c > cc -pipe -O -Wall -Wpointer-arith -DHAVE_DES -c /usr/src/usr.sbin/ppp/auth.c > make: don't know how to make /usr/src/usr.sbin/ppp/phase.h. Stop > > Might it be the case, that phase.[ch] isn't on this MP branch, > but is actually needed ? > > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > powered by ,,symmetric multiprocessor FreeBSD'' -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-usrsbin Sat Apr 4 02:36:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28460 for cvs-usrsbin-outgoing; Sat, 4 Apr 1998 02:36:37 -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 CAA28392; Sat, 4 Apr 1998 02:36:32 -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 CAA08790; Sat, 4 Apr 1998 02:34:29 -0800 (PST) Date: Sat, 4 Apr 1998 02:34:29 -0800 (PST) Message-Id: <199804041034.CAA08790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c prompt.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/04 02:34:28 PST Modified files: (Branch: MP) usr.sbin/ppp command.c prompt.c Log: Initialise the local log mask. Only do a prompt_TtyTermMode if we have a prompt. Revision Changes Path 1.131.2.52 +3 -2 src/usr.sbin/ppp/command.c 1.1.2.20 +2 -1 src/usr.sbin/ppp/Attic/prompt.c From owner-cvs-usrsbin Sat Apr 4 05:03:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13609 for cvs-usrsbin-outgoing; Sat, 4 Apr 1998 05:03:33 -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 FAA13540; Sat, 4 Apr 1998 05:03:27 -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 FAA09404; Sat, 4 Apr 1998 05:01:23 -0800 (PST) Date: Sat, 4 Apr 1998 05:01:23 -0800 (PST) Message-Id: <199804041301.FAA09404@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/04 05:01:22 PST Modified files: (Branch: MP) usr.sbin/ppp bundle.c Log: Remove redundant warning. Send decent output to prompts in term mode (missing %). Revision Changes Path 1.1.2.38 +2 -4 src/usr.sbin/ppp/Attic/bundle.c