summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-276-10/+134
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-197-26/+271
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge headsjg2014-04-284-8/+14
| |\ \
| * \ \ Merge head@256284sjg2013-10-131-3/+3
| |\ \ \
| * | | | Updated dependenciessjg2013-10-131-0/+1
| * | | | Merge from headsjg2013-09-0513-377/+144
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-121-19/+43
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync with HEAD.obrien2013-02-081-2/+2
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Sync from headsjg2012-11-045-7/+18
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+23
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Create links to the libprocstat man pages for all of the libprocstat function...allanjude2015-05-211-1/+2
* | | | | | | | | | Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* | | | | | | | | | Fix a typo and update the date in the man page.scottl2015-03-112-2/+2
* | | | | | | | | | Implement basic cpuset reporting in procstat via the -S flag.scottl2015-03-105-6/+130
* | | | | | | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extrarwatson2014-07-202-3/+3
* | | | | | | | | Better align headers and data for 'procstat -f' with and without '-C'.rwatson2014-07-191-2/+3
* | | | | | | | | Use correct length for buffer.delphij2014-06-251-1/+1
* | | | | | | | | Add descriptions of the display formats for -e, -l, -r, and -x. Fix a fewjhb2014-05-171-2/+65
* | | | | | | | | Use 'RESOURCE' instead of the more generic 'TYPE' for the resource namejhb2014-05-171-1/+2
* | | | | | | | | Correct some minor nits in the per-thread signal format description suchjhb2014-05-171-5/+5
* | | | | | | | | - Add support for dumping current resource usage for processes via a new -rjhb2014-05-175-13/+193
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* | | | | | | | Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anjhb2014-02-112-1/+7
* | | | | | | | Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadpjd2013-11-151-2/+3
* | | | | | | | With r247602, the "c" flag is no longer printed as a file descriptor flag.markj2013-10-281-3/+1
* | | | | | | | Add a resource limit for the total number of kqueues available to thekib2013-10-211-2/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |_|_|/ |/| | |
OpenPOWER on IntegriCloud