From nobody Mon Sep 29 15:45:09 2025 X-Original-To: dev-commits-src-all@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 4cb59k0VQzz68QMj; Mon, 29 Sep 2025 15:45:14 +0000 (UTC) (envelope-from christos@FreeBSD.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4cb59j3Gkvz3G4v; Mon, 29 Sep 2025 15:45:13 +0000 (UTC) (envelope-from christos@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=69w75T1jCW+C zPAwM74xmR2Yej/Ac8CcPL5mrK9vIF4=; h=in-reply-to:references:to:from: subject:cc:date; d=margiolis.net; b=VGJAfILiYDGzlKqqiOa01jG1AQj99iNBhM viy2q/QLD2r3SWa4uVXWWfja1yc82AEMTyK9UuPN0epwJwa61cMr+VQOcw5sEbS9CXuC0S +RJR3AO9HeEvL/6o/2K7c+yeXMHMfKz66VwwXV8KAPU1F6jqGXsM1FQeQHAQQ0mq5zI= Received: from localhost (public-gprs544056.centertel.pl [31.61.244.121]) by margiolis.net (OpenSMTPD) with ESMTPSA id 09c48e0a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 29 Sep 2025 09:45:10 -0600 (MDT) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 29 Sep 2025 17:45:09 +0200 Message-Id: Cc: , , Subject: Re: git: 9cab9fde5eda - main - virtual_oss: Port to base From: "Christos Margiolis" To: "Cy Schubert" X-Mailer: aerc 0.21.0 References: <202509280958.58S9wrww083342@gitrepo.freebsd.org> <20250929125925.0816B8AF@slippy.cwsent.com> In-Reply-To: <20250929125925.0816B8AF@slippy.cwsent.com> X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4cb59j3Gkvz3G4v On Mon Sep 29, 2025 at 2:59 PM CEST, Cy Schubert wrote: > In message <202509280958.58S9wrww083342@gitrepo.freebsd.org>, Christos=20 > Margioli > s writes: >> The branch main has been updated by christos: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=3D9cab9fde5edad9b409dd2317a= 2aec781 >> 5e6d6bed >> >> commit 9cab9fde5edad9b409dd2317a2aec7815e6d6bed >> Author: Christos Margiolis >> AuthorDate: 2025-09-28 09:56:52 +0000 >> Commit: Christos Margiolis >> CommitDate: 2025-09-28 09:56:52 +0000 > > Should this not have been imported using a vendor branch or are we=20 > intending on maintaining this ourselves without any further imports? I am the maintainer of virtual_oss nowadays, so there is no need to vendor import it. Development continues here. At some point I will probably retire the port entirely. Christos