- Document __FreeBSD_version 800092

- Document __FreeBSD_version 800093

Requested by:	attilio
This commit is contained in:
Gabor Kovesdan 2009-05-30 17:29:23 +00:00
parent 81c42ab3a0
commit 36f83ff4f6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34346

View file

@ -13132,6 +13132,28 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
<entry>8.0-CURRENT after adding hierarchical jails
and removing global securelevel.</entry>
</row>
<row>
<entry>800092</entry>
<entry>May 29, 2009</entry>
<entry>8.0-CURRENT after chaning
<function>sx_init_flags()</function> KPI. The
<constant>SX_ADAPTIVESPIN</constant> is retired and
a new <constant>SX_NOADAPTIVE</constant> flag is
introduced in order to handle the reversed logic.</entry>
</row>
<row>
<entry>800093</entry>
<entry>May 30, 2009</entry>
<entry>8.0-CURRENT after changing the polling KPI.
The polling handlers now return the number of packets
processed. A new
<constant>IFCAP_POLLING_NOCOUNT</constant> is also
introduced to specify that the return value is
not significant and the counting should be
skipped.</entry>
</row>
</tbody>
</tgroup>
</table>