> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/release/freebsd-8.0-release/8.0-pressrelease.md).

# FreeBSD 8.0-RELEASE 新闻稿

## FreeBSD 项目宣布发布 FreeBSD 8.0 版本

### 此发行版包含增强的虚拟化支持、NFSv4 以及 802.11s D3.03 无线 mesh 网络

加利福尼亚州圣何塞（PRWEB）2009 年 11 月 25 日——FreeBSD 项目宣布发布 FreeBSD 8.0 版本。此 FreeBSD 下一个主要发行分支向日益增长的用户群体交付了大量新技术。关键发行方向包括无线网络、虚拟化和存储技术。

802.11 无线网络已全面重写，新增虚拟接入点（VAP）支持，允许单个接入点承载多个无线网络。草案 802.11 mesh 网络支持允许基于 FreeBSD 的设备动态连接形成更大的无线网络。此外还新增了 802.11 的 TDMA 扩展，针对长途 WiFi 网络。

FreeBSD 8.0 的网络栈还提供多处理器优化：修订的链路层子系统、每 CPU 流缓存、多队列发送支持，以及 UDP 和 TCP 协议可扩展性的显著改进。BPF 的零拷贝缓冲扩展改进了高吞吐量数据包捕获性能。

在 FreeBSD 8.0 中，FreeBSD 创新的轻量级“Jail”虚拟机管理员现在可以创建自己的嵌套 Jail。FreeBSD 现支持 VirtualBox 中的主机和客户机模式，并可作为 32 位 Xen DomU 客户机运行。

网络文件系统（NFS）实现已通过 GSSAPI 加密增强，并新增了实验性的 NFSv4 客户端和服务器支持。除了 ZFS 从实验性转为生产状态外，FreeBSD 8.0 还引入了 GPT 启动支持。

FreeBSD 8.0 版本的其他重要更新包括：

* 实验性的 MIPS 支持，基于 Juniper Networks 的贡献。
* 数不胜数的 SMP 可扩展性改进显著改善了 16 核系统上的性能。
* 重新实现 VFS 锁定后带来的文件系统可扩展性改进。
* 针对缓冲区溢出和内核 NULL 指针漏洞，改进了漏洞利用缓解机制。
* 可扩展内核安全框架（MAC Framework）现已开箱即用。
* 从头重写 USB 栈，改进性能、设备支持，并新增 USB target 模式。

FreeBSD 核心团队成员 Robert Watson 表示：“FreeBSD 8.0 的无线网络栈是行业领导者，使 FreeBSD 成为未来一代网络产品的首选平台。”“企业用户将得益于 8.0 改进的虚拟化、存储和多处理器可扩展性。”

### 关于 FreeBSD 项目

FreeBSD 是用于现代服务器、桌面和嵌入式计算机平台的先进操作系统。FreeBSD 的代码库经历了超过三十年的持续开发、改进和优化。它由一支庞大的个人团队开发和维护。FreeBSD 提供先进的网络、出色的安全特性和世界级的性能，被一些世界上最繁忙的网站和最普及的嵌入式网络与存储设备所使用。FreeBSD 项目的网站位于 <http://www.FreeBSD.org>。

### 关于 FreeBSD 基金会

FreeBSD 基金会是一家 501(c)(3) 非营利组织，致力于支持 FreeBSD 项目。基金会感激接受个人和企业的捐款，用于资助推进 FreeBSD 操作系统开发的项目。此外，基金会代表 FreeBSD 项目执行合同、许可协议和其他需要认可法律实体的法律安排。FreeBSD 基金会完全依靠捐款支持。关于 FreeBSD 基金会的更多信息，请访问 <http://www.FreeBSDFoundation.org/>。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/release/freebsd-8.0-release/8.0-pressrelease.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
