release112
Obtaining DragonFly 1.12.x for your system
1.12.2 ISO Images for CDs
DragonFly CDs are 'live', which means that the CD will boot your system and let you log in as root (no password). You can use this feature to check for hardware compatibility and play with DragonFly a little before actually installing it on your hard drive.
The CD includes an installer that can be run at the console, or (experimentally) via a web browser. Make sure you read the README file for more information. To activate the installer, boot the CD and login as 'installer'.
The installer has a Netboot server option. You can boot the CD on one machine, enable the feature via the installer, and then PXEBoot other systems and do a network based install. System operators should be aware that running the netboot server hardwires a 10.1.0.X network and runs a DHCP server which might interfere with other DHCP servers on your LAN.
See the 'Download Site' list below for a list of download locations.
The MD5 for the release is:
MD5 (dfly-1.12.0_REL.iso) = 21cfcbcfeaeab5b3254f30de382f8f2b
MD5 (dfly-1.12.0_REL.iso.gz) = 5b16c1c88fbdd43a7bbfe2ff78ce7388
MD5 (dfly-1.12.1_REL.iso) = e4c063b7cc48eaf9c8cfc62e10b6aa8a
MD5 (dfly-1.12.1_REL.iso.gz) = 0476ea6d2819110535d689c46fe5e0eb
MD5 (dfly-1.12.2_REL.iso) = 4b190d80f12bfc6f3461d104e7d39078
MD5 (dfly-1.12.2_REL.iso.gz) = 866252789fda7908ff46645109715db8
1.12.x Release Errata
DragonFly releases are meant to be stable, dependable entities. We backport compatible bug fixes from current development into release branches but we do not generally backport new features. The release CD is always a '.0', e.g. 1.12.0. The most common way to track a release is to use cvsup to track the release sources and then build and install a new world and kernel to keep your system updated.
We do not always get every last little fix into a release. Please be sure to read the errata page for the release CD!
Version | Date | Comments | |
---|---|---|---|
1.12.2 | 20-Apr-2008 | RELEASE CD | Errata |
1.12.1 | 08-Mar-2008 | RELEASE CD | Errata |
1.12.0 | 26-Feb-2008 | RELEASE CD | Errata |
1.12.x Release Sites
Organization | Mirrored Data | Access methods |
---|---|---|
Chlamydia.fs.ei.tum.de (Germany) | 1.12.2_REL image | HTTP FTP |
TheShell.com | 1.12.2_REL image | HTTP FTP |
high5.net (Amsterdam) | 1.12.2_REL image | HTTP |
dragonflybsd.kiev.ua (Ukraine) | 1.12.2_REL image | FTP |
Dragonflybsd.org (USA) | 1.12.2_REL image | FTP (try to find another site first) |
Package Source Patches
Currently there is a known issue that effects building numerous pkgsrc utilities from sources. For example, Firefox. If you are building packages from source you will have to apply this patch to your pkgsrc source tree.
http://apollo.backplane.com/DFlyMisc/pkgsrc-devel-m4.patch
MD5 (pkgsrc-devel-m4.patch) = 5c02bdf412cc0b546672b1cbd4e57528Release Notes for DragonFly 1.12.x
1.12 is our seventh major DragonFly release. DragonFly's policy is to only commit bug fixes to release branches.
Release Notes for DragonFly 1.12.2
- Fix wide symbols (wstring, wint_t etc) support in gcc41 (libstdc++).
- Fix incomplete stack traces in gdb(1).
- Fix buffer overflow in ppp(8) command prompt parsing (OpenBSD errata 2008-009, CVE-2008-1215).
- Make sure the direction flag is clear when running a signal handler as specified by i386/amd64 abi.
- Make the value of PTT_RELAY_SID match the RFC to fix problems with relayed PPPoE (ng_pppoe(4)).
- Add __sreadahead() to fix problems with GNU m4.
- Add libc support for gcc41 stack protector.
- Fix issues in libthread_xu, solving problems with KDE and Firefox.
- Fix for CVE-2008-1657. Fix a server side SSH attack that allowed users to bypass the sshd_config ForceCommand directive.
- Fix for CVE-2008-1483. Fix a vulnerability which allowed local users to hijack forwarded X connections.
- Update bzip2 to 1.0.5, fixes CVE-2008-1372.
Release Notes for DragonFly 1.12.1
- Fixed a serious vendor bug in sendmail that caused it to crash on connect.
DragonFly 1.12.0 Release Notes
Kernel changes
- Support for the 386 CPU was abandoned.
- Added the Hardware sensors framework. Ported from OpenBSD via FreeBSD Google SoC port. This framework retrieves motherboard information such as fan speed, temperature, and voltage via sysctl.
- Major work on ipfw2, switch ipfw from ipfw1 to ipfw2.
- Sync the ACPI code with recent changes from FreeBSD.
- Syscall and trap entry code run MPSAFE by default now (most syscalls still get the MP lock when they hit the I/O path, though).
- Fix memory leak in execve()
- Many LWP related issues cleaned up.
- Add support to CAM for 16-byte read and write commands.
- Major update of the CAM code.
- kmalloc() use cases cleaned up.
- Updated rxcsum/txcsum offload support for network drivers.
- mbuf leak fixed. Some use-after-free cases in if_ethersubr.c have been fixed.
- Greatly simplify the vnode_pager*() code.
- The kernel (and virtual kernel) now saves and restores the FP state for signal stack frames. Related libc_r hacks have been removed.
- Ownership check added when dumping core (security fix).
- Fix a possible weakness in the random number generator.
- Fix a weakness in the 'random' IP sequence number generator and turn random IP id's on by default.
- Correct a cpu routing bug in the TCP stack.
- Power management updates.
- Adjust getdirentries to support 64 bit directory position cookies. Also adjust libc. Unconditionally use seek (with its 64 bit offset range).
- Add pselect() syscall.
- Fix an objcache bug, improving objcache performance.
- Numerous security related sysctls have been moved to a new sysctl category called 'security'.
Hardware changes
- Add SATA ATAPI support for AHCI controllers.
- Update the agp code to the latest one from FreeBSD HEAD. This brings in a lot of newer hardware support.
- Add several drivers for sensorsd: coretemp driver for Intel Core on-die digital thermal sensor from FreeBSD and lm and it drivers for hardware sensors used in many motherboards.
- Major sound system update. Added drivers, IDs, and fixes from FreeBSD.
- AGP support greatly improved, changes primarily taken from FreeBSD.
- Sync the bktr driver with FreeBSD.
Hardware changes (Networking)
- Add experimental bluetooth stack.
- Add many new network adapter IDs.
- Many network drivers updated & improved.
- Import msk from FreeBSD which supports the Marvell Yukon II based NICs (both GE and FE).
- Add et which supports Agere ET1310 based Ethernet chips (PCIe only).
- Add support for newer devices used with ICH9 chipset motherboards.
- 802.11 support greatly improved.
Hardware changes (USB)
- Add many new USB device IDs.
- USB device attachment sped up considerably.
- Geode companion support added to OHCI probe code.
- ISA attachment for Adaptec 284X controllers and other significant aic7xxx work.
- Improved reliability for high speed USB modems
- Improved operation for USB based CD/DVD writers.
- Improved operation of USB based serial devices.
- Add moscom from OpenBSD, supporting MosChip based serial adapters.
- Add uark from OpenBSD, supporting Arkmicro tech serial adapters.
- Add uchcom from NetBSD. A driver for WinChipHead CH341/CH340 chips.
- Add uslcom from OpenBSD, supporting Silicon Laboratories serial USB.
- Add uticom driver for Texas Instruments TUSB3410 USB to serial chips.
Userland changes
- Switch to gcc41 (4.1.x) as the default compiler. gcc 3.4.x is still available via 'setenv CCVER gcc34'. Scrap binutils 215.
- libthread_xu is now the default threading library for the userland.
- Threading-related header files moved out of emulation/posix4 and into sys.
- Add pkg_search to the base system. pkg_search queries the pkgsrc index for a given package name and display the results.
- Add pkg_radd. pkg_radd acts as a wrapper for pkg_add and install binary pkgsrc packages.
- Add a pkg_search script to simplify pkgsrc searches.
- Add getent() from FreeBSD which retrieves and displays entries from the administrative database like passwd.
- Add pam_nologin from FreeBSD.
- Add bluetooth libraries and various Bluetooth tools to configure and manipulate Bluetooth devices. btconfig, bthcid, btpin, sdpd, sdpquery, and rfcomm_sppd. Mostly from NetBSD.
- Fix minor bugs in hog partition ('*') specifications in disklabel.
- Add /usr/Makefile containing easy-to-use targets for users to install and maintain DragonFly source and pkgsrc subtrees.
- traceroute can now handle MPLS extensions for ICMP.
- Many documentation updates.
- DPMS support added to the vesa console module.
- Allow VESA mode numbers > 512.
- Add lldiv_t, lldiv(), llabs(), imaxdiv() to libc.
- Update the 'at' command.
- Switch from libreadline to libedit.
- vnconfig enhanced.
- kdump enchanced to output more human readable information by default, from FreeBSD.
Removals
- ARCnet, FDDI and Token Ring support was removed.
- The fla driver was removed. It's known to be buggy, supports very limited set of obsolete devices with limited set of firmware versions, is removed from FreeBSD more than 3 years ago and is not supported any more more than 4 years.
- Remove nv driver, it is replaced by nfe.
- openntpd removed. dntpd is now our official client-side ntpd.
- acxcontrol removed. Firmware files have been automated (see man acx).
- The ray driver was removed. raycontrol removed.
- wicontrol was removed. ifconfig has taken over most of its functionality.
Contributed Software
- less was updated to version 416
- libarchive was updated to version 2.4.8
- libpcap was updated to version 0.9.8
- OpenSSL was updated to version 0.9.8g
- OpenSSH was updated to version 4.7p1
- sendmail was updated to version 8.14.2
- tcpdump was updated to version 3.9.8
- tcsh was updated to 6.15.00
- zoneinfo database was synced with tzdata2007k (merged to DragonFly 1.10)
- bind was updated to 9.3.4-P1
- diffutils was updated to 2.8.7
- sync libfetch with FreeBSD
- wpa_supplicant and hostapd were updated to version 0.5.8 (for 802.11)
- gcc was updated to 4.1.2
- gdb was updated to 6.7.1
- file was updated to 4.23
- libevent was updated to 1.3e
Sub-project progress report
- Progress has been made on making more of the kernel MP safe. The network path has a good chance of getting there by the end of the year. The I/O path still needs a lot of work.
- A great deal of 64-bit support infrastructure has been brought in but 64-bit isn't operational yet.
- The HAMMER filesystem is not quite alpha yet, but well on its way.
- DMA introduced - currently in an alpha state. This subsystem will provide local mail delivery and simple outgoing/smarthost mail delivery and allow us to remove sendmail from base.