summaryrefslogtreecommitdiff
path: root/usr.bin/procstat
AgeCommit message (Expand)Author
2008-12-29Include param.h instead of types.h before user.h so that the nestedRobert Watson
2008-12-19Fix a typo.Wesley Shields
2008-12-19Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke
2008-12-02Update format string for kve_start/end.Peter Wemm
2008-12-02Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-07-28Fix a small typo in the procstat(1) manpage: messsage queue.Ed Schouten
2008-06-27Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin
2008-04-21Use ddb(4), not DDB(4) for man page cross-references.Robert Watson
2008-04-19Provide more detailed information about each procstat(1) display mode,Robert Watson
2008-04-19It is a bug that procstat(8) works only on live kernels and not crashdumps;Robert Watson
2008-02-09Add support for displaying a process' current working directory, rootJoe Marcus Clarke
2008-02-08WARNS fixes: mainly constness and avoid comparing signed withDavid Malone
2008-01-20When printing process file descriptor lists, show a type of 'h' forRobert Watson
2007-12-10Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson
2007-12-03Display per-thread command line in TDNAME field for -k and -t; ifRobert Watson
2007-12-02Add procstat(1), a process inspection utility. This provides both someRobert Watson