From nobody Thu Jul 03 20:46:39 2025 X-Original-To: dev-commits-src-main@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 4bY87q0Xvrz618ny; Thu, 03 Jul 2025 20:51:35 +0000 (UTC) (envelope-from ruslan.bukin@cl.cam.ac.uk) Received: from smtp-2.srv.uis.cam.ac.uk (smtp-2.srv.uis.cam.ac.uk [128.232.132.148]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bY87p5k0Wz46MN; Thu, 03 Jul 2025 20:51:34 +0000 (UTC) (envelope-from ruslan.bukin@cl.cam.ac.uk) Authentication-Results: mx1.freebsd.org; none X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: https://help.uis.cam.ac.uk/email-scanner-virus Received: from svr-postfix-0.cl.cam.ac.uk ([128.232.119.3]:9071) by smtp-2.srv.uis.cam.ac.uk with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1uXQu3-00000007eXQ-5tBe; Thu, 03 Jul 2025 21:51:31 +0100 Received: from alloy (mail.bsdpad.com [91.99.52.19]) (Authenticated sender: rb743+mutt) by svr-postfix-0.cl.cam.ac.uk (Postfix) with ESMTPSA id A1E75407B4; Thu, 3 Jul 2025 20:51:13 +0000 (UTC) Date: Thu, 3 Jul 2025 21:46:39 +0100 From: Ruslan Bukin To: Colin Percival Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: df114daef4c4 - main - Import the Hardware Trace (HWT) framework. Message-ID: References: <202507031503.563F35kp095569@gitrepo.freebsd.org> <01000197d1140182-2f34cbcb-3358-44f0-9b2c-d92b57e876e7-000000@email.amazonses.com> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <01000197d1140182-2f34cbcb-3358-44f0-9b2c-d92b57e876e7-000000@email.amazonses.com> X-Rspamd-Queue-Id: 4bY87p5k0Wz46MN X-Spamd-Bar: ---- 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:786, ipnet:128.232.0.0/16, country:GB] On Thu, Jul 03, 2025 at 04:17:18PM +0000, Colin Percival wrote: > On 7/3/25 08:03, Ruslan Bukin wrote: > > commit df114daef4c48548c3c2b86717612761185ae18f > > > > Import the Hardware Trace (HWT) framework. > > Can we get a man page for this? > Sure! We have a draft, working on it. Ruslan