Which versions have particular revision # in their source?

That's an easy question to answer, none of them.

The -RELEASE versions only receive security updates and those aren't 'integrated' in the ISOs either.
 
Yes, but at some point there would be a new version released (and .iso available to download, 9.2 for example or 10.0) and I assume it would have this revision in its kernel. Am I right? If so, how to know if any particular version has it?
 
In linux git tree I can easily see in which kernel version some specific commit was first introduced. Basically I want to know the same for FreeBSD.
 
I think base/projects are just things people are working on. They're not part of any version, yet. Usually most of the work is done on -CURRENT. Once it's tested there, if possible, the patch will get MFC'ed (Merged From Current) to various -STABLE versions. From those -STABLE versions the -RELEASEs are created.
 
Back
Top