summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 266293:jhb2014-06-271-7/+18
* Make use of newly added libprocstat(3) ability to extract procstattrociny2013-04-201-15/+28
* Use procstat_getkstack(3) for retrieving process kernel stackstrociny2013-04-201-1/+1
* Use libprocstat(3) to retrieve ELF auxiliary vector.trociny2013-04-201-1/+1
* Use libprocstat(3) to retrieve process command line arguments andtrociny2013-04-201-2/+2
* Use libprocstat(3) when retrieving binary information for a process.trociny2013-04-201-1/+1
* Use procstat_getrlimit(3) for retrieving rlimit information instead oftrociny2013-04-201-1/+1
* Use procstat_getgroups(3) for retrieving groups information instead oftrociny2013-04-201-1/+1
* Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.trociny2013-04-201-1/+1
* Use procstat_getprocs(3) for retrieving thread information instead oftrociny2013-04-201-1/+1
* procstat: only one mode flag can be specified, but required check for 'i'mjg2013-01-121-2/+2
* usr.bin/procstattrociny2011-11-241-6/+12
* Add new options, -e and -x, to display process environment variablestrociny2011-11-221-5/+20
* Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicumrwatson2011-08-141-4/+12
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-121-68/+49
* Teach procstat(1) to display some information about signal dispositionkib2010-03-081-5/+21
* Include param.h instead of types.h before user.h so that the nestedrwatson2008-12-291-1/+1
* WARNS fixes: mainly constness and avoid comparing signed withdwmalone2008-02-081-6/+7
* Add procstat(1), a process inspection utility. This provides both somerwatson2007-12-021-0/+252
OpenPOWER on IntegriCloud