From nobody Sun Sep 5 09:02:12 2021 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3DCAB17B7E97 for ; Sun, 5 Sep 2021 09:02:15 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H2QX71Lw6z3lHl; Sun, 5 Sep 2021 09:02:15 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p200300cb872f2b67f1153991b18b1023.dip0.t-ipconnect.de [IPv6:2003:cb:872f:2b67:f115:3991:b18b:1023]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id 9C47C4C23; Sun, 5 Sep 2021 09:02:14 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Sun, 5 Sep 2021 11:02:12 +0200 From: Gordon Bergling To: Bojan =?utf-8?B?Tm92a292acSH?= Cc: "freebsd-hackers@freebsd.org" Subject: Re: Solaris doors implementation Message-ID: References: List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 10:50AM up 1 day, 23:03, 4 users, load averages: 0.42, 0.24, 0.20 X-ThisMailContainsUnwantedMimeParts: N Hi Bojan, On Sat, Sep 04, 2021 at 07:59:56PM +0000, Bojan Novković wrote: > Hello! > > I am interested in helping with the Solaris doors IPC implementation idea posted on the IdeasPage. > However, seeing as there is no contact listed, would anyone know if this idea is being worked on and who the technical contact is? > > Kind regards, > Bojan Novkovic I don't know the technical contact, but regarding the doors implementation, you could look at the OpenSolaris / Illumos implementation [1]. Since we already have CDDL sources imported, a port of the original implementation would be easier compared to a clean room implementation. --Gordon [1] https://github.com/illumos/illumos-gate