History log of /src/usr.sbin/pstat/pstat.8 |
Revision | | Date | Author | Comments |
1.44 |
| 12-Dec-2019 |
wiz | Comment out xref to tb(4), it does not exist.
XXX: I don't see it mentioned in amd64/GENERIC nor DEVNAMES
|
1.43 |
| 11-Dec-2019 |
ad | Report on whether vnodes are MPSAFE. For diagnosing perf problems.
|
1.42 |
| 03-Jul-2017 |
wiz | branches: 1.42.6; Remove workaround for ancient HTML generation code.
|
1.41 |
| 20-Apr-2015 |
riastradh | Cull unused vnode v_iflags: VI_LAYER, VI_LOCKSHARE.
|
1.40 |
| 24-Mar-2014 |
hannken | - Make VI_XLOCK, VI_CLEAN and VI_LOCKSHARE private to kern/vfs_*.c. - Make vwait() static. - Add vdead_check() to check a vnode for being or becoming dead.
Discussed on tech-kern.
Welcome to 6.99.38
|
1.39 |
| 05-Dec-2009 |
pooka | branches: 1.39.6; 1.39.12; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
|
1.38 |
| 14-Oct-2009 |
joerg | Fix markup.
|
1.37 |
| 28-Dec-2006 |
xtraeme | More NQNFS fallout (hi yamt!).
|
1.36 |
| 09-Dec-2004 |
snj | Bump date for last, new sentence, new line, and kill an extra space.
|
1.35 |
| 09-Dec-2004 |
matt | When dumping the file entry, print the usecount and iflags too.
|
1.34 |
| 21-Dec-2003 |
mrg | bump date for previous
|
1.33 |
| 20-Dec-2003 |
mrg | support "-g" and "-m" as well as "-k" and "-h". swapctl & swaplist code from Martin Weber, adapted for pstat by myself.
|
1.32 |
| 20-Dec-2003 |
mrg | add a "-h" (humanize_number(3)) option to swapctl(8) and pstat(8), from Martin Weber in PR#23805.
ps: now we only need someone to do ls(1) :-)
|
1.31 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22366, verified by myself.
|
1.30 |
| 22-Feb-2002 |
enami | Don't use same character for different flags.
|
1.29 |
| 21-Feb-2002 |
enami | - Print number of pages in the vnode. - Recognize VEXECMAP bit in vnode flags. - Recognize IN_SPACECOUNTED in inode flags.
|
1.28 |
| 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.27 |
| 02-Feb-2002 |
wiz | Sort sections, use standard headers.
|
1.26 |
| 09-Jul-2001 |
ad | Couple of nits.
|
1.25 |
| 06-May-2001 |
wiz | Change xref for vmstat(8) to vmstat(1). Whitespace, punctuation and spelling fixes while I'm here.
|
1.24 |
| 12-Jun-2000 |
assar | update list of ufs inode, nfs inode flags and tty disciplines to reality. also sort them in the obvious order.
|
1.23 |
| 08-Dec-1999 |
msaitoh | branches: 1.23.2; fix the table of the STATE field of "pstat -t"
|
1.22 |
| 18-Nov-1999 |
enami | - Sync mount options and vnode flags with reality. - Use i_e2fs_rdev. - Print per filesystem data only if an inode is associated to the vnode.
|
1.21 |
| 22-Mar-1999 |
garbled | branches: 1.21.6; More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.20 |
| 10-Mar-1999 |
erh | Add missing .El lines.
|
1.19 |
| 06-Feb-1998 |
perry | macroize BSD, NetBSD, FreeBSD and misc cleanup
|
1.18 |
| 17-Oct-1997 |
lukem | WARNSify
|
1.17 |
| 17-Oct-1997 |
mrg | merge lite-2
|
1.16 |
| 12-Jun-1997 |
bouyer | Make this compile again, and add support for ext2fs. Also 2 ufs->ffs conversions in pstat.8.
|
1.15 |
| 05-Jun-1997 |
mikel | indicate more clearly that [Tfstv] options are mutually exclusive; fixes PR misc/2655.
|
1.14 |
| 28-May-1997 |
pk | Macros take no more than nine arguments.
|
1.13 |
| 02-Jun-1996 |
pk | Fix formatting errors. Also: `PGRP' => 'PGID'; and update `SESS' and `PGID' descriptions.
|
1.12 |
| 31-May-1996 |
mrg | some minor fixes/additions.
|
1.11 |
| 31-May-1996 |
cgd | fix minor bogons (pastos) in last change
|
1.10 |
| 31-May-1996 |
cgd | update documentation of what's in the DISC field output by pstat -t
|
1.9 |
| 02-May-1996 |
cgd | branches: 1.9.4; handle the VISTTY vnode flag with the same letter ('I') that BSDI used. Update the documentation of the vnode flags so that it lists only (and all) of the flags understood by the program. (The documentation is likely in need of more cleanup.)
|
1.8 |
| 11-Jan-1996 |
thorpej | New-style RCS ids.
|
1.7 |
| 06-Jan-1996 |
pk | Fix typo and make some enum. lists more compact (James Jegers; PR#592).
|
1.6 |
| 04-Jan-1996 |
jtc | merge in change accidently made to 1.1 release branch
|
1.5 |
| 27-Sep-1995 |
jtc | iostat is in section 8; PR #1533
|
1.4 |
| 27-Sep-1995 |
jtc | vmstat is in section 8; PR #1532
|
1.3 |
| 15-Jan-1995 |
mycroft | Add `-k' option, per Matt Green. Put the description of the `-n' option in the table, where it belongs. Also, fix the formatting of the table for consistency with the other man pages. Document the BLOCKSIZE environment variable.
|
1.2 |
| 13-May-1994 |
cgd | clean up import. rcsids, notdef a bunch of things that don't yet work, etc. generates a *lot* of warnings (from vnode.h) at compile time, but these will go away "soon."
|
1.1 |
| 13-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 29-Apr-1995 |
mrg | 4.4BSD-Lite2
|
1.1.1.1 |
| 13-May-1994 |
cgd | Pstat, from Lite
|
1.9.4.1 |
| 02-Jun-1996 |
mrg | pull up tty stats "bug fix".
|
1.21.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.23.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.39.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.39.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.42.6.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|