summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
1996-05-15(main): Fork login timeout watchdog before clearing the process owner.Miles Bader
1996-05-15(dog): Use error to print messages. Use pretty time fmting.Miles Bader
1996-05-14(main): Only allow real users to make new login collections.Miles Bader
1996-05-13(main):Miles Bader
Only add utmp entry for session leader. Clear process owner if no uids. Fork self-destruct timer when appropiate. (default_args): Add NOAUTH_TIMEOUT entry. (check_owned, kill_login, dog): New functions. (options, main): Remove -z/--no-utmp option.
1996-05-12(psout): When printing result of ps_fmt_creation_error, don't pass ERR toMiles Bader
error (it should already be in PROBLEM if necessary).
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
(_parse_strlist, parse_strlist, parse_numlist, lookup_user, main): Slather on consts, in a misguided attempt to shut up the compier.
1996-05-11(parse_opt): Print a usage msg with no args.Miles Bader
(options, main): Add --translated/-t option.
1996-05-10(storeinfo): Depend on ../libstore/libstore.a.Miles Bader
1996-05-10(main): Remove const cast from first arg to argz_create.Miles Bader
1996-05-10(print_store): New function.Miles Bader
(info): Use store_create to make a store and print_store to print it. (parse_opt): Print a usage message for no args. (options, parse_opt): Add --children option.
1996-05-10(parse_strlist): Make DEFAULT_FN return a const char *.Miles Bader
1996-05-10(main): Remove const cast from first arg to argz_create.Miles Bader
1996-05-10(main): Remove const cast from first arg to argz_create.Miles Bader
(main): Remove const from decl of USER & ARG. (fail): Remove const from decl of VIA.
1996-05-09(uptime): Cast arg to localtime appropriately.Michael I. Bushnell
1996-05-09(add_utmp_entry): Declare HOST `char const *'.Michael I. Bushnell
(main) [fail]: Declare VIA `char const *'. (main): Declare USER `char const *'. Declare ARG `char const *'. (main): Provide new third arg to proc_setowner. (main) [parse_opt] [case ARGP_KEY_ARG]: Cast first arg of argz_create appropriately. (main): Likewise.
1996-05-09(main) [parse_opt]: Cast first arg of argz_create appropriately.Michael I. Bushnell
1996-05-09(main) [parse_opt]: Cast first arg to argz_create appropriately.Michael I. Bushnell
1996-05-09(main) [current_tty_name]: Remove `const' keyword to avoid type clash.Michael I. Bushnell
1996-05-09(main) [proc_stat_has_ctty]: Add parentheses around assignment used asMichael I. Bushnell
truth value.
1996-05-07(fmts): Use new field syntax.Miles Bader
(options, main): Add -o/--posix-fmt option. -A is an alias. "psout.h": New include.
1996-05-07(psout):Miles Bader
Add posix_fmt arg. Use ps_fmt_creation_error to find out in detail why ps_fmt_create fails. (nominal): Take a field, not a spec. Honor PS_FMT_FIELD_KEEP.
1996-05-07(w_get_uname): Renamed from w_get_user.Miles Bader
(w_uname_getter): Renamed from w_user_getter. (w_user_getter): New function. (w_get_user): New function. (w_fetch): Implement W_PSTAT_USER. (struct w_hook): Add user field. (_w_specs): Add "Name" entry. Add precision & flags fields. (DEFAULT_FMT_STRING): Use new field syntax. (main): Update call to psout. "psout.h": New include.
1996-05-01(main): Default KILL_ACTIVE to 0.Miles Bader
1996-05-01(_w_specs): Use ps_emit_past_time to show login times.Miles Bader
1996-04-30But not the special ones.Michael I. Bushnell
1996-04-30(all): Remove target.Michael I. Bushnell
(include ../Makeconf): Place before all dependencies. ($(targets)): Each separate target should depend on its own .o.
1996-04-23(main): Try to intuit whether this is a native-booted hurd system, and if so,Miles Bader
don't filtered out non-parented processes.
1996-04-11(targets): Add devprobe.Miles Bader
(SRCS): Add devprobe.c.
1996-04-11Initial revisionMiles Bader
1996-04-08(options, doc):Miles Bader
Change meaning of --translate's argument, in preparation for other changes. (options, main): Add, but don't really implement, --search option.
1996-03-29(psout): Use real types instead of old ps typedefs.Miles Bader
1996-03-29(options): Add --exclusive option, change descriptions.Miles Bader
(main): Rearrange meanings of arguments somewhat.
1996-03-29(spec_abbrevs): Make const.Miles Bader
(ps_specs): Make non-const. (...various...): Use real types instead of old ps typedefs.
1996-03-29(uptime): Correctly calculate uptime.Miles Bader
(...various...): Use real types instead of old ps typedefs.
1996-03-29(main): Use new names for functions, and pass stdout.Miles Bader
(port_info, ports_info, xlated_port_info, xlated_ports_info, name_xlator_create, name_xlator_free, name_xlator_xlate): Functions removed (renamed and put in libshouldbeinlibc). (parse_task): Use strtoul instead of atoi so pid 0 works.
1996-03-23(uptime): Add a temporary hack to pretend to show uptime.Miles Bader
1996-03-23(main): Pass new arg to argp_parse.Miles Bader
1996-03-19(main): Pass new arg to argp_parse. Also use argp_usage correctly.Miles Bader
1996-03-19(main): Pass new arg to argp_parse.Miles Bader
1996-03-05Include <error.h> instead of "error.h".Miles Bader
"common.h": Don't include this anymore.
1996-03-05(options, main): Add --translate/-t option.Miles Bader
(struct name_xlator): New structure. (name_xlator_create, name_xlator_free, name_xlator_xlate): New functions. (xlated_port_info, xlated_ports_info): New functions. (main): Use xlated_port_info / xlated_ports_info.
1996-03-01(targets, SRCS):Miles Bader
Add portinfo & portinfo.c. Remove clri & clri.c.
1996-03-01Initial revisionMiles Bader
1996-02-26(main): Don't print a newline after `Pausing...' msg.Miles Bader
1996-02-26Initial revisionMiles Bader
1996-02-21(uptime): Use %.2f format for load average numbers.Roland McGrath
1996-02-19(main): Use ARGP_IN_ORDER.Miles Bader
1996-02-19(STRINGIFY): Make work. Is this in a header somewhere?Miles Bader
(_STRINGIFY): New macro. Ick.
1996-02-18(targets, special-targets): Add uptime.Miles Bader
(SRCS): Add uptime.sh.