K 10 svn:author V 8 lstewart K 8 svn:date V 27 2009-07-07T16:10:53.911750Z K 7 svn:log V 421 - Don't manually add newreno to the cc_list in tcp_init, as the DECLARE_CC_MODULE macro in the new world order takes care of registering the module for us. Add a KASSERT when initing a tcpcb to check that the list is not empty. - sysctl_handle_string is not required in the case where we are setting a new default algorithm. This change fixes a panic that would occur when trying to set the default algorithm. END