亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 系統 > FreeBSD > 正文

FreeBSD 10 發布

2024-06-28 13:28:21
字體:
來源:轉載
供稿:網友
FreeBSD 10 發布

發行注記:http://www.freebsd.org/releases/10.0R/relnotes.html

下文翻譯中。。。

主要有安全問題修復、新的驅動與硬件支持、新的命名/選項、主要bug修復、軟件升級。

2.1.安全通報2.2. 內核變化

The use of unmapped VMIO buffers eliminates the need to perform TLB shootdown for mapping on buffer creation and reuse, greatly reducing the amount of ipIs for shootdown on big-SMP machines and eliminating up to 25-30% of the system time on i/o intensive workloads.[r248508]

[amd64] 內存尋址最大支持從1TB到了4TB.[r254466]

Theddb(4)內核調試器具有了輸出捕獲的能力。

Theddb(4)調試器支持簡單的腳本編程

[amd64,i386] 支持新的Intel on-CPUBull Mountain隨機數生成器

2.2.1.虛擬化的支持

[amd64] BSD Hypervisor,bhyve(8)包含進了FreeBSD

virtio(4)加入支持

[amd64,i386] 導入了準虛擬化驅動 - 支持Microsoft Hyper-V,并且是amd64 GENERIC kernel的一部分. i386, 需要手動添加/boot/loader.conf

hv_ata_pci_disengage_load="YES"hv_netsvc_load="YES"hv_utils_load="YES"hv_vmbus_load="YES"

Thevmx(4)驅動引入

[amd64,i386] Xen PVHVM 虛擬化成為 GENERIC kernel的一部分

2.2.2.ARM支持

Raspberry PI support has been added. Refer to thesesetup instructionsand thisquick start guide.[r239922]

The default ABI on ARM is now the ARM EABI. This brings a number of imPRovements and allows future support for VFP and Thumb-2.[r253396]

ARM support has been greatly improved, including support for ARMv6 and ARMv7, SMP and thread-local storage (TLS). Additionally support for some newer SoC like the MV78x60 and OMAP4 was added. See theannouncementfor further details.[r239268]

Superpages support on ARM has been added. Superpages support provides improved performance and scalability by allowing TLB translations to dynamically cover large physical memory regions. All ARMv6 and ARMv7-based platforms can take advantage of this feature. See theARM Superpages statuspage for further details.[r254918]

2.2.3.硬件支持2.2.3.1.多媒體支持

Support for version 2.0 of the USB Audio reference design has been added. New devices should support higher bandwidth, increased sampling frequency and wider dynamic range.[r240609]

2.2.3.2. 網絡接口支持

The firmware for themxge(4)driver has been to 1.4.55.[r236212]

There(4)driver has been overhauled to fix a number of issues. This driver now has Wake On LAN (WOL) support.

Thevr(4)driver has been overhauled to fix a number of outstanding issues. It also now works on all architectures.

[amd64,i386] Thewpi(4)driver has been updated to include a number of stability fixes.

Thecxgbe(4)driver has been updated to support 40G/10G Ethernet NICs based on Chelsio's Terminator 5 (T5) ASIC.[r248925]

The iw_cxgbe driver has been added. This is an experimental iWARP/RDMA driver (kernel verbs only) for Chelsio's T4 and T5 based cards.[r256694]

The Open Fabrics Enterprise Distribution (OFED) and OFED Infiniband core has been updated to the same version as supplied by linux version 3.7[r255932]

The Mellanox Infiniband driver has been updated to firmware version 2.30.3200 for ConnectX3 NICs. Support has been added for ConnectX3 VPI NICs, where each port can be used as Infiniband 56 GB/s or Ethernet 40 GB/s. Support has been added for dynamically loading kernel modules for Infiniband core (ibcore) and IP over Infiniband (ipoib).[r255932]

netmap(4)has been added.netmap(4)is a framework for high-performance direct-to-hardware packet IO, offering low latency and high PPS rates to userland applications while bypassing any kernel-side packet processing. Withnetmap(4)it is trivially possible to fully saturate a 10 Gbps network interface with minimal packet sizes. For more information, see:Netmap Project.[r227614]

2.2.4. 網絡協議

carp(4)has been rewritten to make addresses more sane from the viewpoint of routing daemons such as quagga/zebra. It also brings support for a single redundant address on the subnet (carpdev), switching state withifconfig(8), better locking and using modern kernel interfaces to allocate multicast memberships. Configuration of the CARP protocol viaifconfig(8)has changed, as well as the format of CARP events submitted todevd(8). Seecarp(4)for more information. The arpbalance feature ofcarp(4)is currently not supported anymore.[r228571]

Thepf(4)firewall now supports fine-grain locking and better utilization on multi-CPU machines, resulting in significant improvements in performance.[r240233]

Support for up to 65536 routing tables has been introduced.[r250700]

Support for setting/matching differentiated services codepoints (DSCP) in IP header has been added toipfw(8).[r248552]

2.2.5. 硬盤與存儲

Theaac(4)driver now supports volumes larger than 2TB in size.

Theata(4)driver now supports a spindown command for disks; after a configurable amount of time, if no requests have been received for a disk, the disk will be spun down until the next request. Theatacontrol(8)utility now supports aspindowncommand to configure this feature.

Thehptrr(4)driver has been updated to version 1.2 from Highpoint.

nvme(4)has been added and provides NVM Express support. NVM Express is an optimized register interface, command set and feature set of PCI Express (PCIe)-based Solid-State Drives (SSDs). For more information, seenvmexpress.org.[r240616]

2.2.6. 文件系統

A new kernel-based iSCSI target and initiator has been added.[r255570]

UFS filesystems can now be enlarged withgrowfs(8)while mounted read-write. This is especially useful for virtual machines, allowing the addition of more harddrive space without interruption of service.[r243246]

A state of the art FUSE implementation is now part of the base system. It allows the use of nearly all fusefs file systems.[r241519]

2.2.6.1.ZFS

bsdinstall(8)now supports installing ZFS on the root file system. It includes a single configuration menu that allows you to select all of the required details, including which drives to use, what ZFS RAID level to use (taking into consideration the selected number of drives), GPT or MBR, GELI encryption, forcing 4K sectors, pool name, etc.[r256361]

Support for L2ARC compression has been added to ZFS.[r252140]

The zio nop-write improvement from Illumos was imported into FreeBSD. To reduce I/O, nop-write skips overwriting data if the (cryptographically secure) checksum of new data matches the checksum of existing data. It also saves space if snapshots are in use. This improvement only works on datasets with enabled compression, disabled deduplication and sha256 checksums. ZFS will now compare the checksums of incoming writes to the checksum of the existing on-disk data and avoid issuing any write I/O for data that has not changed. This will reduce I/O as well as space usage because if the old block is referenced by a snapshot, both copies of the block are kept even though both contain the same data.[r243524]

2.3. 用戶層(Userland)變更

On platforms whereclang(1)is the default system compiler (such as i386, amd64, arm), GCC and GNU libstdc++ are no longer built by default.clang(1)and libc++ from LLVM are used on these platforms by instead. GCC 4.2.1 and libstdc++ are still built and used by default on pc98 and all other platforms whereclang(1)is not the default system compiler.[r255321]

clang(1)and llvm have been updated to version 3.3 release. Please refer toClang 3.3 Release Notes.[r251662]

BINDhas been removed from the base system.unbound(8), which is maintained by NLnet Labs, has been imported to support local DNS resolution functionality with DNSSEC. Note that it is not a replacement ofBINDand the latest versions ofBINDis still available in the Ports Collection. With this change, nslookup and dig are no longer a part of the base system. Users should instead usehost(1)anddrill(1)Alternatively, nslookup and dig can be obtained by installingdns/bind-toolsport.[r255949]

sysinstall has been removed from the base system. Auxiliary libraries and tools used by sysinstall such as libdisk, libftpio, and sade have also been removed. sysinstall has been replaced bybsdinstall(8)andbsdconfig(8).[r225937]

freebsd-version(1)has been added. This tool makes a best effort to determine the version and patch level of the installed kernel and userland.[r256106]

GNU patch has been removed from the base system, and replaced by a BSD-licensedpatch(1)program.[r255191]

GNU sort has been removed from the base system, and replaced by a BSD-licensedsort(1)program.[r241511]

Berkeley yacc (byacc) has been imported frominvisible island. This brings bison compatibilities toyacc(1)while preserving full backwards compatibility with previous version ofyacc(1).[r235723]

lex(1)has been replaced by flex 2.5.37.[r250881]

make(1)has been replaced with the“Portable”BSD make tool (bmake) from NetBSD.[r250699]

Support for usernames up to 32 characters.[r243023]

Theadduser(8)utility now supports a-Moption to set the mode of a new user's home directory.

BSD-licensed versions ofar(1)andranlib(1), based onlibarchive(3), have replaced the GNU Binutils versions of these utilities.

BSD-licensed versions ofbc(1)anddc(1)have replaced their GNU counterparts.

chflags(1)now supports a-vflag for verbose output and a-fflag to ignore errors with the same semantics as (for example)chmod(1).

For compatibility with other implementations,cp(1)now supports a-aflag, which is equivalent to specifying the-RrPflags.

BSD-licensed version ofcpio(1)based onlibarchive(3), has replaced the GNU cpio. Note that the GNU cpio is still installed asgcpio.

Theenv(1)program now supports-unamewhich will completely unset the given variablenameby removing it from the environment, instead of just setting it to a null value.

Thefdopendir(3)library function has been added.

Thefetch(3)library now supports HTTP 1.1 If-Modified-Since behavior. Thefetch(1)program now supports-ifilenamewhich will only download the specified HTTP URL if the content is newer thanfilename.

find(1)has been enhanced by the addition of a number of primaries that were present in GNU find but not FreeBSDfind(1).

kgdb(1)now supports a newadd-kldcommand to make it easier to debug crash dumps with kernel modules.

Thels(1)program now supports a-Doption to specify a date format string to be used with the long format (-l) output.

nc(1)now supports a-Oswitch to disable the use of TCP options.

nc(1)'s-oswitch has been deprecated. It will be removed in a future release.

Theping6(8)utility now returns2when the packet transmission was successful but no responses were received (this is the same behavior asping(8)). It returned a non-zero value before this change.

Therealpath(1)utility now supports a-qflag to suppress warnings; it now also accepts multiple paths on its command line.

sh(1)has many bug fixes, some new features, and will now refuse to parse some invalid scripts. Additionally, it now has filename completion and defaults to the“emacs”editing mode.

Thesplit(1)utility now supports a-nflag to split a file into a certain number of chunks.

Thetar(1)utility now supports a-Zflag to enablecompress(1)-style compression/decompression.

Thetar(1)utility now supports a--numeric-ownerflag to ignore user/group names on create and extract.

Thetar(1)utility now supports the-Sflag to sparsify files on extraction.

Thetar(1)utility now supports a-sflag to substitute filenames based on the specified regular expression.

Thetcgetsid(3)library function has been added to return the process group ID for the session leader for the controlling terminal. It is defined in IEEE Std 1003.1-2001 (POSIX).

top(1)now supports a-Pflag to provide per-CPU usage statistics.

zdump(8)is now working properly on 64-bit architectures.

traceroute(8)now has the ability to print the AS number for each hop with the new-aswitch; a new-Aoption allows selecting a particular WHOIS server.

traceroute6(8)now supports a-Uflag to send probe packets with no upper-layer protocol, rather than the usual UDP probe packets.

2.3.1./etc/rc.d腳本

rc.d/sendmailnow generates and uses an SSL certificate by default whensendmail_enable="YES". This will allow remote MTA to use STARTTLS to encrypt incoming email. The certification is signed with a key that is thrown away and is not a substitute for generating your own properly if you need to use STARTTLS authentication. Options to control the certificate generation is documented inrc.d/sendmail.[r256773]

The followoingrc(8)scripts have been added:

rc(8)ScriptFunction
ctld

iSCSI target daemon startup script

iscsictl

iSCSI initiator management utility startup script

iscsid

iSCSI initiatior daemon startup script

kfd

Kerberos ticket forwarding daemon startup script

local_unbound

Unbound startup script for the local caching resolver

postrandom

Generates a new entropy file at system boot

swap

Replacesswap1; enable swap at system boot

swaplate

Enables swap with“late”set at system boot

utx

User accounting database startup and shutdown script

The followingrc(8)scripts have been removed:

rc(8)Script

Reason

encswap

Replaced byswapandswaplate

named

Removed withBIND

swap1

Replaced byswapandswaplate

2.4. 貢獻軟件

jemalloc(3)has been updated to 3.4.0. Seethis linkfor more details.[r251300]

AMDhas been updated from 6.0.10 to 6.1.5.

awkhas been to the 20121220 release.

CVShas been removed from the base system, but is still available from Ports Collection.[r251794]

Subversion has been imported into the base system and is installed assvnlite.svnliteshould only be used for checking out the FreeBSD source trees and committing, and does not replace the full Subversion port.[r251886]

filehas been updated to 5.11.[r234449]

hostapdhas been updated from 0.5.8 to 0.5.10.[r252726]

IPFilterhas been updated to 5.1.2.

lesshas been updated to v458.[r250592]

ncurseshas been updated to 5.7-20081102.

OpenSSHhas been updated to 6.4.

OpenPAMhas been updated to the Micrampelis release.[r236109]

sendmailhas been updated from 8.14.1 to 8.14.7.

The timezone database has been updated from thetzdata2008hrelease to thetzdata2009mrelease.

The stdtime part of libc,zdump(8)andzic(8)have been updated from thetzcode2004arelease to thetzcode2009hrelease. If you have upgraded from source or via thefreebsd-update(8), then please runtzsetup(8)to install a new/etc/localtime.

WPA Supplicanthas been updated to 2.0.[r252726]

xzhas been updated from snapshot as of 12 April 2010 to 5.0.0.

nvi(1)has been updated to 2.1.2.[r258231]

nvi(1)supports wide-character locales.[r254225]

2.5.Ports/Packages 基礎建設

The pkg_add, pkg_create, pkg_delete, pkg_info, pkg_updating, and pkg_version utilities have been removed.pkg(7)must now be used to install binary packages.pkg(7)is the next generation FreeBSD package manager, also referred to as“pkgng”.[r257444]

2.6. 集成

The supported version of theGNOMEdesktop environment (x11/gnome2) has been updated from 2.20.1 to 2.22.

3. 從上一個版本升級

[amd64,i386] Beginning with FreeBSD 6.2-RELEASE, binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using thefreebsd-update(8)utility. The binary upgrade procedure will update unmodified userland utilities, as well as unmodified GENERIC or SMP kernels distributed as a part of an official FreeBSD release. Thefreebsd-update(8)utility requires that the host being upgraded have Internet connectivity.

Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported, according to the instructions in/usr/src/UPDATING.

Important:

Upgrading FreeBSD should, of course, only be attempted after backing upalldata and configuration files.


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
91老司机精品视频| 国产精品久久久久久久7电影| 欧美一区深夜视频| 91极品视频在线| 国产自产女人91一区在线观看| 久久国产加勒比精品无码| 国内精品中文字幕| 亚洲大尺度美女在线| 国产亚洲精品成人av久久ww| 日产精品99久久久久久| 欧美韩国理论所午夜片917电影| 日韩一中文字幕| www.亚洲天堂| 18性欧美xxxⅹ性满足| 亚洲精品短视频| 亚洲欧美日韩精品久久亚洲区| 欧美亚洲国产成人精品| 日韩精品在线免费观看视频| 国产性猛交xxxx免费看久久| 992tv成人免费影院| 亚洲人成在线观看网站高清| 国产精品免费网站| 欧美性受xxx| 91豆花精品一区| 久久精品人人做人人爽| 亚洲一区二区三区sesese| 91国内揄拍国内精品对白| 日韩国产激情在线| 亚洲欧美日韩一区二区在线| 欧美激情一级精品国产| 色诱女教师一区二区三区| 日韩电视剧在线观看免费网站| 在线视频国产日韩| 一本一本久久a久久精品综合小说| 91经典在线视频| 日韩电影免费观看中文字幕| 亚洲影视中文字幕| 韩国国内大量揄拍精品视频| 中文字幕亚洲综合久久筱田步美| 亚洲人精选亚洲人成在线| 91国产美女视频| 欧美日韩在线一区| 国产成人精品免高潮在线观看| 欧美激情在线观看视频| 国产69精品久久久久9999| 国产美女精品视频| 国产成+人+综合+亚洲欧美丁香花| 国产精品免费久久久久影院| 欧美区二区三区| 国产精品电影网| 久久久久免费精品国产| 日韩亚洲国产中文字幕| 欧美日韩999| 国产免费观看久久黄| 亚洲成人教育av| 亚洲久久久久久久久久久| 这里只有视频精品| 欧美激情亚洲综合一区| 久久成人精品电影| 亚洲欧美激情在线视频| 久久这里有精品视频| 中文字幕日韩在线视频| 中文字幕在线观看日韩| 欧美成人精品一区二区| 最近2019年中文视频免费在线观看| 日韩精品一区二区三区第95| 日韩av综合中文字幕| 日韩视频第一页| 国产成人在线视频| 久久夜色精品国产欧美乱| 51午夜精品视频| 国产精自产拍久久久久久蜜| 日韩欧美aⅴ综合网站发布| 在线视频一区二区| 欧美成人免费小视频| 亚洲女人天堂成人av在线| 久久精品电影网| 色噜噜狠狠狠综合曰曰曰88av| 91精品国产高清久久久久久久久| 青青草原成人在线视频| 亚洲欧美国产日韩中文字幕| 国产精品日韩专区| 亚洲欧美日韩精品久久亚洲区| 欧美日韩美女在线观看| 色婷婷综合久久久久| 国产精品色视频| 亚洲人成伊人成综合网久久久| 日韩在线视频网站| 中文字幕一区日韩电影| 狠狠躁18三区二区一区| 亚洲人午夜精品免费| 亚洲精品电影网站| 欧美激情视频网址| 国产精品伦子伦免费视频| 久久久久www| 国产91精品在线播放| 在线播放日韩欧美| 国产精品久久一| 国内精品久久久久久中文字幕| 亚洲精品永久免费精品| 亚洲一区二区在线播放| 日韩欧美在线视频| 日韩在线观看电影| 亚洲人成毛片在线播放| 亚洲乱码一区二区| 亚洲免费伊人电影在线观看av| 精品中文字幕在线| 91深夜福利视频| 国产一区av在线| 国产欧美日韩专区发布| 97在线视频免费看| 好吊成人免视频| 国产婷婷色综合av蜜臀av| 欧洲美女免费图片一区| 夜夜狂射影院欧美极品| 欧美xxxx做受欧美.88| 久久久久久久久久久久久久久久久久av| 欧美日韩免费观看中文| 97视频在线免费观看| 国产精品久久久精品| 少妇高潮 亚洲精品| 久久影院免费观看| 国产精品久久久久福利| 欧美裸体视频网站| 欧美激情成人在线视频| 日韩av在线网| 欧美激情综合亚洲一二区| 国产精品吹潮在线观看| 富二代精品短视频| 综合欧美国产视频二区| 国产又爽又黄的激情精品视频| 插插插亚洲综合网| 亚洲精选一区二区| 欧美日韩国产在线播放| 日韩中文字幕在线视频播放| 久久全国免费视频| 欧美精品在线观看| 亚洲欧洲高清在线| 亚洲人成人99网站| 色综合色综合久久综合频道88| 1769国产精品| 成人h视频在线观看播放| 欧美高清视频免费观看| 欧美成人性色生活仑片| 亚洲第一视频网站| 国产亚洲激情在线| 久久精品国产一区二区三区| 日韩一区二区欧美| 亚洲天堂开心观看| 国产精品美女呻吟| 中文字幕精品一区二区精品| 97热在线精品视频在线观看| 91精品久久久久久久久久久久久| 欧美成人久久久| 日韩在线观看网站| 国产精品99久久久久久久久久久久| 日本久久中文字幕| 欧美成人全部免费| 一区二区三区黄色| 亚洲国产精品成人av| 亚洲开心激情网| 亚洲精品aⅴ中文字幕乱码| 欧美韩国理论所午夜片917电影| 国内精品一区二区三区四区|