From nobody Sun May 31 17:19:55 2026 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 4gT3kM6rcGz6gP1Z for ; Sun, 31 May 2026 17:19:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gT3kM3qftz3W4X for ; Sun, 31 May 2026 17:19:55 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780247995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=REvGbj+U9048ZnqUPTmjNp6x7JybAoRx8tI2IgYu1T8=; b=kIOnD763ShH0IvYn9ARgHGdUlp2xHzLMJm13zbY5rU9ynT+l0TymQ7oqbPb/3eY3At1YVk zjt1VvQFEnLi2O4VZF+2in/NMf7j/9HtIUyyITxjlfX2gU0N1XZE/agk4cX4sU+WxDDCFz 6hBcQGaPtrLmH6VJyx8C4kxh4dmZoMYY/OPMWu6D8VK9vgTgUzgH4HvYxz/ML05TiAsejH 0YEciEbn4A3XBFni2vTiI78AWfLAIXPTe1Mj6rZ3G/Fluf6NbUJYtLGgd92HR1db9z9yAg SZ0Cw+vxvR+MOs9eGES/pdu3Xtn9uFa+xcUJtP9Whjb48fAZW45xYrtpphSH4Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780247995; a=rsa-sha256; cv=none; b=mlab4v1MM+fNtlHyGSXncCnVV7MAnj4SHAnWHD1JUnpA6U3D3EoGXSQcqh3tcRzlBKlpC6 SJG7M48dRQaTBiciLcbpIEBYbh4grHyaGMG3VpsC3100qtlGPa+Fd20QRmDtEh818wpIQ8 uTsj5IsONTa7j13JUWaXyAijXut+bO9/TEbvVNWLI1ZGDahX3xAuXW/F4hUegBQejyH+29 3NwI37rsKvWFIHuDVz7L9sW/Zkogwc1UEZ5hQYmaHGfdLXd2Vh/xQh7CY2FLfAWBA4wnBA +5cK3vS9m2nkDz7beXDE8CSrzUOtA7pqFEUBpNw4Kj4YOQ0jx2w/MsHQd2/RuQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780247995; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=REvGbj+U9048ZnqUPTmjNp6x7JybAoRx8tI2IgYu1T8=; b=eXcm9no5b4mADFKIy9yO6ehfrVSzj+5bJB9a1YDejCC0GRC2A5nN2kulb9KJLT0ZiD8gx0 eJu07KxeUIiVMH+gUigcnVps5FpOQKJuhF3ZYwnretsXH6bGOakrgw5HivyzM7jVn1cPlV b5xLc4cLvLhiZ6D1Nhb5n5mPKDteaCmELibOKgl3KvoD5gFU2plfXyVGSQH+YTd0T0JZ0L ZsNvbye3F/Qghp94Qi3cCnZodEg5ClNyCOt2O+H4/YR3s1KJUlfA4UkNfRxYLVW3K2666W 6CLhMSscNh8Wi4SnDZH6BxypuFqkxJ8iZe5bMvCrUiUH/ignvp/2FgEmCPAorw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gT3kM2x2hz117T for ; Sun, 31 May 2026 17:19:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3e736 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 31 May 2026 17:19:55 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: 0ac9aac81c40 - main - ntsync: install headers for userspace consumption 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0ac9aac81c40159d561e43fc6976a866f852832b Auto-Submitted: auto-generated Date: Sun, 31 May 2026 17:19:55 +0000 Message-Id: <6a1c6dbb.3e736.c6ca4d5@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0ac9aac81c40159d561e43fc6976a866f852832b commit 0ac9aac81c40159d561e43fc6976a866f852832b Author: Konstantin Belousov AuthorDate: 2026-05-17 07:43:01 +0000 Commit: Konstantin Belousov CommitDate: 2026-05-31 17:14:47 +0000 ntsync: install headers for userspace consumption Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D57038 --- etc/mtree/BSD.include.dist | 2 ++ include/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index ce37d803c2a9..81ea0842035c 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -235,6 +235,8 @@ mpilib .. .. + ntsync + .. nvme .. nvmf diff --git a/include/Makefile b/include/Makefile index 777529e344f2..3d83556f5238 100644 --- a/include/Makefile +++ b/include/Makefile @@ -51,7 +51,7 @@ LDIRS= geom net net80211 netgraph netinet netinet6 \ LSUBDIRS= dev/acpica dev/agp dev/ciss dev/filemon dev/firewire \ dev/hwpmc dev/hyperv \ - dev/ic dev/iicbus dev/io dev/mfi dev/mmc \ + dev/ic dev/iicbus dev/io dev/mfi dev/mmc dev/ntsync \ dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/pwm \ dev/smbus dev/speaker dev/tcp_log dev/veriexec dev/vkbd dev/wg \ fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \