diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2005-03-05 04:58:55 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2005-03-05 04:58:55 +0000 |
| commit | 9e18aa07bb6a82d0485ed029a322a6d36306df02 (patch) | |
| tree | ddbfa132ade03827229eccaf01e456053592bbe6 /release | |
| parent | 413f794e5110f0b805bdef0fbf2fb9906a1321cf (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 70 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 70 |
2 files changed, 70 insertions, 70 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index a32aa63f0124..d378cc6cb748 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -535,6 +535,12 @@ (with <literal>deflate</literal> and <literal>none</literal> compression). &merged;</para> + <para>The <filename>libgpib</filename> library has been added to + give userland access to GPIB devices (using the the pcii driver) + via the + <function>ib<replaceable>foo</replaceable></function> + API.</para> + <para>The default stack sizes in <filename>libpthread</filename> and <filename>libc_r</filename> have been increased. On 32-bit platforms, the main thread receives a 2MB stack size by default, @@ -542,12 +548,6 @@ 64-bit platforms, the default stack sizes are 4MB and 2MB respectively.</para> - <para>A number of new functions have been implemented in the - &man.math.3; library. These include &man.ceill.3;, - &man.floorl.3;, &man.ilogbl.3;, &man.fma.3; and variants, - &man.lrint.3; and variants, and &man.lround.3; and - variants. &merged;</para> - <para>The <filename>libxpg4</filename> library has been removed because all of its functionality was long ago merged into <filename>libc</filename>. @@ -555,54 +555,54 @@ must be recompiled or use &man.libmap.conf.5;. Note that the &os; base system has no such binaries.</para> - <para>The &man.newfs.8; utility now supports a <option>-n</option> - flag to suppress the creation of a <filename>.snap</filename> - directory on new file systems. This feature is intended for use - on memory or vnode file systems that will not require snapshot - support. &merged;</para> + <para>A number of new functions have been implemented in the + &man.math.3; library. These include &man.ceill.3;, + &man.floorl.3;, &man.ilogbl.3;, &man.fma.3; and variants, + &man.lrint.3; and variants, and &man.lround.3; and + variants. &merged;</para> - <para>The <literal>NO_NIS</literal> compile-time knob for userland - has been added. As its name implies, enabling this - <filename>Makefile</filename> variable will cause NIS support to - be excluded from various programs and will cause the NIS - utilities to not be built. &merged;</para> + <para>The &man.mknod.8; utility is now deprecated. + Device nodes have been managed by the &man.devfs.5; device file + system since &os; 5.0.</para> <para arch="i386">The &man.mkuzip.8; utility, which compresses file system images for use with <literal>GEOM_UZIP</literal> &man.geom.4; module, has been added. &merged;</para> + <para>The &man.moused.8; daemon now supports <quote>virtual + scrolling</quote>, in which mouse motions made while holding + down the middle mouse button are interpreted as scrolling. This + feature is enabled with the <option>-V</option> + flag. &merged;</para> + <para>A separate directory has been added for &man.named.8; dynamic zones which is owned by the <username>bind</username> user (for creation of the zone journal file). For more detail, see an example dynamic zone in the sample &man.named.conf.5;. &merged;</para> - <para>The &man.newsyslog.8; utility now supports - a <option>-d</option> option to specify an alternate root for log files - similar to <varname>DESTDIR</varname> in the BSD make process. - This only affects log file paths, not configuration file (<option>-f</option>) - or archive directory (<option>-a</option>) paths.</para> - <para>The &man.ncal.1; utility now supports a <option>-m</option> flag to generate a calendar for a specified month in the current year. &merged;</para> - <para>The <filename>libgpib</filename> library has been added to - give userland access to GPIB devices (using the the pcii driver) - via the - <function>ib<replaceable>foo</replaceable></function> - API.</para> + <para>The &man.newfs.8; utility now supports a <option>-n</option> + flag to suppress the creation of a <filename>.snap</filename> + directory on new file systems. This feature is intended for use + on memory or vnode file systems that will not require snapshot + support. &merged;</para> - <para>The &man.mknod.8; utility is now deprecated. - Device nodes have been managed by the &man.devfs.5; device file - system since &os; 5.0.</para> + <para>The &man.newsyslog.8; utility now supports + a <option>-d</option> option to specify an alternate root for log files + similar to <varname>DESTDIR</varname> in the BSD make process. + This only affects log file paths, not configuration file (<option>-f</option>) + or archive directory (<option>-a</option>) paths.</para> - <para>The &man.moused.8; daemon now supports <quote>virtual - scrolling</quote>, in which mouse motions made while holding - down the middle mouse button are interpreted as scrolling. This - feature is enabled with the <option>-V</option> - flag. &merged;</para> + <para>The <literal>NO_NIS</literal> compile-time knob for userland + has been added. As its name implies, enabling this + <filename>Makefile</filename> variable will cause NIS support to + be excluded from various programs and will cause the NIS + utilities to not be built. &merged;</para> <para>For years, &os; has used <filename>Makefile</filename> variables of the form 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 a32aa63f0124..d378cc6cb748 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -535,6 +535,12 @@ (with <literal>deflate</literal> and <literal>none</literal> compression). &merged;</para> + <para>The <filename>libgpib</filename> library has been added to + give userland access to GPIB devices (using the the pcii driver) + via the + <function>ib<replaceable>foo</replaceable></function> + API.</para> + <para>The default stack sizes in <filename>libpthread</filename> and <filename>libc_r</filename> have been increased. On 32-bit platforms, the main thread receives a 2MB stack size by default, @@ -542,12 +548,6 @@ 64-bit platforms, the default stack sizes are 4MB and 2MB respectively.</para> - <para>A number of new functions have been implemented in the - &man.math.3; library. These include &man.ceill.3;, - &man.floorl.3;, &man.ilogbl.3;, &man.fma.3; and variants, - &man.lrint.3; and variants, and &man.lround.3; and - variants. &merged;</para> - <para>The <filename>libxpg4</filename> library has been removed because all of its functionality was long ago merged into <filename>libc</filename>. @@ -555,54 +555,54 @@ must be recompiled or use &man.libmap.conf.5;. Note that the &os; base system has no such binaries.</para> - <para>The &man.newfs.8; utility now supports a <option>-n</option> - flag to suppress the creation of a <filename>.snap</filename> - directory on new file systems. This feature is intended for use - on memory or vnode file systems that will not require snapshot - support. &merged;</para> + <para>A number of new functions have been implemented in the + &man.math.3; library. These include &man.ceill.3;, + &man.floorl.3;, &man.ilogbl.3;, &man.fma.3; and variants, + &man.lrint.3; and variants, and &man.lround.3; and + variants. &merged;</para> - <para>The <literal>NO_NIS</literal> compile-time knob for userland - has been added. As its name implies, enabling this - <filename>Makefile</filename> variable will cause NIS support to - be excluded from various programs and will cause the NIS - utilities to not be built. &merged;</para> + <para>The &man.mknod.8; utility is now deprecated. + Device nodes have been managed by the &man.devfs.5; device file + system since &os; 5.0.</para> <para arch="i386">The &man.mkuzip.8; utility, which compresses file system images for use with <literal>GEOM_UZIP</literal> &man.geom.4; module, has been added. &merged;</para> + <para>The &man.moused.8; daemon now supports <quote>virtual + scrolling</quote>, in which mouse motions made while holding + down the middle mouse button are interpreted as scrolling. This + feature is enabled with the <option>-V</option> + flag. &merged;</para> + <para>A separate directory has been added for &man.named.8; dynamic zones which is owned by the <username>bind</username> user (for creation of the zone journal file). For more detail, see an example dynamic zone in the sample &man.named.conf.5;. &merged;</para> - <para>The &man.newsyslog.8; utility now supports - a <option>-d</option> option to specify an alternate root for log files - similar to <varname>DESTDIR</varname> in the BSD make process. - This only affects log file paths, not configuration file (<option>-f</option>) - or archive directory (<option>-a</option>) paths.</para> - <para>The &man.ncal.1; utility now supports a <option>-m</option> flag to generate a calendar for a specified month in the current year. &merged;</para> - <para>The <filename>libgpib</filename> library has been added to - give userland access to GPIB devices (using the the pcii driver) - via the - <function>ib<replaceable>foo</replaceable></function> - API.</para> + <para>The &man.newfs.8; utility now supports a <option>-n</option> + flag to suppress the creation of a <filename>.snap</filename> + directory on new file systems. This feature is intended for use + on memory or vnode file systems that will not require snapshot + support. &merged;</para> - <para>The &man.mknod.8; utility is now deprecated. - Device nodes have been managed by the &man.devfs.5; device file - system since &os; 5.0.</para> + <para>The &man.newsyslog.8; utility now supports + a <option>-d</option> option to specify an alternate root for log files + similar to <varname>DESTDIR</varname> in the BSD make process. + This only affects log file paths, not configuration file (<option>-f</option>) + or archive directory (<option>-a</option>) paths.</para> - <para>The &man.moused.8; daemon now supports <quote>virtual - scrolling</quote>, in which mouse motions made while holding - down the middle mouse button are interpreted as scrolling. This - feature is enabled with the <option>-V</option> - flag. &merged;</para> + <para>The <literal>NO_NIS</literal> compile-time knob for userland + has been added. As its name implies, enabling this + <filename>Makefile</filename> variable will cause NIS support to + be excluded from various programs and will cause the NIS + utilities to not be built. &merged;</para> <para>For years, &os; has used <filename>Makefile</filename> variables of the form |
