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
Age
Commit message (
Expand
)
Author
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-12-29
build vmstat as n64 on mips64. only kernel histories and hash stats
mrg
2016-10-04
No point in using float here; makes evbmips64 need __truncdfsf2, and that
christos
2016-09-05
Drop main() prototype.
sevan
2016-03-06
Work around gcc on sparc64 bug
christos
2014-12-24
Update stats-keeping in sys/kern/vfs_cache.c to remove (most)
dennis
2014-09-12
Trailing whitespace.
skrll
2014-09-12
Print the cpu in the kernhist record.
skrll
2014-07-12
Use u_long to avoid negative value outputs.
nakayama
2014-06-14
Init summary counters.
joerg
2014-06-14
Fix format string for ILP32.
joerg
2014-06-13
Use kern.pool for the live system.
joerg
2014-06-13
Remove unused headers.
joerg
2014-06-03
GC left-over kread.
joerg
2014-06-03
Use CPU statistics from uvmexp when possible.
joerg
2014-06-03
Use kern.clockrate if possible.
joerg
2014-06-03
Convert the remaining uvmexp users to the sysctl as default source.
joerg
2014-06-03
Use vm.uvmexp data as much as possible for vmstat -s.
joerg
2014-06-03
Provide sysctl for namecache statistics.
joerg
2014-06-02
GC unused variables.
joerg
2014-06-02
Drop kvm-based access for driver statistics.
joerg
2014-06-02
Make missing kern.evcnt an error, don't try to fallback to kmem use.
joerg
2014-05-08
Add a global vnode cache:
hannken
2014-02-19
Remove some pointless inclusions os sys/user.h
dsl
2013-11-24
Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing
rmind
2013-11-10
add a row with totals for some pool statistics.
mrg
2012-11-13
fix operation on core files: cur_drive.io_name is an embedded array
chs
2012-04-29
remove malloc(9) output function from vmstat
para
2012-03-20
Use C89 function definitions
matt
2011-10-15
use warn instead of perror.
christos
2011-10-15
unbreak -f -H -h, etc, part 1
christos
2011-09-21
Use __arraycount(), as done above.
jym
2011-09-06
Mark usage as static and __dead.
joerg
2011-08-17
document that we are using non-literal string formats.
christos
2011-07-26
dopoolcache: don't print unused caches unless verbose
yamt
2011-05-26
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
joerg
2011-05-17
move and rename the uvm history code out of uvm_stat to "kernhist".
mrg
2011-02-16
Fix header, format and total count of system interrupt counters.
nakayama
2011-02-05
dosum also needs getnlist
mlelstv
2011-01-31
deal with detecting the first and last cpu differently.
christos
2011-01-31
Make sure to getnlist in dovmstat
matt
2011-01-29
Defer nlist processing until we know we need to it. If everything can be
matt
2010-12-25
can't play games with structure names since cpu_data refers to cpu_info, so
christos
2010-12-25
use a local definition of cpu_info if we have __HAVE_CPU_DATA_FIRST
christos
2010-12-25
Don't crash on old kernels that don't have the new per cpu counters.
christos
[prev]
[next]