diff options
author | bmah <bmah@FreeBSD.org> | 2002-04-26 15:36:37 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-04-26 15:36:37 +0000 |
commit | 8213b19eecbd2f635c175fa1ecf97750fda29782 (patch) | |
tree | 025a8083da4573236b26180e452ba714da4140ab | |
parent | 26b0684eded6ebe30a368697ff95432e67a619bd (diff) | |
download | FreeBSD-src-8213b19eecbd2f635c175fa1ecf97750fda29782.zip FreeBSD-src-8213b19eecbd2f635c175fa1ecf97750fda29782.tar.gz |
New release notes: kenv(2), kenv(1) can set/delete kernel environment
variables, mv(1) -n.
MFCs noted: last(1) -y.
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 12 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 12 |
2 files changed, 22 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 ee2b5f3..b48680d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -136,6 +136,9 @@ variable; &man.dmesg.8; no longer needs to be SGID <groupname>kmem</groupname>. &merged;</para> + <para>The kernel environment is now dynamic, and can be changed + via the new &man.kenv.2; system call.</para> + <para>The &man.kqueue.2; event notification facility was added to the &os; kernel. This is a new interface which is able to replace &man.poll.2;/&man.select.2;, offering improved @@ -2139,6 +2142,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para>&man.kenv.1;, a command to dump the kernel environment, has been added. &merged;</para> + <para>&man.kenv.1; now has the ability to set or delete kernel + environment variables.</para> + <para>&man.keyinfo.1; is now a C program, rather than a Perl script. &merged;</para> @@ -2170,7 +2176,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> particular date and time. &merged;</para> <para>&man.last.1; now supports a <option>-y</option> flag, which - causes the year to be included in the session start time.</para> + causes the year to be included in the session start time. &merged;</para> <para>The &man.lastlogin.8; utility, which prints the last login time of each user, has been imported from @@ -2358,6 +2364,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> This makes it easier to use &man.mtree.8; as a part of an intrusion-detection system. &merged;</para> + <para>&man.mv.1; now takes a (nonstandard) <option>-n</option> to + automatically answer <quote>no</quote> when it would ask to + overwrite a file.</para> + <para>&man.natd.8; now supports a <option>-log_ipfw_denied</option> option to log packets that cannot be re-injected because they are blocked by &man.ipfw.8; 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 ee2b5f3..b48680d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -136,6 +136,9 @@ variable; &man.dmesg.8; no longer needs to be SGID <groupname>kmem</groupname>. &merged;</para> + <para>The kernel environment is now dynamic, and can be changed + via the new &man.kenv.2; system call.</para> + <para>The &man.kqueue.2; event notification facility was added to the &os; kernel. This is a new interface which is able to replace &man.poll.2;/&man.select.2;, offering improved @@ -2139,6 +2142,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para>&man.kenv.1;, a command to dump the kernel environment, has been added. &merged;</para> + <para>&man.kenv.1; now has the ability to set or delete kernel + environment variables.</para> + <para>&man.keyinfo.1; is now a C program, rather than a Perl script. &merged;</para> @@ -2170,7 +2176,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> particular date and time. &merged;</para> <para>&man.last.1; now supports a <option>-y</option> flag, which - causes the year to be included in the session start time.</para> + causes the year to be included in the session start time. &merged;</para> <para>The &man.lastlogin.8; utility, which prints the last login time of each user, has been imported from @@ -2358,6 +2364,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> This makes it easier to use &man.mtree.8; as a part of an intrusion-detection system. &merged;</para> + <para>&man.mv.1; now takes a (nonstandard) <option>-n</option> to + automatically answer <quote>no</quote> when it would ask to + overwrite a file.</para> + <para>&man.natd.8; now supports a <option>-log_ipfw_denied</option> option to log packets that cannot be re-injected because they are blocked by &man.ipfw.8; |