aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
...
* | Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* procstat(8): clarify program usageEnji Cooper2017-07-201-5/+16
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-261-0/+6
* Add missing usage and getopt(3) optionsBrooks Davis2017-05-262-5/+8
* Start writing up some basic feature tests for procstatEnji Cooper2017-05-154-0/+195
* procstat(1): also reference icmp(4) and sctp(4)Enji Cooper2017-05-111-0/+2
* procstat(1): document all possible `PRO` (network protocol) valuesEnji Cooper2017-05-111-1/+59
* procstat(1): clarify the Signal Disposition sectionEnji Cooper2017-05-111-3/+6
* procstat(1): fix a typo (it's -> its)Enji Cooper2017-05-111-2/+2
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-305-4/+108
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-075-15/+29
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1
* 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