FreeBSD 8.0版本亮点

简介: 每次在我外出的时候就有动作,太离谱啦!   8.0版本的亮点: 已经实现了一个新的虚拟化容器,叫做"vimage"。 A new virtualization container named “vimage” has been implemented. This is a jail with a virtualized instance of the FreeBSD network stack and can be created by using jail (8) command. 重新实现了FreeBSD netisr框架,以支持并行多线程。

每次在我外出的时候就有动作,太离谱啦!

 

8.0版本的亮点:

  • 已经实现了一个新的虚拟化容器,叫做"vimage"。

  • A new virtualization container named “vimage” has been implemented. This is a jail with a virtualized instance of the FreeBSD network stack and can be created by using jail (8) command.

  • 重新实现了FreeBSD netisr框架,以支持并行多线程。

  • The FreeBSD netisr framework has been reimplemented for parallel threading support. This is a kernel network dispatch interface which allows device drivers (and other packet sources) to direct packets to protocols for directly dispatched or deferred processing. The new implementation supports up to one netisr thread per CPU, and several benchmarks on SMP machines show substantial performance improvement over the previous version.

  • FreeBSD TTY层被替换成一个新的更好支持SMP及健壮的资源处理。

  • The FreeBSD TTY layer has been replaced with a new one which has better support for SMP and robust resource handling. A tty now has own mutex and it is expected to improve scalability when compared to the old implementation based on the Giant lock.

  • [amd64, i386]FreeBSD下Linux仿真器层更新至2.6.16版本,并且缺省的Linux基础构建port现在为emulators/linux_base-f10 (Fedora 10)。

  • The FreeBSD Linux emulation layer has been updated to version 2.6.16 and the default Linux infrastructure port is now emulators/linux_base-f10 (Fedora 10).

  • FreeBSD的GENERIC内核现在包含了可信赖BSD MAC支持。

  • The FreeBSD GENERIC kernel now includes Trusted BSD MAC (Mandatory Access Control) support. No MAC policy module is loaded by default.

  • 重新实现了FreeBSD USB子系统,以支持新式设备及更好的SMP伸缩性。

  • The FreeBSD USB subsystem has been reimplemented to support modern devices and better SMP scalability. The new implementation includes Giant-lock-free device drivers, a Linux compatibility layer, usbconfig (8) utility, full support for split transaction and isochronous transaction, and so on.

  • FreeBSD CAM SCSI子系统现在包含了ATA/SATA/AHCI-兼容的设备。

  • The FreeBSD CAM SCSI subsystem ( cam (4) ) now includes experimental support for ATA/SATA/AHCI-compliant devices.

  • 改进了VFS子系统中路径名查找的共享vnode锁定。

  • The shared vnode locking for pathname lookups in the VFS (9) subsystem has been improved.

  • ZFS文件系统被更新至v13。

  • The ZFS file system has been updated to version 13. The changes include ZFS operations by a regular user, L2ARC, ZFS Intent Log on separated disks (slog), sparse volumes, and so on.

  • NFS子系统现在支持客户端及服务器端RPCSEC_GSS验证。

  • The FreeBSD NFS subsystem now supports RPCSEC_GSS authentication on both the client and server.

  • FreeBSD NFS子系统现在包含新的实验性的实现 - 支持NFSv2, NFSv3, 及 NFSv4。

  • The FreeBSD NFS subsystem now includes a new, experimental implementation with support for NFSv2, NFSv3, and NFSv4.

  • 无线网络支持层(net80211)现在支持在所支持的网络设备上的多个BSS实例。The wireless network support layer (net80211) now supports multiple BSS instances on the supported network devices.

  • FreeBSD L2地址转换表被重新实现,以减少并行处理时的内容锁定并简化路由逻辑。

  • The FreeBSD L2 address translation table has been reimplemented to reduce lock contention on parallel processing and simplify the routing logic.

  • 包含IPv6 SSM 与 MLDv2的IGMPv3 及 SSM已被添入。

  • The IGMPv3 and SSM (Source-Specific Multicast) including IPv6 SSM and MLDv2 have been added.

  • ipsec (4) 子系统现在支持NAT穿透。

  • The ipsec (4) subsystem now supports NAT-Traversal (RFC 3948).

  • FreeBSD基系统的GCC堆栈保护被启用。

  • The GCC stack protection (also known as ProPolice) has been enabled in the FreeBSD base system.

  • GNOME 桌面环境 (x11/gnome2 )更新至2.26.3。

  • The supported version of the GNOME desktop environment (x11/gnome2 ) has been updated to 2.26.3.

  • KDE 桌面环境(x11/kde4 )更新至4.3.1。The supported version of the KDE desktop environment (x11/kde4 ) has been updated to 4.3.1.

目录
相关文章
x3d
|
Unix 安全
FreeBSD 8.0候选版本RC2发布
FreeBSD 8.0版本的第二个候选版本已可获取。这个时候我们已经定位了感觉可以被修复的在公测期间已发现的大多数bug。所以当前计划是在两周内推出 8.0-RC3。 可以到这里查看当前目标进度表:http://wiki.freebsd.org/8.0TODO freebsd-update(8) 工具支持那些运行较早FreeBSD版本的i386及amd64架构的系统进行二进制格式的升级。
x3d
721 0
x3d
|
Unix
FreeBSD 8.0候选版本RC3发布
该版很有可能是8.0最后一个候选版本,目前仅剩一个已知bug。不出意外的话,几天内就会开始8.0-RELEASE的最终构建工作。
x3d
694 0
|
3天前
|
Unix Linux
Linux/FreeBSD 安装
在Linux/FreeBSD上安装Julia 1.7.2的步骤:从[官方](https://julialang-s3.julialang.org/bin/linux/x64/1.7/julia-1.7.2-linux-x86_64.tar.gz)或[Tsinghua镜像](https://mirrors.tuna.tsinghua.edu.cn/julia-releases/bin/linux/x86/1.7/julia-1.7.2-linux-i686.tar.gz)下载二进制包,然后使用`tar`解压。
|
Shell Unix 域名解析
|
数据安全/隐私保护 网络协议 Unix
|
关系型数据库 测试技术 PHP

推荐镜像

更多