026 18:09:50 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4003b.ext.cloudfilter.net ([10.228.9.157]) by cmsmtp with ESMTPS id HhkgwimK6k14SHmsXwrqHG; Tue, 28 Apr 2026 18:09:49 +0000 Received: from spqr.komquats.com ([70.66.136.217]) by cmsmtp with ESMTPSA id HmsWwevivg0nEHmsWwRAo2; Tue, 28 Apr 2026 18:09:49 +0000 X-Auth-User: cschuber X-Authority-Analysis: v=2.4 cv=C4/kCAP+ c=1 sm=1 tr=0 ts=69f0f7ed a=h7br+8Ma+Xn9xscxy5znUg==:117 a=h7br+8Ma+Xn9xscxy5znUg==:17 a=kj9zAlcOel0A:10 a=A5OVakUREuEA:10 a=6I5d2MoRAAAA:8 a=EkcXrb_YAAAA:8 a=YxBL1-UpAAAA:8 a=EJljjqSEowUF25AHfkwA:9 a=CjuIK1q_8ugA:10 a=LK5xJRSDVpKd5WXXoEvA:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy.cwsent.com [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id A6C3930C; Tue, 28 Apr 2026 11:09:47 -0700 (PDT) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 83C47130; Tue, 28 Apr 2026 11:09:47 -0700 (PDT) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.8+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Chuck Tuffli cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 68e5b71517e9 - main - Vendor import of smart at 1.0.2 In-reply-to: <69f0ea0c.19f57.339fcc06@gitrepo.freebsd.org> References: <69f0ea0c.19f57.339fcc06@gitrepo.freebsd.org> Comments: In-reply-to Chuck Tuffli message dated "Tue, 28 Apr 2026 17:10:36 -0000." 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-Type: text/plain; charset=us-ascii Date: Tue, 28 Apr 2026 11:09:47 -0700 Message-Id: <20260428180947.83C47130@slippy.cwsent.com> X-CMAE-Envelope: MS4xfLcJhf+6FJU4/Sy/S9L89Oqk37oYxMHzykdhpdlz9WQn3oN894C7e8mxolgA8YBmq/m5xWi+SMpritqwwWXDT9nLzBIfpiKlmegvXzmW7SrKYJaiQa/N qSaJgDq43NAxmKn7eOFqz6p2wSfAhtC6Ak7cOFV3ePfzP/Ol/MlH1/yiElBTpQSOpztbRr66Cy1BSwooby7AJmYcvdhRNO2GLueYdh5pPm7gu9NEa+ZjzjCL t+cQTpWAawbbM3omKKMq++xRHI9YkmUBl6D8Cjiplv1nfQagI9M5AqohGhsPnDnF9KTtQ2lhidoxUn/WNWKhs+yNAgR/onBrU5mOYwYBPQQ= X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Queue-Id: 4g4pPB5DLsz3phQ X-Spamd-Bar: ---- In message <69f0ea0c.19f57.339fcc06@gitrepo.freebsd.org>, Chuck Tuffli writes: > The branch main has been updated by chuck: > > URL: https://cgit.FreeBSD.org/src/commit/?id=68e5b71517e947b4e3f349c970af362b > 47b45f27 > > commit 68e5b71517e947b4e3f349c970af362b47b45f27 > Author: Chuck Tuffli > AuthorDate: 2026-04-28 16:55:50 +0000 > Commit: Chuck Tuffli > CommitDate: 2026-04-28 17:08:27 +0000 > > Vendor import of smart at 1.0.2 > > smart/diskhealth is a command line application to monitor disk health > from a storage device via SMART. > > Reviewed by: fuz, jrm > Relnotes: yes > Differential Revision: https://reviews.freebsd.org/D56638 > --- > contrib/smart/Changelog | 37 ++ > contrib/smart/LICENSE | 13 + > contrib/smart/Makefile | 26 + > contrib/smart/freebsd_dev.c | 828 +++++++++++++++++++++++++ > contrib/smart/libsmart.c | 1359 +++++++++++++++++++++++++++++++++++++++ > ++ > contrib/smart/libsmart.h | 174 ++++++ > contrib/smart/libsmart_desc.c | 158 +++++ > contrib/smart/libsmart_dev.h | 60 ++ > contrib/smart/libsmart_priv.h | 83 +++ > contrib/smart/smart.8 | 245 ++++++++ > contrib/smart/smart.c | 334 ++++++++++ > packages/Makefile | 1 + > packages/smart/Makefile | 4 + > packages/smart/smart.ucl | 30 + > usr.sbin/Makefile | 1 + > usr.sbin/smart/Makefile | 8 + > 16 files changed, 3361 insertions(+) Why are we doing vendor imports directly to contrib/? Is this a new procedure, do we not need to use the vendor branch anymore? -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e**(i*pi)+1=0