| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 281887: | jhb | 2015-06-02 | 1 | -1/+1 |
* | MFC r279842, r279875 | scottl | 2015-03-22 | 5 | -7/+131 |
* | Merge an applicable subset of r263234 from HEAD to stable/10: | rwatson | 2015-03-19 | 1 | -1/+1 |
* | MFC r267886: | delphij | 2014-07-11 | 1 | -1/+1 |
* | MFC 266322,266323: | jhb | 2014-07-01 | 2 | -3/+67 |
* | MFC 266293: | jhb | 2014-06-27 | 5 | -13/+193 |
* | MFC 266296: | jhb | 2014-06-27 | 1 | -5/+5 |
* | MFC 261780: | jhb | 2014-02-19 | 2 | -1/+7 |
* | MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182: | pjd | 2013-11-18 | 1 | -2/+3 |
* | MFC r257234: | markj | 2013-11-05 | 1 | -3/+1 |
* | 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 |
* | Use procstat_getumask(3) for retrieving umaks information instead of | trociny | 2013-04-20 | 1 | -13/+5 |
* | Use procstat_getgroups(3) for retrieving groups information instead of | trociny | 2013-04-20 | 3 | -30/+11 |
* | Use more generic procstat_getvmmap(3) for retrieving VM layout of a process. | trociny | 2013-04-20 | 3 | -4/+4 |
* | Use procstat_getprocs(3) for retrieving thread information instead of | trociny | 2013-04-20 | 4 | -66/+17 |
* | - Implement two new system calls: | pjd | 2013-03-02 | 1 | -0/+7 |
* | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -17/+34 |
* | Capability rights for process management via process descriptors do exist | pjd | 2013-02-11 | 1 | -3/+2 |
* | Add CAP_MKNOD right. | pjd | 2013-02-10 | 1 | -0/+1 |
* | procstat: only one mode flag can be specified, but required check for 'i' | mjg | 2013-01-12 | 1 | -2/+2 |
* | add SG state type | eadler | 2012-10-02 | 1 | -0/+2 |
* | Handle AT_TIMEKEEP in procstat(1) -x [1]. Remove the AT_COUNT switch | kib | 2012-09-16 | 1 | -2/+4 |
* | Free memory allocated by procstat_getfiles(), which may make difference | trociny | 2012-09-04 | 1 | -0/+1 |
* | Align the header with output. | trociny | 2012-07-24 | 1 | -1/+1 |
* | - Add support for displaying process stack memory regions. | pgj | 2012-07-16 | 2 | -2/+8 |
* | Fix style. | trociny | 2012-07-03 | 1 | -2/+2 |
* | Bring DPADD in sync with LDADD. | marcel | 2012-05-19 | 1 | -1/+1 |
* | Export some more useful info about shared memory objects to userland | jhb | 2012-04-01 | 1 | -8/+2 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | When displaying binary information show also osreldate. | trociny | 2012-03-23 | 2 | -3/+17 |
* | Update the description for -s flag after r232182. | pluknet | 2012-02-29 | 1 | -1/+3 |
* | When displaying security credential information show also process umask. | trociny | 2012-02-26 | 1 | -3/+29 |
* | Always return 0 if the sysctl failed. | trociny | 2012-01-29 | 1 | -8/+8 |
* | After the recent changes there is no need in rlimit array any more. | trociny | 2012-01-25 | 1 | -6/+5 |
* | Make procstat -l to work with the new version of kern.proc.rlimit. | trociny | 2012-01-22 | 1 | -10/+11 |
* | Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes. | trociny | 2011-12-12 | 1 | -16/+87 |
* | Make procstat -l output similar to the output of limits(1). | trociny | 2011-12-12 | 1 | -10/+51 |
* | Don't output a warning if kern.proc.auxv sysctl has returned EPERM. | trociny | 2011-12-05 | 1 | -1/+1 |
* | Update SYNOPSIS to include the flags added recently. | trociny | 2011-11-28 | 1 | -2/+2 |
* | Cast a_val on printing. This fixes build on mips. | trociny | 2011-11-28 | 1 | -14/+14 |
* | Make proctstat -x output more readable. | trociny | 2011-11-27 | 1 | -55/+39 |
* | usr.bin/procstat | trociny | 2011-11-24 | 5 | -7/+95 |