| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r309676 | vangyzen | 2016-12-15 | 5 | -15/+29 |
* | MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r... | araujo | 2016-10-21 | 1 | -2/+1 |
* | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 1 | -2/+3 |
* | Update META_MODE dependencies. | bdrewery | 2015-09-17 | 1 | -0/+2 |
* | Fix inverted output re: stack protection no-execute flag in procstat(1) | allanjude | 2015-09-06 | 1 | -2/+2 |
* | Fix build error on gcc platforms | allanjude | 2015-09-05 | 1 | -1/+1 |
* | Introduce libxo to procstat(1) | allanjude | 2015-09-05 | 17 | -243/+654 |
* | Decompose linkat()/renameat() rights to source and target. | ed | 2015-08-27 | 1 | -2/+4 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+23 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 6 | -10/+134 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | sjg | 2014-08-19 | 7 | -26/+271 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | Merge head | sjg | 2014-04-28 | 4 | -8/+14 |
| |\ \ |
|
| * \ \ | Merge head@256284 | sjg | 2013-10-13 | 1 | -3/+3 |
| |\ \ \ |
|
| * | | | | Updated dependencies | sjg | 2013-10-13 | 1 | -0/+1 |
| * | | | | Merge from head | sjg | 2013-09-05 | 13 | -377/+144 |
| |\ \ \ \ |
|
| * \ \ \ \ | sync from head | sjg | 2013-04-12 | 1 | -19/+43 |
| |\ \ \ \ \ |
|
| * | | | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *---. \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 5 | -7/+18 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+23 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Create links to the libprocstat man pages for all of the libprocstat function... | allanjude | 2015-05-21 | 1 | -1/+2 |
* | | | | | | | | | | Reassign copyright statements on several files from Advanced | jhb | 2015-04-23 | 1 | -1/+1 |
* | | | | | | | | | | Fix a typo and update the date in the man page. | scottl | 2015-03-11 | 2 | -2/+2 |
* | | | | | | | | | | Implement basic cpuset reporting in procstat via the -S flag. | scottl | 2015-03-10 | 5 | -6/+130 |
* | | | | | | | | | | Convert to usr.bin/ to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | In "procstat -v" (VM), spell out 'FL' to 'FLAG' since there are two extra | rwatson | 2014-07-20 | 2 | -3/+3 |
* | | | | | | | | | Better align headers and data for 'procstat -f' with and without '-C'. | rwatson | 2014-07-19 | 1 | -2/+3 |
* | | | | | | | | | Use correct length for buffer. | delphij | 2014-06-25 | 1 | -1/+1 |
* | | | | | | | | | Add descriptions of the display formats for -e, -l, -r, and -x. Fix a few | jhb | 2014-05-17 | 1 | -2/+65 |
* | | | | | | | | | Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name | jhb | 2014-05-17 | 1 | -1/+2 |
* | | | | | | | | | Correct some minor nits in the per-thread signal format description such | jhb | 2014-05-17 | 1 | -5/+5 |
* | | | | | | | | | - Add support for dumping current resource usage for processes via a new -r | jhb | 2014-05-17 | 5 | -13/+193 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead. | rwatson | 2014-03-16 | 1 | -1/+1 |
* | | | | | | | | Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as an | jhb | 2014-02-11 | 2 | -1/+7 |
* | | | | | | | | Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I had | pjd | 2013-11-15 | 1 | -2/+3 |
* | | | | | | | | With r247602, the "c" flag is no longer printed as a file descriptor flag. | markj | 2013-10-28 | 1 | -3/+1 |
* | | | | | | | | Add a resource limit for the total number of kqueues available to the | kib | 2013-10-21 | 1 | -2/+3 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2) | bdrewery | 2013-09-19 | 1 | -3/+3 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -9/+9 |
* | | | | | | Make the "FD" column one character wider, so that "trace" can also align | pjd | 2013-08-18 | 1 | -6/+6 |
* | | | | | | Make use of newly added libprocstat(3) ability to extract procstat | trociny | 2013-04-20 | 2 | -17/+32 |
* | | | | | | Use procstat_getkstack(3) for retrieving process kernel stacks | trociny | 2013-04-20 | 3 | -55/+15 |
* | | | | | | Use libprocstat(3) to retrieve ELF auxiliary vector. | trociny | 2013-04-20 | 3 | -96/+10 |
* | | | | | | Use libprocstat(3) to retrieve process command line arguments and | trociny | 2013-04-20 | 3 | -34/+22 |
* | | | | | | Use libprocstat(3) when retrieving binary information for a process. | trociny | 2013-04-20 | 3 | -29/+8 |
* | | | | | | Use procstat_getrlimit(3) for retrieving rlimit information instead of | trociny | 2013-04-20 | 3 | -18/+5 |