Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-04 | . | Miles Bader | |
1996-10-04 | (val_width): | Miles Bader | |
New function. (name_to_option): Correct test for malloc failure. (main): Calculate verbose output widths differently. (main: FWIDTH): New macro. (fields): Rename `cache *' fields to `memobj *', and reword doc strings. Add `max' field. (get_memobj_hit_ratio): Renamed from get_cache_hit_ratio. (VAL_MAX_MEM, VAL_MAX_SWAP, K, M, G): New macros. | |||
1996-10-02 | . | Miles Bader | |
1996-10-02 | (struct field): | Miles Bader | |
Remove desc field, add doc field. (fields): Initialize doc field, and not desc. (name_to_option): New function. (main): Rearrange use of name, doc, and desc fields in struct field. | |||
1996-10-02 | Handle `-' and `--' args properly. | Miles Bader | |
1996-09-27 | . | Miles Bader | |
1996-09-27 | (W_TYPE): | Miles Bader | |
Renamed from W_KIND; all uses changed. (doc): Updated. (options, main): Change --kind/-k to --type/-t. Add --flags/-f option. (print_store): Print flags separately from type. (W_FLAGS): New macro. | |||
1996-09-26 | . | Miles Bader | |
1996-09-26 | (%: %.sh): | Miles Bader | |
Rule removed. | |||
1996-09-25 | . | Miles Bader | |
1996-09-25 | (main:verify_passwd): | Miles Bader | |
Only declare reference to crypt weak if HAVE_CRYPT isn't defined. | |||
1996-09-24 | Fix option parsing. | Miles Bader | |
1996-09-23 | . | Miles Bader | |
1996-09-23 | Add option parsing, version number, &c. | Miles Bader | |
Add copyright notice. | |||
1996-09-23 | . | Miles Bader | |
1996-09-23 | Add option parsing, version number, &c. | Miles Bader | |
1996-09-23 | . | Miles Bader | |
1996-09-23 | (login-LDLIBS): | Miles Bader | |
Add $(LIBCRYPT). | |||
1996-09-17 | *** empty log message *** | Thomas Bushnell | |
1996-09-05 | *** empty log message *** | Thomas Bushnell | |
1996-09-02 | . | Miles Bader | |
1996-09-02 | (sync): Depend on libshouldbeinlibc.a. | Miles Bader | |
1996-09-02 | (argp_program_version): New variable. | Miles Bader | |
(main): Call argp_parse with just a doc string. <argp.h>: New include. | |||
1996-08-30 | . | Miles Bader | |
1996-08-30 | (targets): Add vminfo. | Miles Bader | |
(SRCS): Add vminfo.c. (INSTALL-vminfo-ops): New variable. | |||
1996-08-27 | . | Miles Bader | |
1996-08-27 | (doc): Add program description. | Miles Bader | |
1996-08-15 | . | Miles Bader | |
1996-08-14 | . | Miles Bader | |
1996-08-10 | . | Miles Bader | |
1996-08-10 | (options): Whoops, short option for --sort is -s. | Miles Bader | |
1996-08-10 | . | Miles Bader | |
1996-08-10 | (LCLHDRS): New variable. | Miles Bader | |
1996-08-01 | . | Miles Bader | |
1996-08-01 | (options, main): Change --fmt to --format/-F and --sort to --sort/-s. | Miles Bader | |
(OPT_FMT, OPT_SORT): Macros removed. | |||
1996-08-01 | (options, main): | Miles Bader | |
Change --fmt to --format/-F. Change --posix-fmt/-o to --posix-format/-o. Change --sort to --sort/-s. Change --pgrp to --pgrp/-G. Change --login to --login/-L. Change --threads/-s to --threads/-T. Change --session to --session/-S. (OPT_FMT, OPT_SORT, OPT_PGRP, OPT_LOGIN, OPT_SESS): Macros removed. | |||
1996-08-01 | (check_password): Use #pragma weak instead of __attribute__ ((weak)). | Miles Bader | |
1996-08-01 | (main/verify_passwd): Use #pragma weak instead of __attribute__ ((weak)). | Miles Bader | |
(options): Change --inherit-environ to --preserve-environment. Change --no-environ to --no-environment-args. Change --environ to --envvar and --environ-default to --envvar-default. | |||
1996-07-31 | *** empty log message *** | Thomas Bushnell | |
1996-07-30 | *** empty log message *** | Thomas Bushnell | |
1996-07-30 | *** empty log message *** | Thomas Bushnell | |
1996-07-29 | *** empty log message *** | Thomas Bushnell | |
1996-07-29 | . | Miles Bader | |
1996-07-29 | (val_t): Make `long long'. | Miles Bader | |
1996-07-29 | . | Miles Bader | |
1996-07-29 | (main): Correctly parse the -w/--width option. | Miles Bader | |
1996-07-26 | . | 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 | . | Miles Bader | |
1996-07-26 | (INSTALL-vmstat-ops): New variable. | Miles Bader | |