b55591742c3ff33c96dbdc99b8594939879fba38
[ikiwiki.git] / index.mdwn
1 ## Ongoing DragonFly News
2
3 ### 2.6.3 Released, 07-May-2010!
4
5 The [[DragonFly 2.6.3 release|release26]] is now available!  This release features our
6 new swapcache, a tmpfs port, fast-fsync for HAMMER, improved random I/O, and numerous
7 other goodies.  2.6.2 features a major bug fix to a HAMMER issue related to reblocking
8 full filesystems, and 2.6.3 is a stabilization pass which primarily fixes a kernel panic
9 related to sendfile() and works around a few pkgsrc issues.
10
11 DragonFly had a very successful Google [Summer of Code](http://socghop.appspot.com/) for 2010, with all projects being completed successfully! Consult the [Summer of Code 2010](/docs/developer/gsoc2010/) page for a list of projects and links.
12
13 <div class="digestbox">
14 Recent news from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
15 <ul>
16 <span class="digestcontent">[[!inline pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
17 </ul>
18 The <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a> is also on <a href="http://dragonflybsd.tumblr.com/">Tumblr</a> and <a href="http://www.twitter.com/dragonflybsd">Twitter</a>.
19 </div>
20
21 ## What is DragonFly BSD?
22
23 At a fundamental level, DragonFly belongs to the same class of operating systems as other BSD-derived systems and Linux. It is based on the same UNIX ideals and APIs and shares ancestor code with other BSD operating systems. DragonFly is providing an opportunity for the BSD base to grow in an entirely different direction from the one taken in the FreeBSD, NetBSD, and OpenBSD series. 
24
25 DragonFly includes many useful features that differentiate it from other operating systems in the same class, some of these features are: HAMMER, a modern high performance filesystem with historical access properties. Virtual kernel's, the ability to run a full-blown kernel as a user process for the purpose of managing resources, security or kernel development and debugging. The token synchronization mechanism is inherently deadlock-free, decreases complexity and cross-subsystem pollution, this makes the kernel more maintainable as well as more reliable and performant. Swapcache allows you to make use of swap space to cache filesystem data and meta-data. Paired with a solid state disk device, this feature enables both server and workstation workloads to perform as if they have access to significantly more RAM. Some other features that make DragonFly an administrative pleasure are Variant symlinks that are resolved at runtime based on user-specific or system-wide variables. Serial device numbering through devfs greatly simplifies storage management. A scalable and fast TMPFS implementation that is made even more viable by swapcache. The NULLFS implementation in DragonFly allows for arbitrary mount points and has virtually no overhead. A major crux of any open source operating system is third party applications. DragonFly leverages the pkgsrc system to provide thousands of applications in source and binary forms. These features and the host of other niceties that DragonFly provides make it an extremely modern, useful, configurable and friendly UNIX-like operating system.
26
27 The DragonFly BSD community is comprised of users and developers that take pride in an operating system that maintains challenging goals and ideals. This community has no reservation about cutting ties with legacy when it makes sense, preferring a pragmatic, no-nonsense approach to development of the system. The community also takes pride in its openness and innovative spirit, applying patience liberally, always finding a means to meet or exceed the performance of our competitors while maintaining algorithmic simplicity.
28
29 For more information, visit the [[Features|features]] and [[History|History]] pages.
30
31 ## Now Hiring
32
33 DragonFly provides a welcoming environment for those looking to participate in open source. See the [[Projects|/docs/developer/ProjectsPage]], [[Research Projects|/docs/developer/ResearchProjectsPage]], [[Code Bounties|/docs/developer/Code_Bounties]] and [[Summer of Code Projects|/docs/developer/GSoCProjectsPage]] pages for project ideas. If you are looking for an easy way to get your feet wet, you might find something suitable in the [Bug Tracker](http://bugs.dragonflybsd.org/). Or bring up your own idea on the appropriate [[mailing list|mailinglists]] or IRC!