summaryrefslogtreecommitdiff
path: root/utils/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-26 17:20:01 +0000
committerMiles Bader <miles@gnu.org>1996-07-26 17:20:01 +0000
commit86724e84237219a01acf4d4a0a621b009a159824 (patch)
tree21e005c3a25676b0d17b0b70de63eb9417800304 /utils/ChangeLog
parent214f91a95c0fa6e340f94183fe0bedacc40a0457 (diff)
.
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r--utils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 54c76373..acdb03f9 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,17 @@
+Fri Jul 26 12:34:00 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * vmstat.c (enum val_display_type): Add `PAGESZ'.
+ `SIZES' -> `SIZE'; all uses updated. Remove BYTES, PAGES, and KBYTES.
+ (fields): disp_type of "pagesize" and "swap-pagesize" changed to PAGESZ.
+ (val_display_type_is_size): Function removed.
+ (struct field): `disp_type' field -> `type'; all used updated.
+ (print_val): Add TYPE & SIZE_UNITS arguments; remove HOW & PSIZE.
+ (main): Variable user_disp_type removed. Variable size_units added.
+ Add SIZE_UNITS macro, remove FDISPTYPE macro.
+ Calls to print_val now use new PVAL macro.
+ (get_vmstats_field): Just test against a type of SIZE, instead of
+ using val_display_type_is_size.
+
Thu Jul 25 22:36:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
* Makefile (INSTALL-vmstat-ops): New variable.