summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
1997-02-20(argp_program_version): Make const.Miles Bader
1997-02-20.Miles Bader
1997-02-20(main):Miles Bader
Parse arguments before getting device master port.
1997-02-12.Miles Bader
1997-02-12(options):Miles Bader
Update to reflect some minor changes in the way argp works.
1997-02-06(main):Miles Bader
Deal with crypt failing.
1997-02-06.Miles Bader
1997-02-06(main):Miles Bader
Look for NOBODY in ARGS_DEFS too, and use a last ditch default if we can't find it anywhere.
1997-02-06.Miles Bader
1997-02-06(w_get_host):Miles Bader
Don't use strlen on it if *HOST is 0.
1996-12-17(main):Miles Bader
Implement --bottom/--tail/-b. (options): Update doc for --top. Add --head and --bottom/--tail/-b options.
1996-12-17.Miles Bader
1996-12-17(psout):Miles Bader
Use last N processes if TOP is negative.
1996-12-05Sat Nov 23 16:30:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* psout.c (psout): Delete var REMOVE.
1996-11-16.Miles Bader
1996-11-16(main):Miles Bader
Use utmp.h functions for reading utmp. (read_utmp_procs): Function removed.
1996-10-25Get rid of unused programs.Miles Bader
1996-10-24.Miles Bader
1996-10-24(options):Miles Bader
Remove header for run-time supplied fields. (main): And add it back here as a child header. Replace PARENTS with CHILDREN, which uses the new argp_child structure.
1996-10-17.Miles Bader
1996-10-17(options, main):Miles Bader
Add --top/-h option.
1996-10-17(main):Miles Bader
Supply new TOP arg to psout.
1996-10-17(psout):Miles Bader
Add TOP parameter.
1996-10-09.Miles Bader
1996-10-09(w_fetch): Use tty st_atime for idle time.Miles Bader
1996-10-09(print_store): Properly ignore STORE_INACTIVE.Miles Bader
1996-10-09.Miles Bader
1996-10-09(ps_cmp_unames, ps_nominal_string):Miles Bader
New declarations. (DEFAULT_FMT_STRING): Add %pid. (_w_specs): Use ps_cmp_unames for `Name'. Use ps_nominal_string for `Name' and `From'.
1996-10-08.Miles Bader
1996-10-08(w_deps):Miles Bader
New function. (main): Initialize dependencies field of USER_HOOKS to w_deps. (_w_specs): Add PS_FMT_FIELD_COLON_MOD to Idle's flags. (w_fetch): Set HAVE bits even if the values are `nominal'. Correctly propagate PS->inapp bits.
1996-10-08.Miles Bader
1996-10-08(options, main):Miles Bader
Change --runs/-r to --block-list/-l. (main): Use STORE_INACTIVE flag to store_create. (print_store): Correctly print unknown flags. Don't ever print STORE_INACTIVE flag. Print runs in grub block-list format.
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-02Handle `-' 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-24Fix option parsing.Miles Bader
1996-09-23.Miles Bader
1996-09-23Add option parsing, version number, &c.Miles Bader
Add copyright notice.
1996-09-23.Miles Bader
1996-09-23Add option parsing, version number, &c.Miles Bader
1996-09-23.Miles Bader
1996-09-23(login-LDLIBS):Miles Bader
Add $(LIBCRYPT).