summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-10-06 05:16:27 +0000
committerbmah <bmah@FreeBSD.org>2001-10-06 05:16:27 +0000
commitb76a3279bdca63c6fc6b203fbed361dd934f9d0b (patch)
tree22bc0b2ad7b93eab71fc704289df720c04802283
parent6bafb37ece1e52de1cae1ff0e363e20d30589df2 (diff)
downloadFreeBSD-src-b76a3279bdca63c6fc6b203fbed361dd934f9d0b.zip
FreeBSD-src-b76a3279bdca63c6fc6b203fbed361dd934f9d0b.tar.gz
New release notes: eaccess(2), vfs.vmiodirenable=1.
MFCs noted: wall(1) -g, route(8) indirect routes, route(8) net/bits syntax, route(8) proxy only published ARP entries.
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml16
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml16
2 files changed, 24 insertions, 8 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 6474de2..f367cc4 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -302,6 +302,10 @@
used to artificially reduce the memory size of a machine for
testing (or other purposes). &merged;</para>
+ <para>An &man.eaccess.2; system call has been added, similar to
+ &man.access.2; except that the former uses effective credentials
+ rather than real credentials.</para>
+
<sect3>
<title>Processor/Motherboard Support</title>
@@ -833,6 +837,10 @@
<literal>UFS_DIRHASH</literal> kernel option, it improves the speed
of operations on very large directories at the expense of some
memory. &merged;</para>
+
+ <para>The virtual memory subsystem now backs UFS directory
+ memory requirements by default (this behavior is controlled via
+ the <varname>vfs.vmiodirenable</varname> sysctl variable.</para>
</sect3>
<sect3>
@@ -1692,7 +1700,7 @@
authentication.</para>
<para>&man.wall.1; now supports a <option>-g</option> flag to
- write a message to all users of a given group.</para>
+ write a message to all users of a given group. &merged;</para>
<para>The new <varname>CPUTYPE</varname>
<filename>make.conf</filename> variable controls the compilation
@@ -1927,16 +1935,16 @@
<para>&man.route.8; is now more verbose when changing indirect
routes, in the case of a gateway route that is the same route as
- the one being modified.</para>
+ the one being modified. &merged;</para>
<para>&man.route.8; now uses
<literal><replaceable>host</replaceable>/<replaceable>bits</replaceable></literal>
syntax instead of
<literal><replaceable>net</replaceable>/<replaceable>bits</replaceable></literal>
- syntax, for compatibility with &man.netstat.1;.</para>
+ syntax, for compatibility with &man.netstat.1;. &merged;</para>
<para>&man.route.8; can now create <quote>proxy only</quote>
- published ARP entries.</para>
+ published ARP entries. &merged;</para>
<para>&man.tmpnam.3; will now use the <envar>TMPDIR</envar>
environment variable, if set, to specify the location of temporary
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 6474de2..f367cc4 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -302,6 +302,10 @@
used to artificially reduce the memory size of a machine for
testing (or other purposes). &merged;</para>
+ <para>An &man.eaccess.2; system call has been added, similar to
+ &man.access.2; except that the former uses effective credentials
+ rather than real credentials.</para>
+
<sect3>
<title>Processor/Motherboard Support</title>
@@ -833,6 +837,10 @@
<literal>UFS_DIRHASH</literal> kernel option, it improves the speed
of operations on very large directories at the expense of some
memory. &merged;</para>
+
+ <para>The virtual memory subsystem now backs UFS directory
+ memory requirements by default (this behavior is controlled via
+ the <varname>vfs.vmiodirenable</varname> sysctl variable.</para>
</sect3>
<sect3>
@@ -1692,7 +1700,7 @@
authentication.</para>
<para>&man.wall.1; now supports a <option>-g</option> flag to
- write a message to all users of a given group.</para>
+ write a message to all users of a given group. &merged;</para>
<para>The new <varname>CPUTYPE</varname>
<filename>make.conf</filename> variable controls the compilation
@@ -1927,16 +1935,16 @@
<para>&man.route.8; is now more verbose when changing indirect
routes, in the case of a gateway route that is the same route as
- the one being modified.</para>
+ the one being modified. &merged;</para>
<para>&man.route.8; now uses
<literal><replaceable>host</replaceable>/<replaceable>bits</replaceable></literal>
syntax instead of
<literal><replaceable>net</replaceable>/<replaceable>bits</replaceable></literal>
- syntax, for compatibility with &man.netstat.1;.</para>
+ syntax, for compatibility with &man.netstat.1;. &merged;</para>
<para>&man.route.8; can now create <quote>proxy only</quote>
- published ARP entries.</para>
+ published ARP entries. &merged;</para>
<para>&man.tmpnam.3; will now use the <envar>TMPDIR</envar>
environment variable, if set, to specify the location of temporary
OpenPOWER on IntegriCloud