K 10 svn:author V 2 cg K 8 svn:date V 27 2003-08-14T21:16:46.000000Z K 7 svn:log V 392 add a read-only sysctl to display the number of entries in the fixed size kobj global method table; also kassert that the table has not overflowed when defining a new method. there are indications that the table is being overflowed in certain situations as we gain more kobj consumers- this will allow us to check whether kobj is at fault. symptoms would be incorrect methods being called. END