# 2025 年 01 月 10 日

出席者：markj，emaste，imp，jhb

* 需要提交季度报告（markj）。
* 规划下一次 bugbusting 活动
  * 暂定 1 月 17 日。
  * 这次尝试用 meet.f.o（**译者注：指** [**https://meet.freebsd.org/**](https://meet.freebsd.org/)）。
  * 仍由 markj 负责组织。
* 如何在 Discord 上吸引用户参与类似的活动？
  * 讨论了一些想法，但暂时没有具体方案。
* 已经给核心小组发邮件讨论 32 位平台废弃事宜。
  * 还没有收到回复，也许可以等假期过后再尝试。
* 讨论了针对 buildworld，从 gnu99 切换到 gnu17 的问题。
  * <https://reviews.freebsd.org/D43237>
  * jhb 已经在测试（clang 和 gcc14）并准备提交。
  * 是否需要一个类似于 CSTD 的 CXXSTD？
  * 我们没有正式文档来规定支持哪些工具链。
    * 在 cdefs.9 和 GitHub/Cirrus-CI 的任务定义中有部分记录。
    * 需要考虑从 MacOS 和 Linux 进行交叉构建。
    * 可能需要设立一个定期的里程碑来重新评估，比如：大版本分支、LLVM 导入、每年一次等。
* 讨论了一些正在进行的技术工作
  * PCIe 扩展支持（ASPM、DPC）。
  * S4 支持，S0ix。
  * cpufreq。
  * 开始在 have/need/want 文档中跟踪“新兴技术”。
* 花了一些时间在 Bugzilla 上做 triage。


---

# Agent Instructions: 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:

```
GET https://book.bsdcn.org/srcmgr/2025/2025-01-10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
