From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 18 02:07:14 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08985106566B for ; Fri, 18 Sep 2009 02:07:14 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-vw0-f189.google.com (mail-vw0-f189.google.com [209.85.212.189]) by mx1.freebsd.org (Postfix) with ESMTP id A92098FC17 for ; Fri, 18 Sep 2009 02:07:13 +0000 (UTC) Received: by vws27 with SMTP id 27so660374vws.3 for ; Thu, 17 Sep 2009 19:07:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZrKefcIrdWaZ8eNbEbigOZVHY8SfwgKPcrPasXZzgw8=; b=BVr8bDNazsvtayDI+QtY7M8R2CHZ6ix8rnRwHnEbBQFdryc+lHMp/M7C/tCiq1RMDr sGTt3LF9H5NPxW2Iu4GTeFvtOn+TGpjiXN8BZP3Xq50E6MHI3kTCq53Nkmzja3zwpfFs UyyFxO83nKKwbn7bN7c+dw3NFEdHZL4UxxjEg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=v0zU1U0bEGt4HOSk/TEMhxxPpAPYm91tpKUyZ8U/Xj+CAEQENnpNDdudM/uUNr9EPX hBq5HEr+08a/UMuFYByM+/xh1jmeSKnuTMPkenvvsPJv8mClA6FCgfxrdN1pT01CAvuD z1+ne3OBkw3OqhFxR13x6FCUTxQ4XHs9Rithg= MIME-Version: 1.0 Received: by 10.220.113.134 with SMTP id a6mr374954vcq.100.1253239632690; Thu, 17 Sep 2009 19:07:12 -0700 (PDT) In-Reply-To: <4AB14786.1010202@delphij.net> References: <790a9fff0701060012x40063f48pc842510b082df5a5@mail.gmail.com> <20070106130830.3c2e6d98@Magellan.Leidinger.net> <790a9fff0701132017g6c081567la4a759cea4618535@mail.gmail.com> <20070114105239.GA6955@stud.fit.vutbr.cz> <790a9fff0701141254s2c92b10ag6b042a019bc283c@mail.gmail.com> <20070115105921.wbv2yrd4bkgokcko@webmail.leidinger.net> <790a9fff0701252321x2c7bea62od928766849e32c68@mail.gmail.com> <790a9fff0701261550n5982c0chea94dbfa208439da@mail.gmail.com> <790a9fff0909160742p1043e643i69febf5a7e88a97e@mail.gmail.com> <4AB14786.1010202@delphij.net> Date: Thu, 17 Sep 2009 21:07:12 -0500 Message-ID: <790a9fff0909171907i296e65a0gbc7fefa255b70c65@mail.gmail.com> From: Scot Hetzel To: d@delphij.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: Fwd: linuxolator: proc/filesystems and sysfs function implementations X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 02:07:14 -0000 On Wed, Sep 16, 2009 at 3:16 PM, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Scot Hetzel wrote: >> I see that Alexander Best had added sysfs to the linux-kernel wiki. >> >> Attached is the sysfs implementation that I had created back in 2007, >> and was reviewed on this list. >> >> Could someone commit this implentation to P4 or at least put it up >> some where so others can improve on it. > > Em... =A0Is there any reason this is not ready for -HEAD? > None that I can think of, it could be committed to -HEAD. Just needs someone to commit it. > (There is a minor information disclosure issue, though, but that can be > easily fixed). > Scot