<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DragonFly &#8211; DragonFly BSD Digest</title>
	<atom:link href="https://www.dragonflydigest.com/category/dragonfly/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Thu, 30 Apr 2026 20:11:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.dragonflydigest.com/wp-content/uploads/2016/12/FullLogoSquare-150x150.gif</url>
	<title>DragonFly &#8211; DragonFly BSD Digest</title>
	<link>https://www.dragonflydigest.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>A DPorts explanation</title>
		<link>https://www.dragonflydigest.com/2026/04/30/a-dports-explanation/</link>
					<comments>https://www.dragonflydigest.com/2026/04/30/a-dports-explanation/#respond</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Thu, 30 Apr 2026 20:11:25 +0000</pubDate>
				<category><![CDATA[DPorts]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29844</guid>

					<description><![CDATA[The DragonFly site has a recently-updated page describing how DPorts is assembled and the process to contribute. It does need the criterion for when it&#8217;s ready to release &#8211; either a number of working ports, or certain key ports buildable, or a combination of the two.  Something like &#8220;Chrome, Apache, nginx, MariaDB, Postgres, and X11 &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2026/04/30/a-dports-explanation/" class="more-link">Continue reading<span class="screen-reader-text"> "A DPorts explanation"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>The DragonFly site has a recently-updated page describing <a href="https://www.dragonflybsd.org/docs/howtos/DPortsContributions/">how DPorts is assembled and the process to contribute</a>.</p>
<p>It does need the criterion for when it&#8217;s ready to release &#8211; either a number of working ports, or certain key ports buildable, or a combination of the two.  Something like &#8220;Chrome, Apache, nginx, MariaDB, Postgres, and X11 build, and over 75% of packages in general are successful, with less than a 10% decrease in buildable packages from the last dports release&#8221;.  I just made that up, so it&#8217;s not an actual threshold.  But it could be?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2026/04/30/a-dports-explanation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Some USB updates</title>
		<link>https://www.dragonflydigest.com/2025/11/18/some-usb-updates/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 18 Nov 2025 15:26:13 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29515</guid>

					<description><![CDATA[libusb in DragonFly has had a few updates, mostly for compatibility with nut.  Nut, incidentally, replaces the APC tools for backup power management I&#8217;ve always used. Oddly, searching for a nut manpage led me to a utility I haven&#8217;t seen before &#8211; nut(1), for nutritional analysis.]]></description>
										<content:encoded><![CDATA[<p>libusb in DragonFly has had <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-November/923712.html">a</a> <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-November/923713.html">few</a> <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-November/923714.html">updates</a>, mostly for compatibility with <a href="https://networkupstools.org/">nut</a>.  Nut, incidentally, replaces the APC tools for backup power management I&#8217;ve always used.</p>
<p>Oddly, searching for a nut manpage led me to a utility I haven&#8217;t seen before &#8211; <a href="https://man.dragonflybsd.org/?command=nut&amp;section=ANY">nut(1)</a>, for nutritional analysis.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Make sure your Hammer cleanup cleans up</title>
		<link>https://www.dragonflydigest.com/2025/11/13/make-sure-your-hammer-cleanup-cleans-up/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 14 Nov 2025 04:14:45 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29505</guid>

					<description><![CDATA[I meant to link this months ago: if you run DragonFly intermittently in a virtual machine, and it&#8217;s not left on overnight, it&#8217;ll never get around to automatic cleanup of the Hammer volumes.  You could then run out of space.  The fix is manually running the cleanup process.]]></description>
										<content:encoded><![CDATA[<p>I meant to link this months ago: if you run DragonFly intermittently in a virtual machine, and it&#8217;s not left on overnight, it&#8217;ll never get around to automatic cleanup of the Hammer volumes.  You could then <a href="https://lists.dragonflybsd.org/pipermail/users/2025-June/452517.html">run out of space</a>.  The fix is <a href="https://lists.dragonflybsd.org/pipermail/users/2025-June/452519.html">manually running the cleanup process</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>vi improvements</title>
		<link>https://www.dragonflydigest.com/2025/10/28/vi-improvements/</link>
					<comments>https://www.dragonflydigest.com/2025/10/28/vi-improvements/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 17:15:27 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[UNIXish]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29471</guid>

					<description><![CDATA[nvi2, which is what you get in DragonFly when you type &#8220;vi&#8221;, has been updated to version 2.2.2.  The nvi2 README gives a little history of how many years this has been around.  Close to 50?  A family tree would be interesting. Related: turning on vim mode in Obsidian gets you this entertaining dialog: Shouldn&#8217;t &#8230; <p class="link-more"><a href="https://www.dragonflydigest.com/2025/10/28/vi-improvements/" class="more-link">Continue reading<span class="screen-reader-text"> "vi improvements"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>nvi2, which is what you get in DragonFly when you type &#8220;vi&#8221;, has been <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-October/923706.html">updated</a> to <a href="https://github.com/lichray/nvi2/releases/tag/v2.2.2">version 2.2.2</a>.  The nvi2 <a href="https://github.com/lichray/nvi2">README</a> gives a little history of how many years this has been around.  Close to 50?  A family tree would be interesting.</p>
<p>Related: turning on vim mode in Obsidian gets you this entertaining dialog:</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-29472 size-full" src="https://www.dragonflydigest.com/wp-content/uploads/2025/10/vim-confirm.jpg" alt="Vi mode confirmation dialog, where you are asked to show you know how to quit out of it before you start it." width="546" height="327" srcset="https://www.dragonflydigest.com/wp-content/uploads/2025/10/vim-confirm.jpg 546w, https://www.dragonflydigest.com/wp-content/uploads/2025/10/vim-confirm-300x180.jpg 300w" sizes="(max-width: 546px) 100vw, 546px" /></p>
<p>Shouldn&#8217;t it be &#8220;vi mode&#8221;?  Oh hey, look, an esoteric definition argument, just what you came to the Internet for.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2025/10/28/vi-improvements/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>gpt show shows more</title>
		<link>https://www.dragonflydigest.com/2025/10/09/gpt-show-shows-more/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Thu, 09 Oct 2025 19:38:15 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29430</guid>

					<description><![CDATA[The show option to the gpt(8) command now has nicer output, with a summary line and &#8216;humanized&#8217; units.]]></description>
										<content:encoded><![CDATA[<p>The show option to the <a href="https://man.dragonflybsd.org/?command=gpt&amp;section=ANY">gpt(8)</a> command now has <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-May/923530.html">nicer</a> <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-May/923531.html">output</a>, with a summary line and &#8216;humanized&#8217; units.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Keyboard recognition</title>
		<link>https://www.dragonflydigest.com/2025/10/08/29427/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 08 Oct 2025 14:31:34 +0000</pubDate>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29427</guid>

					<description><![CDATA[This is from a while ago, but: your Framework Laptop keyboard should be recognized now on DragonFly.]]></description>
										<content:encoded><![CDATA[<p>This is from a while ago, but: your <a href="https://frame.work/">Framework Laptop</a> keyboard should <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-June/923547.html">be recognized</a> now on DragonFly.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>vkbd(4), cuse(4) added to DragonFly</title>
		<link>https://www.dragonflydigest.com/2025/09/02/vkbd4-cuse4-added-to-dragonfly/</link>
					<comments>https://www.dragonflydigest.com/2025/09/02/vkbd4-cuse4-added-to-dragonfly/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Tue, 02 Sep 2025 16:21:31 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29362</guid>

					<description><![CDATA[DragonFly now has vkbd(4) (virtual keyboard) and cuse(3) &#8220;character device in user space&#8221; added in.]]></description>
										<content:encoded><![CDATA[<p>DragonFly now has <a href="https://man.dragonflybsd.org/?command=vkbd&amp;section=ANY">vkbd(4)</a> (virtual keyboard) and <a href="https://man.dragonflybsd.org/?command=cuse&amp;section=ANY">cuse(3)</a> &#8220;character device in user space&#8221; <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-August/923589.html">added</a> <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-August/923590.html">in</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2025/09/02/vkbd4-cuse4-added-to-dragonfly/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Disable console bell globally</title>
		<link>https://www.dragonflydigest.com/2025/08/18/disable-console-bell-globally/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Mon, 18 Aug 2025 13:25:22 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Someday you will need this]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29314</guid>

					<description><![CDATA[DragonFly now has a sysctl that will disable the console beep everywhere, not just in a particular shell.  This is either unimportant to you or a massive relief.]]></description>
										<content:encoded><![CDATA[<p>DragonFly now has a sysctl that will <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-August/923587.html">disable the console beep everywhere</a>, not just in a particular shell.  This is either unimportant to you or a <em>massive relief</em>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Camera support via uvc in DragonFly</title>
		<link>https://www.dragonflydigest.com/2025/08/13/camera-support-via-uvc-in-dragonfly/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 13 Aug 2025 14:23:36 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29312</guid>

					<description><![CDATA[Michael Neumann has completed an initial port of uvc, for webcam support, to DragonFly.  His commit message lists both how he did it and how to use it.]]></description>
										<content:encoded><![CDATA[<p>Michael Neumann has completed an initial port of uvc, for webcam support, to DragonFly.  <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-July/923584.html">His commit message</a> lists both how he did it and how to use it.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Do you need crypto/opencrypto?</title>
		<link>https://www.dragonflydigest.com/2025/08/11/do-you-need-crypto-opencrypto/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Mon, 11 Aug 2025 12:45:41 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29317</guid>

					<description><![CDATA[Not tokens of agreed value, but specifically, crypto(4) and crypto(9).  Michael Neumann doesn&#8217;t see a use for them any more, so speak up if you need them.]]></description>
										<content:encoded><![CDATA[<p>Not tokens of agreed value, but specifically, <a href="https://man.dragonflybsd.org/?command=crypto&amp;section=4">crypto(4)</a> and <a href="https://man.dragonflybsd.org/?command=crypto&amp;section=9">crypto(9)</a>.  Michael Neumann <a href="https://lists.dragonflybsd.org/pipermail/kernel/2025-August/336568.html">doesn&#8217;t see a use for them any more</a>, so speak up if you need them.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>dm_target_crypt change in DragonFly</title>
		<link>https://www.dragonflydigest.com/2025/08/07/dm_target_crypt-change-in-dragonfly/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 08 Aug 2025 00:22:44 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Heads Up!]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29309</guid>

					<description><![CDATA[Are you encrypting your disk in DragonFly?  If you are using dm_target_crypt, the &#8216;ng&#8217; version is now the default.  You may want to change your loader.conf.]]></description>
										<content:encoded><![CDATA[<p>Are you encrypting your disk in DragonFly?  If you are using dm_target_crypt, <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-July/923582.html">the &#8216;ng&#8217; version is now the default</a>.  You may want to change your loader.conf.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DragonFly DRM updated</title>
		<link>https://www.dragonflydigest.com/2025/07/31/dragonfly-drm-updated/</link>
					<comments>https://www.dragonflydigest.com/2025/07/31/dragonfly-drm-updated/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Thu, 31 Jul 2025 23:48:28 +0000</pubDate>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29281</guid>

					<description><![CDATA[DRM in DragonFly has been updated to match Linux vers. 4.20.17.   See the commit message for the newly-supported video chipsets. I waited to post this cause there&#8217;s a few setup details that may or may not affect you when you try it.]]></description>
										<content:encoded><![CDATA[<p>DRM in DragonFly has been updated to match Linux vers. 4.20.17.   <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-June/923553.html">See the commit message</a> for the newly-supported video chipsets.</p>
<p>I waited to post this cause there&#8217;s <a href="https://lists.dragonflybsd.org/pipermail/users/2025-June/452511.html">a</a> <a href="https://lists.dragonflybsd.org/pipermail/users/2025-June/452513.html">few</a> <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-June/923556.html">setup</a> <a href="https://lists.dragonflybsd.org/pipermail/users/2025-July/452526.html">details</a> that may or may not affect you when you try it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2025/07/31/dragonfly-drm-updated/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>certctl(8) not needed</title>
		<link>https://www.dragonflydigest.com/2025/07/16/certctl8-not-needed/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 16 Jul 2025 16:59:07 +0000</pubDate>
				<category><![CDATA[DPorts]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29238</guid>

					<description><![CDATA[I missed this some time ago, but: you may see errors about certctl(8) when upgrading your packages.  It&#8217;s not necessary, yet.]]></description>
										<content:encoded><![CDATA[<p>I missed this some time ago, but: you may see errors about certctl(8) when upgrading your packages.  <a href="https://lists.dragonflybsd.org/pipermail/users/2025-May/452480.html">It&#8217;s not necessary, yet</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IPv6 and proxying on DragonFly</title>
		<link>https://www.dragonflydigest.com/2025/06/25/ipv6-and-proxying-on-dragonfly/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 25 Jun 2025 16:45:18 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29192</guid>

					<description><![CDATA[ifconfig now has &#8216;proxy&#8217; and &#8216;-proxy&#8217; options.  The &#8216;proxy&#8217; option is now on by default, so a given IPv6 interface will respond to neighbor solicitations when forwarding is on.  Use &#8216;-proxy&#8217; to turn it off; the previous default. (This was back in May, and I missed posting it before.)]]></description>
										<content:encoded><![CDATA[<p>ifconfig now has &#8216;proxy&#8217; and &#8216;-proxy&#8217; options.  The &#8216;proxy&#8217; option is now on by default, so a given IPv6 interface will respond to neighbor solicitations when forwarding is on.  Use &#8216;-proxy&#8217; to turn it off; the previous default.</p>
<p><em>(This was back in May, and I missed posting it before.)</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>hda updates in DragonFly</title>
		<link>https://www.dragonflydigest.com/2025/05/21/hda-updates-in-dragonfly/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 21 May 2025 21:07:01 +0000</pubDate>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29139</guid>

					<description><![CDATA[If you have an hda(4) sound device &#8211; and you probably do &#8211; it&#8217;s been updated.  This is not in the 6.4.2 release.]]></description>
										<content:encoded><![CDATA[<p>If you have an hda(4) sound device &#8211; and you probably do &#8211; it&#8217;s <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-March/923415.html">been updated</a>.  This is not in the 6.4.2 release.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DragonFly 6.4.2 released</title>
		<link>https://www.dragonflydigest.com/2025/05/10/dragonfly-6-4-2-released/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Sat, 10 May 2025 16:10:24 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29130</guid>

					<description><![CDATA[6.4.2, a bugfix upgrade to 6.4.1, is ready to download.  Why so soon?  A few annoying bugs that have been around a long time &#8211; and affect the installer &#8211; are fixed.  These changes will help you out if you run Qemu as host, run chrome, or use ipv6.]]></description>
										<content:encoded><![CDATA[<p>6.4.2, a bugfix upgrade to 6.4.1, is <a href="https://www.dragonflybsd.org/release64/">ready to download</a>.  Why so soon?  A few annoying bugs that have been around a long time &#8211; and affect the installer &#8211; are fixed.  <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-May/923524.html">These changes</a> will help you out if you run Qemu as host, run chrome, or use ipv6.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Webcam driver progress</title>
		<link>https://www.dragonflydigest.com/2025/05/07/webcam-driver-progress/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 07 May 2025 22:25:30 +0000</pubDate>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29120</guid>

					<description><![CDATA[Michael Neumann posted a progress report on his webcam work for DragonFly.  The short description is: it&#8217;s recognizing hardware but not recording yet.  You can try it now.]]></description>
										<content:encoded><![CDATA[<p>Michael Neumann posted a progress report on his webcam work for DragonFly.  The short description is: it&#8217;s recognizing hardware but not recording yet.  You can <a href="https://lists.dragonflybsd.org/pipermail/users/2025-May/452481.html">try it now</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Changes to crypto(9) and dm_target_crypt(4)</title>
		<link>https://www.dragonflydigest.com/2025/05/01/changes-to-crypto9-and-dm_target_crypt4/</link>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Thu, 01 May 2025 19:32:02 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29094</guid>

					<description><![CDATA[Michael Neumann proposed a lot of changes to crypto(9) and dm_target_crypt(4); his initial proposal is I think now complete and committed, other than that tcplay(8) was updated instead of removed.  Here&#8217;s a sorted list of his commits.  These are not in the 6.4.1 release.]]></description>
										<content:encoded><![CDATA[<p>Michael Neumann proposed a lot of changes to <a href="https://man.dragonflybsd.org/?command=crypto&amp;section=ANY">crypto(9)</a> and <a href="https://man.dragonflybsd.org/?command=dm_target_crypt&amp;section=ANY">dm_target_crypt(4)</a>; his <a href="https://lists.dragonflybsd.org/pipermail/users/2025-April/452440.html">initial proposal</a> is I think now complete and committed, other than that <a href="https://man.dragonflybsd.org/?command=tcplay&amp;section=ANY">tcplay(8)</a> was updated instead of removed.  Here&#8217;s a sorted <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-April/author.html#923426">list of his commits</a>.  These are <em>not</em> in the 6.4.1 release.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DragonFly 6.4.1 released</title>
		<link>https://www.dragonflydigest.com/2025/04/30/dragonfly-6-4-1-released/</link>
					<comments>https://www.dragonflydigest.com/2025/04/30/dragonfly-6-4-1-released/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 30 Apr 2025 14:14:25 +0000</pubDate>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Heads Up!]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29097</guid>

					<description><![CDATA[6.4.1, a bugfix upgrade to 6.4, is ready to download.  The commit log from 6.4.0 to 6.4.1 is available if you want the details.]]></description>
										<content:encoded><![CDATA[<p>6.4.1, a bugfix upgrade to 6.4, is <a href="https://www.dragonflybsd.org/release64/">ready to download</a>.  The <a href="https://gitweb.dragonflybsd.org/dragonfly.git/log/refs/tags/v6.4.1">commit log from 6.4.0 to 6.4.1 is available</a> if you want the details.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2025/04/30/dragonfly-6-4-1-released/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Timeout(1) updates</title>
		<link>https://www.dragonflydigest.com/2025/04/24/timeout1-updates/</link>
					<comments>https://www.dragonflydigest.com/2025/04/24/timeout1-updates/#comments</comments>
		
		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Fri, 25 Apr 2025 03:38:15 +0000</pubDate>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<guid isPermaLink="false">https://www.dragonflydigest.com/?p=29081</guid>

					<description><![CDATA[Aaron LI has made a whole lot of POSIXy updates to timeout(1), of which I think these two are the most informational, but there&#8217;s a bunch more if you look at the month.  I&#8217;m also linking to it cause I didn&#8217;t know timeout(1) existed; never used it.]]></description>
										<content:encoded><![CDATA[<p>Aaron LI has made a whole lot of POSIXy updates to <a href="https://man.dragonflybsd.org/?command=timeout&amp;section=ANY">timeout(1)</a>, of which I think <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-March/923374.html">these</a> <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-March/923376.html">two</a> are the most informational, but there&#8217;s a bunch more if you look at the <a href="https://lists.dragonflybsd.org/pipermail/commits/2025-March/">month</a>.  I&#8217;m also linking to it cause I didn&#8217;t know timeout(1) existed; never used it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dragonflydigest.com/2025/04/24/timeout1-updates/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
