summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
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.
1996-02-18Initial revisionMiles Bader
1996-02-18Initial revisionMiles Bader
1996-02-15(child_lookup): Pass last arg to hurd_file_name_path_lookup.Miles Bader
1996-02-15Change -aBACKUP_SHELL to -aBACKUP_SHELLS.Miles Bader
1996-02-15(main): Don't make -a imply -g.Miles Bader
1996-02-15(main): Get rid of totally dead processes/threads.Miles Bader
(add_pid): Complain about non-existant processes. (parse_opt): Don't turn quoted args into options. (parse_numlist): Correctly handle NULL hook functions. (main): Update calls to changed proc_stat_list_add_* functions. (psout): New declaration.
1996-02-15(main): Deal with the shell args reasonably.Miles Bader
1996-02-13Exec login.Miles Bader
1996-02-13(options, main): Add --timeout/-t option.Miles Bader
(main): Pass ARGP_IN_ORDER to argp_parse (it's no longer the default), and deal with the fallout.
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-03Don't save the parent ids.Miles Bader
1996-02-03(main):Miles Bader
Don't ask for a password unecessarily. When the user is specified as the first argument, always add it as both effective, real, and saved ids, even if there are others already. Only chown the tty if NO_LOGIN isn't set. Avoid duplicating the old real id when keeping the old ids.
1996-02-03(targets): Add vmstat.Miles Bader
(SRCS): Add vmstat.c
1996-02-03Initial revisionMiles Bader
1996-02-02(main): Get the ttyname to chown.Miles Bader
1996-02-02(options, main): Add --pause option.Miles Bader
1996-02-01(main): Chown the terminal.Roland McGrath
1996-01-30Add w.c & w to the appropiate places.Miles Bader
1996-01-30(main):Miles Bader
Put LOGNAME in the environ even if it was already. Try to set the default path using confstr(). Call setlogin(). Turn on RETRY when the -h option is specified. (options, main): Change the -R/--retry option so that the optional argument is an argument to add to those passed to login when retrying, and remove all the hardwired arguments (except propagating -h/--via). (main, default_args): Replace the BACKUP_SHELL param with BACKUP_SHELLS, which is a list of things to try. The default includes both bash and the /bin/sh. (default_args, options, main): Get rid of the -n/--nobody option and variables, making it an additional login parameter. (add_utmp_entry): Get rid of declaration for login(). (copied_args): Add "USER". (default_args, default_env): Make the default path just /bin.