DragonFly BSD

release64

DragonFly BSD 6.4

DragonFly version 6.4 is the next step in the 6.x release series. This version 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 for 6.4.

Big-ticket items

6.4.1 fixes a number of small, long-standing issues, including:

Details

Checksums

MD5 (dfly-x86_64-6.4.1_REL.img) = 1c080fd708246db8588a4a1122e74db5
MD5 (dfly-x86_64-6.4.1_REL.iso) = 9b215c5aa97d297069ed52baea874761
MD5 (dfly-x86_64-6.4.1_REL.img.bz2) = f8e0b75dcc0af224c3aad1cb586314ea
MD5 (dfly-x86_64-6.4.1_REL.iso.bz2) = fb47aa23196c12186bb5eae8eee55751

Upgrading

If you have an existing 5.x or 6.x system and are running a generic kernel, the normal upgrade process, described below, will work.

Change your local /usr/src to 6.4:

cd /usr/src
git fetch origin
git branch DragonFly_RELEASE_6_4 origin/DragonFly_RELEASE_6_4
git checkout DragonFly_RELEASE_6_4
git pull

And then rebuild: (in /usr/src)

make build-all
make install-all

(reboot your system)

make initrd 

make initrd is optional for systems with unencrypted disks. See the initrd(7) man page for details.

Don't forget to upgrade your existing packages. 6.4 packages have already been built and are immediately available.

pkg update
pkg upgrade

All other changes since prior release

Security Issues

Kernel

Filesystems

Networking

Graphics

Driver updates

Userland

Libraries

Miscellaneous

DSynth work

Various tools have been upgraded in the base system:

Compiler status

Package updates