1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

New release notes: statfs(2) and df(1) track blocks committed to being

freed by softupdates, ifconfig(8) accepts CIDR notation, rc(8) clean-out
of /var/run and /var/spool/lock, c89(1) is now a binary, pax(1)
enhancements and cpio(1)/tar(1) compatability, Ukranian language console
support.

Other:  Update/make (more) consistent the list of WaveLAN devices
supported.

MFCs noted:  ln(1) -h/-n, find(1) timestamp flags.
This commit is contained in:
Bruce A. Mah 2001-05-10 23:38:32 +00:00
parent a3c146f1e6
commit 2daf163f91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76448
9 changed files with 137 additions and 13 deletions

View File

@ -1484,6 +1484,12 @@
<para>NCR WaveLAN/IEEE 802.11</para>
</listitem>
<listitem>
<para>3COM 3crwe737A AirConnect Wireless LAN PC Card</para>
</listitem>
<listitem>
<para>Addtron AWA100</para>
</listitem>
<listitem>
<para>Cabletron RoamAbout 802.11 DS</para>
</listitem>
<listitem>

View File

@ -1484,6 +1484,12 @@
<para>NCR WaveLAN/IEEE 802.11</para>
</listitem>
<listitem>
<para>3COM 3crwe737A AirConnect Wireless LAN PC Card</para>
</listitem>
<listitem>
<para>Addtron AWA100</para>
</listitem>
<listitem>
<para>Cabletron RoamAbout 802.11 DS</para>
</listitem>
<listitem>

View File

@ -466,6 +466,10 @@
<para>Softupdates for FFS have received some bug fixes and
enhancements.</para>
<para>When running with softupdates, &man.statfs.2; and
&man.df.1; will track the number of blocks and files that are
committed to being freed.</para>
<para>A bug in FFS that could cause superblock corruption on very large
filesystems has been corrected. &merged;</para>
@ -789,9 +793,12 @@
<filename>librsaUSA</filename> are no longer required for USA
residents. &merged;</para>
<para>The &man.ifconfig.8; command can set the link-layer address
<para>&man.ifconfig.8; command can set the link-layer address
of an interface. &merged;</para>
<para>&man.ifconfig.8; can now accept addresses in slash/CIDR
notation.</para>
<para>&man.setproctitle.3; has been moved from
<filename>libutil</filename> to
<filename>libc</filename>. &merged;</para>
@ -809,7 +816,7 @@
<para>&man.ln.1; now takes a <option>-h</option> flag to avoid
following a target that is a link, with a <option>-n</option> flag
for compatability with other implementations.</para>
for compatability with other implementations. &merged;</para>
<para>Userland &man.ppp.8; has received a number of updates and
bug fixes. &merged;</para>
@ -1051,7 +1058,7 @@
<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.</para>
primaries for comparisons of file timestamps. &merged;</para>
<para>&man.tftpd.8; now takes the <option>-c</option> and
<option>-C</option> options, which allow the server to
@ -1164,6 +1171,10 @@
<para>&man.rc.8; now has an framework for handling dependencies between
&man.rc.conf.5; variables. &merged;</para>
<para>&man.rc.8; now deletes all non-directory files in
<filename>/var/run</filename> and
<filename>/var/spool/lock</filename> at boot time.</para>
<para>The &man.setfacl.1; and &man.getfacl.1; commands have been
added to manage file system Access Control Lists.</para>
@ -1194,6 +1205,18 @@
<para>&man.nl.1;, a line numbering filter program, has been added.</para>
<para>&man.c89.1; has been converted from a shell script to a
binary executable, fixing some minor bugs.</para>
<para>&man.pax.1; has received a number of enhancements, including
&man.cpio.1; functionality, &man.tar.1; compatability
enhancements, <option>-z</option> and <option>-Z</option> flags
for &man.gzip.1; and &man.compress.1; functionality, and a number
of bug fixes.</para>
<para>Ukranian language support has been added to the &os;
console.</para>
<sect3>
<title>Contributed Software</title>

View File

@ -466,6 +466,10 @@
<para>Softupdates for FFS have received some bug fixes and
enhancements.</para>
<para>When running with softupdates, &man.statfs.2; and
&man.df.1; will track the number of blocks and files that are
committed to being freed.</para>
<para>A bug in FFS that could cause superblock corruption on very large
filesystems has been corrected. &merged;</para>
@ -789,9 +793,12 @@
<filename>librsaUSA</filename> are no longer required for USA
residents. &merged;</para>
<para>The &man.ifconfig.8; command can set the link-layer address
<para>&man.ifconfig.8; command can set the link-layer address
of an interface. &merged;</para>
<para>&man.ifconfig.8; can now accept addresses in slash/CIDR
notation.</para>
<para>&man.setproctitle.3; has been moved from
<filename>libutil</filename> to
<filename>libc</filename>. &merged;</para>
@ -809,7 +816,7 @@
<para>&man.ln.1; now takes a <option>-h</option> flag to avoid
following a target that is a link, with a <option>-n</option> flag
for compatability with other implementations.</para>
for compatability with other implementations. &merged;</para>
<para>Userland &man.ppp.8; has received a number of updates and
bug fixes. &merged;</para>
@ -1051,7 +1058,7 @@
<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.</para>
primaries for comparisons of file timestamps. &merged;</para>
<para>&man.tftpd.8; now takes the <option>-c</option> and
<option>-C</option> options, which allow the server to
@ -1164,6 +1171,10 @@
<para>&man.rc.8; now has an framework for handling dependencies between
&man.rc.conf.5; variables. &merged;</para>
<para>&man.rc.8; now deletes all non-directory files in
<filename>/var/run</filename> and
<filename>/var/spool/lock</filename> at boot time.</para>
<para>The &man.setfacl.1; and &man.getfacl.1; commands have been
added to manage file system Access Control Lists.</para>
@ -1194,6 +1205,18 @@
<para>&man.nl.1;, a line numbering filter program, has been added.</para>
<para>&man.c89.1; has been converted from a shell script to a
binary executable, fixing some minor bugs.</para>
<para>&man.pax.1; has received a number of enhancements, including
&man.cpio.1; functionality, &man.tar.1; compatability
enhancements, <option>-z</option> and <option>-Z</option> flags
for &man.gzip.1; and &man.compress.1; functionality, and a number
of bug fixes.</para>
<para>Ukranian language support has been added to the &os;
console.</para>
<sect3>
<title>Contributed Software</title>

View File

@ -1484,6 +1484,12 @@
<para>NCR WaveLAN/IEEE 802.11</para>
</listitem>
<listitem>
<para>3COM 3crwe737A AirConnect Wireless LAN PC Card</para>
</listitem>
<listitem>
<para>Addtron AWA100</para>
</listitem>
<listitem>
<para>Cabletron RoamAbout 802.11 DS</para>
</listitem>
<listitem>

View File

@ -466,6 +466,10 @@
<para>Softupdates for FFS have received some bug fixes and
enhancements.</para>
<para>When running with softupdates, &man.statfs.2; and
&man.df.1; will track the number of blocks and files that are
committed to being freed.</para>
<para>A bug in FFS that could cause superblock corruption on very large
filesystems has been corrected. &merged;</para>
@ -789,9 +793,12 @@
<filename>librsaUSA</filename> are no longer required for USA
residents. &merged;</para>
<para>The &man.ifconfig.8; command can set the link-layer address
<para>&man.ifconfig.8; command can set the link-layer address
of an interface. &merged;</para>
<para>&man.ifconfig.8; can now accept addresses in slash/CIDR
notation.</para>
<para>&man.setproctitle.3; has been moved from
<filename>libutil</filename> to
<filename>libc</filename>. &merged;</para>
@ -809,7 +816,7 @@
<para>&man.ln.1; now takes a <option>-h</option> flag to avoid
following a target that is a link, with a <option>-n</option> flag
for compatability with other implementations.</para>
for compatability with other implementations. &merged;</para>
<para>Userland &man.ppp.8; has received a number of updates and
bug fixes. &merged;</para>
@ -1051,7 +1058,7 @@
<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.</para>
primaries for comparisons of file timestamps. &merged;</para>
<para>&man.tftpd.8; now takes the <option>-c</option> and
<option>-C</option> options, which allow the server to
@ -1164,6 +1171,10 @@
<para>&man.rc.8; now has an framework for handling dependencies between
&man.rc.conf.5; variables. &merged;</para>
<para>&man.rc.8; now deletes all non-directory files in
<filename>/var/run</filename> and
<filename>/var/spool/lock</filename> at boot time.</para>
<para>The &man.setfacl.1; and &man.getfacl.1; commands have been
added to manage file system Access Control Lists.</para>
@ -1194,6 +1205,18 @@
<para>&man.nl.1;, a line numbering filter program, has been added.</para>
<para>&man.c89.1; has been converted from a shell script to a
binary executable, fixing some minor bugs.</para>
<para>&man.pax.1; has received a number of enhancements, including
&man.cpio.1; functionality, &man.tar.1; compatability
enhancements, <option>-z</option> and <option>-Z</option> flags
for &man.gzip.1; and &man.compress.1; functionality, and a number
of bug fixes.</para>
<para>Ukranian language support has been added to the &os;
console.</para>
<sect3>
<title>Contributed Software</title>

View File

@ -965,6 +965,7 @@ Genius and Mustek hand scanners.
Lucent Technologies WaveLAN/IEEE 802.11 PCMCIA and ISA standard speed
(2Mbps) and turbo speed (6Mbps) wireless network adapters and workalikes
3COM 3crwe737A AirConnect Wireless LAN PC Card
Addtron AWA100
Cabletron RoamAbout 802.11 DS
Compaq WL100
Corega KK Wireless LAN PCC-11, PCCA-11

View File

@ -82,6 +82,9 @@ Due to a licensing change, softupdates have been integrated into the
main portion of the kernel source tree. As a consequence, softupdates
are now available with the GENERIC kernel. [MERGED]
When running with softupdates, statfs(2) and df(1) will track the
number of blocks and files that are committed to being freed.
ipfilter has been updated to 3.4.16. [MERGED]
The tap driver, a virtual Ethernet device driver for bridged
@ -652,6 +655,8 @@ libreadline has been upgraded to 4.2.
The ifconfig(8) command can set the link-layer address of an interface.
[MERGED]
ifconfig(8) can now accept addresses in slash/CIDR notation.
setproctitle(3) has been moved from libutil to libc. [MERGED]
chio(1) now has the ability to specify elements by volume tag instead
@ -665,7 +670,7 @@ ln(1) now takes an -i option to request user confirmation before
overwriting an existing file. [MERGED]
ln(1) now takes a -h option to avoid following a target that is a
link, with a -n option for compatability with other implementations.
link, with a -n option for compatability with other implementations. [MERGED]
Version numbers of installed packages have a new (backward-compatible)
syntax, which supports the "PORTREVISION" and "PORTEPOCH" variables in
@ -923,7 +928,7 @@ matches. The -E flag now enables extended regular
expressions. [MERGED]
find(1) now has the -anewer, -cnewer, -mnewer, -okdir, and
-newer[acm][acmt] primaries for comparisons of file timestamps.
-newer[acm][acmt] primaries for comparisons of file timestamps. [MERGED]
tftpd(8) now takes the -c and -C options, which allow the server to
chroot(2) based on the IP address of the connecting client. tftp(1)
@ -1042,6 +1047,9 @@ lockd has been imported from NetBSD.
rc(8) now has an framework for handling dependencies between
rc.conf(5) variables. [MERGED]
rc(8) now deletes all non-directory files in /var/run and
/var/spool/lock at boot time.
The setfacl(1) and getfacl(1) commands have been added to manage
file system Access Control Lists.
@ -1081,6 +1089,15 @@ arguments, has been added.
nl(1), a line numbering filter program, has been added.
c89(1) has been converted from a shell script to a binary executable,
fixing some minor bugs.
pax(1) has received a number of enhancements, including cpio(1)
functionality, tar compatability enhancements, and a number of bug
fixes.
Ukranian language support has been added to the FreeBSD console.
2. Supported Configurations
---------------------------

View File

@ -86,6 +86,9 @@ Due to a licensing change, softupdates have been integrated into the
main portion of the kernel source tree. As a consequence, softupdates
are now available with the GENERIC kernel. [MERGED]
When running with softupdates, statfs(2) and df(1) will track the
number of blocks and files that are committed to being freed.
A driver for AGP hardware has been added. [MERGED]
ipfilter has been updated to 3.4.16. [MERGED]
@ -752,6 +755,8 @@ libreadline has been upgraded to 4.2.
The ifconfig(8) command can set the link-layer address of an interface.
[MERGED]
ifconfig(8) can now accept addresses in slash/CIDR notation.
setproctitle(3) has been moved from libutil to libc. [MERGED]
chio(1) now has the ability to specify elements by volume tag instead
@ -765,7 +770,7 @@ ln(1) now takes an -i option to request user confirmation before
overwriting an existing file. [MERGED]
ln(1) now takes a -h option to avoid following a target that is a
link, with a -n option for compatability with other implementations.
link, with a -n option for compatability with other implementations. [MERGED]
Version numbers of installed packages have a new (backward-compatible)
syntax, which supports the "PORTREVISION" and "PORTEPOCH" variables in
@ -1026,7 +1031,7 @@ matches. The -E flag now enables extended regular
expressions. [MERGED]
find(1) now has the -anewer, -cnewer, -mnewer, -okdir, and
-newer[acm][acmt] primaries for comparisons of file timestamps.
-newer[acm][acmt] primaries for comparisons of file timestamps. [MERGED]
tftpd(8) now takes the -c and -C options, which allow the server to
chroot(2) based on the IP address of the connecting client. tftp(1)
@ -1141,6 +1146,9 @@ lockd has been imported from NetBSD.
rc(8) now has an framework for handling dependencies between
rc.conf(5) variables. [MERGED]
rc(8) now deletes all non-directory files in /var/run and
/var/spool/lock at boot time.
The setfacl(1) and getfacl(1) commands have been added to manage
file system Access Control Lists.
@ -1176,6 +1184,15 @@ arguments, has been added.
nl(1), a line numbering filter program, has been added.
c89(1) has been converted from a shell script to a binary executable,
fixing some minor bugs.
pax(1) has received a number of enhancements, including cpio(1)
functionality, tar compatability enhancements, and a number of bug
fixes.
Ukranian language support has been added to the FreeBSD console.
2. Supported Configurations
---------------------------
@ -1730,6 +1747,8 @@ Support for Dave Mills experimental Loran-C receiver.
Lucent Technologies WaveLAN/IEEE 802.11 PCMCIA and ISA standard speed
(2Mbps) and turbo speed (6Mbps) wireless network adapters and workalikes
NCR WaveLAN/IEEE 802.11
3COM 3crwe737A AirConnect Wireless LAN PC Card
Addtron AWA100
Cabletron RoamAbout 802.11 DS
Compaq WL100
Corega KK Wireless LAN PCC-11, PCCA-11