From owner-cvs-usrsbin Wed Aug 13 18:48:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA13857 for cvs-usrsbin-outgoing; Wed, 13 Aug 1997 18:48:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA13783; Wed, 13 Aug 1997 18:48:00 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA05524; Wed, 13 Aug 1997 18:47:56 -0700 (PDT) Date: Wed, 13 Aug 1997 18:47:56 -0700 (PDT) Message-Id: <199708140147.SAA05524@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppctl pppctl.8 pppctl.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/13 18:47:56 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pppctl pppctl.8 pppctl.c Log: YAMFC: - Buffer space problem found by Sergio Lenzi fixed. Natd now waits with select(2) for buffer space to become available if write fails. - Packet aliasing library upgraded to 2.[23] interface. Submitted by: Ari Suutari Revision Changes Path 1.1.2.2 +9 -6 src/usr.sbin/pppctl/pppctl.8 1.1.2.2 +30 -7 src/usr.sbin/pppctl/pppctl.c