X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/bef9be4c73c84733d33a5bc35333111a5cd2e906..HEAD:/index.mdwn diff --git a/index.mdwn b/index.mdwn index c1590c5a..87a5ca1c 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,69 +1,51 @@ -## Ongoing DragonFly News +## DragonFly 6.4.0 released -
-[[!aggregate name="DragonFly Digest news" dir="digest" -feedurl="http://www.shiningsilence.com/dbsdlog/feed" -url="http://www.shiningsilence.com/dbsdlog/" updateinterval="1" -expireage="7" expirecount="20" template="digestpost"]] +DragonFly version 6.4.0 is released. The 6.4 series has hardware support for type-2 hypervisors with NVMM, an amdgpu driver, the experimental ability to remote-mount HAMMER2 volumes, and many other changes. +The details of all commits between the 6.2 and 6.4 releases are available in the associated commit messages. + +Go to the [6.4 release page](release64) page for details on the release, and [[download]] via one of the [[mirrors]]. + +
+See recent news from the DragonFly Digest +
+Recent CI build reports + -
-### 2.2.1 released - 27 April 2009 -The [[new 2.2 release|release22]] includes [[Hammer|hammer]], a filesystem that includes instant crash recovery, -multi-volume file systems, data integrity checking, fine grained history retention, and the ability to -mirror data to other volumes. It has undergone extensive stress-testing and is considered production-ready! +## What is DragonFly BSD? -### Summer of Code participation +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 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. -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. +DragonFly includes many useful features that differentiate it from other operating systems in the same class. -Check the [DragonFly Digest](http://www.shiningsilence.com/dbsdlog/) for other current events, or check the headlines listed on this page. +The most prominent one is HAMMER2, our modern high performance filesystem with instant (and mount-writable) snapshots, compression, and de-duplication. +Virtual 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. -## What is DragonFly BSD? +The kernel uses several synchronization and locking mechanisms for SMP. Much of the work done since the project began has been in this area. A combination of intentional simplification of certain classes of locks to make more expansive subsystems less prone to deadlocks, and the rewriting of nearly all the original codebase using algorithms designed specifically with SMP in mind, has resulted in an extremely stable, high-performance kernel that is capable of efficiently using all cpu, memory, and I/O resources thrown at it. + +DragonFlyBSD has virtually no bottlenecks or lock contention in-kernel. Nearly all operations are able to run concurrently on any number of cpus. Over the years, the VFS support infrastructure (namecache, vnode cache), user support infrastructure (uid, gid, process groups, sessions), process and threading infrastructure, storage subsystems, networking, user and kernel memory allocation and management, process fork, exec, and exit/teardown, time keeping, and all other aspects of kernel design have been rewritten with extreme SMP performance as a goal. + +DragonFly 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. + +The DragonFly storage stack comprises robust, natively written AHCI and NVME drivers, stable device names via DEVFS and a partial implementation of Device Mapper for reliable volume management and encryption. + +Some other features that are especially useful to system administrators are a performant and scalable TMPFS implementation, an extremely efficient NULLFS that requires no internal replication of directory or file vnodes, our natively written DNTPD (ntp client) which uses full-bore line intercept and standard deviation summation for highly-accurate timekeeping, and DMA, designed to provide low-overhead email services for system operators who do not need more expansive mail services such as postfix or sendmail. -DragonFly belongs to the same class of operating system as BSD and Linux -and is based on the same UNIX ideals and APIs. DragonFly gives the BSD -base an opportunity to grow in an entirely different direction from the one -taken in the FreeBSD, NetBSD, and OpenBSD series. - -From 2003 (when DragonFly first forked from FreeBSD), to early 2007, -the DragonFly project focused on rewriting most of the major kernel -subsystems to implement required abstractions and support mechanics -for the second phase of the project. This involved a great deal of work -in nearly every subsystem, particularly the filsystem APIs and kernel core. -During all of this we have managed to keep the system updated with regards -to the third party applications and base system utilities needed to make -any system usable in production. We have also adopted the PkgSrc system for -management of all non-base-system third-party applications in order to pool -our resources with other BSD projects using the system. - -In the 2007-2008 time-frame a new filesystem called HAMMER was developed -for DragonFly. HAMMER sees its first light of day in the July 2008 -2.0 release. This filesystem has been designed to solve numerous issues -and to add many new capabilities to DragonFly, such as fine-grained -snapshots, instant crash recovery, and near real-time mirroring. -The filesytem is also intended to serve as a basis for the clustering -work that makes up the second phase of the project. - -The second phase of the project is now upon us. The DragonFly project's -ultimate goal is to provide native clustering support in the kernel. -This involves the creation of a sophisticated cache management -framework for filesystem namespaces, file spaces, and VM spaces, which -allows heavily interactive programs to run across multiple machines with -cache coherency fully guaranteed in all respects. This also involves being -able to chop up resources, including the cpu by way of a controlled VM -context, for safe assignment to unsecured third-party clusters over the -internet (though the security of such clusters itself might be in doubt, -the first and most important thing is for systems donating resources to not -be made vulnerable through their donation). +A major crux of any open source operating system is third party applications. DragonFly leverages the dports 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. +The 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. +For more information, visit the [[Features|features]] and [[History|History]] pages. +## Participation +DragonFly provides a welcoming environment for those looking to participate in open source. See the [[Projects|/docs/developer/ProjectsPage]], [[Research Projects|/docs/developer/ResearchProjectsPage]], and [[Code Bounties|/docs/developer/Code_Bounties]] 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 or IRC|mailinglists]]!