freebsd-src/usr.bin/vmstat
Warner Losh 7cbb70b303 Sometime since this file was written, the list of kernel malloc types
changed from a simple list to a circular one.  We compensate by only
looping until we see the first address again.  Before, things would
terminate because it was limited to 200 iterations.  This lead to
bogus statistics and repeating stats for memory types.

This should be merged into 3.2, as the same bug is there.
1999-05-10 00:33:32 +00:00
..
Makefile Update system to new device statistics code. 1998-09-15 08:16:45 +00:00
vmstat.8 Move an option outside of a nested list and up a bit to live free among 1999-04-26 14:08:04 +00:00
vmstat.c Sometime since this file was written, the list of kernel malloc types 1999-05-10 00:33:32 +00:00