aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-2/+3
* Update META_MODE dependencies.Bryan Drewery2015-09-171-0/+2
* Fix inverted output re: stack protection no-execute flag in procstat(1)Allan Jude2015-09-061-2/+2
* Fix build error on gcc platformsAllan Jude2015-09-051-1/+1
* Introduce libxo to procstat(1)Allan Jude2015-09-0517-243/+654
* Decompose linkat()/renameat() rights to source and target.Ed Schouten2015-08-271-2/+4
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-10/+134
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-197-26/+271
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-284-8/+14
| |\ \
| * \ \ Merge head@256284Simon J. Gerraty2013-10-131-3/+3
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+1
| * | | | Merge from headSimon J. Gerraty2013-09-0513-377/+144
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-121-19/+43
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync with HEAD.David E. O'Brien2013-02-081-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-045-7/+18
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | | | | | | | | Create links to the libprocstat man pages for all of the libprocstat function...Allan Jude2015-05-211-1/+2
* | | | | | | | | Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* | | | | | | | | Fix a typo and update the date in the man page.Scott Long2015-03-112-2/+2
* | | | | | | | | Implement basic cpuset reporting in procstat via the -S flag.Scott Long2015-03-105-6/+130
* | | | | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extraRobert Watson2014-07-202-3/+3
* | | | | | | | Better align headers and data for 'procstat -f' with and without '-C'.Robert Watson2014-07-191-2/+3
* | | | | | | | Use correct length for buffer.Xin LI2014-06-251-1/+1
* | | | | | | | Add descriptions of the display formats for -e, -l, -r, and -x. Fix a fewJohn Baldwin2014-05-171-2/+65
* | | | | | | | Use 'RESOURCE' instead of the more generic 'TYPE' for the resource nameJohn Baldwin2014-05-171-1/+2
* | | | | | | | Correct some minor nits in the per-thread signal format description suchJohn Baldwin2014-05-171-5/+5
* | | | | | | | - Add support for dumping current resource usage for processes via a new -rJohn Baldwin2014-05-175-13/+193
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* | | | | | | Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anJohn Baldwin2014-02-112-1/+7
* | | | | | | Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadPawel Jakub Dawidek2013-11-151-2/+3
* | | | | | | With r247602, the "c" flag is no longer printed as a file descriptor flag.Mark Johnston2013-10-281-3/+1
* | | | | | | Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-2/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2)Bryan Drewery2013-09-191-3/+3
| |_|_|_|/ |/| | | |
* | | | | Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-9/+9
* | | | | Make the "FD" column one character wider, so that "trace" can also alignPawel Jakub Dawidek2013-08-181-6/+6
* | | | | Make use of newly added libprocstat(3) ability to extract procstatMikolaj Golub2013-04-202-17/+32
* | | | | Use procstat_getkstack(3) for retrieving process kernel stacksMikolaj Golub2013-04-203-55/+15
* | | | | Use libprocstat(3) to retrieve ELF auxiliary vector.Mikolaj Golub2013-04-203-96/+10
* | | | | Use libprocstat(3) to retrieve process command line arguments andMikolaj Golub2013-04-203-34/+22
* | | | | Use libprocstat(3) when retrieving binary information for a process.Mikolaj Golub2013-04-203-29/+8
* | | | | Use procstat_getrlimit(3) for retrieving rlimit information instead ofMikolaj Golub2013-04-203-18/+5
* | | | | Use procstat_getumask(3) for retrieving umaks information instead ofMikolaj Golub2013-04-201-13/+5
* | | | | Use procstat_getgroups(3) for retrieving groups information instead ofMikolaj Golub2013-04-203-30/+11