(no commit message)
[ikiwiki.git] / index.mdwn
... / ...
CommitLineData
1## Ongoing DragonFly News
2
3### DragonFly 3.2 branched
4
5DragonFly 3.2 has been branched and is being prepared for release in late October/early November 2012, stay tuned for further announcements!
6
7### DragonFly 3.0 released
8
9DragonFly 3.0.3 is now available! This release has superior multiprocessor support compared to previous versions. Speed has improved significantly. Binary packages from the 2011Q4 release of pkgsrc are available. Check the [[release notes|release30]] for details.
10
11This release is available in ISO format, for CD or DVD, and IMG format, for installation to a USB key. All images are Live, meaning a system can be booted and run with that install media without installing to disk. The GUI version will boot to a login prompt with easy instructions to get to a desktop, and also includes a snapshot of the git repo for /usr/src and /usr/pkgsrc (which can then be incrementally updated after installation).
12
13**i386:** [CD](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-3.0.3_REL.iso.bz2) | [USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-3.0.3_REL.img.bz2) | [GUI ISO](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-gui-3.0.3_REL.iso.bz2) | [GUI USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-i386-gui-3.0.3_REL.img.bz2)
14
15**x86_64:** [CD](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-3.0.3_REL.iso.bz2) | [USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-3.0.3_REL.img.bz2)| [GUI ISO](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-gui-3.0.3_REL.iso.bz2) | [GUI USB](http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-gui-3.0.3_REL.img.bz2)
16
17These links go to our main archive. Please use one of our [[mirrors]] if one is available near you. 3.0.3 implements a [number of bug fixes](http://leaf.dragonflybsd.org/mailarchive/commits/2012-08/msg00254.html).
18
19<div class="digestbox">
20Recent news from the <a href="http://www.shiningsilence.com/dbsdlog/">DragonFly Digest</a>
21<ul>
22<span class="digestcontent">[[!inline pages="internal(digest/*)" feeds="no" template="digestitem"]]</span>
23</ul>
24The <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>.
25</div>
26
27## What is DragonFly BSD?
28
29DragonFly 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 provides an opportunity for the BSD base to grow in an entirely different direction from the one taken in the FreeBSD, NetBSD, and OpenBSD series.
30
31DragonFly includes many useful features that differentiate it from other operating systems in the same class.
32
33The most prominent one is HAMMER, our modern high performance filesystem with built-in mirroring and historic access functionality.
34
35Virtual kernels provide the ability to run a full-blown kernel as a user process for the purpose of managing resources or for accelerated kernel development and debugging.
36
37The kernel makes extensive use of tokens as a synchronization mechanism; tokens are inherently deadlock-free and easily composable. The use of soft token locks results in less cross-subsystem pollution and more maintainable code, both of which allow us to parallelize the system with less effort compared to other kernels, which primarily use hard mutex locks.
38
39DragonFly is uniquely positioned to take advantage of the wide availability of affordable Solid Storage Devices (SSDs), by making use of swap space to cache filesystem data and meta-data. This feature, commonly referred to as "swapcache", can give a significant boost to both server and workstation workloads, with a very minor hardware investment.
40
41The DragonFly storage stack comprises robust AHCI drivers, stable device names via DEVFS and a partial implementation of Device Mapper for reliable volume management and encryption.
42
43Some other features that are especially useful to system administrators are variant symlinks (i.e. symlinks that are resolved at runtime based on user-specific or system-wide variables) and a performant and scalable TMPFS implementation. Our system makes pervasive use of NULLFS mounts, which allow the administrator to make arbitrary parts of the filesystem hierarchy visible in other locations with virtually no overhead.
44
45A 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 more band together to make DragonFly a modern, useful, friendly and familiar UNIX-like operating system.
46
47The DragonFly BSD community is made up 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 and always trying to find a means to meet or exceed the performance of our competitors while maintaining our trademark algorithmic simplicity.
48
49For more information, visit the [[Features|features]] and [[History|History]] pages.
50
51## Now Hiring
52
53DragonFly 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!