diff -r dbedc1b3ce22 20q.txt
--- a/20q.txt	Tue Feb 16 14:14:20 2010 -0800
+++ b/20q.txt	Tue Feb 16 15:09:05 2010 -0800
@@ -62,12 +62,12 @@
 	+-----------------------+-----------------------+--------------------+
 	| Interface             | Commitment            | Comments           |
 	+-----------------------+-----------------------+--------------------+
-	| struct fil_info	| Committed		| <sys/socket.h>     |
+	| struct fil_info	| Consolidation Private	| <sys/socket.h>     |
 	+-----------------------+-----------------------+--------------------+
-	| SOL_FILTER		| Committed		| <sys/socket.h>     |
-	| FIL_ATTACH		| Committed		| <sys/socket.h>     |
-	| FIL_DETACH		| Committed		| <sys/socket.h>     |
-	| FIL_LIST		| Committed		| <sys/socket.h>     |
+	| SOL_FILTER		| Consolidation Private	| <sys/socket.h>     |
+	| FIL_ATTACH		| Consolidation Private	| <sys/socket.h>     |
+	| FIL_DETACH		| Consolidation Private	| <sys/socket.h>     |
+	| FIL_LIST		| Consolidation Private	| <sys/socket.h>     |
 	+-----------------------+-----------------------+--------------------+
 	| sof_handle_t          | Consolidation Private | <sys/sockfilter.h> |
 	| sof_rval_t            | Consolidation Private | <sys/sockfilter.h> |
@@ -80,8 +80,11 @@
 	| sof_inject_data_out	| Consolidation Private | <sys/sockfilter.h> |
 	| sof_bypass		| Consolidation Private | <sys/sockfilter.h> |
 	| sof_newconn_ready	| Consolidation Private | <sys/sockfilter.h> |
+	| sof_newconn_move	| Consolidation Private | <sys/sockfilter.h> |
 	| sof_rcv_flowctrl	| Consolidation Private | <sys/sockfilter.h> |
 	| sof_snd_flowctrl	| Consolidation Private | <sys/sockfilter.h> |
+	| sof_get_cookie	| Consolidation Private | <sys/sockfilter.h> |
+	| sof_cas_cookie	| Consolidation Private | <sys/sockfilter.h> |
 	+-----------------------+-----------------------+--------------------+
 	| SOF_VERSION		| Consolidation Private | <sys/sockfilter.h> |
 	| SOF_RVAL_CONTINUE	| Consolidation Private | <sys/sockfilter.h> |
@@ -91,6 +94,7 @@
 	| SOF_RVAL_EINVAL	| Consolidation Private | <sys/sockfilter.h> |
 	| SOF_RVAL_EACCES	| Consolidation Private | <sys/sockfilter.h> |
 	| SOF_RVAL_ENOMEM	| Consolidation Private | <sys/sockfilter.h> |
+	| SOF_RVAL_ECONNABORTED	| Consolidation Private | <sys/sockfilter.h> |
 	| SOF_EV_CLOSING	| Consolidation Private | <sys/sockfilter.h> |
 	| SOF_EV_INJECT_DATA_IN_OK | Consolidation Private |<sys/sockfilter.h> |
 	| SOF_EV_INJECT_DATA_OUT_OK | Consolidation Private |<sys/sockfilter.h>|
@@ -100,6 +104,9 @@
 	| SOF_EV_CANTRECVMORE	| Consolidation Private | <sys/sockfilter.h> |
 	| SOF_EV_CANTSENDMORE	| Consolidation Private | <sys/sockfilter.h> |
 	+-----------------------+-----------------------+--------------------+
+	| svc://network/socket-filter/kssl | Unstable   | KSSL socket filter |
+	|				   |		| service            |
+	+-----------------------+-----------------------+--------------------+
 
 4. Describe any dependencies on hardware (e.g. SPARC exclusive), and on other
    projects within Solaris.
