From owner-cvs-all Fri May 29 11:33:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04351 for cvs-all-outgoing; Fri, 29 May 1998 11:33:33 -0700 (PDT) (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 LAA04275; Fri, 29 May 1998 11:33:16 -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 LAA02524; Fri, 29 May 1998 11:33:12 -0700 (PDT) Date: Fri, 29 May 1998 11:33:12 -0700 (PDT) Message-Id: <199805291833.LAA02524@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 id.c id.h main.c modem.c physical.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/05/29 11:33:12 PDT Modified files: usr.sbin/ppp bundle.c bundle.h id.c id.h main.c modem.c physical.h Log: o If there's a session leader left running for a descriptor that we're now closing, manually HUP that session leader so that the tty is fully released. o Always restart our carrier detect timer in the receiving process if it was running in the sending process (as we now *always* pass the descriptor). o Tweak argv when we go into pause() mode to keep our session so that ps can see what's going on (without checking for a `pause' state in `ps -l'). Revision Changes Path 1.12 +6 -2 src/usr.sbin/ppp/bundle.c 1.5 +3 -2 src/usr.sbin/ppp/bundle.h 1.10 +14 -1 src/usr.sbin/ppp/id.c 1.7 +2 -1 src/usr.sbin/ppp/id.h 1.129 +3 -5 src/usr.sbin/ppp/main.c 1.88 +13 -4 src/usr.sbin/ppp/modem.c 1.3 +2 -1 src/usr.sbin/ppp/physical.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message