summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* MFC 281887:jhb2015-06-021-1/+1
* MFC r279842, r279875scottl2015-03-225-7/+131
* Merge an applicable subset of r263234 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r267886:delphij2014-07-111-1/+1
* MFC 266322,266323:jhb2014-07-012-3/+67
* MFC 266293:jhb2014-06-275-13/+193
* MFC 266296:jhb2014-06-271-5/+5
* MFC 261780:jhb2014-02-192-1/+7
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:pjd2013-11-181-2/+3
* MFC r257234:markj2013-11-051-3/+1
* cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2)bdrewery2013-09-191-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-9/+9
* Make the "FD" column one character wider, so that "trace" can also alignpjd2013-08-181-6/+6
* 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
OpenPOWER on IntegriCloud