# 2025 年 02 月 21 日

出席者：markj，emaste，imp，jhb

* markj 编写了一款用于 MFC 的脚本：<https://reviews.freebsd.org/D49013>
  * 这是向 git-mfc 命令迈出的一步
* jhb 正在开发一个 git 配置，可以自动添加标签 "Fixes:"
* 缺少 git commit 钩子来捕获常见错误
  * 提交标题后缺少换行符可能是首个要拒绝的错误
  * 还需要要求标题使用 7 位 ASCII（作为邮件主题行）
  * 错误格式的 Fixes 标签或指向不存在的提交
  * 希望能够覆盖这些检查（例如，针对 vendor/contrib 的提交）
* 移除 i386
  * 我们将移除 i386 内核，保留用户空间
    * 即仍可运行 `make buildworld TARGET=i386`
  * Warner 询问是否需要保留 i386 头文件
    * 用户空间中有一些 i386 条件编译，需要审核
      * 例如，仍应移除安装程序对 i386 的支持
    * 需要在 BSDCan 开发者峰会上展示提案
* 请求在开发者峰会上取得 srcmgr 的演讲时段
  * 提前收集问题，也可现场提问
* 将举办另一次 bugbusting 会议
  * 计划于 2025/02/28
* 规范版权
  * 应开发脚本查找 src 中没有版权声明（或标记为公有领域）的文件
  * 希望将其成为常规测试，以检测回归
  * 树中许多 Makefile 目前未标注版权


---

# 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-02-21.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.
