Move some historical material from front page to history section so it doesn't get...
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 <div class="digestbox">
4 News from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
5 <ul>
6 <span class="digestcontent">[[!inline  pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
7 </ul>
8 </div>
9
10
11 ### 2.2.1 released - 27 April 2009
12
13 The [[new 2.2 release|release22]] includes [[Hammer|hammer]], a filesystem that includes instant crash recovery, 
14 multi-volume file systems, data integrity checking, fine grained history retention, and the ability to 
15 mirror data to other volumes.  It has undergone extensive stress-testing and is considered production-ready!
16
17 ### Summer of Code participation
18
19 DragonFly participated in Google's [Summer of Code](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd) program.  Sample code from the completed student projects is available [from Google's repository](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd).
20
21
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 From 2003 (when DragonFly first forked from FreeBSD), to early 2007,
31 the DragonFly project focused on rewriting most of the major kernel
32 subsystems to implement required abstractions and support mechanics
33 for the second phase of the project.  This involved a great deal of work
34 in nearly every subsystem, particularly the filsystem APIs and kernel core.
35 During all of this we have managed to keep the system updated with regards
36 to the third party applications and base system utilities needed to make
37 any system usable in production.  We have also adopted the PkgSrc system for
38 management of all non-base-system third-party applications in order to pool
39 our resources with other BSD projects using the system.
40
41 In the 2007-2008 time-frame a new filesystem called HAMMER was developed
42 for DragonFly.  HAMMER sees its first light of day in the July 2008
43 2.0 release.  This filesystem has been designed to solve numerous issues
44 and to add many new capabilities to DragonFly, such as fine-grained
45 snapshots, instant crash recovery, and near real-time mirroring.
46 The filesytem is also intended to serve as a basis for the clustering
47 work that makes up the second phase of the project.
48
49 The second phase of the project is now upon us.  The DragonFly project's
50 ultimate goal is to provide native clustering support in the kernel.
51 This involves the creation of a sophisticated cache management
52 framework for filesystem namespaces, file spaces, and VM spaces, which
53 allows heavily interactive programs to run across multiple machines with
54 cache coherency fully guaranteed in all respects.  This also involves being
55 able to chop up resources, including the cpu by way of a controlled VM
56 context, for safe assignment to unsecured third-party clusters over the
57 internet (though the security of such clusters itself might be in doubt,
58 the first and most important thing is for systems donating resources to not
59 be made vulnerable through their donation).
60
61
62
63