ae5303d4357bf05acc15652f502ef63d8a5b1445
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 ### 2.6.3 Released, 07-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.2 features a major bug fix to a HAMMER issue related to reblocking
8 full filesystems, and 2.6.3 is a stabilization pass which primarily fixes a kernel panic
9 related to sendfile() and works around a few pkgsrc issues.
10
11 ### Summer of Code participation
12
13 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.
14
15 <div class="digestbox">
16 More news from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
17 <ul>
18 <span class="digestcontent"><!-- inline statement goes here; see HowToEditThisSite for details.</span>
19 </ul>
20 Follow DragonFly Digest news on <a href="http://dragonflybsd.tumblr.com/">Tumblr</a> and <a href="http://www.twitter.com/dragonflybsd">Twitter</a>.
21 </div>
22
23 ## What is DragonFly BSD?
24
25 DragonFly belongs to the same class of operating system as BSD and Linux
26 and is based on the same UNIX ideals and APIs.  DragonFly gives the BSD
27 base an opportunity to grow in an entirely different direction from the one
28 taken in the FreeBSD, NetBSD, and OpenBSD series.
29
30 The DragonFly project's
31 ultimate goal is to provide native clustering support in the kernel.
32 This involves the creation of a sophisticated cache management
33 framework for filesystem namespaces, file spaces, and VM spaces, which
34 allows heavily interactive programs to run across multiple machines with
35 cache coherency fully guaranteed in all respects.  This also involves being
36 able to chop up resources, including the cpu by way of a controlled VM
37 context, for safe assignment to unsecured third-party clusters over the
38 internet (though the security of such clusters itself might be in doubt,
39 the first and most important thing is for systems donating resources to not
40 be made vulnerable through their donation).
41
42 For more information, visit the [[History|History]] page.