Module Name:src
Committed By: mrg
Date: Mon Apr 12 05:11:10 UTC 2021
Modified Files:
src/usr.sbin/pstat: pstat.c
Log Message:
fix a buffer size (off by one), and fix all the comments for the
3 other correctly sized buffers with the same comment/context.
To generate a dif
Module Name:src
Committed By: christos
Date: Sat Oct 3 14:01:16 UTC 2020
Modified Files:
src/usr.sbin/pstat: pstat.c
Log Message:
Filter out the VUSECOUNT_GATE bit
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/usr.sbin/pstat/pstat.c
Please note th
Module Name:src
Committed By: wiz
Date: Thu Dec 12 05:00:33 UTC 2019
Modified Files:
src/usr.sbin/pstat: pstat.8
Log Message:
Comment out xref to tb(4), it does not exist.
XXX: I don't see it mentioned in amd64/GENERIC nor DEVNAMES
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ad
Date: Wed Dec 11 19:51:36 UTC 2019
Modified Files:
src/usr.sbin/pstat: pstat.8 pstat.c
Log Message:
Report on whether vnodes are MPSAFE. For diagnosing perf problems.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.
Module Name:src
Committed By: ad
Date: Sun Dec 1 14:04:52 UTC 2019
Modified Files:
src/usr.sbin/pstat: pstat.c
Log Message:
Update to match change in layout of vnode LRU lists.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/usr.sbin/pstat/pstat.c
P
Module Name:src
Committed By: dholland
Date: Mon May 26 20:07:25 UTC 2014
Modified Files:
src/usr.sbin/pstat: pstat.c
Log Message:
Don't check lfs flags on ffs vnodes.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/usr.sbin/pstat/pstat.c
Please note
Module Name:src
Committed By: dsl
Date: Wed Jan 2 10:43:11 UTC 2013
Modified Files:
src/usr.sbin/pstat: Makefile
Log Message:
pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/pstat/Makefile
Module Name:src
Committed By: apb
Date: Sat Nov 10 11:01:52 UTC 2012
Modified Files:
src/usr.sbin/pstat: pstat.c
Log Message:
The number of active vnodes may grow in between the sysctl call
that figures out the size, and the sysctl call that fetches the data.
Previously,
Module Name:src
Committed By: wiz
Date: Tue Jan 4 09:58:03 UTC 2011
Modified Files:
src/usr.sbin/pstat: pstat.c
Log Message:
Fix memory leak in error case. Found by cppcheck.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/usr.sbin/pstat/pstat.c
Ple