summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* Make use of newly added libprocstat(3) ability to extract procstattrociny2013-04-202-17/+32
* Use procstat_getkstack(3) for retrieving process kernel stackstrociny2013-04-203-55/+15
* Use libprocstat(3) to retrieve ELF auxiliary vector.trociny2013-04-203-96/+10
* Use libprocstat(3) to retrieve process command line arguments andtrociny2013-04-203-34/+22
* Use libprocstat(3) when retrieving binary information for a process.trociny2013-04-203-29/+8
* Use procstat_getrlimit(3) for retrieving rlimit information instead oftrociny2013-04-203-18/+5
* Use procstat_getumask(3) for retrieving umaks information instead oftrociny2013-04-201-13/+5
* Use procstat_getgroups(3) for retrieving groups information instead oftrociny2013-04-203-30/+11
* Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.trociny2013-04-203-4/+4
* Use procstat_getprocs(3) for retrieving thread information instead oftrociny2013-04-204-66/+17
* - Implement two new system calls:pjd2013-03-021-0/+7
* Merge Capsicum overhaul:pjd2013-03-021-17/+34
* Capability rights for process management via process descriptors do existpjd2013-02-111-3/+2
* Add CAP_MKNOD right.pjd2013-02-101-0/+1
* procstat: only one mode flag can be specified, but required check for 'i'mjg2013-01-121-2/+2
* add SG state typeeadler2012-10-021-0/+2
* Handle AT_TIMEKEEP in procstat(1) -x [1]. Remove the AT_COUNT switchkib2012-09-161-2/+4
* Free memory allocated by procstat_getfiles(), which may make differencetrociny2012-09-041-0/+1
* Align the header with output.trociny2012-07-241-1/+1
* - Add support for displaying process stack memory regions.pgj2012-07-162-2/+8
* Fix style.trociny2012-07-031-2/+2
* Bring DPADD in sync with LDADD.marcel2012-05-191-1/+1
* Export some more useful info about shared memory objects to userlandjhb2012-04-011-8/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* When displaying binary information show also osreldate.trociny2012-03-232-3/+17
* Update the description for -s flag after r232182.pluknet2012-02-291-1/+3
* When displaying security credential information show also process umask.trociny2012-02-261-3/+29
* Always return 0 if the sysctl failed.trociny2012-01-291-8/+8
* After the recent changes there is no need in rlimit array any more.trociny2012-01-251-6/+5
* Make procstat -l to work with the new version of kern.proc.rlimit.trociny2012-01-221-10/+11
* Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.trociny2011-12-121-16/+87
* Make procstat -l output similar to the output of limits(1).trociny2011-12-121-10/+51
* Don't output a warning if kern.proc.auxv sysctl has returned EPERM.trociny2011-12-051-1/+1
* Update SYNOPSIS to include the flags added recently.trociny2011-11-281-2/+2
* Cast a_val on printing. This fixes build on mips.trociny2011-11-281-14/+14
* Make proctstat -x output more readable.trociny2011-11-271-55/+39
* usr.bin/procstattrociny2011-11-245-7/+95
* Fix build, hopefully.trociny2011-11-231-33/+42
* Add new options, -e and -x, to display process environment variablestrociny2011-11-226-12/+228
* Bumb date after r227317.trociny2011-11-081-1/+1
* When displaying process virtual memory mappings print superpagetrociny2011-11-072-2/+5
* Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicumrwatson2011-08-145-70/+270
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-182-6/+6
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-1212-187/+182
* Add file forgotten in r204879.kib2010-03-081-0/+139
* Teach procstat(1) to display some information about signal dispositionkib2010-03-084-8/+84
* Document one more file descriptor type and two more vnode types.antoine2010-02-061-0/+6
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-134-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-114-4/+0
OpenPOWER on IntegriCloud