Date: Fri, 29 May 1998 11:33:12 -0700 (PDT) From: Brian Somers <brian@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 Message-ID: <199805291833.LAA02524@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805291833.LAA02524>