From e8a1c705243fba7143e82513020b67fe18f2abe9 Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 21 Aug 2009 09:22:13 -0700 Subject: [PATCH] Catch more of the recent changes --- release24/index.mdwn | 53 +++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/release24/index.mdwn b/release24/index.mdwn index 29990203..8e1900be 100644 --- a/release24/index.mdwn +++ b/release24/index.mdwn @@ -10,12 +10,7 @@ The release ISO images should be available on most of the [[mirrors|mirrors]]. I ### MD5 sums -* MD5 (dfly-2.2.0_REL.iso) = -* MD5 (dfly-gui-2.2.0_REL.iso) = -* MD5 (dfly-img-2.2.0_REL.img) = -* MD5 (dfly-2.2.0_REL.iso.gz) = -* MD5 (dfly-gui-2.2.0_REL.iso.gz) = -* MD5 (dfly-img-2.2.0_REL.img.gz) = +* XXX ### pkgsrc packages @@ -31,8 +26,8 @@ To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/ ### Kernel changes - - * Bring in BUS_DMA_COULD_BOUNCE flag from FreeBSD. + * ACPI: Import acpica-unix-20090521. + * devfs(5): Replaced the static /dev directory with a dynamic device file system written by Alex Hornung during the Google Summer of Code 2009. * usched_set: Add USCHED_CPU_GET for retrieving the current CPU * msdos(5): Fixed a number of bugs * Add disklabel64 UFS + HAMMER boot support (was previously just HAMMER boot support) @@ -63,16 +58,17 @@ To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/ ### Hardware changes - * cxm(4): Add new driver for Hauppauge PVR-250/350 video capture cards (from FreeBSD). * ath(4): Add open source HAL code (from FreeBSD) and make it possible to build it into the kernel. + * cxm(4): Add new driver for Hauppauge PVR-250/350 video capture cards (from FreeBSD). + * mpt(4): Sync the driver with latest version from FreeBSD. #### Networking * em(4): Synced with Intel's em-6.9.6 (from FreeBSD). * emx(4): Copy of em(4) which supports only 8257{1,2,3} parts. * iwi(4): Upgrade to use 3.0 firmware and use firmware(9) API to load firmware. - * vke(4): Convert from kqueue API to cothread API. * tap(4): Add ifclone support + * vke(4): Convert from kqueue API to cothread API. * Turn on adaptive MPSAFE for network threads, and MPSAFE for IP and ARP * RSS: Add Toeplitz hash function * Split ifnet serializer. @@ -81,34 +77,40 @@ To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/ ### Userland changes * Fix a huge number of compiler warnings for various userland utilities. - * installer: Fix the bug when used from console with the LiveDVD. - * installer: Fixed various bugs and cleaned the code. - * expr(1): Add support for -- as required by POSIX - * ifconfig(8): Add static ARP support - * cpdup(1): Allow uid/gid/flags changes to fail if running as user - * pax(1): Add a -O option: force one volume (from NetBSD) * battd(8): Fix some errors and improve the man page - * magic(3): Fix program name extraction from core dumps. + * compilers.conf(5): This file allows to configure ''external'' compilers (e.g. LLVM/clang) for usage with the DragonFly build(7) system. + * cpdup(1): Allow uid/gid/flags changes to fail if running as user * env(1): unbreak build of 2.2 release branch under HEAD - * telnetd(8): Apply FreeBSD-SA-09:05.telnet - fix environment based code execution vulnerability + * etc/rc.d/sendmail: Actually execute sendmail_precmd(). + * expr(1): Add support for -- as required by POSIX + * fetch(1): Synced with FreeBSD. + * devtab: As devfs(5) support access to devices via serial numbers, /etc/devtab can be used to map serial number to human readable labels. + * devfsctl(1): New utility to add/remove/control devfs(5) rules. + * dma(1): The DragonFly Mail Agent more robust and reliable + * hammer(8): Allow -b to specify bytes per second if no suffix is supplied + * Extract PFS null mounts from anywhere in the filesystem, instead of just from the /pfs subdirectory. + * Change B-Tree, inodes, and dir reblocking params, add rebalance + * ifconfig(8): Add static ARP support + * installer: Fix the bug when used from console with the LiveDVD. + * installer: Fixed various bugs and cleaned the code. + * libfetch(3): Synced with FreeBSD. * libkvm: Add support for accessing a running vkernel's memory by reading its /proc/$pid/mem file. + * magic(3): Fix program name extraction from core dumps. * ncal(1): Highlight current day (from FreeBSD) - * libfetch(3): Synced with FreeBSD. - * fetch(1): Synced with FreeBSD. + * pax(1): Add a -O option: force one volume (from NetBSD) + * telnetd(8): Apply FreeBSD-SA-09:05.telnet - fix environment based code execution vulnerability * window(1): Synced with NetBSD. * vkentd(8): Add features, allow IP address to be set in unsecure mode, allow address 0. - * etc/rc.d/sendmail: Actually execute sendmail_precmd(). * libc: Synced various parts with FreeBSD and NetBSD. * libc: Add some new system calls. * libc: Apply FreeBSD-SA-09:07.libc - fix information leak in db(3) * syslogd(8): Sync with FreeBSD + * telnet(1): Autologin is now disabled by default. * undo(1): Fix @@ formatting used by undo -ad and fix duplicate test * Use a Red-Black tree to track HAMMER TIDs * It can now detect all prior replacements of a file * Add an indexing feature to the -t option - * hammer(8): Allow -b to specify bytes per second if no suffix is supplied - * Extract PFS null mounts from anywhere in the filesystem, instead of just from the /pfs subdirectory. - * Change B-Tree, inodes, and dir reblocking params, add rebalance + * vinum(8): Support for geometries larger than 2 TB was added ### amd64 related changes @@ -128,8 +130,9 @@ To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/ ### Contributed Software + * GCC 4.4.1 was added to base, but is not enabled by default. * Update file to version 5.03 * Update less to version 429. * Update OpenSSH to version 5.2p1. * Update OpenSSL to version 0.9.8k. - * Sync zoneinfo database with tzdata2009j. + * Sync zoneinfo database with tzdata2009l. -- 2.41.0