From 1ad4fd1131b259aaa193c0327523606b8e812288 Mon Sep 17 00:00:00 2001 From: hrs Date: Sun, 12 Jun 2005 08:55:59 +0000 Subject: [PATCH] New release notes: security.jail.getfsstatroot_only --> security.jail.enforce_statfs renamed, struct ifnet change, acpi_ibm(4) improved, atkbdc(4) cleanup, arkbdc(4), syscons(4), and so on, enabled by default on sparc64, hwpmc(4) MI support, ng_tcpmss(4) added, and rexecd(8) removed. Approved by: re (implicitly) --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 73 ++++++++++++++++++- .../en_US.ISO8859-1/relnotes/common/new.sgml | 73 ++++++++++++++++++- 2 files changed, 144 insertions(+), 2 deletions(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 5eb3a93e36f0..92dd04a9fde2 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -241,6 +241,43 @@ treated as an unprivileged user; if set to 1, then a jailed root user is treated the same as an unjailed root user. &merged; + A sysctl security.jail.getfsstatroot_only has been + renamed to security.jail.enforce_statfs and + now supports the following policies: + + + + + + Value + Policy + + + + + + 0 + show all mount-points without any restrictions + + + + 1 + show only mount-points below jail's chroot and show only part of the + mount-point's path (if jail's chroot directory is + /jails/foo and + mount-point is + /jails/foo/usr/home + only /usr/home will be shown) + + + + 2 + show only mount-point where jail's chroot directory is placed. + + + + + The loader tunable debug.mpsafevm has been enabled by default. &merged; @@ -250,6 +287,11 @@ DEBUG_MEMGUARD, plus small kernel modifications. It is generally intended for use by kernel developers. + struct ifnet and network interface API + have been changed. Due to ABI incompatibility, all drivers + not in the &os; base system need to be updated to use + the new API and recompiled. + A number of bugs have been fixed in the ULE scheduler. &merged; @@ -376,6 +418,10 @@ The &man.acpi.ibm.4; driver for IBM laptops has been added. + The &man.acpi.ibm.4; driver has been + improved to support hotkeys and reading fan status and thermal + sensors. + The &man.acpi.fujitsu.4; driver for handling &man.acpi.4;-controlled buttons Fujitsu laptops has been added. @@ -383,6 +429,23 @@ which supports the Sony Notebook Controller on various Sony laptops has been added. + The &man.atkbdc.4;, &man.atkbd.4;, and &man.psm.4; + drivers have been rewritten in more bus-independent way, + and now support EBus found on sparc64 platform. + + The following device drivers have been + added and enabled by default: + &man.atkbdc.4;, + &man.atkbd.4;, + creator(4), + machfb(4), + &man.syscons.4;, + &man.ohci.4;, + &man.psm.4;, + &man.ukbd.4;, + &man.ums.4;, + and &man.usb.4;. + The &man.auxio.4; driver has been to drive some auxiliary I/O functions found on various SBus/EBus &ultrasparc; models. &merged; @@ -401,7 +464,7 @@ in the &man.acpi.4; driver. These can individually be disabled by setting device hints such as hint.ichss.0.disabled="1". - The &man.hwpmc.4; hardware performance + The &man.hwpmc.4; hardware performance monitoring counter driver has been added. This driver virtualizes the hardware performance monitoring facilities in modern CPUs and provides support for using @@ -654,6 +717,9 @@ A new &man.ng.netflow.4; NetGraph node allows a router running &os; to do NetFlow version 5 exports. &merged; + A new &man.ng.tcpmss.4; NetGraph node has been added. + This supports altering MSS options of TCP packets. + The &man.sppp.4; driver now includes Frame Relay support. &merged; @@ -1089,6 +1155,11 @@ it behaving as if the option is always specified has been fixed. &merged; + The &man.rexecd.8; utility has been removed. + There are no rexec clients in the &os; tree, and the client + function &man.rexec.3; is present only in + libcompat. + 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 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 5eb3a93e36f0..92dd04a9fde2 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -241,6 +241,43 @@ treated as an unprivileged user; if set to 1, then a jailed root user is treated the same as an unjailed root user. &merged; + A sysctl security.jail.getfsstatroot_only has been + renamed to security.jail.enforce_statfs and + now supports the following policies: + + + + + + Value + Policy + + + + + + 0 + show all mount-points without any restrictions + + + + 1 + show only mount-points below jail's chroot and show only part of the + mount-point's path (if jail's chroot directory is + /jails/foo and + mount-point is + /jails/foo/usr/home + only /usr/home will be shown) + + + + 2 + show only mount-point where jail's chroot directory is placed. + + + + + The loader tunable debug.mpsafevm has been enabled by default. &merged; @@ -250,6 +287,11 @@ DEBUG_MEMGUARD, plus small kernel modifications. It is generally intended for use by kernel developers. + struct ifnet and network interface API + have been changed. Due to ABI incompatibility, all drivers + not in the &os; base system need to be updated to use + the new API and recompiled. + A number of bugs have been fixed in the ULE scheduler. &merged; @@ -376,6 +418,10 @@ The &man.acpi.ibm.4; driver for IBM laptops has been added. + The &man.acpi.ibm.4; driver has been + improved to support hotkeys and reading fan status and thermal + sensors. + The &man.acpi.fujitsu.4; driver for handling &man.acpi.4;-controlled buttons Fujitsu laptops has been added. @@ -383,6 +429,23 @@ which supports the Sony Notebook Controller on various Sony laptops has been added. + The &man.atkbdc.4;, &man.atkbd.4;, and &man.psm.4; + drivers have been rewritten in more bus-independent way, + and now support EBus found on sparc64 platform. + + The following device drivers have been + added and enabled by default: + &man.atkbdc.4;, + &man.atkbd.4;, + creator(4), + machfb(4), + &man.syscons.4;, + &man.ohci.4;, + &man.psm.4;, + &man.ukbd.4;, + &man.ums.4;, + and &man.usb.4;. + The &man.auxio.4; driver has been to drive some auxiliary I/O functions found on various SBus/EBus &ultrasparc; models. &merged; @@ -401,7 +464,7 @@ in the &man.acpi.4; driver. These can individually be disabled by setting device hints such as hint.ichss.0.disabled="1". - The &man.hwpmc.4; hardware performance + The &man.hwpmc.4; hardware performance monitoring counter driver has been added. This driver virtualizes the hardware performance monitoring facilities in modern CPUs and provides support for using @@ -654,6 +717,9 @@ A new &man.ng.netflow.4; NetGraph node allows a router running &os; to do NetFlow version 5 exports. &merged; + A new &man.ng.tcpmss.4; NetGraph node has been added. + This supports altering MSS options of TCP packets. + The &man.sppp.4; driver now includes Frame Relay support. &merged; @@ -1089,6 +1155,11 @@ it behaving as if the option is always specified has been fixed. &merged; + The &man.rexecd.8; utility has been removed. + There are no rexec clients in the &os; tree, and the client + function &man.rexec.3; is present only in + libcompat. + 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