From owner-svn-src-all@FreeBSD.ORG Sun Apr 26 08:29:36 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4EA21065678; Sun, 26 Apr 2009 08:29:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D217B8FC15; Sun, 26 Apr 2009 08:29:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3Q8TZPJ077220; Sun, 26 Apr 2009 08:29:35 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3Q8TZDj077219; Sun, 26 Apr 2009 08:29:35 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <200904260829.n3Q8TZDj077219@svn.freebsd.org> From: Hiroki Sato Date: Sun, 26 Apr 2009 08:29:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org X-SVN-Group: releng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191515 - releng/7.2/release/doc/en_US.ISO8859-1/relnotes X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2009 08:29:36 -0000 Author: hrs Date: Sun Apr 26 08:29:35 2009 New Revision: 191515 URL: http://svn.freebsd.org/changeset/base/191515 Log: Update release notes: amd64 KVA space to 6GB, variable reference in loader(8) script fixed, debug.batt.batt_sleep_ms added, snd_au88x0(4) removed, typo in igb(4) hw.igb.ave_latency fixed, gvinum plex access permission issue fixed, du(1) -l flag added, "netstat -m -N foo" issue fixed, and wc(1) -L flag added. Approved by: re (implicit) Modified: releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml ============================================================================== --- releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml Sun Apr 26 08:17:14 2009 (r191514) +++ releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml Sun Apr 26 08:29:35 2009 (r191515) @@ -208,7 +208,13 @@ Kernel Changes - &os; DTrace subsystem now supports a probe for process execution. + The &os; DTrace subsystem now supports a probe for + process execution. + + The &os; kernel virtual address space has + been increased to 6GB and the ceiling on the kmem map size + to 3.6GB. Note that the ceiling as a fraction of the kernel + map size rather than an absolute quantity. Boot Loader Changes @@ -219,11 +225,23 @@ The &man.loader.8; is now able to obtain DHCP options via &man.kenv.2; variables in the case of network boot. + + A bug in the &man.loader.8; has been fixed. Now the + following line works as expected: + + loader_conf_files="foo bar ${variable}" Hardware Support + The &man.acpi.4; subsystem now supports a &man.sysctl.8; + variable debug.batt.batt_sleep_ms. On + some laptops with smart batteries, enabling battery + monitoring software causes keystrokes from &man.atkbd.4; to + be lost. This sysctl variable adds a delay in millisecond + to the status checking code as a workaround. + The &man.cpuctl.4; driver, which provides a special device /dev/cpuctl as an interface to the system CPU and functionality to retrieve CPUID @@ -242,6 +260,10 @@ chips, XGI V3XE/V5/V8, and Intel i915 chipsets has been improved. + The snd_au88x0(4) driver for Aureal Vortex + 1/2/Advantage PCI has been removed because this was + broken for a long time. + The &man.snd.hda.4; driver has been updated. Changes include: multiple codec per HDA bus, multiple functional groups per codec, multiple audio devices per functional @@ -264,6 +286,10 @@ The ciphy(4) driver now supports Vitesse VSC8211 PHY. + A bug in &man.igb.4; driver which prevents a tunable + hw.igb.ave_latency from working has + been fixed. + The &man.jme.4; driver now supports newer JMicron JMC250/JMC260 revisions. @@ -290,6 +316,12 @@ The &man.ata.4; driver now supports Marvell PATA M88SX6121. + An issue in the &man.gvinum.8; with access permissions + to underlying disks used by a gvinum plex has been fixed. + If the plex is a raid5 plex and is being written to, parity data might + have to be read from the underlying disks, requiring them to be opened for + reading as well as writing. + The &man.mmc.4; and &man.mmcsd.4; driver now support MMC and SDHC cards, high speed timing, wide bus, and multiblock transfers. @@ -315,6 +347,10 @@ The &man.config.8; utility now supports multiple makeoption lines. + The &man.du.1; utility now supports an + flag. When specified, the &man.du.1; counts a file with + multiple hard links as multiple different files. + The &man.fetch.1; utility now supports an flag which supports If-Modified-Since HTTP request. @@ -331,6 +367,12 @@ messages for a NAT rule even when a flag is specified. + A bug in the &man.netstat.1; utility has been fixed. It + crashed with the following options in the previous + versions: + + &prompt.user; netstat -m -N foo + The &man.powerd.8; program has been improved. Changes include reasonable CPU load estimation on SMP systems and a new mode named as hiadaptive for AC-powered @@ -341,6 +383,10 @@ The &man.strndup.3; function has been added. + The &man.wc.1; utility now supports an + flag to output the number of characters in the longest input + line. + A bug in the &man.rpc.yppasswdd.8; program which leaves a zombie process when a password or default shell is changed has been fixed.