aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_kstack.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* Add pargs, penv, pwdx commands and aliases to procstat(1).Konstantin Belousov2020-09-181-1/+1
* 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-4/+6
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-5/+4
* Fix build error on gcc platformsAllan Jude2015-09-051-1/+1
* Introduce libxo to procstat(1)Allan Jude2015-09-051-10/+50
* Use procstat_getkstack(3) for retrieving process kernel stacksMikolaj Golub2013-04-201-53/+12
* 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-8/+9
* 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-3/+4
* Display per-thread command line in TDNAME field for -k and -t; ifRobert Watson2007-12-031-18/+65
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+198