summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-09-21 22:06:54 +0000
committerbmah <bmah@FreeBSD.org>2001-09-21 22:06:54 +0000
commit419f2ad2e4fc0370fdf342c414f1fd9cdae95dab (patch)
tree820e8f60e80191936a1d00b56c307fe8992da600 /release
parent3f482975e35722efddbdd11fa2141c6552280177 (diff)
downloadFreeBSD-src-419f2ad2e4fc0370fdf342c414f1fd9cdae95dab.zip
FreeBSD-src-419f2ad2e4fc0370fdf342c414f1fd9cdae95dab.tar.gz
New release notes: Load addresses of kernels exported, KVA_SPACE,
client/server NFS split, find(1) primaries now take time units.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml17
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml17
2 files changed, 32 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 d6b3a92..df83dcd 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -242,6 +242,15 @@
<para>Idle zeroing of pages can be enabled with the
<varname>vm.zeroidle_enable</varname> sysctl variable.</para>
+ <para arch="i386">The load addresses of kernels has been exported to the
+ symbol table and various hard-coded constants removed so that
+ utilities such as &man.ps.1; can work with kernels compiled at
+ different addresses. &merged;</para>
+
+ <para arch="i386">A new <varname>KVA_SPACE</varname>kernel option
+ can be used to reconfigure the size of the kernel virtual address
+ space.</para>
+
<sect3>
<title>Processor/Motherboard Support</title>
@@ -690,6 +699,11 @@
<para>Client-side NFS locks have been implemented.</para>
+ <para>The client-side and server-side of the NFS code in the
+ kernel used to be intertwined in various complex ways. They
+ have been split apart for ease of maintenence and further
+ development.</para>
+
<para>Support for file system Access Control Lists (ACLs) has been
introduced, allowing more fine-grained control of discretionary
access control on files and directories. This support was
@@ -1490,7 +1504,8 @@
<para>&man.find.1; now has the <option>-anewer</option>,
<option>-cnewer</option>, <option>-mnewer</option>,
<option>-okdir</option>, and <option>-newer[acm][acmt]</option>
- primaries for comparisons of file timestamps. &merged;</para>
+ primaries for comparisons of file timestamps. The latter
+ primaries can be specified with various units of time. &merged;</para>
<para>&man.tftpd.8; now takes the <option>-c</option> and
<option>-C</option> options, which allow the server to
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 d6b3a92..df83dcd 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -242,6 +242,15 @@
<para>Idle zeroing of pages can be enabled with the
<varname>vm.zeroidle_enable</varname> sysctl variable.</para>
+ <para arch="i386">The load addresses of kernels has been exported to the
+ symbol table and various hard-coded constants removed so that
+ utilities such as &man.ps.1; can work with kernels compiled at
+ different addresses. &merged;</para>
+
+ <para arch="i386">A new <varname>KVA_SPACE</varname>kernel option
+ can be used to reconfigure the size of the kernel virtual address
+ space.</para>
+
<sect3>
<title>Processor/Motherboard Support</title>
@@ -690,6 +699,11 @@
<para>Client-side NFS locks have been implemented.</para>
+ <para>The client-side and server-side of the NFS code in the
+ kernel used to be intertwined in various complex ways. They
+ have been split apart for ease of maintenence and further
+ development.</para>
+
<para>Support for file system Access Control Lists (ACLs) has been
introduced, allowing more fine-grained control of discretionary
access control on files and directories. This support was
@@ -1490,7 +1504,8 @@
<para>&man.find.1; now has the <option>-anewer</option>,
<option>-cnewer</option>, <option>-mnewer</option>,
<option>-okdir</option>, and <option>-newer[acm][acmt]</option>
- primaries for comparisons of file timestamps. &merged;</para>
+ primaries for comparisons of file timestamps. The latter
+ primaries can be specified with various units of time. &merged;</para>
<para>&man.tftpd.8; now takes the <option>-c</option> and
<option>-C</option> options, which allow the server to
OpenPOWER on IntegriCloud