aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_threads.c
Commit message (Expand)AuthorAgeFilesLines
* Use procstat_getprocs(3) for retrieving thread information instead ofMikolaj Golub2013-04-201-32/+7
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-3/+3
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-5/+6
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-291-1/+1
* WARNS fixes: mainly constness and avoid comparing signed withDavid Malone2008-02-081-1/+2
* Display per-thread command line in TDNAME field for -k and -t; ifRobert Watson2007-12-031-3/+6
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+138