<?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>BSD News Network &#187; FreeBSD</title>
	<atom:link href="http://BSDNews.net/index.php/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://BSDNews.net</link>
	<description>Current Events, Issues and Other News Related to the Entire BSD Community</description>
	<lastBuildDate>Sun, 22 Apr 2012 13:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>announce::OpenSSH 6.0 Released</title>
		<link>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:30:38 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[BSD Security]]></category>
		<category><![CDATA[BSD Software]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=346</guid>
		<description><![CDATA[OpenSSH 6.0 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially [...]]]></description>
			<content:encoded><![CDATA[<p><a title="OpenSSH home" href="http://www.openssh.com" target="_blank">OpenSSH</a> 6.0 has just been released. It will be available from the<br />
mirrors listed at http://www.openssh.com/ shortly.</p>
<p>OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0<br />
implementation and includes sftp client and server support.</p>
<p>Once again, we would like to thank the OpenSSH community for their<br />
continued support of the project, especially those who contributed<br />
code or patches, reported bugs, tested snapshots or donated to the<br />
project. More information on donations may be found at:</p>
<p>http://www.openssh.com/donations.html</p>
<p>Changes since OpenSSH 5.9<br />
=========================</p>
<p>This is primarily a bugfix release.</p>
<p>Features:</p>
<p>* ssh-keygen(1): Add optional checkpoints for moduli screening<br />
* ssh-add(1): new -k option to load plain keys (skipping certificates)<br />
* sshd(8): Add wildcard support to PermitOpen, allowing things like<br />
&#8220;PermitOpen localhost:*&#8221;.  bz #1857<br />
* ssh(1): support for cancelling local and remote port forwards via the<br />
multiplex socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host&#8221;<br />
to request the cancellation of the specified forwardings<br />
* support cancellation of local/dynamic forwardings from ~C commandline</p>
<p>Bugfixes:</p>
<p>* ssh(1): ensure that $DISPLAY contains only valid characters before<br />
using it to extract xauth data so that it can&#8217;t be used to play local<br />
shell metacharacter games.<br />
* ssh(1): unbreak remote portforwarding with dynamic allocated listen ports<br />
* scp(1): uppress adding &#8216;&#8211;&#8217; to remote commandlines when the first<br />
argument does not start with &#8216;-&#8217;. saves breakage on some<br />
difficult-to-upgrade embedded/router platforms<br />
* ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no &#8220;AF14&#8243; class,<br />
but there is an &#8220;AF21&#8243; class<br />
* ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during<br />
rekeying<br />
* ssh(1): skip attempting to create ~/.ssh when -F is passed<br />
* sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943<br />
* sshd(1): send tty break to pty master instead of (probably already<br />
closed) slave side; bz#1859<br />
* sftp(1): silence error spam for &#8220;ls */foo&#8221; in directory with files;<br />
bz#1683<br />
* Fixed a number of memory and file descriptor leaks</p>
<p>Portable OpenSSH:</p>
<p>* Add a new privilege separation sandbox implementation for Linux&#8217;s<br />
new seccomp sandbox, automatically enabled on platforms that support<br />
it. (Note: privilege separation sandboxing is still experimental)<br />
* Fix compilation problems on FreeBSD, where libutil contained openpty()<br />
but not login().<br />
* ssh-keygen(1): don&#8217;t fail in -A on platforms that don&#8217;t support ECC<br />
* Add optional support for LDNS, a BSD licensed DNS resolver library<br />
which supports DNSSEC<br />
* Relax OpenSSL version check to allow running OpenSSH binaries on<br />
systems with OpenSSL libraries with a newer &#8220;fix&#8221; or &#8220;patch&#8221; level<br />
than the binaries were originally compiled on (previous check only<br />
allowed movement within &#8220;patch&#8221; releases). bz#1991<br />
* Fix builds using contributed Redhat spec file. bz#1992</p>
<p>Checksums:<br />
==========</p>
<p>- SHA1 (openssh-6.0.tar.gz) = 5d30aba0423c44e89924bb44c5d2153635506a9f<br />
- SHA1 (openssh-6.0p1.tar.gz) = f691e53ef83417031a2854b8b1b661c9c08e4422</p>
<p>Reporting Bugs:<br />
===============</p>
<p>- Please read http://www.openssh.com/report.html<br />
Security bugs should be reported directly to openssh@openssh.com</p>
<p>OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt,<br />
Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and<br />
Ben Lindstrom.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH%206.0%20Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AOpenSSH+6.0+Released&amp;link=http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/&amp;notes=OpenSSH%206.0%20has%20just%20been%20released.%20It%20will%20be%20available%20from%20the%0D%0Amirrors%20listed%20at%20http%3A%2F%2Fwww.openssh.com%2F%20shortly.%0D%0A%0D%0AOpenSSH%20is%20a%20100%25%20complete%20SSH%20protocol%20version%201.3%2C%201.5%20and%202.0%0D%0Aimplementation%20and%20includes%20sftp%20client%20and%20server%20support.%0D%0A%0D%0AOnce%20again%2C%20we%20would%20like%20to%20thank%20the%20OpenSSH%20com&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/04/22/announceopenssh-6-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>announce::The FreeBSD Foundation Funds Project to Grow Mounted Filesystems</title>
		<link>http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 18:50:38 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[filesystems]]></category>
		<category><![CDATA[FreeBSD Foundation]]></category>
		<category><![CDATA[GEOM]]></category>
		<category><![CDATA[UFS]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=339</guid>
		<description><![CDATA[The FreeBSD Foundation is pleased to announce that Edward Tomasz Napierala has been awarded a grant to implement the ability to grow filesystems while they are mounted. &#8220;Users of FreeBSD in a virtualized environment will be pleased with the increased ease of deployment afforded by the ability to grow mounted filesystems,&#8221; said Ed Maste, Director, [...]]]></description>
			<content:encoded><![CDATA[<p>The FreeBSD Foundation is pleased to announce that Edward Tomasz<br />
Napierala has been awarded a grant to implement the ability to grow<br />
filesystems while they are mounted.</p>
<p>&#8220;Users of FreeBSD in a virtualized environment will be pleased with<br />
the increased ease of deployment afforded by the ability to grow<br />
mounted filesystems,&#8221; said Ed Maste, Director, The FreeBSD Foundation.</p>
<p>This project will add GEOM and filesystem changes that are necessary to<br />
increase the size of both UFS and ZFS filesystems while a filesystem<br />
is mounted read-write. This project will provide the additional<br />
benefit of online provisioning of virtual instances.</p>
<p>The Foundation is pleased to be working with Edward again. He<br />
was previously awarded a grant to implement resource containers<br />
and a simple per-jail resource limits mechanism. This work was<br />
included in FreeBSD 9.0 RELEASE.</p>
<p>This project is expected to be completed by October 2012.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe%20FreeBSD%20Foundation%20Funds%20Project%20to%20Grow%20Mounted%20Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AThe+FreeBSD+Foundation+Funds+Project+to+Grow+Mounted+Filesystems&amp;link=http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Edward%20Tomasz%0D%0ANapierala%20has%20been%20awarded%20a%20grant%20to%20implement%20the%20ability%20to%20grow%0D%0Afilesystems%20while%20they%20are%20mounted.%0D%0A%0D%0A%22Users%20of%20FreeBSD%20in%20a%20virtualized%20environment%20will%20be%20pleased%20with%0D%0Athe%20increased%20ease%20of%20deployment%20afforded%20by%20the%20ability%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/03/06/announce-the-freebsd-foundation-funds-project-to-grow-mounted-filesystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>announce::EuroBSDCon 2012</title>
		<link>http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 13:36:19 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Conventions]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=334</guid>
		<description><![CDATA[EuroBSDCon 2012 EuroBSDcon is the European technical conference for users and developers on BSD-based systems. The EuroBSDcon 2012 conference will be held in Warsaw, Poland from Thursday 18 October 2012 to Sunday 21 October 2012, with tutorials on Thursday and Friday and talks on Saturday and Sunday. Call for Proposals The EuroBSDcon conference is inviting [...]]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: center;">EuroBSDCon 2012</h3>
<p>EuroBSDcon is the European technical conference for users and developers on BSD-based systems. The EuroBSDcon 2012 conference will be held in Warsaw, Poland from Thursday 18 October 2012 to Sunday 21 October 2012, with tutorials on Thursday and Friday and talks on Saturday and Sunday.</p>
<h3 style="text-align: center;">Call for Proposals</h3>
<p>The EuroBSDcon conference is inviting developers and users of BSD-based systems to submit innovative and original papers not submitted to other European conferences on BSD-related topics.</p>
<p>Topics of interest to the conference include, but are not limited to applications, architecture, implementation, performance and security of BSD-based operating systems, as well as topics concerning the economic or organizational aspects of BSD use.</p>
<p>Presentations are expected to be 45 minutes.</p>
<h3 style="text-align: center;">Call for Tutorial Proposals</h3>
<p>The EuroBSDcon conference is inviting qualified practitioners in their field to submit proposals for half or full day tutorials on topics relevant to development, implementation and use of BSD-based systems.</p>
<h3 style="text-align: center;">Submission address</h3>
<p>Proposals should be submitted by email to &lt;submission@eurobsdcon.org&gt;.</p>
<h3 style="text-align: center;">Important dates</h3>
<p>The EuroBSDcon conference is accepting abstracts and tutorial proposals until 20 May 2012. Other important dates will be announced soon at the conference website <a title="2012 EuroBSDCon website" href="http://2012.eurobsdcon.org/" target="_blank">http://2012.eurobsdcon.org</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon%202012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AEuroBSDCon+2012&amp;link=http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/&amp;notes=EuroBSDCon%202012%0D%0AEuroBSDcon%20is%20the%20European%20technical%20conference%20for%20users%20and%20developers%20on%20BSD-based%20systems.%20The%20EuroBSDcon%202012%20conference%20will%20be%20held%20in%20Warsaw%2C%20Poland%20from%20Thursday%2018%20October%202012%20to%20Sunday%2021%20October%202012%2C%20with%20tutorials%20on%20Thursday%20and%20Friday%20and%20talks%20on%20Saturday%20and%20Sunda&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/03/02/announceeurobsdcon-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD Foundation Announces NAND File System for FreeBSD Project</title>
		<link>http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 22:32:07 +0000</pubDate>
		<dc:creator>dgoodkin</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=330</guid>
		<description><![CDATA[The FreeBSD Foundation is pleased to announce that Semihalf, an embedded solutions company, has been awarded a grant to bring their comprehensive NAND Flash file system and storage stack to FreeBSD. This technology enables FreeBSD to natively manage NAND Flash devices, satisfying a crucial requirement for many applications needing access to fast, reliable, non-volatile storage. [...]]]></description>
			<content:encoded><![CDATA[<p>The FreeBSD Foundation is pleased to announce that Semihalf, an<br />
embedded solutions company, has been awarded a grant to bring their<br />
comprehensive NAND Flash file system and storage stack to FreeBSD.<br />
This technology enables FreeBSD to natively manage NAND Flash<br />
devices, satisfying a crucial requirement for many applications<br />
needing access to fast, reliable, non-volatile storage.</p>
<p>FreeBSD is widely used as the OS foundation of embedded appliances<br />
both small and large.  Semihalf&#8217;s NAND Flash stack opens new<br />
opportunities for FreeBSD in this space, where size, cost, or<br />
performance, mandate the use of direct attached NAND Flash.</p>
<p>Made possible by matching funds from Juniper Networks, this FreeBSD<br />
Foundation grant covers the costs of transferring technology<br />
developed for Juniper Networks by Semihalf to the FreeBSD<br />
project.  This will ensure that the NAND framework meets<br />
community standards and can be easily maintained and enhanced.</p>
<p>Highlighting the return on investment offered by this kind of<br />
technology transfer, FreeBSD Foundation president Justin T. Gibbs,<br />
noted:</p>
<p>&#8220;Open sourcing enhancements that do not expose &#8216;business critical<br />
intellectual property&#8217; reduces the cost of managing a FreeBSD<br />
distribution that has been customized for a product.  The NAND<br />
subsystem is a perfect example of how technology transfer<br />
benefits both the FreeBSD community and its commercial users.<br />
We&#8217;d like to thank Semihalf and Juniper for partnering with us<br />
to make the code available under a BSD license&#8221;</p>
<p>The NAND Flash subsystem consists of a driver framework for NAND<br />
controllers and memory chips, a NAND device simulator and a fault<br />
tolerant, log-structured file system, tailored to meet the unique<br />
challenges of NAND flash storage.  The package includes all the<br />
tools, utilities and documentation needed to deploy this technology<br />
in custom applications.</p>
<p>&#8220;A reliable file system that supports NAND Flash is critical for<br />
Juniper&#8217;s ongoing success,&#8221; said Marcel Moolenaar, Distinguished<br />
Engineer, Juniper Networks.  &#8220;But since storage isn&#8217;t Juniper&#8217;s core<br />
business, we were eager to find a solution that would put the<br />
implementation and support of the file system in the most<br />
capable hands. We reached out to Semihalf and ultimately the<br />
Foundation to help us achieve our goals. Juniper cannot be more<br />
pleased to have the NAND Flash file system and NAND Flash<br />
framework present in the next major FreeBSD version as a<br />
standard feature and under the care of the community.&#8221;</p>
<p>&#8220;We are very glad to have the NAND framework made available<br />
for the general FreeBSD audience, reaffirming the system as a<br />
versatile platform for appliances and other embedded and<br />
industrial designs,&#8221; said Rafal Jaworowski of Semihalf.</p>
<p>The Foundation is pleased to be working with Semihalf again. They<br />
were previously awarded a grant to bring &#8220;Flattened Device Tree&#8221;<br />
support to FreeBSD.  This new feature in FreeBSD 9.0 has been<br />
well received by the FreeBSD community.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD%20Foundation%20Announces%20NAND%20File%20System%20for%20FreeBSD%20Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=FreeBSD+Foundation+Announces+NAND+File+System+for+FreeBSD+Project&amp;link=http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Semihalf%2C%20an%0D%0Aembedded%20solutions%20company%2C%20has%20been%20awarded%20a%20grant%20to%20bring%20their%0D%0Acomprehensive%20NAND%20Flash%20file%20system%20and%20storage%20stack%20to%20FreeBSD.%0D%0AThis%20technology%20enables%20FreeBSD%20to%20natively%20manage%20NAND%20Flash%0D%0Adevices%2C%20satisfying%20a%20crucial%20requi&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/03/01/freebsd-foundation-announces-nand-file-system-for-freebsd-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>announce::FreeBSD 9.0 officially released</title>
		<link>http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 01:16:45 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=305</guid>
		<description><![CDATA[Earlier this afternoon the official announcement of the latest release of FreeBSD hit the mailing list. A copy is available below as well as on http://www.freebsd.org/releases/9.0R/announce.html &#160; FreeBSD 9.0-RELEASE Announcement The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.0-RELEASE. This is the first release from the stable/9 branch, which improves [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this afternoon the official announcement of the latest release of FreeBSD hit the mailing list.</p>
<p>A copy is available below as well as on http://www.freebsd.org/releases/9.0R/announce.html</p>
<hr />
<p>&nbsp;</p>
<div id="CONTENTWRAP">
<h1>FreeBSD 9.0-RELEASE Announcement</h1>
<p>The FreeBSD Release Engineering Team is pleased to announce the availability of FreeBSD 9.0-RELEASE. This is the first release from the stable/9 branch, which improves on stable/8 and adds many new features. Some of the highlights:</p>
<ul>
<li>A new installer, bsdinstall(8) has been added and is the installer used by the ISO images provided as part of this release</li>
<li>The Fast Filesystem now supports softupdates journaling</li>
<li>ZFS updated to version 28</li>
<li>Updated ATA/SATA drivers support AHCI, moved into updated CAM framework</li>
<li>Highly Available Storage (HAST) framework</li>
<li>Kernel support for Capsicum Capability Mode, an experimental set of features for sandboxing support</li>
<li>User-level DTrace</li>
<li>The TCP/IP stack now supports pluggable congestion control framework and five congestion control algorithm implementations available</li>
<li>NFS subsystem updated, new implementation supports NFSv4 in addition to NFSv3 and NFSv2</li>
<li>High Performance SSH (HPN-SSH)</li>
<li>Flattened device tree (FDT), simplifying FreeBSD configuration for embedded platforms</li>
<li>The powerpc architecture now supports Sony Playstation 3</li>
<li>The LLVM compiler infrastructure and clang have been imported</li>
<li>Gnome version 2.32.1, KDE version 4.7.3</li>
</ul>
<p>For a complete list of new features and known problems, please see the online release notes and errata list available at:</p>
<ul>
<li><tt><a href="http://www.freebsd.org/releases/9.0R/relnotes.html">http://www.FreeBSD.org/releases/9.0R/relnotes.html</a></tt></li>
<li><tt><a href="http://www.freebsd.org/releases/9.0R/errata.html">http://www.FreeBSD.org/releases/9.0R/errata.html</a></tt></li>
</ul>
<p>For more information about FreeBSD release engineering activities please see:</p>
<ul>
<li><tt><a href="http://www.freebsd.org/releng/">http://www.FreeBSD.org/releng/</a></tt></li>
</ul>
<h2>Dedication</h2>
<p>The FreeBSD Project dedicates the FreeBSD 9.0-RELEASE to the memory of Dennis M. Ritchie, one of the founding fathers of the UNIX[tm] operating system. It is on the foundation laid by the work of visionaries like Dennis that software like the FreeBSD operating system came to be. The fact that his work of so many years ago continues to influence new design decisions to this very day speaks for the brilliant engineer that he was.</p>
<p>May he rest in peace.</p>
<h2>Availability</h2>
<p>FreeBSD 9.0-RELEASE is now available for the amd64, i386, ia64, powerpc, powerpc64, and sparc64 architectures.</p>
<p>FreeBSD 9.0 can be installed from bootable ISO images or over the network. Some architectures also support installing from a USB memory stick. The required files can be downloaded via FTP or BitTorrent as described in the sections below. While some of the smaller FTP mirrors may not carry all architectures, they will all generally contain the more common ones such as amd64 and i386.</p>
<p><strong>NOTE:</strong> A problem was discovered with the DVD images for amd64 and i386 architectures shortly after they were loaded on the FTP distribution server. Those images have since been replaced and we have allowed enough time that the newer images should have distributed to all the FTP servers that carry the release. If you downloaded the amd64 or i386 DVD images prior to this announcement it would be a good idea to verify the checksums of the image you downloaded with the checksums provided as part of this Release Announcement. The only thing wrong with the images that were replaced is that sysinstall(8) can not be used to install the pre-built packages on the DVD. Other than that there is nothing different on the updated images. The bad DVD images were never available on BitTorrent.</p>
<p>MD5 and SHA256 hashes for the release ISO images are included at the bottom of this message.</p>
<p>The purpose of the images provided as part of the release are as follows:</p>
<dl>
<dt>dvd1</dt>
<dd>This contains everything necessary to install the base FreeBSD operating system, a collection of pre-built packages aimed at getting a graphical workstation up and running. It also supports booting into a &#8220;livefs&#8221; based rescue mode. This should be all you need if you can burn and use DVD-sized media.</p>
</dd>
<dt>disc1</dt>
<dd>This contains the base FreeBSD operating system. It also supports booting into a &#8220;livefs&#8221; based rescue mode. There are no pre-built packages.</p>
</dd>
<dt>bootonly</dt>
<dd>This supports booting a machine using the CDROM drive but does not contain the support for installing FreeBSD from the CD itself. You would need to perform a network based install (e.g. from an FTP server) after booting from the CD.</p>
</dd>
<dt>memstick</dt>
<dd>This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a &#8220;livefs&#8221; based rescue mode. There are no pre-built packages.</p>
<p>As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work:</p>
<pre># dd if=FreeBSD-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
<p>Be careful to make sure you get the target (of=) correct.</p>
</dd>
</dl>
<p>FreeBSD 9.0-RELEASE can also be purchased on CD-ROM or DVD from several vendors. One of the vendors that will be offering FreeBSD 9.0-based products is:</p>
<ul>
<li>FreeBSD Mall, Inc. <tt><a href="http://www.freebsdmall.com/">http://www.freebsdmall.com/</a></tt></li>
</ul>
<h2>BitTorrent</h2>
<p>9.0-RELEASE ISOs are available via BitTorrent. A collection of torrent files to download the images is available at:</p>
<ul>
<li><tt><a href="http://torrents.freebsd.org:8080/">http://torrents.FreeBSD.org:8080/</a></tt></li>
</ul>
<h2>FTP</h2>
<p>At the time of this announcement the following FTP sites have FreeBSD 9.0-RELEASE available.</p>
<ul>
<li><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
<li><tt><a href="ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.0/</a></tt></li>
</ul>
<p>However before trying these sites please check your regional mirror(s) first by going to:</p>
<ul>
<li><tt>ftp://ftp.&lt;yourdomain&gt;.FreeBSD.org/pub/FreeBSD</tt></li>
</ul>
<p>Any additional mirror sites will be labeled <strong>ftp2</strong>, <strong>ftp3</strong> and so on.</p>
<p>More information about FreeBSD mirror sites can be found at:</p>
<ul>
<li><tt><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a></tt></li>
</ul>
<p>For instructions on installing FreeBSD or updating an existing machine to 9.0-RELEASE please see:</p>
<ul>
<li><tt><a href="http://www.freebsd.org/releases/9.0R/installation.html">http://www.FreeBSD.org/releases/9.0R/installation.html</a></tt></li>
</ul>
<h2>Support</h2>
<p>The FreeBSD Security Team currently plans to support FreeBSD 9.0 until January 31st, 2013. For more information on the Security Team and their support of the various FreeBSD branches see:</p>
<ul>
<li><tt><a href="http://www.freebsd.org/security/">http://www.FreeBSD.org/security/</a></tt></li>
</ul>
<h2>Other Projects Based on FreeBSD</h2>
<p>There are many &#8220;third party&#8221; Projects based on FreeBSD. The Projects range from re-packaging FreeBSD into a more &#8220;novice friendly&#8221; distribution to making FreeBSD available on Amazon&#8217;s EC2 infrastructure. For more information about these Third Party Projects see:</p>
<ul>
<li><tt><a href="http://wiki.freebsd.org/3rdPartyProjects">http://wiki.freebsd.org/3rdPartyProjects</a></tt></li>
</ul>
<h2>Acknowledgments</h2>
<p>Many companies donated equipment, network access, or man-hours to support the release engineering activities for FreeBSD 9.0 including The FreeBSD Foundation, Yahoo!, NetApp, Internet Systems Consortium, Sentex Communications, New York Internet, Juniper Networks, and iXsystems.</p>
<p>The release engineering team for 9.0-RELEASE includes:</p>
<table border="0">
<tbody>
<tr>
<td>Ken Smith &lt;<a href="mailto:kensmith@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">kensmith@FreeBSD.org</a>&gt;</td>
<td>Release Engineering, amd64, i386, sparc64 Release Building, Mirror Site Coordination</td>
</tr>
<tr>
<td>Robert Watson &lt;<a href="mailto:rwatson@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">rwatson@FreeBSD.org</a>&gt;</td>
<td>Release Engineering, Security</td>
</tr>
<tr>
<td>Konstantin Belousov &lt;<a href="mailto:kib@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">kib@FreeBSD.org</a>&gt;</td>
<td>Release Engineering</td>
</tr>
<tr>
<td>Marc Fonvieille &lt;<a href="mailto:blackend@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">blackend@FreeBSD.org</a>&gt;</td>
<td>Release Engineering, Documentation</td>
</tr>
<tr>
<td>Josh Paetzel &lt;<a href="mailto:jpaetzel@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">jpaetzel@FreeBSD.org</a>&gt;</td>
<td>Release Engineering</td>
</tr>
<tr>
<td>Hiroki Sato &lt;<a href="mailto:hrs@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">hrs@FreeBSD.org</a>&gt;</td>
<td>Release Engineering, Documentation</td>
</tr>
<tr>
<td>Bjoern Zeeb &lt;<a href="mailto:bz@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">bz@FreeBSD.org</a>&gt;</td>
<td>Release Engineering</td>
</tr>
<tr>
<td>Marcel Moolenaar &lt;<a href="http://www.freebsd.org/releases/9.0R/marcel@FreeBSD.org">marcel@FreeBSD.org</a>&gt;</td>
<td>ia64, powerpc Release Building</td>
</tr>
<tr>
<td>Nathan Whitehorn &lt;<a href="mailto:nwhitehorn@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">nwhitehorn@FreeBSD.org</a>&gt;</td>
<td>powerpc64 Release Building</td>
</tr>
<tr>
<td>Joe Marcus Clarke &lt;<a href="mailto:marcus@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">marcus@FreeBSD.org</a>&gt;</td>
<td>Package Building</td>
</tr>
<tr>
<td>Erwin Lansing &lt;<a href="mailto:erwin@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">erwin@FreeBSD.org</a>&gt;</td>
<td>Package Building</td>
</tr>
<tr>
<td>Mark Linimon &lt;<a href="mailto:linimon@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">linimon@FreeBSD.org</a>&gt;</td>
<td>Package Building</td>
</tr>
<tr>
<td>Pav Lucistnik &lt;<a href="mailto:pav@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">pav@FreeBSD.org</a>&gt;</td>
<td>Package Building</td>
</tr>
<tr>
<td>Ion-Mihai Tetcu &lt;<a href="mailto:itetcu@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">itetcu@FreeBSD.org</a>&gt;</td>
<td>Package Building</td>
</tr>
<tr>
<td>Martin Wilke &lt;<a href="mailto:miwi@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">miwi@FreeBSD.org</a>&gt;</td>
<td>Package Building, Ports Security</td>
</tr>
<tr>
<td>Colin Percival &lt;<a href="mailto:cperciva@FreeBSD.org#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">cperciva@FreeBSD.org</a>&gt;</td>
<td>Security Officer</td>
</tr>
</tbody>
</table>
<h2>Trademark</h2>
<p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p>
<h2>ISO Image Checksums</h2>
<pre>MD5 (FreeBSD-9.0-RELEASE-amd64-bootonly.iso) = 477019a305797186a8b3e4147f44edec
MD5 (FreeBSD-9.0-RELEASE-amd64-disc1.iso) = b23ef73412bd50ed62ef8613ca1a4199
MD5 (FreeBSD-9.0-RELEASE-amd64-dvd1.iso) = 61221643ebeefeeb74bd552311e07070
MD5 (FreeBSD-9.0-RELEASE-amd64-memstick.img) = b37217292ad626d6ab2d3a9c1d215d2d</pre>
<pre>MD5 (FreeBSD-9.0-RELEASE-i386-bootonly.iso) = 70b4b0dd42c309da79ce63ba2789cfe3
MD5 (FreeBSD-9.0-RELEASE-i386-disc1.iso) = 5bf615f286ee6eeb3ecce45bd8d1622c
MD5 (FreeBSD-9.0-RELEASE-i386-dvd1.iso) = fee32ba2041285b971daf7ea429e36e4
MD5 (FreeBSD-9.0-RELEASE-i386-memstick.img) = 79ddd8f3422e209ae9bd11fee4e399eb</pre>
<pre>MD5 (FreeBSD-9.0-RELEASE-ia64-bootonly.iso) = 5c83f9a5bf359b2971059d1664ef5f7e
MD5 (FreeBSD-9.0-RELEASE-ia64-memstick) = ee1d5196eb281966b9ef95b953a36d8d
MD5 (FreeBSD-9.0-RELEASE-ia64-release.iso) = 73ca213db21379eb2527dcea37eeb824</pre>
<pre>MD5 (FreeBSD-9.0-RELEASE-powerpc-bootonly.iso) = bfe036760daac0cddfe8ce2915eaec54
MD5 (FreeBSD-9.0-RELEASE-powerpc-memstick) = e7a09f343ee248ee538954b39549c241
MD5 (FreeBSD-9.0-RELEASE-powerpc-release.iso) = 2431f52b2f9cc1951b0e568b3cd0f126</pre>
<pre>MD5 (FreeBSD-9.0-RELEASE-powerpc64-bootonly.iso) = 377714742e5f2e16e34b7818347d4e3f
MD5 (FreeBSD-9.0-RELEASE-powerpc64-memstick) = 9e4ee64a7460c3c930d0e3e2e3cd03b9
MD5 (FreeBSD-9.0-RELEASE-powerpc64-release.iso) = 347e51ceb3e65c1eff3cc3acdb519ffb</pre>
<pre>MD5 (FreeBSD-9.0-RELEASE-sparc64-bootonly.iso) = 81778b8ee1a8881b8597ee4275cc3b4e
MD5 (FreeBSD-9.0-RELEASE-sparc64-disc1.iso) = a63a07e3c45275568db2cead1b3e7167</pre>
<pre>SHA256 (FreeBSD-9.0-RELEASE-amd64-bootonly.iso) = d16fd5f32c9483177a01241f37ed84f347484c65e52aba4dbf8a2f3108fb457d
SHA256 (FreeBSD-9.0-RELEASE-amd64-disc1.iso) = bcc69320cd2f227411d55967113abc8ffa5ede0a6526090ca3fb5ab776fead9d
SHA256 (FreeBSD-9.0-RELEASE-amd64-dvd1.iso) = f338e24645f0bcc792b8417411ed737d8057cd2f470f9d2b601c143352d6d459
SHA256 (FreeBSD-9.0-RELEASE-amd64-memstick.img) = b8c964f362200d758e06dc6ea8dd556a4d6fedc2f3cd44c300318d9c2f4fb7a5</pre>
<pre>SHA256 (FreeBSD-9.0-RELEASE-i386-bootonly.iso) = e655de649040269ffdaa40179c3b91c59c8febef7486e340c3a5a5493097366d
SHA256 (FreeBSD-9.0-RELEASE-i386-disc1.iso) = b03df5fbd345781cab7dcab1fd0ea4d84c7c48712a6035476a709e6c0d5763f0
SHA256 (FreeBSD-9.0-RELEASE-i386-dvd1.iso) = ebc75ecdbd0580fbe9e59373962e0fc452c4480082af563e5cd765aca1ecd705
SHA256 (FreeBSD-9.0-RELEASE-i386-memstick.img) = 99193a7895109d415936ba89e4f2c24227af48f064073dee7c4b49722c3656f8</pre>
<pre>SHA256 (FreeBSD-9.0-RELEASE-ia64-bootonly.iso) = 1d25fc52d868877eb3cbdc012be895827f9c2bd808f886755d7ca2e9257af108
SHA256 (FreeBSD-9.0-RELEASE-ia64-memstick) = af147d20765bdbe6f71a8fb113fdba64de4d152b554c1fc8d78dc6f941e4737c
SHA256 (FreeBSD-9.0-RELEASE-ia64-release.iso) = 289f31e0dadfa46f51e9a44e26cd9cf6652ff4b5a631a21dca065dcd0d66890d</pre>
<pre>SHA256 (FreeBSD-9.0-RELEASE-powerpc-bootonly.iso) = 7ca03f71d2dd0cad929d0005601b4c994a54b02ab140d4218fa326b0fce7dad8
SHA256 (FreeBSD-9.0-RELEASE-powerpc-memstick) = 042bb4d473b615cf0d3c46d48d4db1fb457a54695e6ef3e47ee1b2dc6a4f3d9b
SHA256 (FreeBSD-9.0-RELEASE-powerpc-release.iso) = 0a7af5c74ebc0e13e79dfde03d54d3d752f3c71aff39659406ad6e5bcc0cefc3</pre>
<pre>SHA256 (FreeBSD-9.0-RELEASE-powerpc64-bootonly.iso) = 2eb5f141fb702a9c757f91a54ff8ea5ded13d51b29dfa86e5ba6bfbe9bb8e48e
SHA256 (FreeBSD-9.0-RELEASE-powerpc64-memstick) = 91648a0377cd4cf8dc5453e48416dd16ac99a30e5439534053a1ca16f9944a0d
SHA256 (FreeBSD-9.0-RELEASE-powerpc64-release.iso) = 17ab67fe62e1da232038b1ff598be1aef5fe8ccea620e0fbd67d8e262992fd66</pre>
<pre>SHA256 (FreeBSD-9.0-RELEASE-sparc64-bootonly.iso) = 1f633899cf42be1fecc61f82aa9fd9197da0cf88dda25aabbbf67250653459f5
SHA256 (FreeBSD-9.0-RELEASE-sparc64-disc1.iso) = 8414abb3a501a9f712fe137a2f3667249ab3d2666815a877a93c934ced5d1110</pre>
</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD%209.0%20officially%20released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3AFreeBSD+9.0+officially+released&amp;link=http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/&amp;notes=Earlier%20this%20afternoon%20the%20official%20announcement%20of%20the%20latest%20release%20of%20FreeBSD%20hit%20the%20mailing%20list.%0D%0A%0D%0AA%20copy%20is%20available%20below%20as%20well%20as%20on%20http%3A%2F%2Fwww.freebsd.org%2Freleases%2F9.0R%2Fannounce.html%0D%0A%0D%0A%0D%0A%0D%0A%26nbsp%3B%0D%0A%0D%0AFreeBSD%209.0-RELEASE%20Announcement%0D%0AThe%20FreeBSD%20Release%20Engineering%20Team%20is%20pleased%20to%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2012/01/12/announcefreebsd-9-0-officially-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>announce::Porting of libc++ to FreeBSD</title>
		<link>http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 16:35:26 +0000</pubDate>
		<dc:creator>dgoodkin</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[FreeBSD Foundation]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=283</guid>
		<description><![CDATA[The FreeBSD Foundation is pleased to announce that David Chisnall has been awarded a grant to implement xlocale APIs to enable porting libc++. The C standard library (libc) is one of the most important parts of a UNIX system as most programs interact with the kernel through interfaces written in C.  Porting code between platforms [...]]]></description>
			<content:encoded><![CDATA[<p>The FreeBSD Foundation is pleased to announce that David Chisnall has been awarded a grant to implement xlocale APIs to enable porting libc++.</p>
<p>The C standard library (libc) is one of the most important parts of a UNIX system as most programs interact with the kernel through interfaces written in C.  Porting code between platforms with similar libc implementations is trivial and if something is supported by libc, higher-level languages can use it without being reimplemented.</p>
<p>Over time, the C language has slowly evolved to modern multicore systems, but there are still some places that are problematic. One of these is localization as  C began originally had no localization support. FreeBSD libc and Darwin libc (used by Mac OS X) are similar, making it much easier to port code from OS X to FreeBSD than from OS X to Linux. The libc used by OS X supports a set of extended locale functions (xlocale) that allow locale to be set on a per-thread basis.</p>
<p>Additionally, libc++, from the LLVM project, was originally developed on Darwin, so it uses xlocale for most of the C++ locale support.  The lack of this support is the primary obstacle to porting it to FreeBSD.</p>
<p>Once xlocale is supported in FreeBSD libc, we can port libc++ to FreeBSD, giving us an MIT-licensed C++11 standard library implementation.  This, in conjunction with Clang and libcxxrt, means that the entire C++ stack in FreeBSD will be free of any GNU code.  This leaves the linker as the only significant obstacle to a GPL-free FreeBSD 10.</p>
<p>The project will conclude the end of September 2011.</p>
<p>The FreeBSD Foundation</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting%20of%20libc%2B%2B%20to%20FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=announce%3A%3APorting+of+libc%2B%2B+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20David%20Chisnall%20has%20been%20awarded%20a%20grant%20to%20implement%20xlocale%20APIs%20to%20enable%20porting%20libc%2B%2B.%0D%0A%0D%0AThe%20C%20standard%20library%20%28libc%29%20is%20one%20of%20the%20most%20important%20parts%20of%20a%20UNIX%20system%20as%20most%20programs%20interact%20with%20the%20kernel%20through%20interfaces%20written%20in%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/09/16/announceporting-of-libc-to-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>annoounce::DIFFUSE project comes to FreeBSD</title>
		<link>http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 16:34:11 +0000</pubDate>
		<dc:creator>dgoodkin</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[FreeBSD Foundation]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=281</guid>
		<description><![CDATA[The FreeBSD Foundation is pleased to announce that Swinburne University of Technology&#8217;s Centre for Advanced Internet Architectures (CAIA) has been awarded a grant to implement DIFFUSE for FreeBSD. DIFFUSE (Distributed Firewall and Flow-shaper Using Statistical Evidence) is an extension to the FreeBSD IPFW firewall subsystem developed by CAIA &#60;http://www.caia.swin.edu.au&#62;. It allows IPFW to classify traffic [...]]]></description>
			<content:encoded><![CDATA[<p>The FreeBSD Foundation is pleased to announce that Swinburne University<br />
of Technology&#8217;s Centre for Advanced Internet Architectures (CAIA) has<br />
been awarded a grant to implement DIFFUSE for FreeBSD.</p>
<p>DIFFUSE (Distributed Firewall and Flow-shaper Using Statistical<br />
Evidence) is an extension to the FreeBSD IPFW firewall subsystem<br />
developed by CAIA &lt;http://www.caia.swin.edu.au&gt;. It allows IPFW to classify traffic based on<br />
statistical properties of flows being observed in realtime, and<br />
instantiate network actions across a distributed set of &#8220;action nodes&#8221;<br />
for particular flows if required.</p>
<p>This project will tidy up and integrate the existing DIFFUSE prototype &lt;http://www.caia.swin.edu.au/urp/diffuse&gt;<br />
into FreeBSD, and incorporate a number of important new<br />
features. Integration of DIFFUSE into FreeBSD will increase FreeBSD&#8217;s<br />
utility to designers and implementers of FreeBSD-based networking<br />
infrastructure.</p>
<p>Network architects frequently require the ability to classify different<br />
traffic types flowing across a network, typically using packet<br />
inspection capabilities of base system tools such as ipfw and pf.<br />
Traffic classification then enables the provision of customized service<br />
levels to different traffic types (such as priority packet queuing and<br />
forwarding, or allocation of specific bandwidth guarantees).</p>
<p>DIFFUSE uses machine learning techniques to enable robust and efficient<br />
classification of IP traffic flows based on their unique statistical<br />
properties in addition to traditional inspection of packet header or<br />
payload contents. DIFFUSE also allows traffic classification to occur in<br />
one place (e.g. in the core of a network) and trigger traffic shaping<br />
and differentiation elsewhere (e.g. at the edges of a network). DIFFUSE<br />
has applications in ISP, residential broadband and large corporate<br />
network scenarios to name a few.</p>
<p>The project will conclude the end of October 2011.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE%20project%20comes%20to%20FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=annoounce%3A%3ADIFFUSE+project+comes+to+FreeBSD&amp;link=http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/&amp;notes=The%20FreeBSD%20Foundation%20is%20pleased%20to%20announce%20that%20Swinburne%20University%0D%0Aof%20Technology%27s%20Centre%20for%20Advanced%20Internet%20Architectures%20%28CAIA%29%20has%0D%0Abeen%20awarded%20a%20grant%20to%20implement%20DIFFUSE%20for%20FreeBSD.%0D%0A%0D%0ADIFFUSE%20%28Distributed%20Firewall%20and%20Flow-shaper%20Using%20Statistical%0D%0AEvidence%29%20is%20an%20extension%20to%20the%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/09/16/annoouncediffuse-project-comes-to-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troll hunting</title>
		<link>http://BSDNews.net/index.php/2011/08/20/troll-hunting/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/08/20/troll-hunting/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 18:21:05 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[flame war]]></category>
		<category><![CDATA[troll]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=274</guid>
		<description><![CDATA[In the article Trolling For A Quality Operating System Mikel King takes a moment to analyze a recent flame baited post to FeeBSD-Questions. Most of the analysis is light hearted and tries to expose the troll for what he is. This particular individual carefully crafted a rather insidious post that was at most times non [...]]]></description>
			<content:encoded><![CDATA[<p>In the article <a title="JAFDIP: Trolling For A Quality Operating System" href="http://bit.ly/qUTAeh" target="_blank">Trolling For A Quality Operating System</a> <a title="Follow: Mikel King on twitter" href="http://twitter.com/MikelKing" target="_blank">Mikel King</a> takes a moment to analyze a recent flame baited post to FeeBSD-Questions. Most of the analysis is light hearted and tries to expose the troll for what he is. This particular individual carefully crafted a rather insidious post that was at most times non threatening and seemingly educated. Which is why this analysis is most helpful.</p>
<p><a title="JAFDIP: Trolling For A Quality Operating System" href="http://bit.ly/qUTAeh" target="_blank">read more&#8230;</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Troll%20hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Troll+hunting&amp;link=http://BSDNews.net/index.php/2011/08/20/troll-hunting/&amp;notes=In%20the%20article%20Trolling%20For%20A%20Quality%20Operating%20System%20Mikel%20King%20takes%20a%20moment%20to%20analyze%20a%20recent%20flame%20baited%20post%20to%20FeeBSD-Questions.%20Most%20of%20the%20analysis%20is%20light%20hearted%20and%20tries%20to%20expose%20the%20troll%20for%20what%20he%20is.%20This%20particular%20individual%20carefully%20crafted%20a%20rather%20insidious%20post%20that%20wa&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/08/20/troll-hunting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcement The FreeBSD Foundation Accepting Travel Grant Applications for EuroBSDCon</title>
		<link>http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 20:57:30 +0000</pubDate>
		<dc:creator>dgoodkin</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[BSD Conventions]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[FreeBSD Foundation]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=269</guid>
		<description><![CDATA[Calling all FreeBSD developers needing assistance with travel expenses to EuroBSDCon 2011. The FreeBSD Foundation will be providing a limited number of travel grants to individuals requesting assistance. Please fill out and submit the Travel Grant Request Application at http://www.freebsdfoundation.org/documents/TravelRequestForm.pdf by September 5, 2011 to apply for this grant. How it works: This program is [...]]]></description>
			<content:encoded><![CDATA[<p>Calling all FreeBSD developers needing assistance with travel expenses to EuroBSDCon 2011.</p>
<p>The FreeBSD Foundation will be providing a limited number of travel grants to individuals requesting assistance. Please fill out and submit the Travel Grant Request Application at<br />
http://www.freebsdfoundation.org/documents/TravelRequestForm.pdf by<br />
September 5, 2011 to apply for this grant.</p>
<p>How it works:</p>
<p>This program is open to FreeBSD developers of all sorts (kernel hackers,  documentation authors, bugbusters, system administrators, etc). In some  cases we are also able to fund non-developers, such as active community members and FreeBSD advocates.</p>
<p>(1) You request funding based on a realistic and economical estimate of travel costs (economy airfare, trainfare, &#8230;), accommodations (conference hotel and sharing a room), and registration or tutorial<br />
fees.  If there are other sponsors willing to cover costs, such as your employer or the conference, we prefer you talk to them first, as our budget is limited.  We are happy to split costs with you or another<br />
sponsor, such as just covering airfare or board.</p>
<p>*If you are a speaker at the conference, we expect the conference to cover your travel costs, and will most likely not approve your direct request to us. *</p>
<p>(2) We review your application and if approved, authorize you to seek reimbursement up to a limit.  We consider several factors, including our overall and per-event budgets, and (quite importantly) the benefit to the community by funding your travel.</p>
<p>Most rejected applications are rejected because of an over-all limit on travel budget for the event or year, due to unrealistic or uneconomical costing, or because there is an unclear or unconvincing argument that<br />
funding the applicant will directly benefit the FreeBSD Project. Please take these points into consideration when writing your application.</p>
<p>(3) We reimburse costs based on actuals (receipts), and by check or bank transfer. And, we do not cover your costs if you end up having to cancel your trip. We require you to submit a report on your trip, which we may show to current or potential sponsors, and may include in our semi-annual newsletter.</p>
<p>There&#8217;s some flexibility in the mechanism, so talk to us if something about the model doesn&#8217;t quite work for you or if you have any questions. The travel grant program is one of the most effective ways we can<br />
spend money to help support the FreeBSD Project, as it helps developers get together in the same place at the same time, and helps advertise and advocate FreeBSD in the larger community.</p>
<p>Thank You,</p>
<p>The FreeBSD Foundation</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement%20The%20FreeBSD%20Foundation%20Accepting%20Travel%20Grant%20Applications%20for%20EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Announcement+The+FreeBSD+Foundation+Accepting+Travel+Grant+Applications+for+EuroBSDCon&amp;link=http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/&amp;notes=Calling%20all%20FreeBSD%20developers%20needing%20assistance%20with%20travel%20expenses%20to%20EuroBSDCon%202011.%0D%0A%0D%0AThe%20FreeBSD%20Foundation%20will%20be%20providing%20a%20limited%20number%20of%20travel%20grants%20to%20individuals%20requesting%20assistance.%20Please%20fill%20out%20and%20submit%20the%20Travel%20Grant%20Request%20Application%20at%0D%0Ahttp%3A%2F%2Fwww.freebsdfoundat&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/08/12/announcement-the-freebsd-foundation-accepting-travel-grant-applications-for-eurobsdcon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSD overtake Linux for development</title>
		<link>http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 20:35:19 +0000</pubDate>
		<dc:creator>mikel</dc:creator>
				<category><![CDATA[BSD Advocacy]]></category>
		<category><![CDATA[DragonflyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[PC BSD]]></category>
		<category><![CDATA[PicoBSD]]></category>

		<guid isPermaLink="false">http://BSDNews.net/?p=267</guid>
		<description><![CDATA[According to TheInquire.net ~ The irony in all this is that Evans Data&#8217;s data shows that while Linux fans have been talking about the death of BSD for well over a decade, it seems that thanks to Apple, BSD in the form of Mac OS X appears to have overtaken Linux in one usage metric. [...]]]></description>
			<content:encoded><![CDATA[<p>According to TheInquire.net ~ The irony in all this is that Evans Data&#8217;s data shows that while Linux fans have been talking about the death of BSD for well over a decade, it seems that thanks to Apple, BSD in the form of Mac OS X appears to have overtaken Linux in one usage metric.</p>
<div>
<a title="The Inquirer" href="http://bit.ly/nOMuXx" target="_blank">read more&#8230;</a></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=BSD%20overtake%20Linux%20for%20development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=54&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=41&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=39&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=BSD+overtake+Linux+for+development&amp;link=http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/&amp;notes=According%20to%20TheInquire.net%20%7E%20The%20irony%20in%20all%20this%20is%20that%20Evans%20Data%27s%20data%20shows%20that%20while%20Linux%20fans%20have%20been%20talking%20about%20the%20death%20of%20BSD%20for%20well%20over%20a%20decade%2C%20it%20seems%20that%20thanks%20to%20Apple%2C%20BSD%20in%20the%20form%20of%20Mac%20OS%20X%20appears%20to%20have%20overtaken%20Linux%20in%20one%20usage%20metric.%0D%0A%0D%0Aread%20more...&amp;short_link=&amp;shortener=bitly&amp;shortener_key=mikelking|R_d2b85fab1aeb10b35b4ff15639707238&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://BSDNews.net/index.php/2011/08/12/bsd-overtake-linux-for-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

