From owner-freebsd-current@FreeBSD.ORG Wed Nov 30 16:44:04 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 690941065670; Wed, 30 Nov 2011 16:44:04 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id B6B7B8FC12; Wed, 30 Nov 2011 16:44:03 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 42986322; Wed, 30 Nov 2011 17:44:01 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 30 Nov 2011 17:41:25 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.4.5; amd64; ; ) References: <20111130124320.GA1449@azathoth.lan> In-Reply-To: <20111130124320.GA1449@azathoth.lan> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111301741.25734.hselasky@c2i.net> Cc: Baptiste Daroussin Subject: Re: [patch] turning devctl into a "multiple openable" device X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 16:44:04 -0000 On Wednesday 30 November 2011 13:43:20 Baptiste Daroussin wrote: > Hi all, > > With the help of cognet, I wrote a patch to turn devctl into a multiple > openable device, that mean that it will allow to open /dev/devctl in > multiple programs, for example hald and everythings that want to receive > notification from the device won't need to depend on haveing devd running. > > here is the patch: > http://people.freebsd.org/~bapt/devctl_multi_open.diff > > regards, > bapt Comment: Is the track-close flag set for the devfs sw? --HPS