2005-02-01から1ヶ月間の記事一覧

MP_WATCHDOGを加えました

追加 # Watchdog routines. options MP_WATCHDOG commit log Connect "options MP_WATCHDOG" to the LINT builds. LINT構築に「options MP_WATCHDOG」を加えました。 $FreeBSD: src/sys/i386/conf/NOTES,v 1.1186 2005/02/28 00:55:15 obrien Exp $ $FreeBSD…

「options」を「options 」としました

commit log Spell "options" correctly as "options ". 「options」を正確に「options 」と綴りました。 $FreeBSD: src/sys/i386/conf/NOTES,v 1.1187 2005/02/28 00:58:06 obrien Exp $

id:TransFreeBSD:20041128:p1 の修正

commit log Fix typo in 20041128 mail/dspam 20041128 mail/dspamの誤植修正 $FreeBSD: ports/UPDATING,v 1.154 2005/02/28 09:29:32 vs Exp $

id:TransFreeBSD:20050225:p2 のstableへの導入

commit log MFC the change of ifi_epoch to be uptime instead of wall clock time. wall clock時間の代わりにアップタイムを使用するifi_epochの変更をMFCしました。 The origional*1 commit message follows: オリジナルのコミットメッセージは次のとおり…

id:TransFreeBSD:20050220:p1 のstableへの導入

commit log MFC 1.398: advise user to rebuild fsck(8) after new kernel build. 新しいカーネルを構築した後にfsck(8)を再構築するようにユーザにアドバイスします。 $FreeBSD: src/UPDATING,v 1.342.2.21 2005/03/02 16:35:10 delphij Exp $

この変更の前後で絶対にNO_CLEAN buildworldを使用しないでください

20050227: The on-disk format of LC_CTYPE files was changed to be machine independent. Please make sure NOT to use NO_CLEAN buildworld when crossing this point. 機種依存性がなくなるようにLC_CTYPEファイルのオンディスクフォーマットを変えまし…

C3に失敗する2、3の事例によりデフォルトではそれを無効にしました

修正 performance_cx_lowest="LOWHIGH" Online CPU idle state performance_cpu_freq="NONE" Online CPU frequency economy_cx_lowest="LOWHIGH" Offline CPU idle state economy_cpu_freq="NONE" Offline CPU frequency commit log Due to a couple complai…

id:TransFreeBSD:20050226:p1 と id:TransFreeBSD:20050227:p2 のstableへの導入

修正 performance_cx_lowest="LOWHIGH" Online CPU idle state performance_cpu_freq="HIGHNONE" Online CPU frequency economy_cx_lowest="LOWHIGH" Offline CPU idle state economy_cpu_freq="HIGHNONE" Offline CPU frequency commit log MFC: Disable C2…

80386CPUのためにbuildworldするにはCPUTYPE=i386を設定する必要があります

20050227: The default "world" build no longer supports running on an 80386 CPU. In order to build a world for an 80386 CPU, one needs to set CPUTYPE=i386 in /etc/make.conf. デフォルトbuild「world」はもはや80386CPUでの実行をサポートしません…

デフォルトではpower_profileがcpufreqを変えないようにしました

修正 performance_cx_lowest="LOW" Online CPU idle state performance_cpu_freq="HIGHNONE" Online CPU frequency economy_cx_lowest="LOW" Offline CPU idle state economy_cpu_freq="HIGHNONE" Offline CPU frequency commit log Make power_profile not …

powerdをrc.confオプションに加えました

追加 powerd_enable="NO" Run powerd to lower our power usage. powerd_flags="" Flags to powerd (if enabled). commit log Add rc.conf options for powerd (disabled by default) and hook the script up to the build. powerdをrc.confオプションに加え…

acpi_perfを取り除きました

削除 # Support for ACPI CPU Performance states via cpufreq(4) device acpi_perf commit log Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy. tinderboxが満足するように{ARCH}/conf/NOTESからacpi_perfを取り除きました。 Reported …

ifi_epochはwallclockではなくアップタイムを含むように変更されました

20050225: The ifi_epoch member of struct if_data has been changed to contain the uptime at which the interface was created or the statistics zeroed rather then*1 the wall clock time because wallclock time may go backwards. This should have…

id:TransFreeBSD:20050206:p4 のstableへの導入

commit log MFC: power_profile changes for cpufreq cpufreqのためのpower_profile変更 $FreeBSD: src/etc/defaults/rc.conf,v 1.212.2.12 2005/02/25 21:46:27 njl Exp $

id:TransFreeBSD:20050206:p5 のstableへの導入

20050225: The cpufreq framework has been merged. As part of this, the sysctls for acpi(4) throttling have been removed. See cpufreq(4) for the new sysctl interface. The power_profile script has also been updated, so you can use performance…

kern_poll.cからDEVICE_POLLINGに関する警告を取り除きまた

id:TransFreeBSD:20050223:p1 の削除 commit log Remove recently added note about DEVICE_POLLING not working with SMP. SMPでは働かないDEVICE_POLLINGに関する最近追加した注釈を削除しました。 Remove warning from kern_poll.c to allow DEVICE_POLLI…

apache21はすべてのモジュールを再構築する必要があります

20050224: AFFECTS users of www/apache21 AUTHOR clement@FreeBSD.org When upgrading from 2.1.2, you need to rebuild all apache modules. 2.1.2からアップグレードする場合、すべてのアパッチモジュールを再構築する必要があります。 $FreeBSD: ports/U…

ruby18のスレッドサポートは再び無効になっています

20050224: AFFECTS users of lang/ruby18 and any apps that depend on ruby18 AUTHOR mezz@FreeBSD.org The theads*1 support has been disabled again. It causes the more trouble, so it now builds with ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS}. It is …

acpi_perfとacpi_throttleドライバはもはや別々に構築されません

20050224: The acpi_perf and acpi_throttle drivers are now part of the acpi(4) main module. They are no longer built separately. acpi_perfとacpi_throttleドライバは現在acpi(4)の主要なモジュールの一つです。それらはもはや別々に構築されません。…

SMPではDEVICE_POLLINGを使用することができません

追加 # DEVICE_POLLING does not work with SMP. # DEVICE_POLLINGはSMPでは働きません。 commit log According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add a commen*1 about this in every NOTES file which lists DEVICE_POLLING. kern…

CPU_ENABLE_TCCを削除します

削除 # CPU_ENABLE_TCC enables Thermal Control Circuitry (TCC) found in some # Pentium(tm) 4 and (possibly) later CPUs. When enabled and detected, # TCC supports restricting power consumption using the hw.p4tcc.* # sysctls. This operates in…

NOTESからCPU_ENABLE_TCCを取り除きました

削除 options CPU_ENABLE_TCC commit log Also remove CPU_ENABLE_TCC from the NOTES build. さらに、NOTESからCPU_ENABLE_TCCを取り除きました。 $FreeBSD: src/sys/i386/conf/NOTES,v 1.1183 2005/02/23 16:45:55 njl Exp $ $FreeBSD: src/sys/i386/conf/…

p4tccドライバはcpufreq(4)へマージされました

20050223: The p4tcc driver has been merged into cpufreq(4). This makes "options CPU_ENABLE_TCC" obsolete. Please load cpufreq.ko or compile in "device cpufreq" to restore this functionality. p4tccドライバはcpufreq(4)へマージされました。こ…

-CURRENTをクロスインストールするのに必要なステップを単純化しました

変更 make buildworld make buildkernel KERNCONF=YOUR_KERNEL_HERE make installworld DESTDIR=${CURRENT_ROOT} make buildkernel KERNCONF=YOUR_KERNEL_HERE cp src/sys/${ARCH}/conf/GENERIC.hints \ ${CURRENT_ROOT}/boot/device.hints *1 # as needed m…

linux、svr4などをすべて再コンパイルしなければなりません

20050223: The layout of struct image_params has changed. You have to recompile all compatibility modules (linux, svr4, etc) for use with the new kernel. struct image_paramsのレイアウトは変わりました。新しいカーネルと共に使用するためには互…

id:TransFreeBSD:20050124:p1 のstableへの導入

commit log MFC: rc.conf 1.236 periodic.conf 1.33 Add a note about their respective manpages to rc.conf and periodic.conf rc.confとperiodic.confに、それぞれのマニュアルページに関する注釈を加えました。 $FreeBSD: src/etc/defaults/rc.conf,v 1.…

カーネル構築にCARPを加えました

追加 device carp Common Address Redundancy Protocol commit log Add CARP to kernel build. カーネル構築にCARPを加えました。 $FreeBSD: src/sys/conf/NOTES,v 1.1300 2005/02/22 13:50:02 glebius Exp $

全パケット宛先操作を復活させました

追加 # IPFIREWALL_FORWARD_EXTENDED enables full packet destination changing # including redirecting packets to local IP addresses and ports. All # redirections apply to locally generated packets too. Because of this # great care is require…

ファイルシステム要約を再計算する任務はfsckに移されました

20050220: The responsibility of recomputing the file system summary of a SoftUpdates-enabled dirty volume has been transferred to the background fsck. A rebuild of fsck(8) utility is recommended if you have updated the kernel. SoftUpdates…

必ずttyu0および/またはttyu1上でgetty(8)プロセスを開始してください[sparc64のみ]

20050215: [applicable to sparc64 only] [sparc64のみに適用可能] uart(4) is the default serial console now. When using the GENERIC kernel, make sure to start getty(8) processes on ttyu0 and/or ttyu1. Either run mergemaster(8) or edit /etc/tt…