summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_threads.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-141-1/+1
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-5/+4
* Introduce libxo to procstat(1)Allan Jude2015-09-051-14/+30
* 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