K 10 svn:author V 8 netchild K 8 svn:date V 27 2009-01-09T13:18:13.030327Z K 7 svn:log V 625 - Add more dtrace probes. - Add corresponding *_error probes to the dtrace script. - Remove 'register': This is there since cvs rev 1.1. This is not speed critical code, so remove this and let the compiler do his job. In other similar places this was removed already. - Staticize functions which are not used somewhere else, move the corresponding prototypes from the header to the code file. - Add a comment to the debug part which is not dtrace-ified about the constraints which prevent the removal ATM (remove this code when ldebug() is not used anywhere anymore, AKA when the dtrace-ification is finished). END