Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/usr.bin/systat
Module Name: src
Committed By: jmc
Date: Wed May 12 05:02:51 UTC 2004
Modified Files:
src/usr.bin/systat [netbsd-2-0]: bufcache.c
Log Message:
Pullup rev 1.17 (requested by martin in ticket #313)
"bufmem" is unsigned long inside the kernel, so dont try to grovel it out
of kmem as a unsigned int.
Also avoid overrunning VCACHE_SIZE, thus scribling over unrelated memory.
PR#/25537
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.16.2.1 src/usr.bin/systat/bufcache.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index