<?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 BSD Digest &#187; Heads Up!</title>
	<atom:link href="http://www.shiningsilence.com/dbsdlog/category/heads-up/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shiningsilence.com/dbsdlog</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:02:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Security problem and a fix</title>
		<link>http://www.shiningsilence.com/dbsdlog/2012/01/20/9029.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2012/01/20/9029.html#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:38:43 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=9029</guid>
		<description><![CDATA[Matthias Schmidt found a discussion about DragonFly&#8217;s password encryption.  The result, if I am reading it correctly, is that brute-forcing the password from available hashes is quicker than it should be.  Matthias also found a contributed fix.  Samuel Greear updated to match the reference SHA implementation also in Linux, with this very pertinent warning.]]></description>
			<content:encoded><![CDATA[<p>Matthias Schmidt <a href="http://leaf.dragonflybsd.org/mailarchive/users/2012-01/msg00038.html">found</a> a discussion about DragonFly&#8217;s password encryption.  The result, if I am reading it correctly, is that brute-forcing the password from available hashes is <a href="http://www.openwall.com/lists/oss-security/2012/01/16/2">quicker than it should be</a>.  Matthias also <a href="http://leaf.dragonflybsd.org/mailarchive/users/2012-01/msg00044.html">found</a> a contributed <a href="http://www.openwall.com/lists/john-dev/2012/01/19/1">fix</a>.  Samuel Greear <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2012-01/msg00192.html">updated</a> to match the reference SHA implementation also in Linux, with this <a href="http://leaf.dragonflybsd.org/mailarchive/kernel/2012-01/msg00004.html">very pertinent warning</a>.</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2012/01/20/9029.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How long until DragonFly 3.0?</title>
		<link>http://www.shiningsilence.com/dbsdlog/2012/01/18/9023.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2012/01/18/9023.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 22:56:26 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>
		<category><![CDATA[pkgsrc]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=9023</guid>
		<description><![CDATA[The answer is &#8220;not very&#8221;.  As I wrote in a post to kernel@, DragonFly 3.0 will be tagged soon, and released when there&#8217;s pkgsrc-2011Q4 packages to go with it.  Probably a week if everything goes to plan.]]></description>
			<content:encoded><![CDATA[<p>The answer is &#8220;not very&#8221;.  As I <a href="http://leaf.dragonflybsd.org/mailarchive/kernel/2012-01/msg00000.html">wrote in a post to kernel@</a>, DragonFly 3.0 will be tagged soon, and released when there&#8217;s pkgsrc-2011Q4 packages to go with it.  Probably a week if everything goes to plan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2012/01/18/9023.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HEADS UP: package recompilation needed</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/11/12/8680.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/11/12/8680.html#comments</comments>
		<pubDate>Sat, 12 Nov 2011 20:37:28 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=8680</guid>
		<description><![CDATA[The presence of /usr/include/crypt.h in DragonFly (starting in December 2010) meant that some programs compiled during that time will expect that file to always be there.  It was recently removed, so any programs compiled in that timeframe will also need to be recompiled.  Right now, this affects you only if you are running DragonFly 2.13 [...]]]></description>
			<content:encoded><![CDATA[<p>The presence of /usr/include/crypt.h in DragonFly (starting in December 2010) meant that some programs compiled during that time will expect that file to always be there.  It was recently removed, so any programs compiled in that timeframe will also need to be recompiled.  Right now, this affects you only if you are running DragonFly 2.13 , since that&#8217;s the only place crypt.h was removed.  This may be an issue for the release, but we&#8217;ll worry about that when we get there&#8230;  I&#8217;m kicking off new 2.13 bulk builds now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/11/12/8680.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The next release and what&#8217;s needed</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/10/19/8549.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/10/19/8549.html#comments</comments>
		<pubDate>Thu, 20 Oct 2011 01:12:19 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=8549</guid>
		<description><![CDATA[There&#8217;s a rare crash in DragonFly 2.10, where applications would segfault.  The system would run find.  This is apparently more likely to happen in 2.12, though reports on this vary.  It&#8217;s real, though. Matthew Dillon went looking for this bug, and happened to roll back vm_token, the last lock in DragonFly that presented a serious [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a rare crash in DragonFly 2.10, where applications would segfault.  The system would run find.  This is apparently more likely to happen in 2.12, though reports on this vary.  It&#8217;s real, though.</p>
<p>Matthew Dillon went looking for this bug, and <a href="http://leaf.dragonflybsd.org/mailarchive/users/2011-10/msg00024.html">happened to roll back vm_token</a>, the last lock in DragonFly that presented a serious impediment to multiprocessing.  It&#8217;s a <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2011-10/msg00079.html">big patch</a>.  It fixes the problem, which is great!  It also happens to make DragonFly buildworlds <em>almost twice as fast</em> depending on the number of cores in the system.</p>
<p>Holy crap we want to get that out&#8230;  but it makes some significant changes to the system and needs to be tested.  So, the next release probably won&#8217;t be for a few weeks.</p>
<p>If you want to help, build master and do something with it &#8211; move data, run server programs, whatever.  Report crashes.  This performance improvement is worth working for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/10/19/8549.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old ISA drivers and what to do about them</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/09/14/8360.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/09/14/8360.html#comments</comments>
		<pubDate>Wed, 14 Sep 2011 23:47:33 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=8360</guid>
		<description><![CDATA[Some ISA devices have been removed from DragonFly.  That probably affects approximately 0% of everyone, cause they&#8217;re old devices, but a few of them are were in the GENERIC kernel configs, so you&#8217;ll get an error for an unrecognized option when you next rebuild your kernel using a GENERIC-based config, based on an older version [...]]]></description>
			<content:encoded><![CDATA[<p>Some ISA devices have been removed from DragonFly.  That probably affects approximately 0% of everyone, cause they&#8217;re old devices, but a few of them <del>are</del> were in the GENERIC kernel configs, so you&#8217;ll get an error for an unrecognized option when you next rebuild your kernel using a GENERIC-based config, based on an older version of GENERIC.  The description of which drivers went is <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2011-09/msg00036.html">quite sensibly placed</a> in <a href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/96386d4b2307423808a25eeac4133c50ad106db5">UPDATING</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/09/14/8360.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>x86_64: Rebuild!</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/08/17/8230.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/08/17/8230.html#comments</comments>
		<pubDate>Wed, 17 Aug 2011 21:21:22 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=8230</guid>
		<description><![CDATA[If you&#8217;re running 64-bit DragonFly, and you&#8217;re on version 2.11, you will want to rebuild with the latest sources.  Peter Avalos found a bug with file descriptor passing, and Venkatesh Srinivas fixed it.  It will require a quickworld/kernel build &#8211; maybe a full buildworld and kernel?  I&#8217;m not sure.   Some pkgsrc packages might need recompilation, [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running 64-bit DragonFly, and you&#8217;re on version 2.11, you will want to rebuild with the latest sources.  Peter Avalos <a href="http://leaf.dragonflybsd.org/mailarchive/bugs/2011-08/msg00014.html">found a bug</a> with file descriptor passing, and Venkatesh Srinivas <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2011-08/msg00056.html">fixed it</a>.  It will require a quickworld/kernel build &#8211; maybe a full buildworld and kernel?  I&#8217;m not sure.   Some pkgsrc packages might need recompilation, too if they also passed file descriptors around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/08/17/8230.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Various old ISA drivers gone</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/07/25/8145.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/07/25/8145.html#comments</comments>
		<pubDate>Mon, 25 Jul 2011 23:11:44 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=8145</guid>
		<description><![CDATA[17 different ISA device drivers have been removed by Sascha Wildner.  The commit message has device descriptions.  This may mean you need to change your kernel configuration file on the next buildkernel, since some of them were in the GENERIC kernel.  If you need any of them, speak up.  (I don&#8217;t think I&#8217;ve ever used [...]]]></description>
			<content:encoded><![CDATA[<p>17 different ISA device drivers have <a href="http://leaf.dragonflybsd.org/mailarchive/users/2011-07/msg00036.html">been removed</a> by Sascha Wildner.  The <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2011-07/msg00080.html">commit message</a> has device descriptions.  This may mean you need to change your kernel configuration file on the next buildkernel, since some of them were in the GENERIC kernel.  If you need any of them, speak up.  (I don&#8217;t think I&#8217;ve ever used any of them.  Oh darn.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/07/25/8145.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Summer of Code midterms due</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/07/13/8057.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/07/13/8057.html#comments</comments>
		<pubDate>Thu, 14 Jul 2011 04:12:11 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=8057</guid>
		<description><![CDATA[If you are a Summer of Code student or mentor, make sure you&#8217;ve filled out your midterm survey.  Without it, your project fails &#8211; and they are due for everyone in roughly the next 24 hours!]]></description>
			<content:encoded><![CDATA[<p>If you are a Summer of Code student or mentor, make sure you&#8217;ve filled out your midterm survey.  Without it, your project fails &#8211; and they are due for everyone in roughly the next 24 hours!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/07/13/8057.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch out for VM work</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/06/10/7938.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/06/10/7938.html#comments</comments>
		<pubDate>Fri, 10 Jun 2011 19:53:01 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7938</guid>
		<description><![CDATA[Venkatesh Srinivas is making vmobj_token and vm_token much more fine-grained.  That&#8217;s great, but watch out over the next few weeks as this work goes into 2.11.  (i.e. don&#8217;t upgrade your DragonFly 2.11 unless you are ready for surprises.)  Venkatesh has already found some.]]></description>
			<content:encoded><![CDATA[<p>Venkatesh Srinivas is making vmobj_token and vm_token much more fine-grained.  That&#8217;s great, but <a href="http://leaf.dragonflybsd.org/mailarchive/kernel/2011-06/msg00013.html">watch out over the next few weeks</a> as this work goes into 2.11.  (i.e. don&#8217;t upgrade your DragonFly 2.11 unless you are ready for surprises.)  Venkatesh has already <a href="http://bugs.dragonflybsd.org/issue2085">found</a> <a href="http://bugs.dragonflybsd.org/issue2071">some</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/06/10/7938.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMP by default</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/05/24/7854.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/05/24/7854.html#comments</comments>
		<pubDate>Wed, 25 May 2011 02:06:38 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7854</guid>
		<description><![CDATA[The SMP option is now in the GENERIC kernel config.  This means you&#8217;ll have a SMP-capable kernel even on an uniprocessor machine, unless you configure a special kernel.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://leaf.dragonflybsd.org/mailarchive/users/2011-05/msg00110.html">SMP option is now in the GENERIC kernel config</a>.  This means you&#8217;ll have a SMP-capable kernel even on an uniprocessor machine, unless you configure a special kernel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/05/24/7854.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DragonFly 2.10 released</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/04/26/7670.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/04/26/7670.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 23:25:36 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7670</guid>
		<description><![CDATA[It&#8217;s out!  See the 2.10 release page for the startlingly extensive list of updates in this version.   Download images from the mirrors, or follow these steps (using a 2.10 version number) to build from source.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s out!  See the <a href="http://www.dragonflybsd.org/release210/">2.10 release page</a> for the startlingly extensive list of updates in this version.   Download images from the <a href="http://www.dragonflybsd.org/mirrors/">mirrors</a>, or follow <a href="http://www.shiningsilence.com/dbsdlog/2010/04/10/5729.html">these steps</a> (using a 2.10 version number) to build from source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/04/26/7670.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>binutils, Hammer updates</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/04/02/7526.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/04/02/7526.html#comments</comments>
		<pubDate>Sun, 03 Apr 2011 01:45:06 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7526</guid>
		<description><![CDATA[Sascha Wildner has updated the default version of binutils in DragonFly from 2.17 to 2.21.  You&#8217;ll want to do a full buildworld on your next upgrade, if you&#8217;re running DragonFly 2.9. Also, Matthew Dillon has made version 6 the default version of Hammer in DragonFly 2.9.   Version 6 has improved handling of directory names in [...]]]></description>
			<content:encoded><![CDATA[<p>Sascha Wildner has <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2011-04/msg00007.html">updated the default version</a> of <a href="http://www.gnu.org/software/binutils/">binutils</a> in DragonFly from 2.17 to 2.21.  You&#8217;ll want to do a full buildworld on your next upgrade, if you&#8217;re running DragonFly 2.9.</p>
<p>Also, Matthew Dillon has <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2011-04/msg00013.html">made version 6 the default version</a> of Hammer in DragonFly 2.9.   Version 6 has improved handling of directory names in some circumstances.  Just don&#8217;t ask me which, cause I lost track.  It&#8217;s been a hard day!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/04/02/7526.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GSoC: mentors please sign up</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/03/27/7488.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/03/27/7488.html#comments</comments>
		<pubDate>Sun, 27 Mar 2011 22:18:22 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7488</guid>
		<description><![CDATA[The mentor signup page for Google Summer of Code 2011 is available again, launched using a new interface.  If you want to be a mentor, please sign up now.  The student application period opens tomorrow!]]></description>
			<content:encoded><![CDATA[<p>The mentor signup page for <a href="http://www.google-melange.com">Google Summer of Code 2011</a> is available again, launched using a new interface.  If you want to be a mentor, please <a href="http://www.google-melange.com/gsoc/org/google/gsoc2011/dragonflybsd">sign up now</a>.  The student application period <a href="http://www.google-melange.com/gsoc/events/google/gsoc2011">opens tomorrow</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/03/27/7488.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer of Code: mentoring wait</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/03/25/7481.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/03/25/7481.html#comments</comments>
		<pubDate>Sat, 26 Mar 2011 01:47:22 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Google Summer of Code]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7481</guid>
		<description><![CDATA[The mentor signup page for Google Summer of Code 2011 as of this writing still says &#8220;We have temporarily disabled the creation of new requests and invites in preparation of the launch of the new UI for Melange later this week.&#8221;, as it has said since the 20th. So, if you&#8217;re wanting to mentor, keep [...]]]></description>
			<content:encoded><![CDATA[<p>The mentor signup page for <a href="http://www.google-melange.com/gsoc/program/home/google/gsoc2011">Google Summer of Code 2011</a> as of this writing still says &#8220;We have temporarily disabled the creation of new requests and invites  in preparation of the launch of the new UI for Melange later this week.&#8221;, as it has said since the 20th.</p>
<p>So, if you&#8217;re wanting to mentor, keep an eye on it.  I&#8217;ll send mentor requests to any of the names on my list of people that have already expressed interest, if I get to a working version of the page before you do&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/03/25/7481.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AsiaBSDCon 2011 tutorials canceled</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/03/16/7432.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/03/16/7432.html#comments</comments>
		<pubDate>Thu, 17 Mar 2011 03:37:23 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[Conventions]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7432</guid>
		<description><![CDATA[This shouldn&#8217;t be a surprise considering recent events: AsiaBSDCon 2011 has had some event cancellations; specifically the tutorials and meetings.  The paper presentations starting on the 19th, and the banquet, are still on, however.  (via)]]></description>
			<content:encoded><![CDATA[<p>This shouldn&#8217;t be a surprise considering recent events: <a href="http://2011.asiabsdcon.org/">AsiaBSDCon 2011</a> has had some event cancellations; specifically the tutorials and meetings.  The paper presentations starting on the 19th, and the banquet, are still on, however.  (<a href="http://bsdnews.net/index.php/2011/03/16/last-minute-changes-to-the-asiabsdcon-schedule/">via</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/03/16/7432.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gcc 4.4 now default</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/03/04/7361.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/03/04/7361.html#comments</comments>
		<pubDate>Fri, 04 Mar 2011 21:31:41 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Committed Code]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7361</guid>
		<description><![CDATA[Sascha Wildner has changed the default compiler to gcc 4.4.  See his commit notes for some details.  To my knowledge, we&#8217;re the only BSD using this recent a version. A full buildworld/buildkernel is probably the best strategy.  I&#8217;ll be rebuilding all the pkgsrc packages for 2.9 using gcc 4.4&#8230;  This will take at least a [...]]]></description>
			<content:encoded><![CDATA[<p>Sascha Wildner has <a href="http://leaf.dragonflybsd.org/mailarchive/users/2011-03/msg00003.html">changed the default compiler to gcc 4.4</a>.  See <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2011-03/msg00033.html">his commit notes</a> for some details.  To my knowledge, we&#8217;re the only BSD using this recent a version.</p>
<p>A full buildworld/buildkernel is probably the best strategy.  I&#8217;ll be rebuilding all the pkgsrc packages for 2.9 using gcc 4.4&#8230;  This will take at least a week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/03/04/7361.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Avalon returns</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/01/18/7110.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/01/18/7110.html#comments</comments>
		<pubDate>Wed, 19 Jan 2011 03:50:15 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>
		<category><![CDATA[pkgsrc]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7110</guid>
		<description><![CDATA[avalon.dragonflybsd.org, also known as mirror-master.dragonflybsd.org, is back up at a new location, with new disks and new connectivity.  pkg_radd should work by default again, as should git.dragonflybsd.org.]]></description>
			<content:encoded><![CDATA[<p>avalon.dragonflybsd.org, also known as mirror-master.dragonflybsd.org, is back up at a new location, with new disks and new connectivity.  pkg_radd should work by default again, as should git.dragonflybsd.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/01/18/7110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git, mirror-master down</title>
		<link>http://www.shiningsilence.com/dbsdlog/2011/01/08/7054.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2011/01/08/7054.html#comments</comments>
		<pubDate>Sun, 09 Jan 2011 00:36:57 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Goings-on]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=7054</guid>
		<description><![CDATA[Avalon, the machine that works as the master mirror site for DragonFly, and also as git.dragonflybsd.org, is being moved.  Binary package downloads and source updates won&#8217;t work in the meantime.  If you can&#8217;t wait for the system to come back, change the settings for pkg_radd or in /usr/Makefile to point at a different host.]]></description>
			<content:encoded><![CDATA[<p>Avalon, the machine that works as the master mirror site for DragonFly, and also as git.dragonflybsd.org, is <a href="http://leaf.dragonflybsd.org/mailarchive/users/2011-01/msg00064.html">being moved</a>.  Binary package downloads and source updates won&#8217;t work in the meantime.  If you can&#8217;t wait for the system to come back, change the settings for pkg_radd or in /usr/Makefile to point at <a href="http://www.dragonflybsd.org/mirrors/">a different host</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2011/01/08/7054.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>TCP panic possible</title>
		<link>http://www.shiningsilence.com/dbsdlog/2010/12/22/6976.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2010/12/22/6976.html#comments</comments>
		<pubDate>Thu, 23 Dec 2010 00:41:07 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=6976</guid>
		<description><![CDATA[Sepherosa Ziehau recently made a change in TCP handling that could cause a panic. If you get it to happen, he wants to know about it. This only applies to people running bleeding edge DragonFly as of a few days ago.]]></description>
			<content:encoded><![CDATA[<p>Sepherosa Ziehau recently made <a href="http://leaf.dragonflybsd.org/mailarchive/commits/2010-12/msg00147.html">a change in TCP handling</a> that could cause a panic.  If you get it to happen, he <a href="http://leaf.dragonflybsd.org/mailarchive/users/2010-12/msg00072.html">wants to know about it</a>.  This only applies to people running bleeding edge DragonFly as of a few days ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2010/12/22/6976.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch out for scheduler changes</title>
		<link>http://www.shiningsilence.com/dbsdlog/2010/12/19/6959.html</link>
		<comments>http://www.shiningsilence.com/dbsdlog/2010/12/19/6959.html#comments</comments>
		<pubDate>Sun, 19 Dec 2010 14:41:47 +0000</pubDate>
		<dc:creator>Justin Sherrill</dc:creator>
				<category><![CDATA[Device support]]></category>
		<category><![CDATA[DragonFly]]></category>
		<category><![CDATA[Heads Up!]]></category>

		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=6959</guid>
		<description><![CDATA[Bleeding-edge DragonFly may suffer some instability issues; Matthew Dillon is making scheduler changes to accomodate larger numbers of CPUs.  On the other hand: yay, better performance!]]></description>
			<content:encoded><![CDATA[<p>Bleeding-edge DragonFly <a href="http://leaf.dragonflybsd.org/mailarchive/users/2010-12/msg00056.html">may suffer some instability issues</a>; Matthew Dillon is making scheduler changes to accomodate larger numbers of CPUs.  On the other hand: yay, better performance!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shiningsilence.com/dbsdlog/2010/12/19/6959.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

