Catch up 4.0-20000715-STABLE
This commit is contained in:
parent
19e717e278
commit
9eb9d8578a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7643
6 changed files with 214 additions and 2 deletions
|
@ -65,6 +65,7 @@ MAN8 = IPXrouted.8\
|
|||
getty.8\
|
||||
gifconfig.8\
|
||||
hlfsd.8\
|
||||
ibcs2.8\
|
||||
ifconfig.8\
|
||||
ifmcstat.8\
|
||||
ilmid.8\
|
||||
|
@ -85,6 +86,7 @@ MAN8 = IPXrouted.8\
|
|||
isdntrace.8\
|
||||
ispcvt.8\
|
||||
jail.8\
|
||||
joy.8\
|
||||
kernbb.8\
|
||||
keyserv.8\
|
||||
kget.8\
|
||||
|
@ -95,6 +97,7 @@ MAN8 = IPXrouted.8\
|
|||
kldunload.8\
|
||||
kzip.8\
|
||||
ldconfig.8\
|
||||
linux.8\
|
||||
loader.4th.8\
|
||||
loader.8\
|
||||
locate.updatedb.8\
|
||||
|
@ -240,6 +243,7 @@ MAN8 = IPXrouted.8\
|
|||
stlload.8\
|
||||
stlstats.8\
|
||||
strfile.8\
|
||||
svr4.8\
|
||||
swapon.8\
|
||||
sync.8\
|
||||
sysctl.8\
|
||||
|
|
|
@ -103,8 +103,8 @@
|
|||
.Xr swapon 8 ,
|
||||
.Xr panic 9
|
||||
.Sh 関連ファイル
|
||||
.Bl -tag -width "/dev/{wd,da}?s?b" -compact
|
||||
.It Pa /dev/{wd,da}?s?b
|
||||
.Bl -tag -width "/dev/{ad,da}?s?b" -compact
|
||||
.It Pa /dev/{ad,da}?s?b
|
||||
標準のスワップ領域
|
||||
.It Pa /etc/rc.conf
|
||||
ブート時のシステム設定
|
||||
|
|
64
ja_JP.eucJP/man/man8/ibcs2.8
Normal file
64
ja_JP.eucJP/man/man8/ibcs2.8
Normal file
|
@ -0,0 +1,64 @@
|
|||
.\"
|
||||
.\" Copyright (c) 1995 Lyndon Nerenberg
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This program is free software.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" %FreeBSD: src/sys/modules/ibcs2/ibcs2.8,v 1.10 1999/08/28 00:47:15 peter Exp %
|
||||
.\"
|
||||
.\" jpman %Id: ibcs2.8,v 1.3 1997/09/08 08:46:54 kuma Stab %
|
||||
.Dd November 27, 1995
|
||||
.Dt IBCS2 8
|
||||
.Os FreeBSD
|
||||
.Sh 名称
|
||||
.Nm ibcs2
|
||||
.Nd SCO および ISC バイナリのための iBCS2 ランタイムサポートをロードする
|
||||
.Sh 書式
|
||||
.Nm ibcs2
|
||||
.Sh 解説
|
||||
.Nm
|
||||
ユーティリティは iBCS2 互換プログラムの
|
||||
カーネルランタイムサポートをロードします。
|
||||
本ランタイムサポートの範囲は iBCS2 システムコールインタフェースの
|
||||
エミュレーションに限定されており、完全サポートには程遠いです。
|
||||
COFF バイナリおよび共有ライブラリはサポートされていますが、
|
||||
FreeBSD での配布には共有ライブラリは提供されていません。
|
||||
.Sh 関連ファイル
|
||||
.Bl -tag -width /usr/share/examples/ibcs2/* -compact
|
||||
.It Pa /modules/ibcs2.ko
|
||||
.It Pa /modules/ibcs2_coff.ko
|
||||
iBCS2 ローダブルカーネルモジュール。
|
||||
.Pp
|
||||
.It Pa /usr/share/examples/ibcs2/*
|
||||
エミュレータ検査用のサンプルオブジェクトファイル。
|
||||
.Sh 関連項目
|
||||
.Xr kld 4 ,
|
||||
.Xr kldload 8
|
||||
.Sh バグ
|
||||
エミュレータは全く不完全です。
|
||||
.Pp
|
||||
動的にリンクされたバイナリを実行するにあたり、
|
||||
既存の SCO システムの共有ライブラリへのアクセスが不可欠です。
|
||||
.Pp
|
||||
使用にあたりソースコードを読むことが不可欠です。
|
46
ja_JP.eucJP/man/man8/joy.8
Normal file
46
ja_JP.eucJP/man/man8/joy.8
Normal file
|
@ -0,0 +1,46 @@
|
|||
.\"
|
||||
.\" Copyright (c) 1996 Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" %FreeBSD: src/sys/modules/joy/joy.8,v 1.7 1999/08/28 00:47:22 peter Exp %
|
||||
.\"
|
||||
.\" jpman %Id: joy.8,v 1.3 1997/07/22 16:48:04 horikawa Stab %
|
||||
.Dd March 16, 1996
|
||||
.Dt JOY 8
|
||||
.Os FreeBSD
|
||||
.Sh 名称
|
||||
.Nm joy
|
||||
.Nd ジョイスティックドライバのカーネルモジュールを読み込む。
|
||||
.Sh 書式
|
||||
.Nm joy
|
||||
.Sh 解説
|
||||
.Nm
|
||||
は、ジョイスティックドライバのカーネルモジュールを読み込みます。
|
||||
.Sh 関連ファイル
|
||||
.Bl -tag -width /modules/joy.ko
|
||||
.It Pa /modules/joy.ko
|
||||
ジョイスティックの読み込み可能カーネルモジュール
|
||||
.Sh 関連項目
|
||||
.Xr joy 4 ,
|
||||
.Xr kld 4 ,
|
||||
.Xr kldload 8
|
47
ja_JP.eucJP/man/man8/linux.8
Normal file
47
ja_JP.eucJP/man/man8/linux.8
Normal file
|
@ -0,0 +1,47 @@
|
|||
.\"
|
||||
.\" Copyright (c) 1997
|
||||
.\" The FreeBSD Project. All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" %FreeBSD: src/sys/modules/linux/linux.8,v 1.8 1999/08/28 00:47:24 peter Exp %
|
||||
.\"
|
||||
.\" jpman %Id: linux.8,v 1.3 1997/07/22 16:50:43 horikawa Stab %
|
||||
.Dd January 9, 1997
|
||||
.Dt LINUX 8
|
||||
.Os FreeBSD
|
||||
.Sh 名称
|
||||
.Nm linux
|
||||
.Nd Linux イメージアクチベータのモジュールを読み込む
|
||||
.Sh 書式
|
||||
.Nm linux
|
||||
.Sh 解説
|
||||
.Nm
|
||||
は、Linux イメージアクチベータのモジュールを読み込みます。
|
||||
.Sh 関連ファイル
|
||||
.Bl -tag -width /modules/linux.ko
|
||||
.It Pa /modules/linux.ko
|
||||
Linux イメージアクチベータの読み込み可能カーネルモジュール
|
||||
.Sh 関連項目
|
||||
.Xr kld 4 ,
|
||||
.Xr kldload 8 ,
|
||||
.Xr kldstat 8 ,
|
||||
.Xr kldunload 8
|
51
ja_JP.eucJP/man/man8/svr4.8
Normal file
51
ja_JP.eucJP/man/man8/svr4.8
Normal file
|
@ -0,0 +1,51 @@
|
|||
.\"
|
||||
.\" Copyright (c) 2000, Alexey Zelkin
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer,
|
||||
.\" without modification, immediately at the beginning of the file.
|
||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer in the
|
||||
.\" documentation and/or other materials provided with the distribution.
|
||||
.\" 3. The name of the author may not be used to endorse or promote products
|
||||
.\" derived from this software without specific prior written permission.
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\"
|
||||
.\" %FreeBSD: src/sys/modules/svr4/svr4.8,v 1.1 2000/01/10 08:48:11 phantom Exp %
|
||||
.\" jpman %Id: svr4.8,v 1.3 2000/03/06 00:21:36 horikawa Stab %
|
||||
.\"
|
||||
.Dd January 10, 2000
|
||||
.Dt SVR4 8
|
||||
.Os FreeBSD
|
||||
.Sh 名称
|
||||
.Nm svr4
|
||||
.Nd SystemV エミュレータモジュールを読み込む
|
||||
.Sh 書式
|
||||
.Nm svr4
|
||||
.Sh 解説
|
||||
.Nm
|
||||
ユーティリティは SystemV エミュレータモジュールを読み込みます。
|
||||
.Sh 関連ファイル
|
||||
.Bl -tag -width /modules/svr4.ko
|
||||
.It Pa /modules/svr4.ko
|
||||
SystemV エミュレータローダブルカーネルモジュール。
|
||||
.Sh 関連項目
|
||||
.Xr kld 4 ,
|
||||
.Xr kldload 8 ,
|
||||
.Xr kldstat 8 ,
|
||||
.Xr kldunload 8
|
Loading…
Reference in a new issue