aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat
Commit message (Expand)AuthorAgeFilesLines
* 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