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
/
bufcache.c
Age
Commit message (
Expand
)
Author
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-24
specfs changes for PR kern/37717 (raidclose() is no longer called on
ad
2006-10-22
use c99 initializers
christos
2005-02-26
WARNS=3
dsl
2004-11-23
Show more information about page types in use, and free pages.
simonb
2004-05-11
"bufmem" is unsigned long inside the kernel, so don't try to grovel it out
martin
2004-02-19
Add PTRTOUINT64() and UINT64TOPTR() macros to sys/sysctl.h for use by
atatat
2003-12-30
Adapt to kernel buffer cache memort allocation changes.
pk
2003-12-07
- avoid coredump by returning NULL when read fails and don't keep following
christos
2003-02-24
Create subwins that end one line from the bottom of the screen even
dsl
2001-12-09
replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.
chs
2001-03-09
Show pages used by executables.
simonb
2000-12-01
Remove extern variables and functions now declared in dkstats.h.
simonb
2000-11-30
Show the vnode page cache memory usage on the "bufcache" display.
simonb
2000-07-05
- Add `boot', `run', `time' and `zero' commands to all IP displays. These work
ad
2000-04-27
Fix arguments to *printw().
jdc
2000-02-14
Prevent percentage overflows by keeping score in kilobytes.
soren
1999-12-20
Fix error handling throughout. First off, it is not true as claimed in swap.c
jwise
1999-11-27
add some percentages in here.
mrg
1999-11-15
Don't free "buf" in closebufcache() - initbufcache() only gets called
simonb
1999-11-15
avoid using CLBYTES (which is based on NBPG).
mrg
1999-11-15
- Add `bufcache' display which shows buffer cache usage per filesystem,
simonb