From owner-p4-projects@FreeBSD.ORG Sun Jul 10 22:55:17 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E277A16A420; Sun, 10 Jul 2005 22:55:16 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD08A16A41C for ; Sun, 10 Jul 2005 22:55:16 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7470A43D45 for ; Sun, 10 Jul 2005 22:55:16 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AMtGDR039785 for ; Sun, 10 Jul 2005 22:55:16 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMtGN5039782 for perforce@freebsd.org; Sun, 10 Jul 2005 22:55:16 GMT (envelope-from soc-andrew@freebsd.org) Date: Sun, 10 Jul 2005 22:55:16 GMT Message-Id: <200507102255.j6AMtGN5039782@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 79942 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 22:55:17 -0000 http://perforce.freebsd.org/chv.cgi?CH=79942 Change 79942 by soc-andrew@soc-andrew_serv on 2005/07/10 22:54:24 Bring up to date with vendor Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#3 integrate .. //depot/projects/soc2005/bsdinstaller/src/share/Makefile#1 branch Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#3 (text+ko) ==== @@ -3,7 +3,7 @@ The &os; Project - $FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.880 2005/06/30 18:17:09 bmah Exp $ + $FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.883 2005/07/10 03:47:00 hrs Exp $ 2000 @@ -255,6 +255,9 @@ and threads currently holding sleep mutexes (and spin mutexes for the current thread). &merged; + The kernel crash dump format has been changed to + ELF to support large memory (more than 4GB) environment. + The &man.ichsmb.4; driver is now available as a loadable kernel module. @@ -533,7 +536,7 @@ The &man.uart.4; driver is now enabled in the GENERIC kernel, and is now the - default driver for serial ports. The ofw_console and + default driver for serial ports. The &man.ofw.console.4; and &man.sab.4; drivers are now disabled in the GENERIC kernel. &merged; @@ -556,6 +559,9 @@ controller found on &ultrasparc; workstations. &merged; + The &man.snd.csa.4; driver now supports + suspend and resume operation. + The &man.uaudio.4; driver now has some added functionality, including volume control on more inputs and recording capability on some devices. &merged; @@ -651,6 +657,8 @@ This driver also now supports jumbo frames on Yukon-based interfaces. &merged; + The &man.ste.4; driver now has support for &man.altq.4;. + The &man.vge.4; driver now has support for device polling (&man.polling.4;). @@ -751,6 +759,13 @@ The &man.sppp.4; driver is now MPSAFE. + The &os; routing table now requires gateways for routes + to be of the same address family as the route itself. + The &man.route.8; utility now rejects a combination of different + address families. For example: + + &prompt.root; route add 10.1.1.1 -inet6 fe80::1%fxp0 + The new sysctl net.link.tap.user_open has been implemented. This allows unprivileged access to &man.tap.4; device nodes based on file system permissions. @@ -930,6 +945,19 @@ flag, which supports changing flags on symbolic links. + The &man.env.1; program now supports a + flag to write the command to standard error before it is executed. + + The &man.env.1; program now supports a + option to split the string and pass them to + the command as the command-line arguments. + + The &man.env.1; program now supports a + option to set the command search path used to look for + the command. + The &man.ftpd.8; program now uses the 212 and 213 status codes for directory and file status correctly (211 was used in @@ -1008,6 +1036,11 @@ The on-disk format of LC_CTYPE files has been changed to be machine-independent. + The libkvm now supports + ELF crash dump on amd64 and i386 platforms, + large crash dump (more than 4GB) in 32-bit platforms, + and PAE crash dump on i386 platform. + The &man.mixer.8; utility now supports the option. This is the same as the option but does not output mixing field separators. @@ -1294,6 +1327,11 @@ The rc.d/bsnmpd startup script for &man.bsnmpd.1; has been added. + The rc.d/jail startup script + now supports jail_name_flags + variable which allows to specify &man.jail.8; flags. + &merged; + &man.rc.conf.5; now supports changes of network interface names at boot time. &merged; For example: @@ -1482,7 +1520,7 @@ The &man.pkg.version.1; utility now supports a flag, which causes only the INDEX file to be used for determining if a - package is out of date. + package is out of date. &merged; The ports/INDEX* @@ -1582,10 +1620,15 @@ Documentation of existing functionality has been improved by the addition of the following manual pages: &man.ataraid.4;, &man.bus.space.9;, + &man.central.4;, &man.clkbrd.4;, &man.creator.4;, &man.devfs.conf.5, &man.devfs.rules.5, - &man.pmap.page.init.9;, - &man.pthread.atfork.3;, - &man.sched.4bsd.4;, &man.sched.ule.4;, &man.snd.fm801.4;, + &man.ebus.4;, &man.eeprom.4;, + &man.fhc.4;, + &man.machfb.4;, + &man.ofw.console.4;, &man.openfirm.4;, &man.openprom.4;, + &man.pmap.page.init.9;, &man.pthread.atfork.3;, + &man.rtc.4;, + &man.sbus.4;, &man.sched.4bsd.4;, &man.sched.ule.4;, &man.snd.fm801.4;, &man.snd.neomagic.4;, &man.snd.via8233.4;, &man.snd.via82c686.4;, and &man.snd.vibes.4;.