K 10 svn:author V 3 bde K 8 svn:date V 27 2016-08-14T15:52:00.028169Z K 7 svn:log V 317 Print the tid of curthread in "show pcpu" in ddb. It was remarkably hard to trace all current threads. "show pcpu" only showed the pid, and there was nothing (?) better than searching ps output to find the tids on CPUs. This change simplifies the search, but you still have to trace the tid for each CPU manually. END