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
/
vmstat
/
vmstat.c
Age
Commit message (
Expand
)
Author
2022-10-23
Remove extraneous "d" in a printf format string in UVM history dump
simonb
2022-07-16
When operating on core files or /dev/mem when using the -M option,
simonb
2022-07-16
Move the call to getnlist() to after we check if kvm_openfiles(3) succeeded.
simonb
2022-05-19
Bump some column widths for "vmstat -mW".
simonb
2022-02-27
vmstat: unexport file-scope variable numdisks
rillig
2022-02-09
Fix typo in usage.
wiz
2022-02-09
allow the number of disks displayed in the default output
mrg
2022-02-01
when picking which 2 disks to show in the 'vmstat' default output
mrg
2021-11-27
usr.bin: remove unnecessary CONSTCOND, lint no longer needs it
rillig
2021-08-22
usr.bin: enable lint checks for most programs in /usr/bin
rillig
2021-04-02
Drop setgid kmem, simplify nlist setup.
simonb
2021-04-01
Use kernel sysctl hashstat collection instead of kmem grovelling
simonb
2021-04-01
Now that ports that use legacy intrcnt interrupt accounting have event
simonb
2021-03-03
For vmstat -h/-H, calculate the hash element size correctly instead of
simonb
2020-06-14
Remove PG_ZERO. It worked brilliantly on x86 machines from the mid-90s but
ad
2020-06-14
pool_cache:
ad
2020-06-11
Counter tweaks:
ad
2020-03-23
ncs_collisions is gone.
ad
2020-03-22
Process concurrent page faults on individual uvm_objects / vm_amaps in
ad
2020-03-22
- nchash is gone.
ad
2020-01-25
Fix alignment of Flags column for vmstat -mW.
simonb
2020-01-15
vmstat -s: report new stats:
ad
2020-01-08
Show reverse misses too.
ad
2020-01-06
- Report namecache reverse hits with vmstat -s.
ad
2020-01-04
move the time nlist fetches into their own namelist and only
mrg
2020-01-03
boottime in the kernel is no more. Instead, read timebasebin and convert
thorpej
2019-12-27
s/sucess/success/ in comment.
msaitoh
2019-12-22
Have vmstat -H report on vcache_hashtab.
ad
2019-09-13
Expose struct namecache.
christos
2019-05-09
when dumping a kernhist history replace "%s" with "%p" so that the
mrg
2019-04-30
Use PRWORD for printing -m/-mW totals so fields don't run in to each other.
simonb
2018-12-13
typo
sevan
2017-12-04
deref the right address to get the pool_allocator.
mrg
2017-12-03
remove now wrong comment. minor KNF.
mrg
2017-12-03
fix the kvm version of counting pool pages for vmstat -s.
mrg
2017-12-02
add two new members to uvmexp_sysctl{}: bootpages and poolpages.
mrg
2017-11-03
Remove the ABI version-and-length check that was recently introduced;
pgoyette
2017-10-28
Update the kernhist(9) kernel history code to address issues identified
pgoyette
2017-09-06
Don't print "nan" when there is no disk activity.
mlelstv
2017-07-04
Use I/O timestamps to compute disk statistics for better precision.
mlelstv
2017-01-05
"vmstat -ie[v]" auto fit to minimum columns
ryo
2017-01-05
Adapt to use of bintime(9) for kernel history timestamps (7.99.55).
pgoyette
2017-01-04
Fix error handling confusion between error and errno
pgoyette
2017-01-04
Adapt to new version of the sysctl export structure
pgoyette
2017-01-02
Use appropriate PRI* format specifiers for fixed-bit-size numbers
pgoyette
2017-01-02
For kvm-based kernhist code, print size of history table and "next free"
pgoyette
2017-01-02
Restore the kvm-grovelling code for use on crash files (where sysctl(3)
pgoyette
2017-01-02
For kernel history display, replace the kvm grovelling with the newly
pgoyette
2016-10-04
No point in using float here; makes evbmips64 need __truncdfsf2, and that
christos
2016-09-05
Drop main() prototype.
sevan
[next]