diff --git a/release/doc/ja_JP.eucJP/relnotes/common/new.sgml b/release/doc/ja_JP.eucJP/relnotes/common/new.sgml
index 8177ceea177..1c92f19acbf 100644
--- a/release/doc/ja_JP.eucJP/relnotes/common/new.sgml
+++ b/release/doc/ja_JP.eucJP/relnotes/common/new.sgml
@@ -222,8 +222,8 @@
kmem で SGID
されている必要はなくなりました。&merged;
- The kernel environment is now dynamic, and can be changed
- via the new &man.kenv.2; system call.
+ カーネル環境が新たに &man.kenv.2; システムコールを利用して
+ 動的に変更することができるようになりました。&os; カーネルに &man.kqueue.2;
イベント通知機能が追加されました。
@@ -443,8 +443,8 @@
The ubsa driver has been added to support
the Belkin F5U103 (and compatible) USB-to-serial adaptors.
- USB モデムに対応した umodem ドライバが追加されました。
- このドライバは
+ USB モデムに対応した
+ &man.umodem.4; ドライバが追加されました。このドライバは
3Com 5605 と Metricom Ricochet GS wireless USB モデムに対応しています。
&merged;
@@ -1029,18 +1029,18 @@
に対応しました。104/128 ビット WEP も Prism カードで動くように
なりました。&merged;
- The &man.wi.4;
- driver now supports using a &os; host as
- a wireless access point. This functionality can be enabled
- using the mediaopt hostap option of
- &man.ifconfig.8;. This feature requires a wireless
- adapter based on the Prism II chipset. &merged;
+ &man.wi.4; ドライバが
+ &os; ホストを無線アクセスポイントとして利用できるようになりました。
+ この機能は &man.ifconfig.8; の mediaopt hostap
+ オプションを使って有効にすることができます。ただし、これは
+ Prism II チップセットベースの無線アダプタを利用する場合に限ります。
+ &merged;The &man.wi.4; driver now has support for
bsd-airtools. &merged;
- The xe driver can now be built as a
- module. &merged;
+ xe ドライバがモジュールとして
+ 構築できるようになりました。&merged;&man.xl.4; ドライバが
ラップトップで使われている 3Com 3C556 および
@@ -1206,9 +1206,9 @@ options HZ=1000 # not compulsory but strongly recommended
connectives between match fields. &merged;
- A new ng_eiface netgraph module has been added, which
- appears as an Ethernet interface but delivers its Ethernet
- frames to a Netgraph hook. &merged;
+ ng_eiface netgraph モジュールが新たに追加されました。
+ Netgraph フックへイーサネットフレームを配送する
+ イーサネットインターフェースとして振舞います。&merged;A new &man.ng.device.4; netgraph node type has been added,
which creates a device entry in /dev, to
@@ -1331,12 +1331,13 @@ options HZ=1000 # not compulsory but strongly recommended
-
- TCP now supports RFC 1948 (Defending Against Sequence
- Number Attacks). The
- net.inet.tcp.isn_reseed_interval sysctl
- variable controls the reseeding of the secret data used in
- the RFC 1948 initial sequence number calculations. &merged;
+ TCP の実装が
+ RFC 1948 (Defending Against Sequence Number Attacks) に対応しました。
+ sysctl 変数 net.inet.tcp.isn_reseed_interval
+ は RFC 1948 初期シーケンスナンバーの計算において利用される
+ 秘密データの reseeding を制御します。
+
+ &merged;&os; の TCP 実装は、顕著な受信 SYN セグメントの
キャッシュを実装しました。
@@ -2413,10 +2414,11 @@ hw.pcic.irq="0"
をご覧ください。
&merged;
- A bug with memory-mapped I/O, which could cause a system
- crash, has been fixed. For more information about a solution,
- see security advisory FreeBSD-SA-02:22.
+ memory-mapped I/O
+ に潜んでいたシステムをクラッシュさせる可能性のあるバグが修正されました。
+ 解決策に関する詳細な情報はセキュリティ勧告 FreeBSD-SA-02:22
+ から得ることができます。
&merged;A security hole, in which SUID programs could be made to
@@ -2865,15 +2867,15 @@ hw.pcic.irq="0"
これらのスクリプトは /etc/periodic/security/
に置かれています。&merged;
- &man.expr.1; is now compliant with POSIX.2-1992 (and thus
- also with POSIX.1-2001). Some program depend on the old,
- historic behavior and do not properly protect their arguments to
- keep them from being misinterpreted as command-line options.
- (the devel/libtool
- port/package, used by many GNU programs, is a notable example).
- The old behavior can be requested by enabling compatibility mode
- for &man.expr.1; as described in
- &man.check.utility.compat.3;.
+ &man.expr.1; が
+ POSIX ユーティリティシンタックスガイドラインに適合しました。
+ しかしながら、&man.expr.1; の古く、
+ 歴史的な振舞いに依存するプログラムがいくつかあります
+ (devel/libtool の
+ port/package がその顕著な例でしたし、また今でもそうです)。
+ このような状況であるため、
+ 環境変数 EXPR_COMPAT を定義すると
+ &man.expr.1; は以前のように振舞わせることができます。&man.fbtab.5; はターゲットデバイスとして、特定のデバイスや
ディレクトリだけではなく、グロブマッチングパターンも受け付ける
@@ -2937,9 +2939,10 @@ hw.pcic.irq="0"
&man.fmtcheck.3; が新たに追加されました。
&merged;
- &man.fold.1; now supports a flag to
- break at byte positions and a flag to break at
- word boundaries. &merged;
+ &man.fold.1; に、
+ 指定バイト位置で改行する フラグ、
+ 単語境界で改行する フラグが追加されました。
+ &merged;&man.fsdb.8; now supports a blocks
command to list the blocks allocated by a particular
@@ -3107,11 +3110,12 @@ hw.pcic.irq="0"
が UNIX ドメインソケットに対応しました。
&merged;
- By default, &man.inetd.8; is no longer run by &man.rc.8; at
- boot-time, although &man.sysinstall.8; gives the option of
- enabling it during binary installations. &man.inetd.8; can also
- be enabled by adding the following line to
- /etc/rc.conf:
+ デフォルトでは、
+ &man.inetd.8; は起動時に &man.rc.8;から起動されなくなりました。
+ しかし、バイナリインストールの際には &man.sysinstall.8;
+ によってこのオプションは有効化されるようになっています。
+ &man.inetd.8; は /etc/rc.conf
+ に次の行を加えて有効にすることができます:inetd_enable="YES"
@@ -3165,9 +3169,8 @@ hw.pcic.irq="0"
(quiet) フラグが新たに追加されました。
&merged;
- &man.ispppcontrol.8;
- has been deleted, and its functionality
- has been folded into &man.spppcontrol.8;. &merged;
+ &man.ispppcontrol.8; が削除され、
+ その機能が &man.spppcontrol.8; に統合されました。&merged;&man.k5su.8; is no longer installed SUID
root by default. Users requiring this
@@ -3184,8 +3187,8 @@ hw.pcic.irq="0"
コマンドが新たに追加されました。
&merged;
- &man.kenv.1; now has the ability to set or delete kernel
- environment variables.
+ &man.kenv.1; がカーネル環境変数を
+ 設定したり削除したりできるようになりました。Perl スクリプトだった &man.keyinfo.1; が
C プログラムに変更されました。&merged;
@@ -3201,8 +3204,8 @@ hw.pcic.irq="0"
&man.regex.3; の正規表現文法に従います。
&merged;
- &man.killall.1; no longer tries to kill zombie processes
- unless the flag is specified.
+ &man.killall.1; が フラグが指定されない限り、
+ ゾンビプロセスを kill しようとしなくなりました。新しいユーティリティ &man.kldconfig.8;
が追加されました。
@@ -3351,11 +3354,11 @@ hw.pcic.irq="0"
PostScript 形式ファイルの印刷を可能にするためのものです。
&merged;
- &man.lpd.8;
- now recognizes the flag as
- the preferred synonym for (these flags
- cause &man.lpd.8; not to open a socket for network print
- jobs). &merged;
+ &man.lpd.8; が
+ と同じ意味を持ち、よりわかりやすい
+ フラグを認識するようになりました
+ (これらの フラグは &man.lpd.8; がネットワーク経由の
+ プリントジョブ用ソケットを開かないようにします)。&merged;&man.lpd.8; now implements a new rc
printcap option. When specified in a print queue for a remote
@@ -3392,10 +3395,9 @@ hw.pcic.irq="0"
a flag to sort filenames across a
page. &merged;
- &man.m4.1; now accepts a
- flag to cause
- it to emit #line directives for use by
- &man.cpp.1;. &merged;
+ &man.m4.1; が &man.cpp.1; で利用される
+ #line 識別子を受け付けるようになりました。
+ &merged;&man.mail.1; に新しいオプション
が追加されました。
@@ -3483,16 +3485,18 @@ hw.pcic.irq="0"
ユーザが実行すべきコマンドをユーザに知らせるようになっています。
&merged;
- &man.mergemaster.8; now supports two new flags.
- The flag enables a
- pre-buildworld mode to files
- known to be essential to the success of the
- buildworld and
- installworld system updating steps. The
- flag, used after a successful
- &man.mergemaster.8; run, compares options in
- /etc/rc.conf to the default options in
- /etc/defaults/rc.conf. &merged;
+ &man.mergemaster.8;
+ が新たに 2 つのフラグに対応しました。
+ フラグは
+ pre-buildworld モードを有効にします。
+ これは、buildworld および
+ installworld のシステムアップグレードステップを
+ 成功させるために不可欠なファイル群を比較するものです。
+ フラグは、
+ &man.mergemaster.8; がうまく動作した後、
+ /etc/rc.conf で指定されているオプションと
+ /etc/defaults/rc.conf で
+ 定義されているデフォルトのオプションを比較します。&merged;&man.mesg.1; now conforms to SUSv3. Among other things, it
now uses the first terminal associated with the standard input,
@@ -3520,9 +3524,10 @@ hw.pcic.irq="0"
パス名を列挙したファイルが利用できるようになりました。
&merged;
- &man.mv.1; now takes a (nonstandard) option to
- automatically answer no when it would ask to
- overwrite a file. &merged;
+ &man.mv.1; に、
+ (非標準の) オプションが追加されました。
+ これは、ファイルを上書きする際の確認に対して、
+ 自動的に no を回答するものです。&merged;&man.natd.8; に &man.ipfw.8; のルールにより遮断された
ために再評価できないパケットを記録する
@@ -3656,8 +3661,8 @@ hw.pcic.irq="0"
A &man.pam.exec.8; program execution service module has been
added.
- A &man.pam.ftp.8; module has been added to allow
- authentication of anonymous FTP users.
+ &man.pam.ftp.8; モジュールが追加されました。
+ これは匿名 FTP ユーザの認証を実現します。A &man.pam.ftpusers.8; module has been added to perform
checks against the &man.ftpusers.5; file.
@@ -3666,43 +3671,47 @@ hw.pcic.irq="0"
authentication and $HOME/.k5login
authorization for &man.su.1;.
- A &man.pam.lastlog.8; module has been added to record
- sessions in the &man.utmp.5;, &man.wtmp.5;, and &man.lastlog.5;
- databases.
+ &man.pam.lastlog.8; モジュールが追加されました。
+ これは &man.utmp.5;、&man.wtmp.5;、&man.lastlog.5; データベースの
+ セションの記録を実現します。
- A &man.pam.login.access.8; module has been added, to allow
- checking against /etc/login.access.
+ &man.pam.login.access.8; モジュールが追加されました。
+ これは /etc/login.access
+ の検査を実現します。
- The &man.pam.nologin.8; module, which can disallow logins
- using &man.nologin.5;, has been added.
+ &man.pam.nologin.8; モジュールが追加されました。
+ これは &man.nologin.5; を利用したログインの無効化に実現します。
- The &man.pam.opie.8; and &man.pam.opieaccess.8; modules have
- been added to control authentication via &man.opie.4;. &merged;
+ &man.pam.opie.8; および
+ &man.pam.opieaccess.8; モジュールが追加されました。
+ これは &man.opie.4; を経由した認証の制御を実現します。&merged;
- A &man.pam.passwdqc.8; module has been added, to check the
- quality of passwords submitted during password changes.
+ &man.pam.passwdqc.8; モジュールが追加されました。
+ これはパスワード変更の際に入力されたパスワードの
+ 品質の検査を実現します。
- A &man.pam.rhosts.8; module has been added to support
- &man.rhosts.5; authentication.
+ &man.pam.rhosts.8; モジュールが追加されました。
+ これは &man.rhosts.5; 認証を実現します。
- The &man.pam.rootok.8; module, which can be used to
- authenticate only the superuser, has been added.
+ &man.pam.rootok.8; モジュールが追加されました。
+ これはスーパーユーザのみが認証を利用できます。
- A &man.pam.securetty.8; module has been added to check the
- security of a TTY, as listed in &man.ttys.5;.
+ &man.pam.securetty.8; モジュールが追加されました。
+ &man.ttys.5; に記載されている TTY の
+ セキュリティ を検査します。
- A &man.pam.self.8; module, which allows self-authentication
- of a user, has been added.
+ &man.pam.self.8; モジュールが追加されました。
+ これはユーザ自身の認証を実現します。
- A &man.pam.ssh.8;
- module has been added to allow the use of
- SSH passphrases and keypairs for authentication. This module
- also handles session management by invoking
- &man.ssh-agent.1;. &merged;
+ &man.pam.ssh.8; が追加されました。
+ これは、SSH のパスフレーズと暗号鍵対を使った認証の利用を実現します。
+ また、このモジュールは
+ &man.ssh-agent.1; を起動することでセッション管理も行ないます。
+ &merged;
- A &man.pam.wheel.8; module has been added to permit
- authentication to members of a group, which defaults to
- wheel.
+ &man.pam.wheel.8; モジュールが追加されました。
+ これはグループのメンバの認証を可能にします
+ (デフォルトは wheel です)。&man.passwd.1; および &man.pw.8; で
パスワードハッシュアルゴリズムを切り替えられるようになりました。
@@ -3710,10 +3719,10 @@ hw.pcic.irq="0"
passwd_format をご覧ください。
&merged;
- &man.patch.1; now accepts a
- command-line
- flag to read a patch from a file, rather than standard
- input. &merged;
+ &man.patch.1; に、
+ 標準入力ではなく、ファイルからパッチを読み込むことを指定する
+ コマンドラインフラグが追加されました。
+ &merged;The &man.pathchk.1; utility, which checks pathnames for
validity or portability between POSIX systems, has been
@@ -3774,9 +3783,10 @@ hw.pcic.irq="0"
&man.pppd.8; を利用している場合は、グループ設定を変更する必要があります。
&merged;
- &man.pr.1; now supports the and
- flags to pause output going to a
- terminal. &merged;
+ &man.pr.1; が、
+ 端末への出力を一時停止するよう指示する
+ 、 フラグに対応しました。
+ &merged;prefix(8) is obsolete and has been removed. Its
functionality is provided by the command
@@ -3831,9 +3841,9 @@ hw.pcic.irq="0"
now takes a to specify
the next kernel to boot. &merged;
- The &man.renice.8; command implements a
- option, which specifies an increment to be applied to the
- priority of a process. &merged;
+ &man.renice.8; コマンドに、
+ プロセスの優先度に対する増分を指定する
+ オプションが追加されました。&merged;&os; の &man.resolver.3;
実装が EDNS0 に対応しました。
@@ -4144,8 +4154,8 @@ hw.pcic.irq="0"
xterm-color terminal type may result in
(benign) warnings from applications.
- &man.tftp.1; and &man.tftpd.8;
- now support IPv6. &merged;
+ &man.tftp.1; と &man.tftpd.8; が
+ IPv6 に対応しました。&merged;&man.tftpd.8;
に新しいオプション および
@@ -4617,8 +4627,7 @@ hw.pcic.irq="0"
&merged;smbfs ユーザランド
- ユーティリティのバージョン 1.4.5 がインポートされました。
- &merged;
+ ユーティリティのバージョン 1.4.5 がインポートされました。
GNU sort has been updated to
the version from GNU textutils
@@ -5176,28 +5185,27 @@ hw.pcic.irq="0"
- Release Engineering and Integration
+ リリースエンジニアリングと統合
- The bin distribution has been renamed
- base, in order to make creation of combined
- install/recovery disks easier.
+ bin 配布物の名前が
+ 総合したインストール / リカバリディスクの作成を容易にするために
+ base に変更されました。
- ISO images and CDROMs now use the
- cdboot boot loader by default. This
- eliminates the need for an emulated floppy disk image on
- a bootable CDROM and allows for a full
- GENERIC kernel to be used for CDROM
- installations, at the expense of compatability with some old
- BIOSs.
+ ISO イメージと CDROM は、デフォルトで
+ cdboot ブートローダを使うようになりました。
+ これにより bootable CDROM でフロッピディスクイメージの
+ エミュレーションをする必要がなくなり、CDROM インストールに
+ GENERIC カーネルを使えるようになりました
+ (その代わり、古い BIOS との互換性は損なわれています)。
- XFree86 4.2.0
- is now the default version of the X Window System supported by
- &man.sysinstall.8;. It installs
- XFree86 as a set of standard binary
- packages, so the usual package utilities such as
- &man.pkg.info.1; can be used to examine/manipulate its
- components. &merged;
+ XFree86 4.2.0 は
+ &man.sysinstall.8; が対応する
+ X Window System のデフォルトのバージョンになりました。
+ &man.sysinstall.8; は XFree86 を
+ 標準のバイナリパッケージセットとしてインストールするため、
+ &man.pkg.info.1; のような通常の package ユーティリティを使って
+ それらのコンポーネントを調べたり操作することが可能です。&merged;It is now possible to make releases of &os;
5-CURRENT on a &os; 4-STABLE host and vice versa. Cross-architecture