summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
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
1996-07-26.Miles Bader
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-23.Miles Bader
1996-07-21(main): For no args, use argp_usage.Miles Bader
(options): Minor fixes.
1996-07-21(main): Print an error for no args.Miles Bader
1996-07-20.Miles Bader
1996-07-20(options): Rearrange slightly.Miles Bader
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
1996-07-17(main): If chown fails, print error message using errno, not -1.Michael I. Bushnell
1996-07-13(dog):Miles Bader
Get rid of `Beware of dog' -- it can't ever happen. Rename watch_login calls to check_login; don't use return value. (check_login): Renamed from watch_login. Change type to void. Exit if there's no such process.
1996-07-12(INSTALL-ps-ops, INSTALL-w-ops): New variables.Miles Bader
1996-07-12(main): Only start a watchdog timer if in a new login coll.Miles Bader
(watch_login): New function. (dog): Use watch_login. Get rid of wierd rules for root-gone-away.
1996-07-12(INSTALL-login-ops): New variable.Michael I. Bushnell
1996-07-12(settrans): Dependon libports.Michael I. Bushnell
1996-07-08(main): Don't use unsafe MOVE_SEND in call to file_set_translator.Michael I. Bushnell
1996-07-06(argp_program_version): New variable.Miles Bader
1996-07-06(argp_program_version): New variable.Miles Bader
<hurd.h>: New include.
1996-07-06(add_utmp_entry): Pass the the basename of TTY to getutline.Miles Bader