Present digest headlines
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 <div class="infobox">
4 [[!aggregate  name="DragonFly Digest news" dir="digest"
5 feedurl="http://www.shiningsilence.com/dbsdlog/feed"
6 url="http://www.shiningsilence.com/dbsdlog/" updateinterval="1"
7 expireage="7" expirecount="20" template="digestpost"]]
8
9 <ul>
10 <span class="inlinecontent">[[!inline  pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
11 </ul>
12
13 </div>
14
15
16 ### 2.2.1 released - 27 April 2009
17
18 The [[new 2.2 release|release22]] includes [[Hammer|hammer]], a filesystem that includes instant crash recovery, 
19 multi-volume file systems, data integrity checking, fine grained history retention, and the ability to 
20 mirror data to other volumes.  It has undergone extensive stress-testing and is considered production-ready!
21
22 ### Summer of Code participation
23
24 DragonFly [has been accepted](http://socghop.appspot.com/org/home/google/gsoc2009/dragonflybsd) to Google's Summer of Code for 2009, after a successful [[2008 session|docs/developer/GoogleSoC2008]].  If you're a student, start planning for entering your proposal on the 23rd.  If you can mentor, please sign up at the [Google site](http://socghop.appspot.com/) and request a mentoring slot.  There is [[an initial page|gsoc2009]] listing potential projects; please read and add to it if you are interested.
25
26 Check the [DragonFly Digest](http://www.shiningsilence.com/dbsdlog/) for other current events, or check the headlines listed on this page.
27
28
29 ## What is DragonFly BSD?
30
31 DragonFly belongs to the same class of operating system as BSD and Linux
32 and is based on the same UNIX ideals and APIs.  DragonFly gives the BSD
33 base an opportunity to grow in an entirely different direction from the one
34 taken in the FreeBSD, NetBSD, and OpenBSD series.
35
36 From 2003 (when DragonFly first forked from FreeBSD), to early 2007,
37 the DragonFly project focused on rewriting most of the major kernel
38 subsystems to implement required abstractions and support mechanics
39 for the second phase of the project.  This involved a great deal of work
40 in nearly every subsystem, particularly the filsystem APIs and kernel core.
41 During all of this we have managed to keep the system updated with regards
42 to the third party applications and base system utilities needed to make
43 any system usable in production.  We have also adopted the PkgSrc system for
44 management of all non-base-system third-party applications in order to pool
45 our resources with other BSD projects using the system.
46
47 In the 2007-2008 time-frame a new filesystem called HAMMER was developed
48 for DragonFly.  HAMMER sees its first light of day in the July 2008
49 2.0 release.  This filesystem has been designed to solve numerous issues
50 and to add many new capabilities to DragonFly, such as fine-grained
51 snapshots, instant crash recovery, and near real-time mirroring.
52 The filesytem is also intended to serve as a basis for the clustering
53 work that makes up the second phase of the project.
54
55 The second phase of the project is now upon us.  The DragonFly project's
56 ultimate goal is to provide native clustering support in the kernel.
57 This involves the creation of a sophisticated cache management
58 framework for filesystem namespaces, file spaces, and VM spaces, which
59 allows heavily interactive programs to run across multiple machines with
60 cache coherency fully guaranteed in all respects.  This also involves being
61 able to chop up resources, including the cpu by way of a controlled VM
62 context, for safe assignment to unsecured third-party clusters over the
63 internet (though the security of such clusters itself might be in doubt,
64 the first and most important thing is for systems donating resources to not
65 be made vulnerable through their donation).
66
67
68
69