aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial checkinMiles Bader1997-05-152-0/+215
|
* (procset_names, fmt_sortkeys, fmt_names, fmts): Variables removed.Miles Bader1997-05-151-59/+38
| | | | | | | | (enum procsets): Type removed. (struct output_fmt): New type. (output_fmt): New variable. (parse_enum): Function removed. (main): Use new version of parse_enum & output_fmts variable.
* (_parse_strlist, parse_strlist, parse_numlist):Miles Bader1997-05-151-99/+1
| | | | | Functions removed. Include "parse.h".
* (SRCS):Miles Bader1997-05-151-8/+10
| | | | | | | | Add parse.c. (LCLHDRS): Add parse.h. Add dependencies on parse.o. Change references to addu into ones to addauth.
* (_parse_strlist, parse_numlist):Miles Bader1997-05-151-95/+17
| | | | | | | | Functions removed. (main: verify_passwd): Make user-in-group-0-can-use-his-own-password-to-su work. Replace include of "psout.h" with one of "parse.h". Renamed from addu.c.
* (main: verify_passwd):Miles Bader1997-05-151-8/+29
| | | | Add user-in-group-0-can-use-his-own-password-to-su hack.
* Replaced by addauth.cMiles Bader1997-05-151-444/+0
|
* Initial checkinMiles Bader1997-05-151-0/+474
|
* (main):Miles Bader1997-04-251-21/+28
| | | | | Use the parent process's auth port instead of the hurdids process's, because hurdids is usually installed setuid.
* Wed Apr 16 15:59:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-162-2/+6
| | | | * login.c (add_utmp_entry): Revert change of December 10, 1996.
* Tue Dec 10 11:40:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-162-2/+7
| | | | | * login.c (add_utmp_entry): ut_addr has changed to be an array; stash the IP address in the first slot.
* .Miles Bader1997-03-071-0/+1
|
* Add addu to dependents of libshouldbeinlibc & libps.Miles Bader1997-03-071-5/+8
| | | | | | (INSTALL-hurdids-ops, INSTALL-addu-ops): New variables. (SRCS): Add addu.c. (targets): Add addu.
* Initial revisionMiles Bader1997-03-071-0/+444
|
* .Miles Bader1997-03-071-0/+5
|
* .Miles Bader1997-03-071-0/+6
|
* (args_doc):Miles Bader1997-03-071-70/+102
| | | | | | | Initialize with "[PID]". (main): Get the ids from the auth port instead of using libc grot. Support getting ids from other processes.
* .Miles Bader1997-03-021-0/+15
|
* (main):Miles Bader1997-03-021-1/+31
| | | | | | Support USER... args. (add_utmp_procs): Ignore unused utmp entries.
* (main): Remove ERR.Miles Bader1997-02-261-2/+1
|
* (main):Miles Bader1997-02-261-1/+1
| | | | Open device read-only.
* (main):Miles Bader1997-02-261-7/+9
| | | | | Fetch DEVICE_MASTER *before* we use it. Use argp_failure instead of error.
* (argp_program_version): Make const.Miles Bader1997-02-2012-21/+21
|
* .Miles Bader1997-02-201-0/+4
|
* (main):Miles Bader1997-02-201-4/+4
| | | | Parse arguments before getting device master port.
* .Miles Bader1997-02-121-0/+6
|
* (options):Miles Bader1997-02-121-5/+5
| | | | Update to reflect some minor changes in the way argp works.
* (main):Miles Bader1997-02-061-0/+4
| | | | Deal with crypt failing.
* .Miles Bader1997-02-061-0/+3
|
* (main):Miles Bader1997-02-061-2/+5
| | | | | Look for NOBODY in ARGS_DEFS too, and use a last ditch default if we can't find it anywhere.
* .Miles Bader1997-02-061-0/+4
|
* (w_get_host):Miles Bader1997-02-061-2/+2
| | | | Don't use strlen on it if *HOST is 0.
* (main):Miles Bader1996-12-171-1/+8
| | | | | | | Implement --bottom/--tail/-b. (options): Update doc for --top. Add --head and --bottom/--tail/-b options.
* .Miles Bader1996-12-171-0/+7
|
* (psout):Miles Bader1996-12-171-2/+9
| | | | Use last N processes if TOP is negative.
* Sat Nov 23 16:30:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-12-052-1/+4
| | | | * psout.c (psout): Delete var REMOVE.
* .Miles Bader1996-11-161-0/+5
|
* (main):Miles Bader1996-11-161-29/+8
| | | | | | Use utmp.h functions for reading utmp. (read_utmp_procs): Function removed.
* Get rid of unused programs.Miles Bader1996-10-252-287/+0
|
* .Miles Bader1996-10-241-0/+10
|
* (options):Miles Bader1996-10-241-7/+4
| | | | | | | 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.
* .Miles Bader1996-10-171-0/+7
|
* (options, main):Miles Bader1996-10-171-1/+4
| | | | Add --top/-h option.
* (main):Miles Bader1996-10-171-1/+1
| | | | Supply new TOP arg to psout.
* (psout):Miles Bader1996-10-172-3/+16
| | | | Add TOP parameter.
* .Miles Bader1996-10-091-0/+2
|
* (w_fetch): Use tty st_atime for idle time.Miles Bader1996-10-091-1/+1
|
* (print_store): Properly ignore STORE_INACTIVE.Miles Bader1996-10-091-1/+1
|
* .Miles Bader1996-10-091-0/+9
|
* (ps_cmp_unames, ps_nominal_string):Miles Bader1996-10-091-4/+5
| | | | | | | | | New declarations. (DEFAULT_FMT_STRING): Add %pid. (_w_specs): Use ps_cmp_unames for `Name'. Use ps_nominal_string for `Name' and `From'.