New release notes: Load addresses of kernels exported, KVA_SPACE,

client/server NFS split, find(1) primaries now take time units.
This commit is contained in:
Bruce A. Mah 2001-09-21 22:06:54 +00:00
parent fea2ab833e
commit 1370bd89c6
2 changed files with 32 additions and 2 deletions

View File

@ -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

View File

@ -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