From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27497 invoked from network); 6 Jan 2021 20:25:45 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 6 Jan 2021 20:25:45 -0000 Received: from oat.nine.sirjofri.de ([5.45.105.127]) by 1ess; Wed Jan 6 15:02:54 -0500 2021 Received: from sirjofri.de ([178.0.65.31]) by oat; Wed Jan 6 21:02:43 +0100 2021 Date: Wed, 6 Jan 2021 20:02:40 +0000 (UTC) From: sirjofri To: 9front@9front.org Message-ID: <2258e85e-0fe5-4c8d-9376-f044aaf732bd@sirjofri.de> In-Reply-To: <3352C30E7FABA4B1547D228A5403FC9B@eigenstate.org> References: <3352C30E7FABA4B1547D228A5403FC9B@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <2258e85e-0fe5-4c8d-9376-f044aaf732bd@sirjofri.de> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: app out-scaling-oriented general-purpose injection optimizer Subject: Re: [9front] mycroftiv's zrv and rfork V, patch for current 9front Reply-To: 9front@9front.org Precedence: bulk Hello again, the included patch is indeed mycroftiv's work without many adjustments.=20 We just made it work in current 9front code. Also I did forget to attach the devzrv.c. devzrv btw is the same as srv=20 but doesn't fork. It is possible to srvfs the forked srvs in zrv. Sure, there are much cleaner solutions. Using #s/clone as ori suggested=20 would be a nice kernel-based solution (instead of a fully userspace=20 implementation I can also imagine). Another idea I can think of would be similar to #=CF=83. Imagine mkdir=20 '#s/newsrv' && bind -c '#/newsrv' /srv or even like some mntgen without=20 the mkdir. This would break compatibility! More compatible would be something like echo newsrv > '#sc' && bind '#s'=20 /srv. This would be more compatible to current implementation. In both ideas the newsrv is just an arbitrary name. sirjofri