Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'hu' into docs-mw

Hu evidently wrote his two patches in separate branches, with the effect
that they conflict with each other. I've applied them in the same way to
let "git merge" sort it out.

+77 -121
+77 -121
Documentation/translations/zh_TW/index.rst
··· 17 17 內核文檔繁體中文版的翻譯工作正在進行中。如果您願意並且有時間參與這項工 18 18 作,歡迎提交補丁給胡皓文 <src.res.211@gmail.com>。 19 19 20 - 許可證文檔 21 - ---------- 20 + 與Linux 內核社區一起工作 21 + ------------------------ 22 22 23 - 下面的文檔介紹了Linux內核原始碼的許可證(GPLv2)、如何在原始碼樹中正確標記 24 - 單個文件的許可證、以及指向完整許可證文本的連結。 25 - 26 - Documentation/translations/zh_TW/process/license-rules.rst 27 - 28 - 用戶文檔 29 - -------- 30 - 31 - 下面的手冊是爲內核用戶編寫的——即那些試圖讓它在給定系統上以最佳方式工作的 32 - 用戶。 23 + 與內核開發社區進行協作並將工作推向上游的基本指南。 33 24 34 25 .. toctree:: 35 - :maxdepth: 2 26 + :maxdepth: 1 36 27 37 - admin-guide/index 28 + process/development-process 29 + process/submitting-patches 30 + 行爲準則 <process/code-of-conduct> 31 + 完整開發流程文檔 <process/index> 38 32 39 33 TODOList: 40 34 41 - * kbuild/index 35 + * maintainer/index 36 + 37 + 內部API文檔 38 + ----------- 39 + 40 + 開發人員使用的內核內部交互接口手冊。 41 + 42 + TODOList: 43 + 44 + * core-api/index 45 + * driver-api/index 46 + * 內核中的鎖 <locking/index> 47 + * subsystem-apis 48 + 49 + 開發工具和流程 50 + -------------- 51 + 52 + 爲所有內核開發人員提供有用信息的各種其他手冊。 53 + 54 + .. toctree:: 55 + :maxdepth: 1 56 + 57 + process/license-rules 58 + 59 + TODOList: 60 + 61 + * doc-guide/index 62 + * dev-tools/index 63 + * dev-tools/testing-overview 64 + * kernel-hacking/index 65 + * rust/index 66 + * trace/index 67 + * fault-injection/index 68 + * livepatch/index 69 + 70 + 面向用戶的文檔 71 + -------------- 72 + 73 + 下列手冊針對 74 + 希望內核在給定系統上以最佳方式工作的*用戶*, 75 + 和查找內核用戶空間API信息的程序開發人員。 76 + 77 + .. toctree:: 78 + :maxdepth: 1 79 + 80 + admin-guide/index 81 + admin-guide/reporting-issues.rst 82 + 83 + TODOList: 84 + 85 + * userspace-api/index 86 + * 內核構建系統 <kbuild/index> 87 + * 用戶空間工具 <tools/index> 88 + 89 + 也可參考獨立於內核文檔的 `Linux 手冊頁 <https://www.kernel.org/doc/man-pages/>`_ 。 42 90 43 91 固件相關文檔 44 92 ------------ 45 93 46 - 下列文檔描述了內核需要的平台固件相關信息。 94 + 下列文檔描述了內核需要的平臺固件相關信息。 47 95 48 96 TODOList: 49 97 50 - * firmware-guide/index 51 98 * devicetree/index 99 + * firmware-guide/index 52 100 53 - 應用程式開發人員文檔 54 - -------------------- 55 - 56 - 用戶空間API手冊涵蓋了描述應用程式開發人員可見內核接口方面的文檔。 57 - 58 - TODOlist: 59 - 60 - * userspace-api/index 61 - 62 - 內核開發簡介 101 + 體系結構文檔 63 102 ------------ 64 103 65 - 這些手冊包含有關如何開發內核的整體信息。內核社區非常龐大,一年下來有數千名 66 - 開發人員做出貢獻。與任何大型社區一樣,知道如何完成任務將使得更改合併的過程 67 - 變得更加容易。 68 - 69 - .. toctree:: 70 - :maxdepth: 2 71 - 72 - process/index 73 - 74 104 TODOList: 75 105 76 - * dev-tools/index 77 - * doc-guide/index 78 - * kernel-hacking/index 79 - * trace/index 80 - * maintainer/index 81 - * fault-injection/index 82 - * livepatch/index 83 - * rust/index 84 - 85 - 內核API文檔 86 - ----------- 87 - 88 - 以下手冊從內核開發人員的角度詳細介紹了特定的內核子系統是如何工作的。這裡的 89 - 大部分信息都是直接從內核原始碼獲取的,並根據需要添加補充材料(或者至少是在 90 - 我們設法添加的時候——可能不是所有的都是有需要的)。 91 - 92 - .. toctree:: 93 - :maxdepth: 2 94 - 95 - cpu-freq/index 96 - filesystems/index 97 - 98 - TODOList: 99 - 100 - * driver-api/index 101 - * core-api/index 102 - * locking/index 103 - * accounting/index 104 - * block/index 105 - * cdrom/index 106 - * ide/index 107 - * fb/index 108 - * fpga/index 109 - * hid/index 110 - * i2c/index 111 - * iio/index 112 - * isdn/index 113 - * infiniband/index 114 - * leds/index 115 - * netlabel/index 116 - * networking/index 117 - * pcmcia/index 118 - * power/index 119 - * target/index 120 - * timers/index 121 - * spi/index 122 - * w1/index 123 - * watchdog/index 124 - * virt/index 125 - * input/index 126 - * hwmon/index 127 - * gpu/index 128 - * security/index 129 - * sound/index 130 - * crypto/index 131 - * mm/index 132 - * bpf/index 133 - * usb/index 134 - * PCI/index 135 - * scsi/index 136 - * misc-devices/index 137 - * scheduler/index 138 - * mhi/index 139 - 140 - 體系結構無關文檔 141 - ---------------- 142 - 143 - TODOList: 144 - 145 - * asm-annotations 146 - 147 - 特定體系結構文檔 148 - ---------------- 149 - 150 - .. toctree:: 151 - :maxdepth: 2 152 - 153 - arch/arm64/index 154 - 155 - TODOList: 156 - 157 - * arch 106 + * arch/index 158 107 159 108 其他文檔 160 109 -------- 161 110 162 - 有幾份未排序的文檔似乎不適合放在文檔的其他部分,或者可能需要進行一些調整和/或 111 + 有幾份未分類的文檔似乎不適合放在文檔的其他部分,或者可能需要進行一些調整和/或 163 112 轉換爲reStructureText格式,也有可能太舊。 164 113 165 114 TODOList: 166 115 167 116 * staging/index 168 - * watch_queue 169 117 170 - 目錄和表格 118 + 術語表 119 + ------ 120 + 121 + TODOList: 122 + 123 + * glossary 124 + 125 + 126 + 索引和表格 171 127 ---------- 172 128 173 129 * :ref:`genindex`