From 36f83ff4f6e6984e1dd089ee4b726fa8b68e708d Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Sat, 30 May 2009 17:29:23 +0000 Subject: [PATCH] - Document __FreeBSD_version 800092 - Document __FreeBSD_version 800093 Requested by: attilio --- .../books/porters-handbook/book.sgml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 6558a1d259..3ad93b165f 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -13132,6 +13132,28 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00 8.0-CURRENT after adding hierarchical jails and removing global securelevel. + + + 800092 + May 29, 2009 + 8.0-CURRENT after chaning + sx_init_flags() KPI. The + SX_ADAPTIVESPIN is retired and + a new SX_NOADAPTIVE flag is + introduced in order to handle the reversed logic. + + + + 800093 + May 30, 2009 + 8.0-CURRENT after changing the polling KPI. + The polling handlers now return the number of packets + processed. A new + IFCAP_POLLING_NOCOUNT is also + introduced to specify that the return value is + not significant and the counting should be + skipped. +