| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 261780: | John Baldwin | 2014-02-19 | 2 | -1/+7 |
| * | MFC r249668, r249669, r249671, r249673, r249675, r249678, r249680, r249683, | Mikolaj Golub | 2013-05-21 | 12 | -361/+128 |
| * | MFC r245345: | Mateusz Guzik | 2013-01-17 | 1 | -2/+2 |
| * | MFC r241117: | Eitan Adler | 2012-10-10 | 1 | -0/+2 |
| * | MFC r240546: | Konstantin Belousov | 2012-09-23 | 1 | -2/+4 |
| * | MFC r240081: | Mikolaj Golub | 2012-09-14 | 1 | -0/+1 |
| * | MFC r238086: | Mikolaj Golub | 2012-09-01 | 1 | -2/+2 |
| * | MFC r238753: | Mikolaj Golub | 2012-07-27 | 1 | -1/+1 |
| * | MFC r238527: | Gabor Pali | 2012-07-20 | 2 | -2/+8 |
| * | MFC r233648: | Eitan Adler | 2012-06-18 | 1 | -1/+1 |
| * | MFC 233760: | John Baldwin | 2012-06-06 | 1 | -8/+2 |
| * | MFC r233390: | Mikolaj Golub | 2012-04-06 | 2 | -3/+17 |
| * | MFC r232300 (pluknet): | Mikolaj Golub | 2012-04-05 | 1 | -1/+3 |
| * | MFC r232182: | Mikolaj Golub | 2012-04-02 | 1 | -3/+29 |
| * | MFC r227956, r228090, r228446, r230471, r230548: | Mikolaj Golub | 2012-02-02 | 5 | -8/+137 |
| * | MFC r227838, r227873, r228025, r228049, r228289, r228447, r230753: | Mikolaj Golub | 2012-02-02 | 6 | -12/+292 |
| * | MFC r227317, r227355: | Mikolaj Golub | 2012-01-06 | 2 | -3/+6 |
| * | Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum | Robert Watson | 2011-08-14 | 5 | -62/+262 |
| * | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | Bjoern A. Zeeb | 2011-07-18 | 2 | -6/+6 |
| * | - Commit work from libprocstat project. These patches add support for runtime | Stanislav Sedov | 2011-05-12 | 12 | -187/+182 |
| * | Add file forgotten in r204879. | Konstantin Belousov | 2010-03-08 | 1 | -0/+139 |
| * | Teach procstat(1) to display some information about signal disposition | Konstantin Belousov | 2010-03-08 | 4 | -8/+84 |
| * | Document one more file descriptor type and two more vnode types. | Antoine Brodin | 2010-02-06 | 1 | -0/+6 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+0 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 4 | -0/+4 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 4 | -4/+0 |
| * | Update procstat(1) for the fact that devfs paths are no longer unsupported. | Robert Watson | 2009-08-12 | 1 | -4/+2 |
| * | Introduce a new sysctl process mib, kern.proc.groups which adds the | Brooks Davis | 2009-07-24 | 1 | -2/+40 |
| * | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin | 2009-07-24 | 1 | -0/+3 |
| * | Include param.h instead of types.h before user.h so that the nested | Robert Watson | 2008-12-29 | 9 | -9/+9 |
| * | Fix a typo. | Wesley Shields | 2008-12-19 | 1 | -1/+1 |
| * | Do not segfault when procstat -f or procstat -v is called on a process not | Joe Marcus Clarke | 2008-12-19 | 2 | -0/+4 |
| * | Update format string for kve_start/end. | Peter Wemm | 2008-12-02 | 1 | -2/+3 |
| * | Merge user/peter/kinfo branch as of r185547 into head. | Peter Wemm | 2008-12-02 | 3 | -64/+16 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 2 | -1/+8 |
| * | Fix a small typo in the procstat(1) manpage: messsage queue. | Ed Schouten | 2008-07-28 | 1 | -1/+1 |
| * | Rework the lifetime management of the kernel implementation of POSIX | John Baldwin | 2008-06-27 | 1 | -0/+4 |
| * | Use ddb(4), not DDB(4) for man page cross-references. | Robert Watson | 2008-04-21 | 1 | -1/+1 |
| * | Provide more detailed information about each procstat(1) display mode, | Robert Watson | 2008-04-19 | 1 | -7/+248 |
| * | It is a bug that procstat(8) works only on live kernels and not crashdumps; | Robert Watson | 2008-04-19 | 1 | -0/+4 |
| * | Add support for displaying a process' current working directory, root | Joe Marcus Clarke | 2008-02-09 | 1 | -4/+26 |
| * | WARNS fixes: mainly constness and avoid comparing signed with | David Malone | 2008-02-08 | 6 | -14/+19 |
| * | When printing process file descriptor lists, show a type of 'h' for | Robert Watson | 2008-01-20 | 1 | -0/+4 |
| * | Add 'COMM' column to a few more output modes of procstat(1). The only | Robert Watson | 2007-12-10 | 4 | -20/+29 |
| * | Display per-thread command line in TDNAME field for -k and -t; if | Robert Watson | 2007-12-03 | 2 | -21/+71 |
| * | Add procstat(1), a process inspection utility. This provides both some | Robert Watson | 2007-12-02 | 12 | -0/+1459 |