| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r357268: | Dimitry Andric | 2020-02-04 | 1 | -1/+2 |
| * | MFC r328297: | Brooks Davis | 2018-01-26 | 1 | -3/+3 |
| * | MFC r318325: | Enji Cooper | 2017-07-17 | 4 | -0/+195 |
| * | MFC r318179: | Enji Cooper | 2017-06-01 | 1 | -0/+2 |
| * | MFC r318175: | Enji Cooper | 2017-06-01 | 1 | -3/+6 |
| * | MFC r318178: | Enji Cooper | 2017-06-01 | 1 | -1/+59 |
| * | MFC r309676 | Eric van Gyzen | 2016-12-15 | 5 | -15/+26 |
| * | MFC 281887: | John Baldwin | 2015-06-02 | 1 | -1/+1 |
| * | MFC r279842, r279875 | Scott Long | 2015-03-22 | 5 | -7/+131 |
| * | Merge an applicable subset of r263234 from HEAD to stable/10: | Robert Watson | 2015-03-19 | 1 | -1/+1 |
| * | MFC r267886: | Xin LI | 2014-07-11 | 1 | -1/+1 |
| * | MFC 266322,266323: | John Baldwin | 2014-07-01 | 2 | -3/+67 |
| * | MFC 266293: | John Baldwin | 2014-06-27 | 5 | -13/+193 |
| * | MFC 266296: | John Baldwin | 2014-06-27 | 1 | -5/+5 |
| * | MFC 261780: | John Baldwin | 2014-02-19 | 2 | -1/+7 |
| * | MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182: | Pawel Jakub Dawidek | 2013-11-18 | 1 | -2/+3 |
| * | MFC r257234: | Mark Johnston | 2013-11-05 | 1 | -3/+1 |
| * | cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2) | Bryan Drewery | 2013-09-19 | 1 | -3/+3 |
| * | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -9/+9 |
| * | Make the "FD" column one character wider, so that "trace" can also align | Pawel Jakub Dawidek | 2013-08-18 | 1 | -6/+6 |
| * | Make use of newly added libprocstat(3) ability to extract procstat | Mikolaj Golub | 2013-04-20 | 2 | -16/+31 |
| * | Use procstat_getkstack(3) for retrieving process kernel stacks | Mikolaj Golub | 2013-04-20 | 3 | -55/+15 |
| * | Use libprocstat(3) to retrieve ELF auxiliary vector. | Mikolaj Golub | 2013-04-20 | 3 | -96/+10 |
| * | Use libprocstat(3) to retrieve process command line arguments and | Mikolaj Golub | 2013-04-20 | 3 | -34/+22 |
| * | Use libprocstat(3) when retrieving binary information for a process. | Mikolaj Golub | 2013-04-20 | 3 | -29/+8 |
| * | Use procstat_getrlimit(3) for retrieving rlimit information instead of | Mikolaj Golub | 2013-04-20 | 3 | -18/+5 |
| * | Use procstat_getumask(3) for retrieving umaks information instead of | Mikolaj Golub | 2013-04-20 | 1 | -13/+5 |
| * | Use procstat_getgroups(3) for retrieving groups information instead of | Mikolaj Golub | 2013-04-20 | 3 | -30/+11 |
| * | Use more generic procstat_getvmmap(3) for retrieving VM layout of a process. | Mikolaj Golub | 2013-04-20 | 3 | -4/+4 |
| * | Use procstat_getprocs(3) for retrieving thread information instead of | Mikolaj Golub | 2013-04-20 | 4 | -66/+17 |
| * | - Implement two new system calls: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -0/+7 |
| * | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -16/+33 |
| * | Capability rights for process management via process descriptors do exist | Pawel Jakub Dawidek | 2013-02-11 | 1 | -3/+2 |
| * | Add CAP_MKNOD right. | Pawel Jakub Dawidek | 2013-02-10 | 1 | -0/+1 |
| * | procstat: only one mode flag can be specified, but required check for 'i' | Mateusz Guzik | 2013-01-12 | 1 | -2/+2 |
| * | add SG state type | Eitan Adler | 2012-10-02 | 1 | -0/+2 |
| * | Handle AT_TIMEKEEP in procstat(1) -x [1]. Remove the AT_COUNT switch | Konstantin Belousov | 2012-09-16 | 1 | -2/+4 |
| * | Free memory allocated by procstat_getfiles(), which may make difference | Mikolaj Golub | 2012-09-04 | 1 | -0/+1 |
| * | Align the header with output. | Mikolaj Golub | 2012-07-24 | 1 | -1/+1 |
| * | - Add support for displaying process stack memory regions. | Gabor Pali | 2012-07-16 | 2 | -2/+8 |
| * | Fix style. | Mikolaj Golub | 2012-07-03 | 1 | -2/+2 |
| * | Bring DPADD in sync with LDADD. | Marcel Moolenaar | 2012-05-19 | 1 | -1/+1 |
| * | Export some more useful info about shared memory objects to userland | John Baldwin | 2012-04-01 | 1 | -8/+2 |
| * | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -1/+1 |
| * | When displaying binary information show also osreldate. | Mikolaj Golub | 2012-03-23 | 2 | -3/+17 |
| * | Update the description for -s flag after r232182. | Sergey Kandaurov | 2012-02-29 | 1 | -1/+3 |
| * | When displaying security credential information show also process umask. | Mikolaj Golub | 2012-02-26 | 1 | -3/+29 |
| * | Always return 0 if the sysctl failed. | Mikolaj Golub | 2012-01-29 | 1 | -8/+8 |
| * | After the recent changes there is no need in rlimit array any more. | Mikolaj Golub | 2012-01-25 | 1 | -6/+5 |
| * | Make procstat -l to work with the new version of kern.proc.rlimit. | Mikolaj Golub | 2012-01-22 | 1 | -10/+11 |