> 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-6.4-release/6.4-errata.md).

# FreeBSD 6.4-RELEASE 勘误

**FreeBSD 项目**

版权所有 © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 FreeBSD 文档项目

```ini
$FreeBSD: stable/6/release/doc/en_US.ISO8859-1/errata/article.sgml 186443 2008-12-23 17:55:37Z hrs $
```

FreeBSD 是 FreeBSD 基金会的注册商标。

Intel、Celeron、EtherExpress、i386、i486、Itanium、Pentium 和 Xeon 是 Intel Corporation 或其子公司在美国及其他国家的商标或注册商标。

Sparc、Sparc64、SPARCEngine 和 UltraSPARC 是 SPARC International, Inc. 在美国及其他国家的商标。使用 SPARC 商标的产品基于 Sun Microsystems, Inc. 开发的架构。

许多制造商和销售商用于区分其产品的名称被声明为商标。在本文档中出现这些名称时，如果 FreeBSD 项目已知该商标声明，则名称后会附有“™”或“®”符号。

本文档列出了 FreeBSD 6.4-RELEASE 的勘误条目，包含发布后发现的、或在发布周期后期才发现而未能及时纳入发布文档的重要信息。这些信息包括安全公告，以及与软件或文档相关且可能影响其运行或可用性的消息。在安装此版本的 FreeBSD 之前，应始终查阅本文档的最新版本。

本 FreeBSD 6.4-RELEASE 勘误文档将维护至 6.4-STABLE 开发线支持结束。

## 1 引言

本勘误文档包含关于 FreeBSD 6.4-RELEASE 的“最新消息”。在安装此版本之前，请务必查阅本文档，了解任何发布后发现的问题或可能此前发现并修复的问题。

随发布实际分发的任何版本的勘误文档（例如 CDROM 发行版）按定义都会过时，但其他副本会在互联网上保持更新，应作为此版本的“当前勘误”查阅。这些勘误的其他副本位于 [http://www.FreeBSD.org/releases/](http://www.freebsd.org/releases/)，以及任何保持该位置最新镜像的站点。

FreeBSD 6-STABLE 的源代码和二进制快照也包含本文档的最新副本（截至快照时）。

有关所有 FreeBSD CERT 安全公告的列表，请参见 [http://security.FreeBSD.org/](http://security.freebsd.org/) 或 [ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/](ftp://ftp.freebsd.org/pub/FreeBSD/CERT/)。

## 2 最新消息和修正

无消息。

## 3 安全公告

以下安全公告适用于 FreeBSD 6.4-RELEASE。更多信息请查阅 [http://security.FreeBSD.org/](http://security.freebsd.org/) 上的各个公告。

| 公告                                                                                      | 日期               | 主题                                                                                                        |
| --------------------------------------------------------------------------------------- | ---------------- | --------------------------------------------------------------------------------------------------------- |
| [SA-08:12.ftpd](http://security.freebsd.org/advisories/FreeBSD-SA-08:12.ftpd.asc)       | 2008 年 12 月 23 日 | [ftpd(8)](https://man.freebsd.org/cgi/man.cgi?query=ftpd\&sektion=8\&manpath=FreeBSD+6.4-stable) 中的跨站请求伪造 |
| [SA-08:13.protosw](http://security.freebsd.org/advisories/FreeBSD-SA-08:13.protosw.asc) | 2008 年 12 月 23 日 | netgraph / bluetooth 权限提升                                                                                 |

## 4 已知问题和解决方案

无消息。

***

本文件及其他与发布相关的文档可从 [http://www.FreeBSD.org/snapshots/](http://www.freebsd.org/snapshots/) 下载。

如有关于 FreeBSD 的问题，请先阅读 [文档](https://www.freebsd.org/docs.html)，再联系 <questions@FreeBSD.org>。

所有 FreeBSD 6-STABLE 的用户应订阅 <stable@FreeBSD.org> 邮件列表。

如有关于此文档的问题，请发送电子邮件至 <doc@FreeBSD.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-6.4-release/6.4-errata.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.
