CVS commit: src/usr.sbin/pstat

2021-04-11 Thread matthew green
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

CVS commit: src/usr.sbin/pstat

2020-10-03 Thread Christos Zoulas
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

CVS commit: src/usr.sbin/pstat

2019-12-11 Thread Thomas Klausner
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 commit: src/usr.sbin/pstat

2019-12-11 Thread Andrew Doran
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

CVS commit: src/usr.sbin/pstat

2019-12-01 Thread Andrew Doran
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

CVS commit: src/usr.sbin/pstat

2014-05-26 Thread David A. Holland
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

CVS commit: src/usr.sbin/pstat

2013-01-02 Thread David Laight
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

CVS commit: src/usr.sbin/pstat

2012-11-10 Thread Alan Barrett
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,

CVS commit: src/usr.sbin/pstat

2011-01-04 Thread Thomas Klausner
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

CVS commit: src/usr.sbin/pstat

2009-10-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 14 22:59:11 UTC 2009 Modified Files: src/usr.sbin/pstat: pstat.8 Log Message: Fix markup. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/pstat/pstat.8 Please note that diffs are not public

CVS commit: src/usr.sbin/pstat

2009-09-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Sep 16 07:27:41 UTC 2009 Modified Files: src/usr.sbin/pstat: pstat.c Log Message: Distinguish between UFS1 and UFS2 inodes by reading the ufsmount structure, the previous heuristic of comparing the size fields of inode and

CVS commit: src/usr.sbin/pstat

2009-04-18 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Apr 18 08:05:18 UTC 2009 Modified Files: src/usr.sbin/pstat: pstat.c Log Message: Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare) To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114