Revert spam
[ikiwiki.git] / release32 / index.mdwn
1 # DragonFly Release 3.2
2
3 Version 3.2.1 released 02 November 2012.
4
5 Version 3.2.2 released 16 December 2012.  See [tagged commit for details](http://lists.dragonflybsd.org/pipermail/commits/2012-December/032299.html).
6
7 ## Big-ticket items
8
9 ### Performance improvements under database load
10
11 Significant work has gone into the scheduler to improve performance, using postgres benchmarking as a measure.  See 
12 [the PDF of graphed results](http://lists.dragonflybsd.org/pipermail/users/attachments/20121010/7996ff88/attachment-0002.pdf) to see the improvements.  DragonFly should be now one of the best selections for Postgres and other databases.
13
14 ### New USB stack
15
16 [USB4BSD](http://www.selasky.org/hans_petter/usb4bsd/) has been incorporated into this release.  More USB devices are compatible with DragonFly, and xhci (USB 3.0) users may be able to take full advantage of their newer hardware.  Since this is a new feature, it is available in 3.2 but *not* built by default.  See the [original announcement](http://lists.dragonflybsd.org/pipermail/users/2012-October/017542.html) for how to do so.
17
18 ## Availability
19
20 Four release options are now available for 32-bit as well as for 64-bit.  64-bit installations are recommended if you do not need the linux emulation layer.
21
22 * An ISO, to be burned to a physical CD or used as an image to install a virtual machine.
23 * A bootable USB disk-key image. (minimum 2G USB stick needed)
24 * A GUI bootable ISO image with a full X environment.  DVD disc required. 
25 * A GUI bootable USB disk-key image with a full X environment.  (minimum 4G USB stick needed) 
26 * The GUI images also include a snapshot of our git repos in /usr/src/.git and /usr/pkgsrc/.git which can be incrementally updated after the installation.
27
28 The release ISO images should be available on most of the [[mirrors|mirrors]]. If the ISO is not available on a certain mirror, please try another one or download it from the DragonFly master site. Each image is in the "Live CD" format, meaning that it boots into a running and fully functional DragonFly system, which can be used for testing or system recovery tasks as well as installation.  Check the [hardware page](http://www.dragonflybsd.org/docs/supportedhardware/) or boot a Live CD to check for compatibility.  
29
30 The GUI bootable USB image also contains the DragonFly git repo in /usr/src and the pkgsrc git repo in /usr/pkgsrc.  The code can be trivially checked out using these repos and can be incrementally updated from master sites, post-install.  See below for methods to obtain this code using the other images.
31
32 ### MD5 sums
33
34 MD5 sums for the compressed images:
35
36 * MD5 (dfly-i386-3.2.1_REL.img.bz2) = a592a2da318c081850a4e7cb28ef18c8
37 * MD5 (dfly-i386-3.2.1_REL.iso.bz2) = a6a78642d636d4205e0f3b6b78a6ead9
38 * MD5 (dfly-i386-gui-3.2.1_REL.img.bz2) = cdd250a8eaa7331d4130efacf068ded7
39 * MD5 (dfly-i386-gui-3.2.1_REL.iso.bz2) = b04e274d58539fee8dbaa70da8cfcfdd
40 * MD5 (dfly-x86_64-3.2.1_REL.img.bz2) = a8af1d8d7d865acf7ab4f49ed5e5321b
41 * MD5 (dfly-x86_64-3.2.1_REL.iso.bz2) = c8ea968b85ddd522ccaa0e6e1f1de17a
42 * MD5 (dfly-x86_64-gui-3.2.1_REL.img.bz2) = 5c1519a46a386ec310cbb285debf6485
43 * MD5 (dfly-x86_64-gui-3.2.1_REL.iso.bz2) = 34c11445c55102ef122b7ae8209e99d5
44
45 MD5 sums for the uncompressed images:
46
47 * MD5 (dfly-i386-3.2.1_REL.img) = 52c416d9ea77ef11dace6e24e24a1741
48 * MD5 (dfly-i386-3.2.1_REL.iso) = b1a6c18097b9e8ae86929b60b2974f1d
49 * MD5 (dfly-i386-gui-3.2.1_REL.img) = c94d6ebde1914b89064af9df7b402d9b
50 * MD5 (dfly-i386-gui-3.2.1_REL.iso) = 21fc0e02557f331d943de2f9682b5df6
51 * MD5 (dfly-x86_64-3.2.1_REL.img) = 2a0900c62432af5e805f8c7b1a71b073
52 * MD5 (dfly-x86_64-3.2.1_REL.iso) = aec7bf8de6813900d23a5c30838def2e
53 * MD5 (dfly-x86_64-gui-3.2.1_REL.img) = beebf543d1c8c22fe4e799120c77f68b
54 * MD5 (dfly-x86_64-gui-3.2.1_REL.iso) = c5958a04246b7b99b13e33c1032de6ff
55
56
57 ### pkgsrc packages
58
59 We offer roughly 10,000 pre-built [pkgsrc](http://www.pkgsrc.org) packages for this release. The [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd&section=ANY) utility may be used to download pre-built binary packages.  The path can be overridden by setting BINPKG_BASE in `/etc/pkg_radd.conf`.
60
61 To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_search&section=ANY) download the summary file for that release:
62
63     # pkg_search -d
64
65 We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirror of the NetBSD pkgsrc CVS repo at `git://git.dragonflybsd.org/pkgsrcv2.git`.  We recommend that users use it, instead of pulling from NetBSD with CVS.  Our Git mirror is updated several times a day.  Type 'make' in /usr to see the available commands for performing these actions.
66
67 ## DragonFly 3.2 Special Installation and Upgrade Notes
68
69 **Disk size warning** - GUI disk installs and installations using HAMMER should be to disks over 50G in size.  HAMMER history will consume disk space quickly.  Either use UFS on smaller disks, or prune your file history carefully. 
70
71 **Virtual PC users** - Virtual PC does not supply serial numbers for the virtual disks.  The system may need to be manually directed in the boot loader if the disk identifier changes.  (Hit ? in the boot loader for a list of available volumes.)
72
73 **Qemu users** - If you see a large number of error messages on the console when booting, you may need to boot DragonFly with ACPI disabled.  This can be done in the menu presented at initial boot.  If that doesn't help, try placing hw.ioapic_enable=0 in /boot/loader.conf.
74
75 **Installer Crypt Options** - The installer can encrypt the root volume and the swap volume.  It will not work properly for other volumes despite any additional check-boxes you might see.  Installer and boot-time support works but is still a bit rough around the edges.  Performance will be relatively high on multi-core machines.
76
77 ## DragonFly 3.2.1 Release Notes
78
79 > ### Kernel changes
80
81 * Many bug fixes, greatly improving stability.  More robust pcb_onfault handling, fixed issues in the namecache module, VM system, etc.
82 * Removed several arbitrary bounds on kernel caches (such as the buffer cache) for x86-64.
83 * Improved control over BREAK_TO_DEBUGGER by adding run-time sysctls.
84 * Removed sio console baud switching when console & getty/login is running on the same serial port.
85 * mmap() now segment-aligns mappings when reasonable to do so.
86 * KTR logging is now frozen on entry to panic.
87 * Removed size cap for tmpfs.  This created problems when mounting tmpfs partitions from fstab prior to swap being turned on.
88 * Numerous buffer cache clustering performance improvements.
89 * Numerous vkernel related fixes.
90 * Implicit 64KB I/O request size limitations have been removed. All block devices can now cluster I/O requests up to MAXPHYS (currently 128KB) if they support it. 
91 * A new filesystem-independent quota subsystem has been added. See vquota(8)
92 * Fixed floating point rounding for long double in x86_64 platform
93 * Implemented RFC1405 and SACK rescue retransmission 
94 * Several Google Summer of Code projects added for PUFFS support, scheduler changes.
95 * tmpfs filesystems can be exported over NFS
96 * Make carp(4) lockless MPSAFE
97 * More [RFC3390](http://www.ietf.org/rfc/rfc3390.txt) conforming
98 * [RFC6298](http://www.ietf.org/rfc/rfc6298.txt) conforming
99 * [RFC6633](http://www.ietf.org/rfc/rfc6633.txt) conforming
100 * Improve [RFC4015](http://www.ietf.org/rfc/rfc4015.txt) support
101 * Implement [RFC6675](http://www.ietf.org/rfc/rfc6675.txt)
102 * Implement [RFC4653](http://www.ietf.org/rfc/rfc4653.txt)
103 * Fix several SACK related bugs
104 * Optimize SACK scoreboard allocation
105 * Implement "Rescue Retransmission for SACK-based Loss Recovery Algorithm"
106 * Support memory-mapped PCIe configuration space access
107 * Make PAWS robust against segement reordering
108 * Asynchronize TCP's pru_rcvd; improve performance.
109 * ACPICA update (submitted by Magliano Andrea)
110 * Added O_DIRECTORY and O_CLOEXEC support to open(2)
111
112 > ### Hardware changes
113
114 * A driver for the new Ivy Bridge random number generator has been added
115 * Our ACPI reference implementation has been updated
116 * Smart Battery System support has been added
117 * Many ACPI and interrupt routing improvements, as well as bug fixes and workarounds for broken hardware
118 * Watchdog drivers for Intel and AMD chipsets have been imported from FreeBSD. See [ichwd(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=ichwd&section=ANY) and [amdsbwd(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=amdsbwd&section=ANY).
119 * A [ixgbe(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=ixgbe&section=ANY) driver for Intel 10Gb/s ethernet adapters has been added.
120 * Many drivers for hardware RAID adapters have been updated
121 * A [hpt27xx(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=hpt27xx&section=ANY) driver for HighPoint RocketRAID 27xx SAS controllers has been added
122 * A [hptrr(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=hptrr&section=ANY) driver for HighPoint RocketRAID 17xx, 22xx, 23xx and 25xx has been added
123 * Update [igb(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=igb&section=ANY) to 2.2.3, add MSI-X support and various improvements
124 * Update [bge(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=bge&section=ANY) support from FreeBSD
125 * Add Broadcom 5718 and 57785 chip-family support ([bnx(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=bnx&section=ANY))
126 * Add TSO support for IPv4 TCP
127 * Add TSO support in [em(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=em&section=ANY), [emx(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=emx&section=ANY), [bce(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=bce&section=ANY), [bge(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=bge&section=ANY), [bnx(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=bnx&section=ANY), [igb(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=igb&section=ANY), [jme(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=jme&section=ANY)
128 * Stabilize [alc(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=alc&section=ANY) support
129 * Update [em(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=em&section=ANY)/[emx(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=emx&section=ANY) to 7.2.4, fix bugs mentioned in errata
130 * Improve [jme(4)](http://leaf.dragonflybsd.org/cgi/web-man?command=jme&section=ANY) multiple reception queue and MSI-X support 
131
132 > ### New Multiprocessor-safe Work
133
134 * Introduced a new cpu topology aware scheduler, usched_dfly, and made it the default.  This scheduler implements several weighted algorithms and will first try to schedule threads to different sockets (to make best use of on-chip caches).  As the load increases threads are then scheduled to real cores, and finally will be scheduled to hyper-threads.  Threads with similar load characteristics tend to get spread out more.  The scheduler also implements wait/wakeup pairing detection and tries to move related threads closer together to reduce inter-socket cache coherency bandwidth and share L3 caches.
135 * Greatly reduced SMP bottlenecks in the unix domain socket code.
136 * Implemented shared tokens to reduce unnecessary bottlenecks in the VM system, particularly for forked and threaded processes.
137 * Introduced a major pmap optimization for x86-64 which allows page table pages to be shared between UNRELATED processes (so it works for process's separately exec'd or forked), in situations where those processes are mmap()ing the same thing.  This feature works extremely well for both sysv shared memory and mmap()-based shared memory.  In tests with postgres and a 6GB shared memory block the prior memory consumption from forking is now gone.  This page table sharing works even better than the original shm_use_phys sysctl.  Also observed significantly faster X application startup.
138 * Removed bottlenecks from the SYSV semaphore module and fixed numerous timing races.
139 * Added ability to bypass hardware timer read for [gettimeofday()](http://leaf.dragonflybsd.org/cgi/web-man?command=gettimeofday&section=ANY), added additional CLOCK_* defines for [clock_gettime()](http://leaf.dragonflybsd.org/cgi/web-man?command=clock_gettime&section=ANY) and friends.
140  
141 > ### Userland changes
142
143 * [mount(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=mount&section=ANY) now sniffs the label for hints on what type of filesystem is being mounted, when not otherwise specified.  UFS is only assumed if no information can be garnered from the sniffing.
144 * Added support for DT_GNU_HASH elf sections (RTLD).
145 Essentially DT_GNU_HASH is a GNU extension to the ELF
146 format that allows symbol searches much faster than the System V ABI
147 standard hash does.  For very large programs written in languages such as C++ that tend to link in many libraries with many symbols, the reduction in start-time can be dramatic.  Base compilers were updated to generate both SysV and GNU hashes for every dynamic binary and the GNU hash will be used preferentially by the dynamic linker.
148 * Dynamic linker (RTLD)  Added support for preinit, init, and fini arrays, DT_RUNPATH, -z nodefaultlib flag, and dflopen.  Updated ELF filter implementation and added two new directives to libmap.conf, along with general bug fixes from FreeBSD
149 * Support exception handling on statically linked binaries
150 * Imported [terminfo(5)](http://leaf.dragonflybsd.org/cgi/web-man?command=terminfo&section=ANY) and deprecated termcap.  DragonFly is the only BSD using terminfo for its terminal database.  Termcap is still installed, but terminfo has a higher priority and is accessed first.
151 * LDVER support added.  If the environment variable LDVER is set as "ld.gold" then the gold linker will be used over the default ld.bfd linker, similar to compiler-focused CCVER.  Invalid values are ignored.
152 * [cut(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=cut&section=ANY) - synced with FreeBSD
153 * [realpath(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=realpath&section=ANY) - missing posix functionality added (From FreeBSD)
154 * TUI mode added to kgdb, fixed on gdb
155 * boot2 loader reworked for more efficient code so gcc4.6, gcc4.7, and clang will be able to build it within the size limit
156 * dragonfly.pool.ntp.org now exists and is used by default for network time.
157 * LVM stripe support in rconfig
158
159 > ### Removals
160
161 * kzip
162
163 > ### Contributed Software
164
165 * Shipping with pkgsrc-2012Q3 built packages.
166 * Removed gcc 4.1
167 * Added libedit 2012-03-11 from NetBSD
168 * Added libmpc 1.0.1
169 * Added gcc 4.7.2
170 * Updated gcc 4.4 to 4.4.7
171 * Updated grep to 2.12
172 * Updated gdb to 7.4.1
173 * Updated zlib to 1.2.7
174 * Updated ncurses to 5.9
175 * Updated libgmp to 5.0.5
176 * Updated OpenSSL to 1.01c
177 * Updated tzdata to tzdata2012f
178 * Updated sh from FreeBSD
179 * Updated libpcap to 1.3.0
180 * Updated dhclient from OpenBSD
181 * Updated OpenPAM to 'Micrampelis'
182 * Updated xz to 5.0.4
183 * Updated tnftp to newest NetBSD version
184 * Updated libarchive to 3.0.4
185 * Updated tcpdump to 4.3.0
186 * Updated file to 5.11
187
188 >### Security related
189
190 * No specific security-related updates in this release.