Clarify __FreeBSD_version 1300020 and document 1300029
Special thanks to linimon@ for adding multiple entries for revision bumps I neglected for too long.
This commit is contained in:
parent
5244e497a2
commit
db8c581dbc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53049
1 changed files with 19 additions and 2 deletions
|
@ -235,8 +235,11 @@ is spelled &, < is < and > is >.
|
||||||
<entry>1300020</entry>
|
<entry>1300020</entry>
|
||||||
<entry><revnumber>346358</revnumber></entry>
|
<entry><revnumber>346358</revnumber></entry>
|
||||||
<entry>April 18, 2019</entry>
|
<entry>April 18, 2019</entry>
|
||||||
<entry>13.0-CURRENT after restoring availability tradeoff prior
|
<entry>13.0-CURRENT after restoring &man.random.4; availability
|
||||||
to <revnumber>346250</revnumber>.</entry>
|
tradeoff prior to <revnumber>346250</revnumber> and adding new
|
||||||
|
tunables and diagnostic sysctls for programmatically discovering
|
||||||
|
early seeding problems after boot.
|
||||||
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -313,6 +316,20 @@ is spelled &, < is < and > is >.
|
||||||
ex, fe, pcn, sf, sn, tl, tx, txp, vx, wb, and xe
|
ex, fe, pcn, sf, sn, tl, tx, txp, vx, wb, and xe
|
||||||
drivers.</entry>
|
drivers.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>1300029</entry>
|
||||||
|
<entry><revnumber>347984</revnumber></entry>
|
||||||
|
<entry>May 20, 2019</entry>
|
||||||
|
<entry>13.0-CURRENT after removing some header pollution due to
|
||||||
|
<literal>sys/eventhandler.h</literal>. Affected files may now
|
||||||
|
need to explicitly include one or more of
|
||||||
|
<literal>sys/eventhandler.h</literal>,
|
||||||
|
<literal>sys/ktr.h</literal>,
|
||||||
|
<literal>sys/lock.h</literal>, or
|
||||||
|
<literal>sys/mutex.h</literal>, when the missing header may have
|
||||||
|
been included implicitly prior to 1300029.</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue