From owner-cvs-all Fri Sep 7 0:12:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22FC237B407; Fri, 7 Sep 2001 00:12:53 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f877Cq261624; Fri, 7 Sep 2001 00:12:52 -0700 (PDT) (envelope-from julian) Message-Id: <200109070712.f877Cq261624@freefall.freebsd.org> From: Julian Elischer Date: Fri, 7 Sep 2001 00:12:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ksocket.c ng_ksocket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/09/07 00:12:52 PDT Modified files: sys/netgraph ng_ksocket.c ng_ksocket.h Log: First pass at porting John's "accept" changes to allow an in-kernel webserver (or similar) to accept and handle incoming connections using netgraph without ever leaving the kernel. (allows incoming tunnel requests to be handled totally within the kernel for example) Needs work, but shouldn't break existing functionality. Submitted by: John Polstra MFC after: 2 weeks Revision Changes Path 1.20 +367 -50 src/sys/netgraph/ng_ksocket.c 1.5 +18 -1 src/sys/netgraph/ng_ksocket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message