/lib/libnpf/

tr> cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/usr.bin/systat/bufcache.c
AgeCommit message (Expand)Author
2018-12-26Extend "systat vm" output to provide better insight about buffercache andsevan
2017-06-09rearrange sys/mount.h so that all of the kernel-only parts are togetherchs
2016-10-24sysctlbyname is convenient, but ain't cheap. Cache it.christos
2013-10-18fix unused variable warningschristos
2012-11-23bufmem is unsigned.christos
2012-11-23Fix format string to resolve build breakpgoyette
2012-11-23use more sysctlchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
2006-10-22use c99 initializerschristos
2005-02-26WARNS=3dsl
2004-11-23Show 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 outmartin
2004-02-19Add PTRTOUINT64() and UINT64TOPTR() macros to sys/sysctl.h for use byatatat
2003-12-30Adapt to kernel buffer cache memort allocation changes.pk
2003-12-07- avoid coredump by returning NULL when read fails and don't keep followingchristos
2003-02-24Create subwins that end one line from the bottom of the screen evendsl
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
2001-03-09Show pages used by executables.simonb
2000-12-01Remove extern variables and functions now declared in dkstats.h.simonb
2000-11-30Show 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 workad
2000-04-27Fix arguments to *printw().jdc