From owner-freebsd-arch@FreeBSD.ORG Sat Nov 12 00:03:27 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF9716A41F; Sat, 12 Nov 2005 00:03:27 +0000 (GMT) (envelope-from fbsd-arch@mawer.org) Received: from mail25.syd.optusnet.com.au (mail25.syd.optusnet.com.au [211.29.133.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E32B43D46; Sat, 12 Nov 2005 00:03:26 +0000 (GMT) (envelope-from fbsd-arch@mawer.org) Received: from [127.0.0.1] (c220-237-120-88.thorn1.nsw.optusnet.com.au [220.237.120.88]) by mail25.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id jAC035Rh025763; Sat, 12 Nov 2005 11:03:24 +1100 Message-ID: <43753142.7060002@mawer.org> Date: Sat, 12 Nov 2005 11:03:14 +1100 From: Antony Mawer User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Bruce M Simpson References: <20051110172650.Q48388@mp2.macomnet.net> <20051110204849.GC775@funkthat.com> <20051111140424.GB733@empiric.icir.org> In-Reply-To: <20051111140424.GB733@empiric.icir.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: delphij@freebsd.org, Xin LI , freebsd-arch@freebsd.org Subject: Re: [PATCH FOR REVIEW] kqueue'ify inetd(8) and several other cleanups X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2005 00:03:27 -0000 On 12/11/2005 1:04 AM, Bruce M Simpson wrote: > I'm ambivalent about the change. On one hand, more exposure for kqueue > considered a good thing. On the other, this means change in inetd which > causes it to deviate from common BSD -- although I think we're happy for > inetd to deviate because we already have special cases for IPSEC in there, > which is actually quite cool. While on the topic of inetd and deviating from the other BSDs, I noticed when playing with pf that OpenBSD has the ability to bind services to specific interfaces in the inetd.conf file. Is there any interest in bringing this capability across to the FreeBSD inetd? I noticed the OpenBSD PR database suggests this came from NetBSD: http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?numbers=175&full=yes >>Fix: > re-import the code from NetBSD or elsewhere. Though I haven't delved into this further. Is anyone else interested in seeing this imported? If no one else takes up the challenge I might have a look in a couple of weeks time, although at the moment I'm suffering from ENOTIME. Cheers Antony