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