Mention ssh-related changes
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 ### 2.4.1 Released, 01-Oct-2009!
4
5 The [[DragonFly 2.4.1 release|release24]] is now available!  With tons of new features and improvements.
6
7 ### 2.5.x Development news, 08-Feb-2010!
8
9 Our new swapcache is now fully operational in the development branch.  Swapcache is a general system
10 feature which expands the use of swap to cover clean filesystem data and meta-data (not just dirty
11 anonymous memory).  When used with a SSD (Solid State Drive) swapcache has an enormous positive
12 effect on system performance, almost acting like extended memory.  Even a small 40G SSD can cache
13 upwards of 80 million inodes for fast directory operations, or make your working dataset completely
14 free of slow HD seeks virtually without having to lift a finger.  The implications are staggering.
15
16 ### Summer of Code participation
17
18 DragonFly participated in Google's [Summer of Code](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd) program for 2008 and 2009.  DragonFly plans to apply for participation in 2010 - consult and add to the [Summer of Code 2010](/docs/developer/gsoc2010/) page with your ideas.
19
20 <div class="digestbox">
21 More news from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
22 <ul>
23 <span class="digestcontent">[[!inline  pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
24 </ul>
25 </div>
26
27 ## What is DragonFly BSD?
28
29 DragonFly belongs to the same class of operating system as BSD and Linux
30 and is based on the same UNIX ideals and APIs.  DragonFly gives the BSD
31 base an opportunity to grow in an entirely different direction from the one
32 taken in the FreeBSD, NetBSD, and OpenBSD series.
33
34 The DragonFly project's
35 ultimate goal is to provide native clustering support in the kernel.
36 This involves the creation of a sophisticated cache management
37 framework for filesystem namespaces, file spaces, and VM spaces, which
38 allows heavily interactive programs to run across multiple machines with
39 cache coherency fully guaranteed in all respects.  This also involves being
40 able to chop up resources, including the cpu by way of a controlled VM
41 context, for safe assignment to unsecured third-party clusters over the
42 internet (though the security of such clusters itself might be in doubt,
43 the first and most important thing is for systems donating resources to not
44 be made vulnerable through their donation).
45
46 For more information, visit the [[History|history]] page.