summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* Update the description for -s flag after r232182.pluknet2012-02-291-1/+3
* When displaying security credential information show also process umask.trociny2012-02-261-3/+29
* Always return 0 if the sysctl failed.trociny2012-01-291-8/+8
* After the recent changes there is no need in rlimit array any more.trociny2012-01-251-6/+5
* Make procstat -l to work with the new version of kern.proc.rlimit.trociny2012-01-221-10/+11
* Make 64-bit procstat output ELF auxiliary vectors for 32-bit processes.trociny2011-12-121-16/+87
* Make procstat -l output similar to the output of limits(1).trociny2011-12-121-10/+51
* Don't output a warning if kern.proc.auxv sysctl has returned EPERM.trociny2011-12-051-1/+1
* Update SYNOPSIS to include the flags added recently.trociny2011-11-281-2/+2
* Cast a_val on printing. This fixes build on mips.trociny2011-11-281-14/+14
* Make proctstat -x output more readable.trociny2011-11-271-55/+39
* usr.bin/procstattrociny2011-11-245-7/+95
* Fix build, hopefully.trociny2011-11-231-33/+42
* Add new options, -e and -x, to display process environment variablestrociny2011-11-226-12/+228
* Bumb date after r227317.trociny2011-11-081-1/+1
* When displaying process virtual memory mappings print superpagetrociny2011-11-072-2/+5
* Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicumrwatson2011-08-145-70/+270
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-182-6/+6
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-1212-187/+182
* Add file forgotten in r204879.kib2010-03-081-0/+139
* Teach procstat(1) to display some information about signal dispositionkib2010-03-084-8/+84
* Document one more file descriptor type and two more vnode types.antoine2010-02-061-0/+6
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-134-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-114-4/+0
* Update procstat(1) for the fact that devfs paths are no longer unsupported.rwatson2009-08-121-4/+2
* Introduce a new sysctl process mib, kern.proc.groups which adds thebrooks2009-07-241-2/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+3
* Include param.h instead of types.h before user.h so that the nestedrwatson2008-12-299-9/+9
* Fix a typo.wxs2008-12-191-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notmarcus2008-12-192-0/+4
* Update format string for kve_start/end.peter2008-12-021-2/+3
* Use libutil wrapper for kinfo_get{file|vmmap}()peter2008-12-013-64/+16
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-202-1/+8
* Fix a small typo in the procstat(1) manpage: messsage queue.ed2008-07-281-1/+1
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-0/+4
* Use ddb(4), not DDB(4) for man page cross-references.rwatson2008-04-211-1/+1
* Provide more detailed information about each procstat(1) display mode,rwatson2008-04-191-7/+248
* It is a bug that procstat(8) works only on live kernels and not crashdumps;rwatson2008-04-191-0/+4
* Add support for displaying a process' current working directory, rootmarcus2008-02-091-4/+26
* WARNS fixes: mainly constness and avoid comparing signed withdwmalone2008-02-086-14/+19
* When printing process file descriptor lists, show a type of 'h' forrwatson2008-01-201-0/+4
* Add 'COMM' column to a few more output modes of procstat(1). The onlyrwatson2007-12-104-20/+29
* Display per-thread command line in TDNAME field for -k and -t; ifrwatson2007-12-032-21/+71
* Add procstat(1), a process inspection utility. This provides both somerwatson2007-12-0212-0/+1459
OpenPOWER on IntegriCloud