<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/19396/DragonFlyBSD_1_12_Released</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Sat, 25 May 2013 10:03:25 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>HAMMER filesystem</title>
			<link>http://www.osnews.com/thread?302646</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302646</guid>
			<description>Keep an eye on this one. Kerneltrap has been following many of the HAMMER status updates for those who are interested. It'll be exciting once Dillon gets it working properly.</description>
			<pubDate>Wed, 27 Feb 2008 18:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (anomie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Hurrah!</title>
			<link>http://www.osnews.com/thread?302697</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302697</guid>
			<description><div class="cquote">Add SATA ATAPI support for AHCI controllers. </div><br />
<br />
Now I can use the DVD-ROM drive in my server (for the first time ever, in factâ"this machine's always run DFBSD).</description>
			<pubDate>Wed, 27 Feb 2008 20:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (nevali)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Release notes, etc.</title>
			<link>http://www.osnews.com/thread?302707</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302707</guid>
			<description>here are the release notes, and links to ISOs. <br />
 <a href="http://www.dragonflybsd.org/community/release1_12.shtml" rel="nofollow">http://www.dragonflybsd.org/community/release1_12.shtml</a></description>
			<pubDate>Wed, 27 Feb 2008 21:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (mdoverkil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Relationship to FreeBSD</title>
			<link>http://www.osnews.com/thread?302765</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302765</guid>
			<description>What's the current relationship between FreeBSD and Dragonfly.  I remember the split several years ago, with DF wanting to rearchitecture a few things to make the whole system cleaner.  Did this split make code sharing between the two projects more difficult, or is there a significant amount of cross pollination?  Anyone who knows?</description>
			<pubDate>Thu, 28 Feb 2008 01:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (thebackwash)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Relationship to FreeBSD</title>
			<link>http://www.osnews.com/thread?302767</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302767</guid>
			<description>Drivers and userland bugfixes are mostly what gets shared. Anything to do with their MP architectures, VFS systems, third party package management are now too different for any meaningful sharing of code to occur.</description>
			<pubDate>Thu, 28 Feb 2008 01:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Lazarus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Relationship to FreeBSD</title>
			<link>http://www.osnews.com/thread?302838</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302838</guid>
			<description><div class="cquote">I remember the split several years ago, with DF wanting to rearchitecture a few things to make the whole system cleaner. </div><br />
Except that said rearchitecturing is being left on the line because Dillon suddenly figured he needed to focus on his magic new filesystem.</description>
			<pubDate>Thu, 28 Feb 2008 13:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Weeman)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Relationship to FreeBSD</title>
			<link>http://www.osnews.com/thread?302848</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302848</guid>
			<description>&quot;Except that said rearchitecturing is being left on the line because Dillon suddenly figured he needed to focus on his magic new filesystem.&quot;<br />
 <br />
 Not exactly true. <br />
 <br />
 Most of the work that has been done in DragonFly since it was first introduced in 2003 has been code cleanup and implementing the new MP architecture (lockless replication of subsystems across available cores, message passing subsystem used for IPIs and communication between threads on different cores), as well as basically rewriting the VFS subsystem in order to make it ready for the Project's clustering goals. <br />
 <br />
 There are still some parts of the kernel that are not yet MP safe, such as the I/O subsystem which invariably gets called by everything in the kernel that is already MP safe. Its something that needs to be dealt with before DF will be winning any scalability benchmarks, but if you've been keeping an eye on the mailing lists and reading the notes for each release, you'd notice that the global kernel lock gets pushed farther out of the way as time goes on. <br />
 <br />
 Unrelated to what you mentioned in your post, there are some nifty things that DragonFly can do that FreeBSD currently can't, such as surviving something as simple as having a mounted USB thumbdrive being yanked out without panicing the system. <br />
<br />
Also due to the fact that the process scheduler is implemented on top of the  kernel threads scheduler, it is at least in theory trivial to for pluggable userland schedulers to be implemented. DragonFly jails can have unique IP addresses, something that is still a work in progress on FreeBSD. <br />
<br />
It would also be a shame to forget about DragonFly's virtual kernel architecture. FreeBSD has nothing like it (yeah, Linux has had the equivalent for years. Bastards ;-). <br />
 <br />
 Yes, FreeBSD is finally able to show off the scalability they've put years of work into, but I wouldn't discount the DragonFly folks just yet. There's just more work to be done. Both systems have been heavily modified over the last several years, but of the two there have been far fewer growing pains in the DragonFly camp.Edited 2008-02-28 14:56 UTC</description>
			<pubDate>Thu, 28 Feb 2008 14:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Lazarus)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Relationship to FreeBSD</title>
			<link>http://www.osnews.com/thread?302877</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302877</guid>
			<description><div class="cquote">DragonFly jails can have unique IP addresses, something that is still a work in progress on FreeBSD. </div><br />
<br />
Could you explain what you mean? I must be missing some subtle detail. FreeBSD jails require unique (from the host) IP addresses already. <br />
<br />
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-intro.html" rel="nofollow">http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-int...</a> <br />
------------------------------------------------------------- <br />
<i>A jail is characterized by four elements:<br />
...<br />
* An IP address -- this will be assigned to the jail and cannot be changed in any way during the jail's life span. The IP address of a jail is usually an alias address for an existing network interface, but this is not strictly necessary.</i><br />
-------------------------------------------------------------</description>
			<pubDate>Thu, 28 Feb 2008 18:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (anomie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Relationship to FreeBSD</title>
			<link>http://www.osnews.com/thread?302980</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?302980</guid>
			<description><div class="cquote">Not exactly true. </div><br />
Common, DragonFlyBSD's direction depends on Dillon's mood. At first it started as gentle continuation of FreeBSD 4.x. Then later all of a sudden he said: &quot;F**k gentle FreeBSD 4.x continuation! I'm gonna re-engineer it AmigaOS style!&quot;<br />
And even later: &quot;I have an idea for a file system. It has nothing to do with my AmigaOS-inspired re-engineering, but whatever.&quot;<br />
<br />
I'm not bashing DragonFlyBSD. It's a nice research OS.</description>
			<pubDate>Fri, 29 Feb 2008 10:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (KAMiKAZOW)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
