From afbbd630109e09045b44197aae250fbfa0a52ea6 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Mon, 6 Jan 2003 17:51:59 +0000 Subject: Merge the following from the English version: 1.119 -> 1.122 hardware/common/dev.sgml 1.344 -> 1.424 relnotes/common/new.sgml Submitted by: Hideyuki KURASHINA References: [doc-jp-work 560] --- release/doc/ja_JP.eucJP/hardware/common/dev.sgml | 67 +- release/doc/ja_JP.eucJP/relnotes/common/new.sgml | 1122 ++++++++++++---------- 2 files changed, 646 insertions(+), 543 deletions(-) (limited to 'release') diff --git a/release/doc/ja_JP.eucJP/hardware/common/dev.sgml b/release/doc/ja_JP.eucJP/hardware/common/dev.sgml index 23eb710905b6..63a4bdbf7790 100644 --- a/release/doc/ja_JP.eucJP/hardware/common/dev.sgml +++ b/release/doc/ja_JP.eucJP/hardware/common/dev.sgml @@ -29,7 +29,7 @@ build. $FreeBSD$ - Original revision: 1.119 + Original revision: 1.122 --> @@ -130,7 +130,7 @@ - Adaptec SCSI コントローラ + Adaptec SCSI コントローラ Adaptec 1535 ISA SCSI コントローラ @@ -157,7 +157,7 @@ Adaptec 284x シリーズ VLB SCSI コントローラ。 narrow 型、wide 型に対応。(&man.ahc.4; ドライバ) - + Adaptec 19160/291x/2920/2930/2940/2950/29160/3940/3950/3960/39160/398x/494x シリーズ PCI SCSI コントローラ。 Narrow/Wide/Twin/Ultra/Ultra2 型に対応。 @@ -192,7 +192,7 @@ - Adaptec AIC7901, AIC7901A, AIC7902 Ultra320 + Adaptec AIC7901, AIC7901A, AIC7902 Ultra320 コントローラチップをベースにした Ultra-320 SCSI コントローラ (&man.ahd.4; ドライバ) @@ -696,41 +696,41 @@ - Qlogic コントローラ。すべての変種に対応。 + Qlogic コントローラ。すべての変種に対応。 (&man.isp.4; ドライバ) - + Qlogic 1020, 1040 SCSI および Ultra SCSI ホストアダプタ - + Qlogic 1240 dual Ultra SCSI コントローラ - + Qlogic 1080 Ultra2 LVD および 1280 Dual Ultra2 LVD コントローラ - + Qlogic 12160 Ultra3 LVD コントローラ - + Qlogic 2100 および Qlogic 2200 Fibre Channel SCSI コントローラ - + Qlogic 2300 および Qlogic 2312 2-Gigabit Fibre Channel SCSI コントローラ - + Performance Technology SBS440 ISP1000 および、その変種 - + Performance Technology SBS450 ISP1040 および、その変種 - + Performance Technology SBS470 ISP2100 および、その変種 - + Antares Microsystems P-0033 ISP2100 および、その変種 @@ -1286,43 +1286,43 @@ RealTek RTL 8002 Pocket Ethernet (&man.rdp.4; ドライバ) - RealTek 8129/8139 Fast Ethernet NIC (&man.rl.4; ドライバ) + RealTek 8129/8139 Fast Ethernet NIC (&man.rl.4; ドライバ) Accton Cheetah EN1207D (MPX 5030/5038; RealTek 8139 互換品) - + Allied Telesyn AT2550 - + Allied Telesyn AT2500TX - + D-Link DFE-530TX+, DFE-538TX - + Farallon NetLINE 10/100 PCI - + Genius GF100TXR (RTL8139) - + KTX-9130TX 10/100 Fast Ethernet - + NDC Communications NE100TX-E - + Netronix Inc. EA-1210 NetEther 10/100 - + OvisLink LEF-8129TX - + OvisLink LEF-8139TX - + SMC EZ Card 10/100 PCI 1211-TX @@ -2114,7 +2114,7 @@ - Sun HME Ethernet および Fast Ethernet NIC + Sun HME Ethernet および QFE Ethernet NIC (hme ドライバ) Sun GEM (Gigabit Ethernet) および ERI (Fast @@ -2502,11 +2502,14 @@ シリアルインターフェイス - PC に標準で搭載されている + PC に標準で搭載されている 8250, 16450, 16550 ベースのシリアルポート (&man.sio.4; ドライバ) - SAB82532 シリアルチップベースのシリアルポート - (sab ドライバ) + SAB82532 シリアルチップベースのシリアルポート。 + コンソールのみ対応 (sab ドライバ)。 + + Zilog 8530 dual uart ベースのシリアルポート。 + コンソールのみ対応 (zs ドライバ) AST IRQ 共有機能付き 4 ポートシリアルカード @@ -3307,6 +3310,8 @@ NEC PC-98 Note の電源管理コントローラ (pmc ドライバ) + OpenFirmware コンソール (ofwcons ドライバ) + - The MAC framework is considered an experimental - feature in this release, and is not enabled by default + MAC フレームワークは、 + 今回のリリースにおいて実験的な機能の一つと考えられています。 + デフォルトでは有効にされていません。 - Machine Check Architecture (MCA) records are now - collected at boot time and made available through the - hw.mca.* sysctl variables. + 起動時に + MCA (Machine Check Architecture) レコードを取得するようになりました。 + レコードは hw.mca.* sysctl + 変数として参照することが可能です。 + カーネル設定パラメータ maxusers が起動時に変更可能になりました。maxusers @@ -400,11 +407,12 @@ が新たに追加されました。これは動作検証やレグレションテスト時に有用な インターフェイスや機能を提供します。 - RLIMIT_VMEM support has been added. This - feature defines a new resource limit that covers a process's - entire virtual memory space, including &man.mmap.2; space. This - limit can be configured in &man.login.conf.5; via the new - vmemoryuse variable. &merged; + RLIMIT_VMEM 機能が追加されました。 + これは、あるプロセスに対して、 + &man.mmap.2; 空間を含む、全仮想メモリ空間の大きさに制限を設けるものです。 + 制限は &man.login.conf.5; に追加された + vmemoryuse 変数によって設定することができます。 + &merged; SBus ベースのデバイスがサポートされました。 @@ -412,9 +420,9 @@ SAB82532 serial chip found on many newer Sparc Ultra machines, has been added. - A bug in the &man.sendfile.2; system call, in which headers - counted against the size of the file to be sent, has been - fixed. &merged; + &man.sendfile.2; システムコールにおいて、 + 送信ファイルサイズの計算でヘッダサイズを + 正しく含めていなかったというバグが修正されました。&merged; &man.snp.4; デバイスが モジュールとしてコンパイルできるようになりました。&merged; @@ -437,13 +445,13 @@ シリアルコンソールを使っていない場合には まだ AT キーボードを使う必要があります。&merged; - The uaudio driver, for USB audio devices, has been - added. &merged; + USB オーディオデバイス用の + uaudio ドライバが追加されました。&merged; The ubsa driver has been added to support the Belkin F5U103 (and compatible) USB-to-serial adaptors. - USB モデムに対応した + USB モデムに対応した &man.umodem.4; ドライバが追加されました。このドライバは 3Com 5605 と Metricom Ricochet GS wireless USB モデムに対応しています。 &merged; @@ -458,9 +466,9 @@ USB モデムや USB シリアルデバイスなどを tty のように見えるようにする &man.ucom.4; ドライバが追加されました。 - また、&man.uplcom.4;、&man.uvscom.4; - ドライバはそれぞれ、 Prolific PL-2303 シリアルアダプタと - SUNTAC Slipper U VS-10U に対応しています。 + また、&man.uftdi.4;、&man.uplcom.4;、&man.uvscom.4; + ドライバはそれぞれ、FTDI シリアルアダプタ、 + Prolific PL-2303 シリアルアダプタ、SUNTAC Slipper U VS-10U に対応しています。 &merged; セキュリティを向上させるため、UCONSOLE @@ -475,8 +483,8 @@ USER_LDT カーネルオプションが標準設定で有効化されるようになりました。 - The &man.uvisor.4; driver for connecting Handspring Visors via USB - has been added. &merged; + Handspring Visors を USB 経由で接続できるようにするための + &man.uvisor.4; ドライバが追加されました。&merged; &man.viapm.4; ドライバが新しく追加されました。 @@ -558,16 +566,17 @@ マシンが長時間ロックしなくなりました。 &merged; - The &os; kernel scheduler now supports Kernel-Scheduled - Entities (KSEs), which provides support for multiple threads of - execution per process similar to Scheduler Activations. At this - point, the kernel has most of the changes needed to support - threading. The kernel scheduler can schedule multiple threads per - process, but only on a single CPU at a time. More information - can be found in &man.kse.2;. + &os; のカーネルスケジューラに + KSEs (Kernel-Scheduled Entities) 機能が追加されました。 + これは、スケジューラアクティベーションと同様、 + 1 つのプロセスから複数のスレッドの実行を可能にするものです。 + 現時点のカーネルは、スレッド対応に必要な変更の多くが施され、 + スケジューラは各プロセスで複数のスレッドをスケジュールすることが + できるのですが、スレッドを複数の CPU 上で同時に実行することはできません。 + 詳細は &man.kse.2; をご覧ください。 - KSE is a work in progress. + KSE は、現在も作業が続けられている機能の一つです。 @@ -700,21 +709,24 @@ Ultra 2、Ultra 60、Enterprise 220R、Enterprise 420R でテストされています。 - On some systems, - the BIOS does not activate - the I/O ports and memory of PC devices, thus making them - unusable. The hw.pci.enable_io_modes - sysctl/boot loader variable (which defaults to - 1, for enabled) - forces &os; to enable these devices so that they can be - used. - - Support for TurboChannel Alphas has been - removed. - - Support for the AMD Élan SC520 has been - added; this requires the CPU_ELAN option in - the kernel configuration file. &merged; + いくつかのシステムでは、 + BIOS が PCI デバイスの I/O + ポートやメモリを動作可能に設定しないために、 + それらを利用することができないものがあります。 + 起動ローダから変更可能な + hw.pci.enable_io_modes sysctl 変数 + (デフォルトは 有効 を表す + 1 に設定されています) + が設定されている場合、 + &os; はそれらを強制的に有効化し、デバイスを利用できるようにします。 + + TurboChannel ベースの Alpha + マシンでは動作しなくなりました。 + + AMD Élan SC520 に対応しました。 + 利用するには、カーネルコンフィグファイルに + CPU_ELAN オプションを追加する必要があります。 + &merged; The CPU_DISABLE_CMPXCHG kernel configuration option has been added. Enabling this @@ -768,7 +780,7 @@ - &os; ブートローダに対して、 + &os; ブートローダに対して、 疑似フロッピの第一セクタに変更のできる有効な MS-DOS BPB を想定している IBM BIOS での起動に対応するための修正が行なわれました。&merged; @@ -860,8 +872,8 @@ 修正されました。 &merged; - &man.ed.4; ドライバが、NetGear FA-410TX などが採用している - D-Link DL10022 チップに対応しました。 + &man.ed.4; ドライバが、NetGear FA-410TX + などが採用している D-Link DL10022 チップに対応しました。 そのため &man.ed.4; を使用する際はカーネルコンフィグレーションファイルに device miibus を追加しなければならなくなっています。 @@ -972,8 +984,8 @@ &man.raycontrol.8; で変更することが可能です。 &merged; - The &man.rp.4; driver has been updated to - version 3.02 and can now be built as a module. &merged; + &man.rp.4; ドライバがバージョン 3.02 に更新され、 + モジュールとして構築できるようになりました。&merged; ISA/PCI の point-to-point 通信インターフェイス @@ -1012,8 +1024,13 @@ ドライバが VLAN タグを正しくマスクするようになりました。 &merged; - The &man.tx.4; driver now supports true multicast - filtering. + &man.tx.4; + ドライバがマルチキャストフィルタリングに完全対応しました。 + &man.txp.4; ドライバが追加されました。 これは 3Com 3XP Typhoon/Sidewinder (3CR990) チップセットベースの @@ -1104,7 +1121,7 @@ options HZ=1000 # not compulsory but strongly recommended によりユーザランド側に確保しておく CPU 時間の割合を 指定します。 ポーリングをサポートしているデバイスは &man.dc.4;、 - &man.fxp.4;、&man.rl.4;、&man.sis.4; となっています。 + &man.fxp.4;、&man.rl.4;、&man.nge.4;、&man.sis.4; となっています。 詳しくは &man.polling.4; マニュアルページを参照してください。 &merged; @@ -1114,15 +1131,16 @@ options HZ=1000 # not compulsory but strongly recommended これは不必要なバッファコピーの削除によるものです。 &merged; - Zero copy support has been added to the - networking stack. This feature can eliminate a copy of - network data between the kernel and userland, which is one of - the more significant bottlenecks in network throughput. - The send-side code should work with almost any network - adapter, while the receive-side code requires a network - adapter with an MTU of at least one memory page size (for - example, jumbo frames on Gigabit Ethernet). For more - information, see &man.zero.copy.9;. + ネットワークスタックに + ゼロコピー + 機能が追加されました。 + これはネットワークスループットにおけるボトルネックの主要因の一つである、 + カーネルとユーザランド間のデータコピーを抑制します。 + 送信側のコードはほぼすべてのネットワークアダプタで動作すると思われますが、 + 受信側のコードは、ネットワークアダプタの MTU が、 + メモリページサイズ 1 つ分の大きさ (たとえばギガビットイーサネット上の + jumbo フレーム) 以上に設定できる必要があります。 + 詳細は &man.zero.copy.9; をご覧ください。 @@ -1159,7 +1177,7 @@ options HZ=1000 # not compulsory but strongly recommended VLAN 機能にも完全に対応しています。&merged; A FAST_IPSEC kernel option now allows - the IPsec implementation to use the kernel crypo framework, + the IPsec implementation to use the kernel &man.crypto.4; framework, along with its support for hardware cryptographic acceleration. @@ -1176,9 +1194,11 @@ options HZ=1000 # not compulsory but strongly recommended - A &man.gre.4; driver, which can encapsulate IP packets - using GRE (RFC 1701) or minimal IP encapsulation for Mobile IP - (RFC 2004), has been added. + &man.gre.4; ドライバが追加されました。 + IP パケットを GRE (RFC 1701) や + minimal IP encapsulation for Mobile IP (RFC 2004) + を利用してカプセル化を行います。 + &merged; ICMP ECHO および TSTAMP 応答速度に制限が加えられるようになりました。 @@ -1193,33 +1213,41 @@ options HZ=1000 # not compulsory but strongly recommended これは sysctl 変数 net.inet.tcp.icmp_may_rst で制御することができます。&merged; + ICMP Source Quench messages are no longer generated for + forwarded packets. The old behavior can be re-enabled with + the net.inet.ip.sendsourcequench sysctl + variable. + IP マルチキャストが VLAN デバイス上で動作するようになりました。 また、VLAN コードにあったいくつかのバグも修正されています。 IPv4 において入ってくる SPD のチェックが無視されてしまう - という IPSec 処理中のバグが修正されました。&merged; + という IPsec 処理中のバグが修正されました。&merged; &man.ipfw.4; が TCP セグメント内に ECN ビットを含む場合にも正しくフィルタ動作を行なうようになりました。 &merged; - &man.ipfw.4; has been re-implemented (the new version is - commonly referred to as IPFW2). It now uses - variable-sized representation of rules in the kernel, similar - to &man.bpf.4; instructions. Most of the externally-visible - behavior (i.e. through &man.ipfw.8;) should be unchanged., - although &man.ipfw.8; now supports or - connectives between match fields. &merged; + &man.ipfw.4; が再実装されました。 + (新しいバージョンは IPFW2 と呼ばれています)。 + &man.ipfw.4; は、 + カーネル内で &man.bpf.4; 命令に似た可変長ルール表現を使っています。 + &man.ipfw.8; に、マッチフィールド連結子 + or が新しく追加されていますが、 + (&man.ipfw.8; に記載されている) + 外部に見える部分の動作のほとんどは変更されていません。 + &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 - be used as the entry point to a networking graph. + &man.ng.device.4; netgraph ノードが新たに追加されました。 + これは /dev に、 + ネットワークグラフへのエントリポイントとして利用できる + デバイスエントリを作成するものです。 &man.ng.etf.4; netgraph ノードは Ethernet タイプの パケットを、ethertype に応じて異なったフックでフィルタ @@ -1233,9 +1261,10 @@ options HZ=1000 # not compulsory but strongly recommended IP パケットに対応する netgraph ノード &man.ng.ip.input.4; が新しく追加されました。 - A new &man.ng.l2tp.4; netgraph node type, which implements - the encapsulation layer of the L2TP protocol as described in - RFC 2661, has been added. &merged; + 新しい netgraph ノードタイプ &man.ng.l2tp.4; が追加されました。 + これは RFC 2661 に記載されている + L2TP プロトコルのカプセル化レイヤを実装したものです。 + &merged; &man.netgraph.4; サブシステムに &man.ng.mppc.4; と &man.ng.bridge.4; のノードタイプが新たに追加され、 @@ -1318,7 +1347,8 @@ options HZ=1000 # not compulsory but strongly recommended バッファの使用量を低減します。 &merged; - sysctl 変数 net.inet.tcp.sendspace および + sysctl 変数 + net.inet.tcp.sendspace および net.inet.tcp.recvspace で制御されている TCP の標準バッファサイズがそれぞれ 32K と 64K に増やされました。 @@ -1373,20 +1403,22 @@ options HZ=1000 # not compulsory but strongly recommended 49152–65535 に変更されました。 これにより並列に出ていくことのできる接続/ストリームの数が増加します。 - The &man.tcp.4; protocol's retransmission timer can now be - manipulated with two sysctl variables, - net.inet.tcp.rexmit_min and - net.inet.tcp.rexmit_slop. The default has - been reduced from one second to 200ms (similar to the Linux default) - in order to better handle hicups over interactive connections and - improve recovery over lossy fast connections such as wireless links. - - - The &man.tcp.4; protocol now has the ability to dynamically - limit the send-side window to maximize bandwidth and minimize - round trip times. The feature can be enabled via the - net.inet.tcp.inflight_enable - sysctl. &merged; + &man.tcp.4; プロトコルの再送タイマが + net.inet.tcp.rexmit_min と + net.inet.tcp.rexmit_slop の、 + 2 つの sysctl 変数で操作できるようになりました。 + デフォルトは従来の 1 秒から (Linux のデフォルト値と同じ) + 200 ミリ秒に減らされています。 + これは、対話的な接続における応答遅延の改善や、 + 無線のようにパケットロスのある高速回線における、 + タイムアウトからの復帰時間の短縮をねらったものです。 + + &man.tcp.4; プロトコルに、 + 送信側のウィンドウのサイズを動的に制限して、 + 帯域を最大化し、ラウンドトリップタイムを最小にするための + 機能が追加されました。この機能は、 + sysctl 変数 net.inet.tcp.inflight_enable + を使って有効化することが可能です。&merged; @@ -1411,10 +1443,10 @@ options HZ=1000 # not compulsory but strongly recommended いくつかのバグも修正されています。 &merged; - The &man.ahd.4; driver, which supports the Adaptec - AIC7901, AIC7901A, and AIC7902 Ultra320 PCI-X SCSI Controller chips, - has been - added. &merged; + &man.ahd.4; ドライバが追加されました。 + これは Adaptec AIC7901, AIC7901A, AIC7902 + Ultra320 PCI-X SCSI コントローラチップに対応しています。 + &merged; Adaptec SCSI RAID コントローラファミリ、 @@ -1472,19 +1504,28 @@ options HZ=1000 # not compulsory but strongly recommended を使ったシステムにおいて、データが壊れる場合があることへの 対策が行なわれました。&merged; - The &man.ata.4; driver (along with &man.burncd.8;) now - supports writing to media in DVD+RW drives. + &man.ata.4; ドライバ (および &man.burncd.8;) に + DVD+RW メディアへの書き込み機能が追加されました。 - The &man.ata.4; driver now supports accessing ATA devices - as SCSI devices via the CAM layer and drivers (&man.cd.4;, - &man.da.4;, &man.st.4;, and &man.pass.4;). This feature requires - device atapicam in the kernel - configuration. More information can be found in - &man.atapicam.4;. &merged; + &man.ata.4; ドライバが、 + CAM レイヤと CAM ドライバ + (&man.cd.4;, &man.da.4;, &man.st.4;, &man.pass.4;) + を経由して、ATA デバイスを + SCSI デバイスとしてアクセスできるようにする機能に対応しました。 + この機能を有効にするには、 + カーネルコンフィグファイルに + device atapicam を追加する必要があります。 + 詳細は &man.atapicam.4; をご覧ください。 The &man.ata.4; driver now has support for the Sil 0680 and VIA 8233/8235 controllers. &merged; + The &man.ata.4; driver now has support for the Acard + ATP850, ATP860, and ATP865 controllers. + + The &man.ata.4; driver is now supported on the + pc98 platform. + &man.cd.4; ドライバが書き込み操作に対応しました。 これにより、DVD-RAM、PD といった CD デバイスとして認識されるドライブへ書き込むことが可能です。 @@ -1503,15 +1544,18 @@ options HZ=1000 # not compulsory but strongly recommended &man.acd.4; driver uses for setting the speed of CDROM access. + The &man.targ.4; driver has been rewritten and a new + usermode has been added to /usr/share/examples/scsi_target that + emulates a direct access device. + SCSI-3 - サポート用の共通インターフェイスデバイスである - ciss ドライバが追加されました。 + 共通インターフェイスを使うデバイス用の ciss ドライバが追加されました。 このドライバは Compaq の SmartRAID 5* ファミリ RAID コントローラ (5300、532、5i) をサポートしています。&merged; - &man.fdc.4; フロッピーディスクに多くの機能強化が - 行なわれました。一般的な設定における密度の選択は - 自動化され、ドライバは様々なサブデバイスの密度設定 + &man.fdc.4; フロッピーディスクコントローラドライバに + 多くの機能強化が行なわれました。一般的な設定における密度の選択は + 自動化され、ドライバはさまざまなサブデバイスの密度設定 に柔軟に対応できるようになりました。 &man.geom.4; ディスク I/O 要求変換フレームワークが追加されました。 @@ -1525,7 +1569,7 @@ options HZ=1000 # not compulsory but strongly recommended refer to a disk partition without specifying an MBR slice (e.g. /dev/ad0a); the kernel would automatically find the first applicable &os; slice and use - it. On GEOM kernels, only the full partition names + it. On GEOM-enabled kernels (the default), only the full partition names (e.g. /dev/ad0s1a) are allowed when referring to partitions within MBR slices. This change should affect very few users. @@ -1583,9 +1627,10 @@ options HZ=1000 # not compulsory but strongly recommended &man.vn.4; は削除されています。 また、メモリファイルシステム (MFS) も削除されました。 - The mpt driver, for - supporting the LSI Logic Fusion/MP architecture Fiber Channel - controllers, has been added. &merged; + mpt + ドライバが新しく追加されました。 + これは、LSI Logic Fusion/MP アーキテクチャ + ファイバチャネルコントローラに対応しています。&merged; firmware 6.X 以降を搭載した Mylex PCI to SCSI AccelRAID コントローラおよび @@ -1603,9 +1648,9 @@ options HZ=1000 # not compulsory but strongly recommended The ofw driver, a basic OpenFirmware disk driver, has been added. - The &man.pst.4; driver, for supporting Promise - SuperTrak ATA RAID controllers, has been - added. &merged; + &man.pst.4; ドライバが新しく追加されました。 + これは Promise SuperTrak ATA RAID コントローラに対応しています。 + &merged; The RAIDframe disk driver has been imported from NetBSD. This driver provides software-based RAID 0, 1, 4, and 5 @@ -1628,9 +1673,9 @@ options HZ=1000 # not compulsory but strongly recommended に追随せずにまわってしまう という問題も含まれています。 - The SCSI_DELAY configuration parameter - can now be set at boot time and runtime via the - kern.cam.scsi_delay tunable/sysctl. + SCSI_DELAY 設定パラメータが、 + kern.cam.scsi_delay sysctl 変数を利用して + 起動時および実行時に変更できるようになりました。 The trm driver has been added to support SCSI adapters using the Tekram TRM-S1040 SCSI chipset. &merged; @@ -1657,7 +1702,7 @@ options HZ=1000 # not compulsory but strongly recommended 参照)。 ライセンスの変更により - softupdates がカーネルソースツリーの主要部に統合され、 + Soft Updates がカーネルソースツリーの主要部に統合され、 GENERIC カーネルでの利用が可能になりました。 &merged; @@ -1665,12 +1710,8 @@ options HZ=1000 # not compulsory but strongly recommended 詳細は /usr/src/sys/ufs/ffs/README.snapshot にあります。 - - FFS 用の softupdates - にいくつかのバグ修正と改良が加えられました。 - &man.statfs.2; および &man.df.1; は - softupdates 利用時に commit + Soft Updates 利用時に commit されて解放されたファイルとブロック数を記録するようになりました。 非常に大容量のファイルシステムで @@ -1740,8 +1781,9 @@ options HZ=1000 # not compulsory but strongly recommended モジュールや mount_* プログラムなども名前が変更されました。 また、&man.fstab.5; 内にある msdos ファイルシステムのエントリが変更なしに動作できるよう、 - 互換性を維持するための措置が - &man.mount.8; に加えられています。 + 互換性を維持するための + 措置 + が &man.mount.8; に加えられています。 疑似ファイルシステム pseudofs が新たに追加されました。 &man.linprocfs.5; と &man.procfs.5; は pseudofs @@ -1784,31 +1826,54 @@ options HZ=1000 # not compulsory but strongly recommended most commercial DVD-Video disks. The &man.mount.udf.8; command can be used to mount these disks. - Basic support has been added for the UFS2 filesystem. - Among its features: + UFS2 ファイルシステム対応の基本部分が追加されました。 + UFS2 の主な新機能は次のとおりです。 - The inode has been expanded to 256 bytes to make - space for 64-bit block pointers. + 64-bit プロックポインタに対応するため、 + inode が 256 バイトに拡張。 - A file-creation time field has been added. + ファイルの作成時刻のフィールドの追加。 - A native extended attributes implementation has been - added, permitting total attribute size stored on an inode - to be up to twice the filesystem block size. This storage - is used for Access Control Lists and MAC labels, but may - also be used by other system extensions and user - applications. + ネイティブな拡張属性の実装。 + これにより、1 つの inode に格納できる属性領域のサイズの最大が、 + ファイルシステムのブロックサイズの 2 倍まで拡張されています。 + この領域はアクセス制御リスト (ACL) と + MAC ラベルでの利用を目的としていますが、 + システムの拡張やユーザアプリケーションで + 利用することもできます。 + - - + UFS1 remains the default on-disk format, although UFS2 can be + selected as an option in &man.newfs.8; or via the partitioning + screen in &man.sysinstall.8;. 64-bit platforms can boot from + UFS2 root filesystems. + + To support new features mentioned in this section, minor + changes have been made to the format of the UFS1 superblock. + These changes may create some compatability problems when a + system older than &os; 4.7-RELEASE attempts to &man.mount.8; + or &man.fsck.8; a local UFS1 filesystem created by &os; + &release.current; or later. &os; 4.7-RELEASE and later are + fully compatible. This situation typically arises on a + dual-boot machine with multiple versions of &os; + installed. + @@ -1816,7 +1881,9 @@ options HZ=1000 # not compulsory but strongly recommended pccard ドライバおよび &man.pccardc.8; - が複数のカード着脱音に対応しました。 + が複数の + カード着脱音 + に対応しました。 &merged; 比較的新しいマシンの多くで、PCCARD @@ -1851,8 +1918,9 @@ hw.pcic.irq="0" 95/97/100、Cirrus Logic PD683X ブリッジに対応しています。 16-bit PC Card には、まだ対応していません。 - NEWCARD is now the default pccard/cardbus - system in the GENERIC kernel. + NEWCARD が + GENERIC カーネルのデフォルトの + pccard/cardbus システムになりました。 @@ -1884,13 +1952,16 @@ hw.pcic.irq="0" snd_maestro3_load="YES" - The VT8233 audio controller now has its own - driver to facilitate supporting all known revisions of the - hardware. It is loadable at boot time by adding - device pcm to the kernel configuration or - by adding snd_via8233="YES" to - /boot/loader.conf. Documentation to - support this work was provided by VIA. &merged; + VT8233 + オーディオコントローラのドライバが、 + すべてのリビジョンのハードウェアに対応しました。 + このドライバは、カーネルコンフィグファイルに + device pcm を追加するか、 + /boot/loader.conf に + snd_via8233="YES" と追加することで + 起動時にロードすることが可能です。 + このドライバは、VIA から提供された資料を用いて開発されました。 + &merged; &man.bktr.4; ドライバがバージョン 2.18 に更新され、 非常に多くの新機能が提供されています。 @@ -1923,20 +1994,12 @@ hw.pcic.irq="0" チップセットに 対応しました。&merged; - The ich sound driver now provides rudimentary - support for ich4 audio support. &merged; + ich サウンドドライバに、 + ich4 オーディオ対応の基本部分が追加されました。&merged; - Drivers have been added to support the Direct - Rendering Infrastructure, which can used to provide 3D - acceleration within XFree86. Video - cards supported include the 3Dlabs Oxygen GMX 2000 (gammadrm), - AGP Matrox G200/G400/G450/G550 (mgadrm), 3dfx Voodoo - 3/4/5/Banshee (tdfxdrm), AGI ATI Rage 128 (r128drm), and AGP - ATI Radeon (radeondrm). - - Direct Rendering Infrastructure (DRI) + DRI (Direct Rendering Infrastructure) 用ドライバが追加されました。 - このドライバは XFree86 の + このドライバは XFree86 に 3D アクセラレーション機能を提供します。 対応するビデオカードは 3Dlabs Oxygen GMX 2000 (gammadrm)、 @@ -1968,7 +2031,7 @@ hw.pcic.irq="0" IPFilter IPFilter はバージョン - 3.4.29 に更新されました。 + 3.4.29 に更新されました。&merged; IPFilter が IPv6 に対応しました。&merged; @@ -1982,6 +2045,10 @@ hw.pcic.irq="0" バージョン 1.0.2 に更新されました。 &man.ifpi.4; ドライバが追加されました。 + これは AVM Fritz!Card PCI コントローラに対応しています。 + &merged; + + &man.ifpi2.4; ドライバが追加されました。 これは AVM Fritz!Card PCI version 2 コントローラに対応しています。 &merged; @@ -2081,7 +2148,8 @@ hw.pcic.irq="0" &man.sysinstall.8; においてインストール時に二種類の - セキュリティプロファイルが選べるようになりました。 + セキュリティプロファイル + が選べるようになりました。 これらのプロファイルは &man.rc.conf.5; に書かれている さまざまなシステムサービスを 新規インストール時に有効化・無効化することで、 @@ -2595,8 +2663,8 @@ hw.pcic.irq="0" [fddi][atm] タグを表示するようになりました。 - The &man.asa.1; utility, to interpret FORTRAN - carriage-control characters, has been added. + FORTRAN キャリッジ制御文字を解釈する + &man.asa.1; ユーティリティが追加されました。 &man.at.1; now supports the command-line option to remove jobs and the option to @@ -2613,21 +2681,21 @@ hw.pcic.irq="0" システムの &man.awk.1; が BWK awk になりました。 - &man.basename.1; now accept and - flags, which allow it to perform the - &man.basename.3; function on multiple files. + &man.basename.1; に フラグと + フラグが追加され、複数のファイルに対して + &man.basename.3; 関数を実行できるようになりました。 - &man.biff.1; now accepts a argument to - enable bell notification of new mail (which does - not disturb the terminal contents as biff y - would). &merged; + &man.biff.1; に、新しい引数 が追加されました。 + これは、新しいメール到着時の ベル通知 を有効にします + (biff y のように、端末には表示されません)。 + &merged; - &man.biff.1; now uses the first terminal associated with the - standard input, standard output or standard error file - descriptor, in that order. Thus, it is possible to use the - redirection facilities of a shell (biff n < - /dev/ttyp1) to toggle the notification for other - terminals. + &man.biff.1; が + 標準入力、標準出力、標準エラー出力の順に + 起動された端末のファイル記述子を利用するようになりました。 + これにより、シェルのリダイレクト機能 + (biff n < /dev/ttyp1) + を利用し、他の端末へ通知を切替えることができます。 PC-98 ブートマネージャのインストール・設定用ユーティリティである @@ -2682,8 +2750,8 @@ hw.pcic.irq="0" が新しく UNIX ドメインソケットの読み出しに対応しました。 &merged; - &man.catman.1; is now a C program, instead of a - Perl script. + &man.catman.1; が Perl スクリプトから + C プログラムに変更されました。 &man.cdcontrol.1; が cdid コマンドに対応しました。このコマンドは CDDB @@ -2733,9 +2801,10 @@ hw.pcic.irq="0" が追加されました。 これはシンボリックリンクの許可属性の変更に対応するものです。 - &man.chmod.1; now also, when the mode is modified, prints - the old and new modes if the option is - specified more than once. + &man.chmod.1; に + オプションが複数回指定した場合、 + ファイルのモードを変更するときに、 + 新旧のモードを表示するようになりました。 &man.chown.8; が オプションなしで 実行された場合に、 @@ -2774,9 +2843,10 @@ hw.pcic.irq="0" バッファオーバフロー問題が修正されました。 &merged; - &man.cp.1; now takes a (nonstandard) - option to automatically answer no when it would - ask to overwrite a file. &merged; + &man.cp.1; に + (非標準の) オプションが追加されました。 + これは、ファイルを上書きする際の確認に対して、 自動的に + no を回答するものです。&merged; コンテキストを判断してファイルの分割を行なう &man.csplit.1; ユーティリティが新たに追加されました。 @@ -2786,10 +2856,11 @@ hw.pcic.irq="0" が使われている場合でも、&man.ctags.1; が壊れたタグを 作成しないようになりました。&merged; - &man.ctags.1; now creates tags for typedefs, structs, - unions, and enums by default (implying the - option). The new reverts to the old - behavior. + &man.ctags.1; がデフォルトで + typedef, struct, union, enum 宣言のタグを生成するようになりました + (デフォルトで オプションが追加されます)。 + 新しく追加された オプションを利用すると、 + 従来どおりの動作になります。 &man.daemon.3; へのコマンドラインインターフェイスを提供する &man.daemon.8; プログラムが新しく追加されました。 @@ -2823,7 +2894,7 @@ hw.pcic.irq="0" ギガバイトという表現が新たに使用できるようになりました。 &merged; - &man.diskpart.8; は廃止され、削除されました。 + diskpart(8) は廃止され、削除されました。 &man.dmesg.8; へ、 &man.syslogd.8; の記録および /dev/console @@ -2940,13 +3011,14 @@ hw.pcic.irq="0" &man.finger.1; が .pubkey ファイルに対応しました。&merged; - &man.finger.1; now supports a flag to - restrict the printing of GECOS information to the user's full - name only. &merged; + &man.finger.1; に、 + GECOS 情報の表示をユーザのフルネームのみに制限する + フラグが追加されました。&merged; - &man.finger.1; now supports the and - flags to specify an address family for - remote queries. &merged; + &man.finger.1; + に、リモートの問い合わせに使うアドレスファミリを指定する + フラグと + フラグが追加されました。&merged; &man.fmt.1; が書き直され、 従来あった数多くのバグが修正されました。&merged; @@ -3015,14 +3087,16 @@ hw.pcic.irq="0" コンパイル時にポート番号の範囲を設定する機能も加えられています。 &merged; - &man.ftpd.8; now supports the option - to permit guest users to modify existing files if allowed - by filesystem permissions. - In particular, this enables guest users to resume uploads. - &merged; + &man.ftpd.8; に、新しく + オプションが追加されました。 + これは、ファイルシステム上の許可属性に従い、 + ゲストユーザも既存のファイルを変更できるようにするものです。 + これは特に、ゲストユーザがアップロードする際の途中再送 + (resume) を可能にします。&merged; - &man.ftpd.8; now supports the option - to prevent guest users from creating directories. + &man.ftpd.8; に、新しく + オプションが追加されました。 + これは、ゲストユーザがディレクトリを作成できないようにします。 &merged; &man.ftpd.8; に新しいオプション @@ -3035,8 +3109,10 @@ hw.pcic.irq="0" 比較的安全なアップロード用 anonymous FTP サーバを構築することが可能です。&merged; - &man.ftpd.8; now supports the option - to disable logging FTP sessions to &man.wtmp.5;. &merged; + &man.ftpd.8; に、新しく + オプションが追加されました。 + これは、FTP セションのログを &man.wtmp.5; に記録しないようにします。 + &merged; &man.gdb.1; がハードウェアウォッチポイントに対応しました @@ -3054,10 +3130,10 @@ hw.pcic.irq="0" エラー報告ルーチンで出力に一貫性を持たせるために使用されます。 &merged; - gifconfig(8) is obsolete and has been removed. Its - functionality is now handled by the and - commands of - &man.ifconfig.8;. + gifconfig(8) が削除され、 + その機能は &man.ifconfig.8; の + + コマンドに統合されました。 &man.gprof.1; に現在動作しているカーネルから動的にシンボル 参照を解決するための オプションが追加 @@ -3065,8 +3141,8 @@ hw.pcic.irq="0" この変更により、KLD モジュールが適切にコンパイルされていれば、 プロファイルすることができるようになりました。 - The gpt tool for manipulating EFI GPT - partitions has been added. + EFI GPT パーティションを操作する + gpt ツールが追加されました。 成長型 FFS ファイルシステム &man.growfs.8; が新たに追加されました。 @@ -3108,9 +3184,10 @@ hw.pcic.irq="0" リストの表示は オプションを指定時に行なわれます。 &merged; - &man.ifconfig.8; now has the ability to set promiscuous mode - on an interface, via the new - flag. &merged; + &man.ifconfig.8; に、インターフェイスを + プロミスキャス (promiscuous) モードにする機能が追加されました。 + これは、新しく追加された フラグを使います。 + &merged; &man.ifconfig.8; now supports a monitor interface flag, which blocks transmission of packets on that @@ -3154,9 +3231,9 @@ hw.pcic.irq="0" オプションが同時に指定された場合に警告を表示するようになっています。 &merged; - IP Filter is now supported by the - &man.rc.conf.5; boot-time - configuration and initialization. &merged; + IP Filter が + &man.rc.conf.5; による起動時の設定と初期化に対応しました。 + &merged; &man.ipfstat.8; に &man.top.1; 風の表示を行なう オプションが追加されました。 @@ -3191,16 +3268,19 @@ hw.pcic.irq="0" &man.ispppcontrol.8; が削除され、 その機能が &man.spppcontrol.8; に統合されました。&merged; - &man.k5su.8; is no longer installed SUID - root by default. Users requiring this - feature can either manually change the permissions on the - &man.k5su.8; executable or add - ENABLE_SUID_K5SU=yes to - /etc/make.conf before a source - upgrade. &merged; + &man.k5su.8; のバイナリがデフォルトで + root に + SUID されずにインストールされるようになりました。 + この機能が必要なユーザは、 + 手動で &man.k5su.8; の実行ファイルの許可属性を変更するか、 + ソースからのアップグレードの前に + ENABLE_SUID_K5SU=yes + を + /etc/make.conf に加えてください。 + &merged; - &man.kbdmap.1; and &man.vidfont.1; have been converted from - Perl to C. + &man.kbdmap.1; と &man.vidfont.1; が + Perl スクリプトから C プログラムに変更されました。 カーネル環境変数をダンプする &man.kenv.1; コマンドが新たに追加されました。 @@ -3211,11 +3291,11 @@ hw.pcic.irq="0" Perl スクリプトだった &man.keyinfo.1; が C プログラムに変更されました。&merged; - The kget(8) utility has been removed (it was only - useful for UserConfig, which is not present in &os; - &release.current;). + kget(8) ユーティリティが削除されました + (これは UserConfig 専用のユーティリティであり、 + &os; &release.current; には UserConfig がありません)。 - Perl スクリプトだった &man.killall.1; が + &man.killall.1; が Perl スクリプトから C プログラムに変更されました。 そのため、 オプションは Perl の正規表現文法ではなく、 @@ -3334,9 +3414,10 @@ hw.pcic.irq="0" オプションフラグも同じ目的で使用可能です。 &merged; - &man.lock.1; now accepts a to disable - switching VTYs while the current terminal is locked. This permits - locking the entire console from a single terminal. &merged; + &man.lock.1; に、現在使用している端末がロックされている時に + VTY の切替えを無効にする フラグが追加されました。 + これにより、ひとつの端末からコンソール全体を + ロックすることができるようになります。&merged; &man.logger.1; から直接リモートの syslog にメッセージを送信できるようになりました。 @@ -3410,11 +3491,12 @@ hw.pcic.irq="0" ファイルに単位 (訳注: B, KB, MB など) をつけて 3 以下の桁数でファイルサイズを出力させることができます。&merged; - The &man.ls.1; program now supports a - flag to list files across a page, a flag to - force printing of a / after directories, and - a flag to sort filenames across a - page. &merged; + The &man.ls.1; にリストを一行で表示する フラグ、 + ディレクトリ名の後ろに / を付加する + フラグ、 + ファイル名を行方向にソートして表示する + フラグが追加されました。 + &merged; &man.m4.1; が &man.cpp.1; で利用されている #line 指示子を受け付けるようになりました。 @@ -3474,8 +3556,8 @@ hw.pcic.irq="0" 比較的コンパイラの種類に依存しない形で制御することを可能にするものです。 &merged; - &man.makewhatis.1; is now a C program, instead of a - Perl script. + &man.makewhatis.1; が + Perl スクリプトから C プログラムに変更されました。 catpage (繰り返し表示されるためにあらかじめ フォーマットされキャッシュされたマニュアルページ) の生成に @@ -3489,8 +3571,8 @@ hw.pcic.irq="0" 実行しているユーザが root の場合には、 catpage を作成することができます。 - The mca utility, for decoding machine check - records, has been added. + MCA (Machine Check Architecture) レコードをデコードするための + mca ユーティリティが追加されました。 新しいコマンド &man.mdmfs.8; が追加されました。 これは &man.mdconfig.8; コマンド、 @@ -3519,19 +3601,20 @@ hw.pcic.irq="0" /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, - standard output or standard error file descriptor, in that order. - Thus, it is possible to use the redirection facilities of a shell - (mesg n < /dev/ttyp1) to control write access - for other terminals. + &man.mesg.1; が SUSv3 に適合しました。 + 他のものと同様に、 + 標準入力、標準出力、標準エラー出力の順に + 起動された端末のファイル記述子を利用するようになりました。 + これにより、シェルのリダイレクト機能 + (mesg n < /dev/ttyp1) + を利用し、他の端末への書き込みアクセスを制御することができます。 - mk_cmds(1) and the associated - libss have been removed; they have been - unused for quite some time. &merged; + 長い間利用されていなかった mk_cmds(1) および、関連する + libss ライブラリが削除されました。&merged; - &man.mountd.8; and &man.nfsd.8; have moved from - /sbin to /usr/sbin. + &man.mountd.8; と &man.nfsd.8; が + /sbin から + /usr/sbin に移動しました。 &man.moused.8; に新しいオプション が追加されました。 @@ -3580,24 +3663,26 @@ hw.pcic.irq="0" &merged; &man.newfs.8; に write combining 機能 (訳注: - データをひとまとめにしてバス使用効率を向上させる機能) + データをひとまとめにして I/O 効率を向上させる機能) が実装されました。 これにより、以前と比べて新しいファイルシステムの作成が最大 7 倍速くなっています。 &merged; &man.newfs.8; に、新しいファイルシステムの - softupdates 機能を有効化する + Soft Updates 機能を有効化する オプションフラグが追加されました。 &merged; - &man.newfs.8; において、 - 1 グループあたりのシリンダ数の既定値が、現在のファイルシステム - パラメータで許される最大の値になるようになりました。 - これは オプションで上書きできます。 - 以前はデフォルトで 16 で固定されていました。 - この変更により &man.fsck.8; の性能が改善され、 - フラグメンテーションが少なくなります。&merged; + &man.newfs.8; + の設定の一つである 1 グループに対するシリンダ数 (cylinders/group) + の既定値が、 + 現在のファイルシステムパラメータに設定可能な最大値に設定されるようになりました。 + 以前はこの標準値が 16 に固定されていましたが、 + 現在は オプションで値を設定することが可能になっています。 + この変更には、&man.fsck.8; + の性能向上と断片化 (fragmentation) の低減という効果があります。 + &merged; &man.newfs.8; により作成される新しいファイルシステムの @@ -3605,7 +3690,7 @@ hw.pcic.irq="0" 8192 バイトと 1024 バイトから 16384 バイトと 2048 バイトに 変更されました。 この変更によりいくらか性能が向上し、もう少しディスクスペースを - 消費するようになります。&merged; + 消費するようになっています。&merged; 最近のハードディスクでは有効に働かない古い機能の多くが、 &man.newfs.8; から削除されました。 @@ -3614,16 +3699,17 @@ hw.pcic.irq="0" 、 および フラグがそれに該当します。 - &man.newfs.8; now supports a flag to - select the creation of UFS1 or UFS2 filesystems. + &man.newfs.8; に + UFS1 ファイルシステム、UFS2 ファイルシステムの作成を選択する + フラグが追加されました。 - The &man.newgrp.1; utility to change to a new group has been - added. + 現在のグループを新しいグループに切り替える + &man.newgrp.1; ユーティリティが追加されました。 - &man.newsyslog.8; now compresses log files - using &man.bzip2.1; by default. (The former behavior of using - &man.gzip.1; can be specified in - /etc/newsyslog.conf.) + &man.newsyslog.8; がデフォルトで + ログファイルの圧縮に &man.bzip2.1; を使うようになりました + (/etc/newsyslog.conf には、 + &man.gzip.1; を利用する従来の動作を指定することも可能です)。 The &man.nextboot.8; utility has been added to specify an alternate kernel and/or boot flags to be used the next time the @@ -3636,13 +3722,9 @@ hw.pcic.irq="0" が与えられたフックにデータパケットを送る コマンドに対応しました。&merged; - &man.nice.1; now uses the option to - specify the niceness of the utility being - run. &merged; - - 行番号を付加するフィルタプログラム &man.nl.1; - が新たに追加されました。 - &merged; + &man.nice.1; に、実行するユーティリティの + nice 値 を指定する + オプションが追加されました。&merged; nsswitch 機能が NetBSD からマージされました。 @@ -3658,12 +3740,13 @@ hw.pcic.irq="0" an existing /etc/nsswitch.conf during system startup if it exists. - &man.od.1; now supports the option to - specify the input address base, the option to - specify the number of bytes to dump, the - option to specify the number of bytes to skip, the - option to output signed decimal shorts, and - the option to specify output type. &merged; + &man.od.1; に、 + 入力アドレスの起点を指定する オプション、 + ダンプするバイト数を指定する オプション、 + ダンプを何バイトスキップするか指定する オプション、 + 符号付きの 10 進数で出力する オプション、 + 出力形式を指定する オプションが追加されました。 + &merged; The &man.ofwdump.8; utility has been added to examine the OpenFirmware device tree. @@ -3677,23 +3760,26 @@ hw.pcic.irq="0" ファイルで行われるようになりました。 /etc/pam.d/README に詳細があります。 - A &man.pam.echo.8; echo service module has been added. + エコーサービスを提供する + &man.pam.echo.8; モジュールが追加されました。 - A &man.pam.exec.8; program execution service module has been - added. + &man.pam.exec.8; モジュールが追加されました。 + これはプログラムの実行サービスを提供します。 &man.pam.ftp.8; モジュールが追加されました。 これは anonymous FTP ユーザの認証を可能にするものです。 - A &man.pam.ftpusers.8; module has been added to perform - checks against the &man.ftpusers.5; file. - &man.ftpusers.5; ファイルをチェックする &man.pam.ftpusers.8; モジュールが追加されました。 - A &man.pam.ksu.8; module has been added to do Kerberos 5 - authentication and $HOME/.k5login - authorization for &man.su.1;. + Kerberos 5 認証と + &man.su.1; に対して + $HOME/.k5login を使った認可 + (authorization) を行なう + &man.pam.ksu.8; モジュールが追加されました。 + ログインセションを &man.utmp.5;、&man.wtmp.5;、 &man.lastlog.5; データベースに記録する @@ -3745,9 +3831,8 @@ hw.pcic.irq="0" コマンドラインフラグが追加されました。 &merged; - The &man.pathchk.1; utility, which checks pathnames for - validity or portability between POSIX systems, has been - added. &merged; + パス名の妥当性や他の POSIX システムとの移植性をチェックする + &man.pathchk.1; ユーティリティが追加されました。&merged; &man.pax.1; に対して数多くの改良が加えられました。 その改良には、 @@ -3787,7 +3872,7 @@ hw.pcic.irq="0" has received a number of updates and bug fixes. &merged; - &man.ppp.8; に、新たに + &man.ppp.8; に、新たに tcpmssfixup オプションが追加されました。 これは送信および到着 TCP SYN パケットを調整し、 最大受信セグメントサイズがインターフェイスの MTU を超えないようにします。 @@ -3809,18 +3894,18 @@ hw.pcic.irq="0" フラグが追加されました。 &merged; - prefix(8) is obsolete and has been removed. Its - functionality is provided by the command - to &man.ifconfig.8;. + prefix(8) が削除され、 + その機能は &man.ifconfig.8; の + コマンドに統合されました。 &man.ps.1; の オプション (指定された スワップデバイスから情報を取得する) がいつからか 使えなくなっていました。このオプションは削除されました。&merged; - The &man.pselect.3; library function (introduced by POSIX.1 - as a slightly stronger version of &man.select.2;) has been - added. + &man.pselect.3; ライブラリ関数 (POSIX.1 で導入された + &man.select.2; を若干強力にしたもの) + が追加されました。 &man.pwd.1; に、与えられたパス名を物理ファイルシステムの @@ -3975,35 +4060,37 @@ hw.pcic.irq="0" (もちろんこの機能は &man.printf.1; 外部コマンドとして 利用可能です)。 - &man.sh.1; now supports a option to - prevent existing regular files from being overwritten by output - redirection, and a to give an error if an - unset variable is expanded. &merged; + &man.sh.1; に、出力のリダイレクトで既存の通常ファイルを + 上書きする操作を禁止する オプションと、 + 未定義の変数を展開しようとした時にエラーを発生させる + オプションが追加されました。&merged; - The &man.sh.1; built-in cd command now - supports and flags to - invoke logical or physical modes of operation, respectively. - Logical mode is the default, but the default can be changed with - the physical &man.sh.1; option. &merged; + &man.sh.1; 内蔵の cd コマンドに、 + 論理モードを指定する フラグと + 物理モードを指定する フラグがそれぞれ追加されました。 + デフォルトは論理モードです。 + このデフォルトは、physical という + &man.sh.1; オプションで 変更できます。&merged; - The &man.sh.1; built-in jobs command now - supports a flag to output PIDs only and a - flag to add PIDs to the output. &merged; + &man.sh.1; 内蔵の jobs コマンドに、 + PID のみを表示する フラグと + 出力に PID を含める フラグが追加されました。 + &merged; - &man.sh.1; now supports a bind built-in - command, which allows the key bindings for the shell's line editor - to be changed. + &man.sh.1; にシェルの行編集機能のキーバインドを変更する + bind 内蔵コマンドが追加されました。 - The &man.sh.1; built-in export and - readonly commands now support a - flag to print their output in - portable format. &merged; + &man.sh.1; 内蔵の export および + readonly コマンドに、 + portable フォーマットで出力する + フラグが追加されました。&merged; - &man.sh.1; no longer accepts invalid constructs as + &man.sh.1; は command & && command, && - command, or || - command. &merged; + command, や || + command. のような構文を + 拒否するようになりました。&merged; &man.sockstat.1; に、 および @@ -4011,8 +4098,8 @@ hw.pcic.irq="0" 接続済みもしくは listen 中のソケットを一覧表示します。 &merged; - &man.spkrtest.8; is now a &man.sh.1; script, rather than a - Perl script. + &man.spkrtest.8; が + Perl スクリプトから &man.sh.1; スクリプトに変更されました。 &man.split.1; が 2GB を超えるファイルの分割に対応しました。 @@ -4144,8 +4231,8 @@ hw.pcic.irq="0" に新しく重複した行を圧縮する機能を無効に する フラグが追加されました。&merged; - &man.tabs.1;, a utility to set terminal tab stops, has been - added. + 端末のタブストップを設定する + &man.tabs.1; ユーティリティが追加されました。 &man.tail.1; が 2GB を超えるファイルの処理に対応しました。 @@ -4168,14 +4255,14 @@ hw.pcic.irq="0" ソケットへの接続を可能にするものです。 &merged; - The &man.termcap.5; database now uses the - xterm terminal type from - XFree86. As a result, &man.xterm.1; - now supports color by default and the common workaround of - setting TERM to xterm-color - is no longer necessary. Use of the - xterm-color terminal type may result in - (benign) warnings from applications. + &man.termcap.5; データベースは、 + XFree86 由来の + xterm 端末タイプを使うようになりました。 + これにより &man.xterm.1; はデフォルトでカラー表示が可能になり、 + 環境変数 TERMxterm-color + を設定するという回避策はもう必要なくなりました。 + xterm-color 端末タイプを利用していると、 + アプリケーションから (害はありませんが) 警告が出るかも知れません。 &man.tftp.1; と &man.tftpd.8; が IPv6 に対応しました。&merged; @@ -4218,12 +4305,12 @@ hw.pcic.irq="0" これはコマンドの作用をシンボリックリンクのリンク先ではなく、 リンクそのものに対して行なうことを指定するものです。 - &man.tr.1; now has basic support for equivalence classes - for locales that support them. &merged; + &man.tr.1; が、一部の等価クラス + (equivalence class, 対応しているロケールのみ) に対応しました。 + &merged; - &man.tr.1; now supports a flag to - complement the set of characters specified by the first string - argument. + &man.tr.1; に第一引数で指定された文字の補集合を表す + フラグが追加されました。 ファイルを指定した長さに切り詰めたり、 拡張したりするための &man.truncate.1; @@ -4270,19 +4357,21 @@ hw.pcic.irq="0" また、&man.uudecode.1; は自動的に base64 ファイルをデコードするようになっています。&merged; - The base64 capabilities of &man.uuencode.1; and - &man.uudecode.1; can now be automatically enabled by invoking - these utilities as &man.b64encode.1; and &man.b64decode.1; - respectively. &merged; + &man.uuencode.1; と &man.uudecode.1; の base64 変換機能が、 + それぞれ &man.b64encode.1; と &man.b64decode.1; + という名前で実行することで自動的に有効になるようになりました。 + (訳注: &man.b64encode.1; は &man.uuencode.1; の、 + &man.b64decode.1; は &man.uudecode.1; のハードリンクです)。 + &merged; Functions to implement and manipulate OSF/DCE 1.1-compliant UUIDs have been added to libc. More information can be found in &man.uuid.3;. - The &man.uuidgen.1; utility has been added. It uses the new - &man.uuidgen.2; system call to generate one or more Universally - Unique Identifiers compatible with OSF/DCE 1.1 version 1 - UUIDs. + &man.uuidgen.1; ユーティリティが追加されました。 + これは新しく導入された &man.uuidgen.2; システムコールを利用して + OSF/DCE 1.1 version 1 UUID と互換性のある + Universally Unique Identifier を一つ (ないしそれ以上) 生成します。 &man.vidcontrol.1; に新しいオプション @@ -4312,8 +4401,8 @@ hw.pcic.irq="0" 履歴バッファの大きさを設定することが可能です。 &merged; - &man.vidcontrol.1; now accepts a to - allow the user to disable VTY switching. &merged; + &man.vidcontrol.1; に、VTY の切替えを無効にする + フラグが追加されました。&merged; &man.vinum.8; のストライプサイズの既定値が 256KB から 279KB に変更されました。 @@ -4327,17 +4416,18 @@ hw.pcic.irq="0" &man.watch.8; に &man.snp.4; デバイスを使うようにする オプションが追加されました。&merged; - &man.wc.1; now supports a flag to - count characters, rather than bytes. + &man.wc.1; がバイトではなく文字をカウントする + フラグに対応しました。 - &man.whereis.1;, formerly a Perl script, has been - rewritten in C. It now supports a flag to - suppress the run of &man.locate.1;, and a - flag suppresses the leading name of the query. + &man.whereis.1; が Perl スクリプトから C プログラムに変更されました。 + &man.locate.1; の起動を抑制する フラグ、 + 出力行の先頭に現れるクエリ名の表示を抑制する + フラグが追加されました。 - &man.whereis.1; now supports a flag - to report all matches instead of only the first of each - requested type. + &man.whereis.1; に、 + 検索対象のファイルタイプに一致する最初のものだけでなく、 + マッチするものすべてを表示する + フラグが追加されました。 Perl スクリプトだった &man.which.1; が C プログラムに変更されました。 @@ -4361,6 +4451,12 @@ hw.pcic.irq="0" を送ることができるようになる オプション が追加されました。&merged; + &man.wicontrol.8; に + hostap モードのステーションの一覧を表示する + フラグと + 利用可能なアクセスポイントの一覧を表示する + フラグが追加されました。 + &man.wicontrol.8; now supports a to list the stations associated in hostap mode and a to list available access points. @@ -4506,9 +4602,10 @@ hw.pcic.irq="0" がバージョン 3.39 に更新されました。 - gcc has been updated to - a pre-release snapshot of gcc - 3.2.1, from 9 October 2002. + gcc が、 + 2002 年 10 月 9 日時点の + gcc + 3.2.1 スナップショットのプレリリースバージョンに更新されました。 The C++ ABI from gcc 3.2.X is not compatible with @@ -4530,8 +4627,8 @@ hw.pcic.irq="0" のデフォルトオプションを指定します。 &merged; - gdb has been updated to version - 5.2.1. + gdb がバージョン + 5.2.1 に更新されました。 GNATS がバージョン 3.113 に更新されました。 @@ -4589,7 +4686,7 @@ hw.pcic.irq="0" 更新されました。 lint は NetBSD &man.lint.1; の - 2002/07/19 版スナップショットに更新されました。 + 2002 年 7 月 19 日時点のスナップショットに更新されました。 &os; の &man.ftp.1; プログラムが lukemftp @@ -4625,36 +4722,41 @@ hw.pcic.irq="0" これは S/Key の機能を完全に置き換えるものです。&merged; - Perl has been removed from the - &os; base system. It can still be installed from the &os; - Ports Collection or as a binary package; moving it out of the - base system will make future upgrades and maintenence easier. - To reduce the dependence of the base system on - Perl, many utilities have been - rewritten as shell scripts or C programs (specific notes are - made for each affected utility). - /usr/bin/perl is now a - wrapper program, so that programs expecting to - find a Perl interpreter there will - be able to function correctly. + Perl が + 今後のアップグレードと保守を容易にするために + &os; のベースシステムから削除されました。 + なお、Perl は &os; Ports Collection や + package を利用してインストールすることができます。 + ベースシステムの Perl 依存性を減らすため、 + 多くのユーティリティがシェルスクリプトや + C プログラムで書き直されました + (書き直されたユーティリティは、リリースノート中に記載されています)。 + /usr/binに + Perl インタプリタが存在することを想定するプログラムが + 正しく動作できるよう、 + /usr/bin/perl は + wrapper プログラムになりました。 The Perl removal and package integration work is ongoing. - GNU ptx has been removed from - the base system. It is not used anywhere in the base system, - and has not been recently updated or maintained. Users - requiring its functionality can install this utility as a part - of the textproc/textutils - port. - - The rc.d framework from NetBSD has been - imported. It breaks down the system startup functionality - into a number of small, task-oriented scripts - in /etc/rc.d, with dynamic-determined - ordering of startup scripts performed at boot-time. + GNU ptx が + ベースシステムから削除されました。 + ペースシステムでは利用されておらず、 + 更新や保守がされていないことが理由です。 + この機能が必要なユーザは + textproc/textutils カテゴリから + 当該ユーティリティをインストールしてください。 + + NetBSD から + rc.d フレームワークが導入されました。 + これは、従来のシステムのスタートアップ部分を + task 指向 のスクリプト群として細かく分割して + /etc/rc.d に配置し、 + そのスタートアップスクリプトの起動順を、 + 起動時に動的に決定するというものです。 &man.routed.8; がバージョン 2.22 に更新されました。 &merged; @@ -4662,15 +4764,15 @@ hw.pcic.irq="0" smbfs ユーザランド ユーティリティのバージョン 1.4.5 が統合されました。 - GNU sort has been updated to - the version from GNU textutils - 2.0.21. - - &man.stat.1; from NetBSD, as of - 5 June 2002 has, been imported. - - GNU tar has been updated to - 1.13.25. &merged; + GNU sort が + GNU textutils 2.0.21 + に含まれるものに更新されました。 + + NetBSD 由来の (2002 年 6 月 5 日時点の) + &man.stat.1 コマンドが導入されました。 + + GNU tar が + バージョン 1.13.25 に更新されました。 &merged; tcpdump がバージョン 3.7.1 に更新されました。&merged; @@ -4694,8 +4796,9 @@ hw.pcic.irq="0" top がバージョン 3.5b12 に更新されました。&merged; - traceroute has been updated to - LBL version 1.4a12. + traceroute が + LBL (Lawrence Berkeley National Laboratory) の + バージョン 1.4a12 に更新されました。 &man.traceroute.8; は、 デフォルトの最大 TTL 値を @@ -4720,8 +4823,8 @@ hw.pcic.irq="0" ssh になりました。 &merged; - &man.cvs.1; に新しいオプション - が追加されました。 + &man.cvs.1; に新しいオプション + が追加されました。 これはリポジトリから砂場 (sandbox) にある CVS/Template ファイルを更新するためのものです。 @@ -4776,7 +4879,7 @@ hw.pcic.irq="0" &merged; &man.ifconfig.8; - に &man.prefix.8; の機能が統合されました。&merged; + に prefix(8) の機能が統合されました。&merged; &man.ndp.8; に対して、RFC2461 (Neighbor Discovery for IP Version 6 (IPv6)) @@ -4785,7 +4888,7 @@ hw.pcic.irq="0" &merged; 制限されたライセンス条件を持った - &man.pim6dd.8; および &man.pim6sd.8; が削除されました。 + pim6dd(8) および pim6sd(8) が削除されました。 これらのプログラムは Ports Collection の一部として net/pim6ddnet/pim6dd から利用可能です。 @@ -4805,7 +4908,7 @@ hw.pcic.irq="0" OpenSSH - OpenSSH がバージョン + OpenSSH がバージョン 2.9 に更新されました。 これは SSH2 プロトコル (デフォルト) と、DSA 暗号鍵に対応した ものです。 @@ -4824,7 +4927,7 @@ hw.pcic.irq="0" SOCKS4 プロキシーも加えられました。 &merged; - OpenSSH が 3.1 に更新されました。 + OpenSSH が 3.4p1 に更新されました。 &merged; 変更点は: @@ -4848,27 +4951,21 @@ hw.pcic.irq="0" &man.ssh-keygen.1; は特定の鍵形式をデフォルトとは しないようになりました。 オプション で明示的に指定する必要があります。 - - - - - OpenSSH has been updated to - 3.4p1. &merged; The main changes are: - - - A privilege separation feature, - which uses unprivileged processes to contain and - restrict the effects of future compromises or - programming errors. - - - - Several bugfixes, including closure of a - security hole that could lead to an integer overflow - and undesired privilege escalation. - - - + + + プログラムのバグや将来的に発見される可能性のある + セキュリティ上の弱点の影響を小さくするために、 + 特権を持たないプロセスを使うという + 特権分離 (privilege separation) + 機能が追加されました。 + + + 整数変数のオーバフローによって権限の不正な獲得が + 可能になるというセキュリティホールなど、 + いくつかのバグが修正されました。 + + + OpenSSHOPIE パスワードで @@ -4926,7 +5023,7 @@ hw.pcic.irq="0" OpenSSL OpenSSL がバージョン - 0.9.6g に更新されました。 + 0.9.6g に更新されました。&merged; OpenSSL がマシン依存のアセンブラ最適化に対応しました。 @@ -5002,7 +5099,6 @@ hw.pcic.irq="0" SENDMAIL_MC および SENDMAIL_ADDITIONAL_MC が追加されました。 詳細については - /usr/share/examples/etc/make.conf をご覧ください。 &merged; @@ -5063,24 +5159,25 @@ hw.pcic.irq="0" sendmail_enable="YES" - The permissions for sendmail - alias and map databases built via - /etc/mail/Makefile now default to mode - 0640 to protect against a file locking local denial of service. - It can be changed by setting the new - SENDMAIL_MAP_PERMS - make.conf option. &merged; + /etc/mail/Makefile から構築される + sendmail の alias ファイル、 + map データベースの許可属性は、 + ファイルロックに対するローカルからのサービス妨害攻撃を防ぐために + デフォルトが 0640 になりました。 + これは make.conf の + SENDMAIL_MAP_PERMS という新しいオプションの設定で + 変更することが可能です。&merged; - The permissions for the sendmail - statistics file, /var/log/sendmail.st, have - been changed from mode 0644 to mode 0640 to protect against - a file locking local denial of service. &merged; + sendmail の統計ファイル + (/var/log/sendmail.st) の許可属性が + ファイルロックに対するローカルからのサービス妨害攻撃を防ぐために + 0644 から 0640 へ変更されました。&merged; - Ports/Packages Collection Infrastructure + Ports/Packages Collection インフラストラクチャ Perl と &os; Ports Collection の統合を強化するために @@ -5159,7 +5256,7 @@ hw.pcic.irq="0" &man.pkg.version.1; のバージョン番号比較ルーチンが、 Porters Handbook (日本語訳:「port 作成者のためのハンドブック」) - に書かれていとおりのものになりました。 + に書かれているとおりのものになりました。 また、アドレス比較テストを行なうための新しいオプション も追加されています。 &merged; @@ -5170,8 +5267,8 @@ hw.pcic.irq="0" ports/packages に制限するためのものです。 &merged; - &man.pkg.version.1;, formerly a Perl script, has been - rewritten in C. + &man.pkg.version.1; が Perl スクリプトから + C プログラムに変更されました。 インストール済み package のバージョン番号の文法が (後方互換性のある) 新しいものに変わりました。 @@ -5210,11 +5307,11 @@ hw.pcic.irq="0" XFREE86_VERSION=3 - The libraries installed by the emulators/linux_base port (required - for Linux emulation) have been updated; they now correspond to - those included with Red Hat Linux - 7.1. &merged; + emulators/linux_base + の port でインストールされるライブラリ + (Linux エミュレーションに必要) が更新されました。 + 現在は Red Hat Linux 7.1 + に含まれるものに対応しています。&merged; By default, packages generated by the Ports Collection (as well as the packages on the FTP sites) are now compressed @@ -5257,19 +5354,20 @@ hw.pcic.irq="0" も可能になっています。 詳しくは &man.release.7; をご覧ください。&merged; - A third drivers.flp floppy has been - added to floppy releases. It holds loadable modules - containing drivers that do not fit in the kernel on the - kern.flp disk or in the - mfsroot.flp image. + フロッピーリリースの三枚目に + drivers.flp イメージが追加されました。 + このイメージには kern.flp の中にあるカーネルや + mfsroot.flp イメージに入りきらない + ドライバなどの動的ロード可能なモジュールが含まれています。 - Documentation + ドキュメンテーション - A number of formerly-encumbered documents from the 4.4 BSD - Programmer's Supplementary Documents have been restored to - /usr/share/doc/psd. These include: + (ライセンス上の問題で以前までは含まれていなかった) + 多くの 4.4 BSD Programmer's Supplementary Documents が + /usr/share/doc/psd に復帰しました。 + 該当する文書は次のとおりです。 @@ -5314,9 +5412,9 @@ hw.pcic.irq="0" - Several formerly-encumbered documents from the 4.4 BSD - User's Supplementary Documents have been restored to - /usr/share/doc/usd. They include: + 同様に、4.4 BSD User's Supplementary Documents のいくつかが + /usr/share/doc/usd に復帰しました。 + 該当する文書は次のとおりです。 -- cgit v1.3