2.6.3 note
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 ### 2.6.3 Released, 05-May-2010!
4
5 The [[DragonFly 2.6.3 release|release26]] is now available!  This release features our
6 new swapcache, a tmpfs port, fast-fsync for HAMMER, improved random I/O, and numerous
7 other goodies.  2.6.3 updates the extattr ABI, which is needed for some third-party software to build.
8
9 ### Summer of Code participation
10
11 DragonFly is in Google's [Summer of Code](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd) program for a third year!  Consult the [Summer of Code 2010](/docs/developer/gsoc2010/) page for a current list of projects and ideas.
12
13 <div class="digestbox">
14 More news from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
15 <ul>
16 <span class="digestcontent">[[!inline  pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
17 </ul>
18 Follow DragonFly news on <a href="http://dragonflybsd.tumblr.com/">Tumblr</a> and <a href="http://www.twitter.com/dragonflybsd">Twitter</a>.
19 </div>
20
21 ## What is DragonFly BSD?
22
23 DragonFly belongs to the same class of operating system as BSD and Linux
24 and is based on the same UNIX ideals and APIs.  DragonFly gives the BSD
25 base an opportunity to grow in an entirely different direction from the one
26 taken in the FreeBSD, NetBSD, and OpenBSD series.
27
28 The DragonFly project's
29 ultimate goal is to provide native clustering support in the kernel.
30 This involves the creation of a sophisticated cache management
31 framework for filesystem namespaces, file spaces, and VM spaces, which
32 allows heavily interactive programs to run across multiple machines with
33 cache coherency fully guaranteed in all respects.  This also involves being
34 able to chop up resources, including the cpu by way of a controlled VM
35 context, for safe assignment to unsecured third-party clusters over the
36 internet (though the security of such clusters itself might be in doubt,
37 the first and most important thing is for systems donating resources to not
38 be made vulnerable through their donation).
39
40 For more information, visit the [[History|History]] page.