From owner-cvs-usrsbin Sun Mar 3 10:49:29 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06908 for cvs-usrsbin-outgoing; Sun, 3 Mar 1996 10:49:29 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06892 Sun, 3 Mar 1996 10:49:19 -0800 (PST) Date: Sun, 3 Mar 1996 10:49:19 -0800 (PST) From: Peter Wemm Message-Id: <199603031849.KAA06892@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump ethertype.h print-ether.c print-ipx.c print-ppp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk peter 96/03/03 10:49:19 Modified: usr.sbin/tcpdump/tcpdump ethertype.h print-ether.c print-ipx.c print-ppp.c Log: John Hay's extentions to tcpdump to be able to differentiate between IP and IPX packets over a PPP link. I added the hack to print the PPP protocol type for other (eg: LCP, CCP, etc) packets. Submitted by: John Hay , mods from me. Revision Changes Path 1.2 +4 -1 src/usr.sbin/tcpdump/tcpdump/ethertype.h 1.4 +5 -1 src/usr.sbin/tcpdump/tcpdump/print-ether.c 1.2 +4 -4 src/usr.sbin/tcpdump/tcpdump/print-ipx.c 1.3 +67 -9 src/usr.sbin/tcpdump/tcpdump/print-ppp.c From owner-cvs-usrsbin Mon Mar 4 02:38:48 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19691 for cvs-usrsbin-outgoing; Mon, 4 Mar 1996 02:38:48 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19676 Mon, 4 Mar 1996 02:38:43 -0800 (PST) Date: Mon, 4 Mar 1996 02:38:43 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603041038.CAA19676@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp Makefile uucplock.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk ache 96/03/04 02:38:43 Modified: usr.sbin/ppp Makefile Removed: usr.sbin/ppp uucplock.c Log: Eliminate multiply uucplock.c Revision Changes Path 1.6 +4 -2 src/usr.sbin/ppp/Makefile From owner-cvs-usrsbin Mon Mar 4 04:40:38 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27598 for cvs-usrsbin-outgoing; Mon, 4 Mar 1996 04:40:38 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27582 Mon, 4 Mar 1996 04:40:31 -0800 (PST) Date: Mon, 4 Mar 1996 04:40:31 -0800 (PST) From: John Dyson Message-Id: <199603041240.EAA27582@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pstat pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk dyson 96/03/04 04:40:31 Modified: usr.sbin/pstat pstat.c Log: Fix pstat to sync up with recent changes with swap space allocation. Revision Changes Path 1.20 +7 -5 src/usr.sbin/pstat/pstat.c From owner-cvs-usrsbin Mon Mar 4 05:28:40 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29336 for cvs-usrsbin-outgoing; Mon, 4 Mar 1996 05:28:40 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA29330 Mon, 4 Mar 1996 05:28:08 -0800 (PST) Received: by sequent.kiae.su id AA01699 (5.65.kiae-2 ); Mon, 4 Mar 1996 16:20:09 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 4 Mar 96 16:20:07 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.4/8.7.3) id QAA02412; Mon, 4 Mar 1996 16:16:01 +0300 (MSK) Message-Id: <199603041316.QAA02412@ache.dialup.ru> Subject: Re: cvs commit: src/usr.sbin/pstat pstat.c To: dyson@freefall.freebsd.org (John Dyson) Date: Mon, 4 Mar 1996 16:16:00 +0300 (MSK) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199603041240.EAA27582@freefall.freebsd.org> from "John Dyson" at "Mar 4, 96 04:40:31 am" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL11 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk > dyson 96/03/04 04:40:31 > > Modified: usr.sbin/pstat pstat.c > Log: > Fix pstat to sync up with recent changes with swap space allocation. Thanx. 'top' port need to be fixed in similar way too, it shows 100%. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-usrsbin Tue Mar 5 07:41:20 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA01919 for cvs-usrsbin-outgoing; Tue, 5 Mar 1996 07:41:20 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA01899 Tue, 5 Mar 1996 07:41:06 -0800 (PST) Date: Tue, 5 Mar 1996 07:41:06 -0800 (PST) From: Bill Paul Message-Id: <199603051541.HAA01899@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppwupdate Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wpaul 96/03/05 07:41:05 Modified: usr.sbin/rpc.yppasswdd yppwupdate Log: Make yppwupdate script redirect stderr to stdout; if we don't do this, the error messages (if any) from yppush will end up on the system console instead of the /var/yp/ypupdate.log file. Revision Changes Path 1.2 +3 -3 src/usr.sbin/rpc.yppasswdd/yppwupdate From owner-cvs-usrsbin Thu Mar 7 17:22:10 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA23294 for cvs-usrsbin-outgoing; Thu, 7 Mar 1996 17:22:10 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA23244 Thu, 7 Mar 1996 17:21:56 -0800 (PST) Date: Thu, 7 Mar 1996 17:21:56 -0800 (PST) From: Joerg Wunsch Message-Id: <199603080121.RAA23244@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd ccp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk joerg 96/03/07 17:21:56 Modified: usr.sbin/pppd ccp.c Log: Work around the problem that our -current pppd can no longer talk with our iijppp as a client. Simply shut down the CCP layer if no matching protocol could be found. Reviewed by: peter Revision Changes Path 1.4 +5 -1 src/usr.sbin/pppd/ccp.c From owner-cvs-usrsbin Fri Mar 8 01:03:30 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24101 for cvs-usrsbin-outgoing; Fri, 8 Mar 1996 01:03:30 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24082 Fri, 8 Mar 1996 01:03:12 -0800 (PST) Date: Fri, 8 Mar 1996 01:03:12 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603080903.BAA24082@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c command.c main.c modem.c ppp.8 systems.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk ache 96/03/08 01:03:11 Modified: usr.sbin/ppp chat.c command.c main.c modem.c ppp.8 systems.c vars.h Log: 1) Add multi-phone dialing/redialing, several phones separated by ':' 2) Improve on-line help subsystem 3) Make 'term' mode works even carrier dropped (old code close line forever here) 4) Make 'term' mode 8bit clean. 5) Improve manual page 6) #ifdef DEBUG diagnostic about missing optional files. 7) Don't put interactive dialing info to logfile Revision Changes Path 1.6 +10 -4 src/usr.sbin/ppp/chat.c 1.15 +11 -7 src/usr.sbin/ppp/command.c 1.15 +5 -2 src/usr.sbin/ppp/main.c 1.13 +24 -9 src/usr.sbin/ppp/modem.c 1.14 +20 -8 src/usr.sbin/ppp/ppp.8 1.6 +3 -1 src/usr.sbin/ppp/systems.c 1.5 +5 -3 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Fri Mar 8 04:35:01 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09703 for cvs-usrsbin-outgoing; Fri, 8 Mar 1996 04:35:01 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09644 Fri, 8 Mar 1996 04:34:47 -0800 (PST) Date: Fri, 8 Mar 1996 04:34:47 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603081234.EAA09644@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk ache 96/03/08 04:34:46 Modified: usr.sbin/ppp chat.c modem.c Log: Log phone as LOG_PHASE, it is valuable enough for multi-phone environment. Add missing return when terminal mode can't be re-established due to modem not opened. Revision Changes Path 1.7 +2 -1 src/usr.sbin/ppp/chat.c 1.14 +2 -1 src/usr.sbin/ppp/modem.c From owner-cvs-usrsbin Fri Mar 8 05:22:35 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA13435 for cvs-usrsbin-outgoing; Fri, 8 Mar 1996 05:22:35 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA13421 Fri, 8 Mar 1996 05:22:26 -0800 (PST) Date: Fri, 8 Mar 1996 05:22:26 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603081322.FAA13421@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c command.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk ache 96/03/08 05:22:25 Modified: usr.sbin/ppp chat.c command.c vars.h Log: Prevent dial cycling on the last phone from the list, make phone list copy Revision Changes Path 1.8 +5 -3 src/usr.sbin/ppp/chat.c 1.16 +3 -2 src/usr.sbin/ppp/command.c 1.6 +3 -1 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Sat Mar 9 00:18:54 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01811 for cvs-usrsbin-outgoing; Sat, 9 Mar 1996 00:18:54 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01786 Sat, 9 Mar 1996 00:18:44 -0800 (PST) Date: Sat, 9 Mar 1996 00:18:44 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603090818.AAA01786@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c modem.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk ache 96/03/09 00:18:43 Modified: usr.sbin/ppp main.c modem.c ppp.8 Log: 1) Open /dev/null for std* after setsid() to be shure that modem is *not* our controlling terminal (SIGHUP can coming in other case) 2) Add HUPCL for non-dedicated lines to be shure that modem properly resetted. 3) Correct usage string. Revision Changes Path 1.16 +10 -1 src/usr.sbin/ppp/main.c 1.15 +5 -1 src/usr.sbin/ppp/modem.c 1.15 +3 -2 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sat Mar 9 18:17:08 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14931 for cvs-usrsbin-outgoing; Sat, 9 Mar 1996 18:17:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14888 Sat, 9 Mar 1996 18:17:00 -0800 (PST) Date: Sat, 9 Mar 1996 18:17:00 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603100217.SAA14888@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pcvt/Misc/Etc rc.local Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk jkh 96/03/09 18:16:59 Modified: usr.sbin/pcvt/Misc/Etc rc.local Log: Correct paths for pcvt in FreeBSD. Close PR#1071 Submitted by: David E. O'Brien Revision Changes Path 1.2 +30 -30 src/usr.sbin/pcvt/Misc/Etc/rc.local