New release notes: sbsh(4), mixer(8) relative adjustments,

mount_nfs(8) noinet4/noinet6, usbhidaction(1), xargs(1) -o.
This commit is contained in:
Bruce A. Mah 2003-04-13 19:15:08 +00:00
parent fdff41609d
commit dc0a1928da
2 changed files with 38 additions and 0 deletions

View File

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

View File

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