summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-10-04 06:34:57 +0000
committerMiles Bader <miles@gnu.org>1996-10-04 06:34:57 +0000
commita0ed94f39e75cb746541940edf8e96515963abe8 (patch)
treef519bc4c96de11c5933ccd3151256446b478a7b3 /utils
parentd60512c1723f25470909270ed7b9a89f8deeb6ae (diff)
.
Diffstat (limited to 'utils')
-rw-r--r--utils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 0b7cace2..28a693f6 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,14 @@
+Thu Oct 3 16:08:21 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * vmstat.c (name_to_option): Correct test for malloc failure.
+ (get_memobj_hit_ratio): Renamed from get_cache_hit_ratio.
+ (fields): Add `max' field.
+ Rename `cache *' fields to `memobj *', and reword doc strings.
+ (val_width): New function.
+ (main): Calculate verbose output widths differently.
+ (main: FWIDTH): New macro.
+ (VAL_MAX_MEM, VAL_MAX_SWAP, K, M, G): New macros.
+
Wed Oct 2 10:24:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
* vmstat.c (struct field): Remove desc field, add doc field.