From 990506a17c5fdaa7d2c8cbbd97ed82119d244ba7 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 6 Mar 2005 18:01:05 +0000 Subject: [PATCH] New release notes: Beastie boot menu disabled, acpi(4) turns ACPI and PCI devices off or to a lower power state in suspend, acpi_ibm driver added, ed(4) ALTQ support, ipfw(4) ucred-based rules can be used with debug.mpsafenet=1, TCP-MD5 implementation in KAME IPv4 IPsec, ftpd(8) 212 and 213 status code support, gvinum checkparity/rebuildparity/setstate subcommand support, periodic(8) security report now includes blocked packet counts by pf(4), ppp(8) NAS-IP-Address/NAS-Identifier options, pppd(8) incorrect CBCP response fix, and rescue(8) now includes BSD tar. Update release notes: rc.conf(5) network interface renaming support (MFC), and markup fix in the entry of systat(1) IPv6 support. --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 56 ++++++++++++++++++- .../en_US.ISO8859-1/relnotes/common/new.sgml | 56 ++++++++++++++++++- 2 files changed, 108 insertions(+), 4 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index b9b903fc10be..2ed4120dbc48 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -229,6 +229,8 @@ has been added. This setting allows USB keyboards to work if no PS/2 keyboard is attached. + The beastie boot menu has been disabled by default. + @@ -236,6 +238,16 @@ Hardware Support + The &man.acpi.4; driver now turns + the ACPI and PCI devices off or to a lower power state + in suspend, and back on again in resume. + This behavior can be disabled by + setting debug.acpi.do_powerstate and + hw.pci.do_powerstate sysctls. + + The acpi_ibm driver for IBM laptops + has been added. + The acpi_snc driver, which supports the Sony Notebook Controller on various Sony laptops has been added. @@ -321,6 +333,9 @@ The &man.dc.4; driver now supports the &man.altq.4; framework. + The &man.ed.4; driver now supports the &man.altq.4; + framework. &merged; + In the &man.em.4; driver, hardware support for VLAN tagging is now disabled by default due to some interactions between this feature and promiscuous mode. &merged; @@ -387,6 +402,12 @@ install divert rules and &man.natd.8; will return the error message protocol not supported. + The &man.ipfw.4; can work with + debug.mpsafenet=1 + (this tunable is 1 by default) + when the gid, jail, + and/or uid rule options are used. + &man.ipfw.8; now supports classification and tagging of &man.altq.4; packets via a divert socket, as well as the TCP data length. @@ -424,6 +445,9 @@ extension has been considered a defective one in a recent Internet Draft. + The KAME IPv4 IPsec implementation integrated + in &os; now supports TCP-MD5. &merged; + Random ephemeral port number allocation has led to some problems with port reuse at high connection rates. This feature is now disabled during periods of high connection @@ -519,11 +543,23 @@ eject) to take place after fixating a disk. + The &man.ftpd.8; program now uses 212 + and 213 status code for directory + and file status correctly (211 is used in + the previous versions). This behavior is described in RFC 959. + &merged; + The create command of the &man.gpt.8; utility now supports a command-line flag to force creation of a GPT even when there is an MBR record on a disk. &merged; + The gvinum(8) utility now supports + checkparity, + rebuildparity, and + setstate + subcommands. &merged; + The &man.ifconfig.8; utility has been restructured. It is now more modular and flexible with respect to supporting interface-specific functionality. The 802.11 support has been @@ -632,6 +668,9 @@ complete list of these variables; it also implements some temporary backward compatibility for the old names. + The &man.periodic.8; security output now supports to display + information about blocked packet counts by &man.pf.4;. &merged; + The &man.ppp.8; program now implements an parameter, which allows LCP ECHOs to be enabled independently of LQR reports. Older versions of @@ -639,6 +678,19 @@ failure. It is now necessary to specify enable echo to get this behavior. &merged; + and + options + which support pre-RFC 2865 RADIUS servers + have been added to the &man.ppp.8; program. + + Two bugs in the &man.pppd.8; program has been fixed. + They may result in an incorrect CBCP response + which violates the Microsoft PPP Callback Control Protocol + section 3.2. + + The &man.rescue.8; utilities in the /rescue + directory now includes &man.bsdtar.1; instead of GNU tar. + The &man.rm.1; utility now supports an option that asks for confirmation (once) if recursively removing directories or if more than 3 files are listed in the @@ -678,7 +730,7 @@ local denial-of-service attack. &merged; The &man.systat.1; display is now - IPv6-aware. &merged; + IPv6-aware. &merged; The option of &man.tail.1; utility now supports more than one file at a time. &merged; @@ -713,7 +765,7 @@ <filename>/etc/rc.d</filename> Scripts &man.rc.conf.5; now supports changes of network interface names - at boot time. For example: + at boot time. &merged; For example: ifconfig_fxp0_name="net0" ifconfig_net0="inet 10.0.0.1/16" diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index b9b903fc10be..2ed4120dbc48 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -229,6 +229,8 @@ has been added. This setting allows USB keyboards to work if no PS/2 keyboard is attached. + The beastie boot menu has been disabled by default. + @@ -236,6 +238,16 @@ Hardware Support + The &man.acpi.4; driver now turns + the ACPI and PCI devices off or to a lower power state + in suspend, and back on again in resume. + This behavior can be disabled by + setting debug.acpi.do_powerstate and + hw.pci.do_powerstate sysctls. + + The acpi_ibm driver for IBM laptops + has been added. + The acpi_snc driver, which supports the Sony Notebook Controller on various Sony laptops has been added. @@ -321,6 +333,9 @@ The &man.dc.4; driver now supports the &man.altq.4; framework. + The &man.ed.4; driver now supports the &man.altq.4; + framework. &merged; + In the &man.em.4; driver, hardware support for VLAN tagging is now disabled by default due to some interactions between this feature and promiscuous mode. &merged; @@ -387,6 +402,12 @@ install divert rules and &man.natd.8; will return the error message protocol not supported. + The &man.ipfw.4; can work with + debug.mpsafenet=1 + (this tunable is 1 by default) + when the gid, jail, + and/or uid rule options are used. + &man.ipfw.8; now supports classification and tagging of &man.altq.4; packets via a divert socket, as well as the TCP data length. @@ -424,6 +445,9 @@ extension has been considered a defective one in a recent Internet Draft. + The KAME IPv4 IPsec implementation integrated + in &os; now supports TCP-MD5. &merged; + Random ephemeral port number allocation has led to some problems with port reuse at high connection rates. This feature is now disabled during periods of high connection @@ -519,11 +543,23 @@ eject) to take place after fixating a disk. + The &man.ftpd.8; program now uses 212 + and 213 status code for directory + and file status correctly (211 is used in + the previous versions). This behavior is described in RFC 959. + &merged; + The create command of the &man.gpt.8; utility now supports a command-line flag to force creation of a GPT even when there is an MBR record on a disk. &merged; + The gvinum(8) utility now supports + checkparity, + rebuildparity, and + setstate + subcommands. &merged; + The &man.ifconfig.8; utility has been restructured. It is now more modular and flexible with respect to supporting interface-specific functionality. The 802.11 support has been @@ -632,6 +668,9 @@ complete list of these variables; it also implements some temporary backward compatibility for the old names. + The &man.periodic.8; security output now supports to display + information about blocked packet counts by &man.pf.4;. &merged; + The &man.ppp.8; program now implements an parameter, which allows LCP ECHOs to be enabled independently of LQR reports. Older versions of @@ -639,6 +678,19 @@ failure. It is now necessary to specify enable echo to get this behavior. &merged; + and + options + which support pre-RFC 2865 RADIUS servers + have been added to the &man.ppp.8; program. + + Two bugs in the &man.pppd.8; program has been fixed. + They may result in an incorrect CBCP response + which violates the Microsoft PPP Callback Control Protocol + section 3.2. + + The &man.rescue.8; utilities in the /rescue + directory now includes &man.bsdtar.1; instead of GNU tar. + The &man.rm.1; utility now supports an option that asks for confirmation (once) if recursively removing directories or if more than 3 files are listed in the @@ -678,7 +730,7 @@ local denial-of-service attack. &merged; The &man.systat.1; display is now - IPv6-aware. &merged; + IPv6-aware. &merged; The option of &man.tail.1; utility now supports more than one file at a time. &merged; @@ -713,7 +765,7 @@ <filename>/etc/rc.d</filename> Scripts &man.rc.conf.5; now supports changes of network interface names - at boot time. For example: + at boot time. &merged; For example: ifconfig_fxp0_name="net0" ifconfig_net0="inet 10.0.0.1/16"