Document __FreeBSD_version updates 600034 and 700002: addition of
credential argument to dev_clone event handler. Requires minor tweaks to kernel modules that use devfs cloning in order to accept the new argument (don't need to use it in most cases).
This commit is contained in:
parent
30e46046f2
commit
041f4cab06
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25360
1 changed files with 10 additions and 0 deletions
|
@ -8482,6 +8482,11 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
RELENG_5.</entry>
|
||||
<entry>600033</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>6.0-STABLE after credential argument is added to
|
||||
dev_clone vent handler.</entry>
|
||||
<entry>600034</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>7.0-CURRENT.</entry>
|
||||
<entry>700000</entry>
|
||||
|
@ -8492,6 +8497,11 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
|
|||
RELENG_5.</entry>
|
||||
<entry>700001</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>7.0-CURRENT after credential argument is added to
|
||||
dev_clone vent handler.</entry>
|
||||
<entry>700002</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue