diff options
author | bmah <bmah@FreeBSD.org> | 2003-04-13 19:15:08 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-04-13 19:15:08 +0000 |
commit | 0fabc2f778e360fc57b0febd544e948dc174d357 (patch) | |
tree | c0681718fb72c9a043f915590217fb12ce3fb4ef /release | |
parent | 0dbe173de243cb88609f79d64a30e8311f966221 (diff) | |
download | FreeBSD-src-0fabc2f778e360fc57b0febd544e948dc174d357.zip FreeBSD-src-0fabc2f778e360fc57b0febd544e948dc174d357.tar.gz |
New release notes: sbsh(4), mixer(8) relative adjustments,
mount_nfs(8) noinet4/noinet6, usbhidaction(1), xargs(1) -o.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 19 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 1cba6cd..1e61709 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -257,6 +257,9 @@ <para>The cm driver now supports IPX. &merged;</para> + <para arch="i386">The &man.sbsh.4; driver for the Granch SBNI16 + SHDSL modem has been added.</para> + <para>A new &man.wlan.4; module provides 802.11 link-layer support. The &man.wi.4; driver now uses this facility.</para> @@ -529,6 +532,9 @@ <para>The MAKEDEV script is now unnecessary, due to the mandatory presence of &man.devfs.5;, and has been removed.</para> + <para>&man.mixer.8; can now implement relative volume + adjustments.</para> + <para>The &man.mksnap.ffs.8; program has been added to allow easier creation of FFS snapshots. It is a SUID-<username>root</username> executable designed for use by @@ -548,6 +554,10 @@ <literal>0</literal> will make this option the default. &merged;</para> + <para>&man.mount.nfs.8; now supports the <option>noinet4</option> + and <option>noinet6</option> mount options to prevent NFS mounts + from using IPv4 or IPv6 respectively.</para> + <para>&man.newsyslog.8; now supports a <literal>W</literal> flag to force previously-started compression jobs for an entry (or group of entries specified with the <literal>G</literal> flag) @@ -614,9 +624,18 @@ display mode that displays the network traffic going through active interfaces on the system.</para> + <para>The &man.usbhidaction.1; command has been added; it performs + actions according to its configuration in response to USB HID + controls.</para> + <para>&man.xargs.1; now supports a <option>-P</option> option to execute multiple copies of the same utility in parallel.</para> + <para>&man.xargs.1; now supports a <option>-o</option> flag to + reopen <filename>/dev/tty</filename> for the child process + before executing the command. This is useful when the child + process is an interactive application.</para> + <para>A 1:1 threading package (where for every pthread in an application there is one KSE and thread) has been implemented. Under this model, the kernel handles all thread scheduling 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 1cba6cd..1e61709 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -257,6 +257,9 @@ <para>The cm driver now supports IPX. &merged;</para> + <para arch="i386">The &man.sbsh.4; driver for the Granch SBNI16 + SHDSL modem has been added.</para> + <para>A new &man.wlan.4; module provides 802.11 link-layer support. The &man.wi.4; driver now uses this facility.</para> @@ -529,6 +532,9 @@ <para>The MAKEDEV script is now unnecessary, due to the mandatory presence of &man.devfs.5;, and has been removed.</para> + <para>&man.mixer.8; can now implement relative volume + adjustments.</para> + <para>The &man.mksnap.ffs.8; program has been added to allow easier creation of FFS snapshots. It is a SUID-<username>root</username> executable designed for use by @@ -548,6 +554,10 @@ <literal>0</literal> will make this option the default. &merged;</para> + <para>&man.mount.nfs.8; now supports the <option>noinet4</option> + and <option>noinet6</option> mount options to prevent NFS mounts + from using IPv4 or IPv6 respectively.</para> + <para>&man.newsyslog.8; now supports a <literal>W</literal> flag to force previously-started compression jobs for an entry (or group of entries specified with the <literal>G</literal> flag) @@ -614,9 +624,18 @@ display mode that displays the network traffic going through active interfaces on the system.</para> + <para>The &man.usbhidaction.1; command has been added; it performs + actions according to its configuration in response to USB HID + controls.</para> + <para>&man.xargs.1; now supports a <option>-P</option> option to execute multiple copies of the same utility in parallel.</para> + <para>&man.xargs.1; now supports a <option>-o</option> flag to + reopen <filename>/dev/tty</filename> for the child process + before executing the command. This is useful when the child + process is an interactive application.</para> + <para>A 1:1 threading package (where for every pthread in an application there is one KSE and thread) has been implemented. Under this model, the kernel handles all thread scheduling |