Searched hist:192250 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dtty_info.cdiff 192250 Sun May 17 10:44:24 MDT 2009 ed Several cleanups to tty_info(), better known as Ctrl-T.

- Only pick up PROC_LOCK once, which means we can drop the PGRP_LOCK
right after picking up PROC_LOCK for the first time.

- Print the process real time, making it consistent with tools like
time(1).

- Use `p' and `td' to reference the process/thread we are going to
print. Only use pick-variables inside the loops. We already did this
for the threads, but not the processes.

Completed in 90 milliseconds