| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix build, hopefully. | trociny | 2011-11-23 | 1 | -33/+42 |
* | Add new options, -e and -x, to display process environment variables | trociny | 2011-11-22 | 6 | -12/+228 |
* | Bumb date after r227317. | trociny | 2011-11-08 | 1 | -1/+1 |
* | When displaying process virtual memory mappings print superpage | trociny | 2011-11-07 | 2 | -2/+5 |
* | Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum | rwatson | 2011-08-14 | 5 | -70/+270 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 2 | -6/+6 |
* | - Commit work from libprocstat project. These patches add support for runtime | stas | 2011-05-12 | 12 | -187/+182 |
* | Add file forgotten in r204879. | kib | 2010-03-08 | 1 | -0/+139 |
* | Teach procstat(1) to display some information about signal disposition | kib | 2010-03-08 | 4 | -8/+84 |
* | Document one more file descriptor type and two more vnode types. | antoine | 2010-02-06 | 1 | -0/+6 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 4 | -0/+4 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 4 | -4/+0 |
* | Update procstat(1) for the fact that devfs paths are no longer unsupported. | rwatson | 2009-08-12 | 1 | -4/+2 |
* | Introduce a new sysctl process mib, kern.proc.groups which adds the | brooks | 2009-07-24 | 1 | -2/+40 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+3 |
* | Include param.h instead of types.h before user.h so that the nested | rwatson | 2008-12-29 | 9 | -9/+9 |
* | Fix a typo. | wxs | 2008-12-19 | 1 | -1/+1 |
* | Do not segfault when procstat -f or procstat -v is called on a process not | marcus | 2008-12-19 | 2 | -0/+4 |
* | Update format string for kve_start/end. | peter | 2008-12-02 | 1 | -2/+3 |
* | Use libutil wrapper for kinfo_get{file|vmmap}() | peter | 2008-12-01 | 3 | -64/+16 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 2 | -1/+8 |
* | Fix a small typo in the procstat(1) manpage: messsage queue. | ed | 2008-07-28 | 1 | -1/+1 |
* | Rework the lifetime management of the kernel implementation of POSIX | jhb | 2008-06-27 | 1 | -0/+4 |
* | Use ddb(4), not DDB(4) for man page cross-references. | rwatson | 2008-04-21 | 1 | -1/+1 |
* | Provide more detailed information about each procstat(1) display mode, | rwatson | 2008-04-19 | 1 | -7/+248 |
* | It is a bug that procstat(8) works only on live kernels and not crashdumps; | rwatson | 2008-04-19 | 1 | -0/+4 |
* | Add support for displaying a process' current working directory, root | marcus | 2008-02-09 | 1 | -4/+26 |
* | WARNS fixes: mainly constness and avoid comparing signed with | dwmalone | 2008-02-08 | 6 | -14/+19 |
* | When printing process file descriptor lists, show a type of 'h' for | rwatson | 2008-01-20 | 1 | -0/+4 |
* | Add 'COMM' column to a few more output modes of procstat(1). The only | rwatson | 2007-12-10 | 4 | -20/+29 |
* | Display per-thread command line in TDNAME field for -k and -t; if | rwatson | 2007-12-03 | 2 | -21/+71 |
* | Add procstat(1), a process inspection utility. This provides both some | rwatson | 2007-12-02 | 12 | -0/+1459 |