[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:57516] Re: Debianの仕様書
今読みました。(CCさせていただきました。)
On Sun, Jan 11, 2015 at 02:18:45PM +0900, Jun Itou wrote:
> DebianやLinuxのソースの仕様書って有るんでしょうか?
ちょっと、質問が漠然としていて。。。。なんとも答えられませんが。。。
https://www.kernel.org/category/about.html
What is Linux?によると:
Linux is a clone of the operating system Unix, written from scratch by
Linus Torvalds with assistance from a loosely-knit team of hackers
across the Net. It aims towards POSIX and Single UNIX Specification
compliance.
It has all the features you would expect in a modern fully-fledged ...
Single UNIX Specification: http://www.unix.org/
Specification=仕様
> 自分が直面している不具合のソースを絞り込んでみたのですが、修正された経緯や
> 内部の処理については仕様を見ないと変更できないので。
少なくとも修正経緯は、該当するソースのgit repositoryをgitkで見ればある程度分
かるのではないでしょうか?
https://git.kernel.org/cgit/
仕様書ではありませんが、kernel documentation (Debian ならlinux-doc)をインス
トールしたら、もしくはソースのDocumentationの中を見れば、各機能ごとのかなり
詳しい説明があります。
> (journal.cが怪しいかと)
それなら、
$ cd /usr/share/doc/linux-doc-3.16/Documentation/filesystems
$ zgrep journal *
.... many contents....
> ubuntuやfedoraでも発生しているので”kernelをいじれば”と思っているのですが。
> (不具合は https://bugzilla.kernel.org/show_bug.cgi?id=89511 を参照下さい)
>
> 一応ググって見たのですが見つかりませんでした。
> (よろしかったら見つけやすいググり方を教えていただければ助かります)
実際の過去経緯は、それぞれの議論がされたメーリングリストの
アーカイブを探すのがいいです。でも大変です。
ゴミサイトを含めないように:
site: debian.org
site: kernel.org
等のキーワードを入れて検索範囲限定して調べるのが賢明です。
青木