index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
systat
/
vmstat.c
Age
Commit message (
Expand
)
Author
2023-03-28
PR bin/56014 from Kouichi Hashikawa
kre
2021-11-09
systat(1): convert realloc(x * y) to reallocarr, eliminate a temp var
nia
2021-08-21
PR/56331: Paul Goyette: Add -z option to display 0 instead of ' ' in vmstat.
christos
2021-07-24
Instead of getting an estimate of the number of kernel buffers,
simonb
2020-03-02
increase slot slop space from 100 to 1000 before giving up.
mrg
2019-06-30
Make the scaling of the "bytes written" sticky, so that if we go
he
2019-01-25
no need for curses.h
christos
2019-01-25
PR/53906: Paul Ripke: systat(1) vmstat & syscall get
christos
2019-01-08
Remove a format character from a non-format string.
tih
2018-12-26
Extend "systat vm" output to provide better insight about buffercache and
sevan
2017-07-15
Use I/O timestamps to compute disk statistics for better precisison.
mlelstv
2014-12-24
Update stats-keeping in sys/kern/vfs_cache.c to remove (most)
dennis
2014-06-20
Remove fagile test which ensured that first namelist element (was
njoly
2014-06-14
GC X_NCHSTATS
joerg
2014-06-03
Provide sysctl for namecache statistics.
joerg
2010-04-30
Add per process cache values to the total name translations count.
njoly
2010-04-30
In vmstat display, add one more column to output memory values. Avoid
njoly
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-10-21
Fix problems with SIGWINCH. From Paul Ripke in PR 42161.
wiz
2009-04-13
Fix -Wsign-compare issues
lukem
2009-03-09
In vmstat display, increase software interrupt count output from 5 to
njoly
2008-07-13
Clarify how one is supposed to use the pointers returned by getutentries()
dholland
2008-02-11
#include <sys/evcnt.h> instead of <sys/device.h>, since the former
dyoung
2006-10-22
use c99 initializers
christos
2006-05-21
Reduce the field widths for the summary line of traps, system calls
dsl
2006-05-14
Gcc 4 needs to have the enum declaration in scope to determine the enum size.
christos
2006-05-11
include errno.h directly rather than via user.h.
yamt
2006-04-14
Update to use new kernel io statistics.
blymn
2006-03-20
free() intrnamebuf, intrname and intrloc on entry so we don't leak them
dsl
2006-03-18
Make the functions that display the top 8 lines externally visible so
dsl
2006-02-05
Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats().
dsl
2005-08-07
Add tape statistics.
blymn
2005-05-22
do not rely on the pre-evcnt interrupt counter kernel symbols being present.
chs
2005-02-26
WARNS=3
dsl
2005-02-22
PR/29505: Nicolas Joly: Increase width of csw value in systat vmstat.
christos
2005-02-03
PR/29213: Nicolas Joly: sysstat(1) vmstat cannot display large memory values
christos
2004-06-13
Fix a display glitch when blanking out drive columns.
mycroft
2003-09-19
realloc pedant
itojun
2003-08-30
Use correct size when copying interrupt counters.
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-08-05
Discs->Disks
grant
2003-06-11
no need to #include <sys/dkstat.h>
drochner
2003-05-15
use strlcpy
itojun
2003-02-18
Pivot the disk stats into extra lines if they run out of columns
dsl
2003-02-17
Fiddle with screen layout to generate room for longer labels on the
dsl
2003-02-13
Avoid displaying "intr" for all interrupt counter titles
dsl
2003-01-20
Make kernel address arg of kvm_ckread() const void * so caller doesn't
dsl
2003-01-18
kill warns.
christos
2003-01-18
pull interrupt stats from event counts
dsl
2002-11-01
iostat(8) and systat(8) support for separate read/write disk statistics.
mrg
[next]