Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-05 | *** empty log message *** | Thomas Bushnell | |
1996-08-27 | (doc): Add program description. | Miles Bader | |
1996-07-29 | (val_t): Make `long long'. | Miles Bader | |
1996-07-26 | (enum val_display_type): | Miles Bader | |
Add `PAGESZ'. `SIZES' -> `SIZE'; all uses updated. Remove BYTES, PAGES, and KBYTES. (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. (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. | |||
1996-07-26 | (options, main): -k/--kilobytes, -v/--pages, and -b/--bytes options added. | Miles Bader | |
(fields): New struct members initialized. `size', `cache-hit-ratio', `swap-size', `swap-active', `swap-free', and `swap-pagesize' added. (val_t, enum val_display_type, enum field_change_type): New types. (val_display_type_is_size, print_val, vm_state_refresh, vm_state_get_field, get_vmstats_field, get_size, ensure_def_pager_info, get_swap_size, get_swap_free, get_swap_page_size, get_swap_active): New functions. (struct field): CHANGE_TYPE, DISP_TYPE, STANDARD, and COMPUTE fields added. CUM field removed. (struct vm_state): New type. (main): Changed greatly to use vm_state type & functions, use print_val, and support CONST display types nicely. (argp_program_version): Version changed to 1.1. | |||
1996-07-06 | (argp_program_version): New variable. | Miles Bader | |
<hurd.h>: New include. | |||
1996-05-11 | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | |
1996-03-23 | (main): Pass new arg to argp_parse. | Miles Bader | |
1996-02-05 | (main, args_doc, doc): Add repeat mode. | Miles Bader | |
(FVAL): New macro. | |||
1996-02-05 | (main): | Miles Bader | |
Slightly decrease the space for numbers in the verbose output format. Twiddle the widths of the terse fields to make sure there's room for typical numbers. (fields, options): Make const. | |||
1996-02-03 | Initial revision | Miles Bader | |