4576025bc6f4386c3cb524c907f3d78535f89b23
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 ### 2.4.0 Released, 16-Sep-2009!
4 ### 2.4.1 Released, 01-Oct-2009
5
6 The [[DragonFly 2.4 release|release24]] is now available!  With tons of new features and improvements.
7
8 ### Summer of Code 2009 participation
9
10 DragonFly participated in Google's [Summer of Code](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd) program for 2009.  Sample code from the completed student projects is available [from Google's repository](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd).
11
12 <div class="digestbox">
13 More news from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
14 <ul>
15 <span class="digestcontent">[[!inline  pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
16 </ul>
17 </div>
18
19 ## What is DragonFly BSD?
20
21 DragonFly belongs to the same class of operating system as BSD and Linux
22 and is based on the same UNIX ideals and APIs.  DragonFly gives the BSD
23 base an opportunity to grow in an entirely different direction from the one
24 taken in the FreeBSD, NetBSD, and OpenBSD series.
25
26 The DragonFly project's
27 ultimate goal is to provide native clustering support in the kernel.
28 This involves the creation of a sophisticated cache management
29 framework for filesystem namespaces, file spaces, and VM spaces, which
30 allows heavily interactive programs to run across multiple machines with
31 cache coherency fully guaranteed in all respects.  This also involves being
32 able to chop up resources, including the cpu by way of a controlled VM
33 context, for safe assignment to unsecured third-party clusters over the
34 internet (though the security of such clusters itself might be in doubt,
35 the first and most important thing is for systems donating resources to not
36 be made vulnerable through their donation).
37
38 For more information, visit the [[History|history]] page.
39
40