aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* MFC 261780:John Baldwin2014-02-192-1/+7
* MFC r249668, r249669, r249671, r249673, r249675, r249678, r249680, r249683,Mikolaj Golub2013-05-2112-361/+128
* MFC r245345:Mateusz Guzik2013-01-171-2/+2
* MFC r241117:Eitan Adler2012-10-101-0/+2
* MFC r240546:Konstantin Belousov2012-09-231-2/+4
* MFC r240081:Mikolaj Golub2012-09-141-0/+1
* MFC r238086:Mikolaj Golub2012-09-011-2/+2
* MFC r238753:Mikolaj Golub2012-07-271-1/+1
* MFC r238527:Gabor Pali2012-07-202-2/+8
* MFC r233648:Eitan Adler2012-06-181-1/+1
* MFC 233760:John Baldwin2012-06-061-8/+2
* MFC r233390:Mikolaj Golub2012-04-062-3/+17
* MFC r232300 (pluknet):Mikolaj Golub2012-04-051-1/+3
* MFC r232182:Mikolaj Golub2012-04-021-3/+29
* MFC r227956, r228090, r228446, r230471, r230548:Mikolaj Golub2012-02-025-8/+137
* MFC r227838, r227873, r228025, r228049, r228289, r228447, r230753:Mikolaj Golub2012-02-026-12/+292
* MFC r227317, r227355:Mikolaj Golub2012-01-062-3/+6
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-145-62/+262
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-182-6/+6
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-1212-187/+182
* Add file forgotten in r204879.Konstantin Belousov2010-03-081-0/+139
* Teach procstat(1) to display some information about signal dispositionKonstantin Belousov2010-03-084-8/+84
* Document one more file descriptor type and two more vnode types.Antoine Brodin2010-02-061-0/+6
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-134-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-114-4/+0
* Update procstat(1) for the fact that devfs paths are no longer unsupported.Robert Watson2009-08-121-4/+2
* Introduce a new sysctl process mib, kern.proc.groups which adds theBrooks Davis2009-07-241-2/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+3
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-299-9/+9
* Fix a typo.Wesley Shields2008-12-191-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke2008-12-192-0/+4
* Update format string for kve_start/end.Peter Wemm2008-12-021-2/+3
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-023-64/+16
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-1/+8
* Fix a small typo in the procstat(1) manpage: messsage queue.Ed Schouten2008-07-281-1/+1
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-271-0/+4
* Use ddb(4), not DDB(4) for man page cross-references.Robert Watson2008-04-211-1/+1
* Provide more detailed information about each procstat(1) display mode,Robert Watson2008-04-191-7/+248
* It is a bug that procstat(8) works only on live kernels and not crashdumps;Robert Watson2008-04-191-0/+4
* Add support for displaying a process' current working directory, rootJoe Marcus Clarke2008-02-091-4/+26
* WARNS fixes: mainly constness and avoid comparing signed withDavid Malone2008-02-086-14/+19
* When printing process file descriptor lists, show a type of 'h' forRobert Watson2008-01-201-0/+4
* Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson2007-12-104-20/+29
* Display per-thread command line in TDNAME field for -k and -t; ifRobert Watson2007-12-032-21/+71
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-0212-0/+1459