Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-15 | . | Miles Bader | |
1997-05-15 | Initial checkin | Miles Bader | |
1997-05-15 | (procset_names, fmt_sortkeys, fmt_names, fmts): Variables removed. | Miles Bader | |
(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. | |||
1997-05-15 | (_parse_strlist, parse_strlist, parse_numlist): | Miles Bader | |
Functions removed. Include "parse.h". | |||
1997-05-15 | (SRCS): | Miles Bader | |
Add parse.c. (LCLHDRS): Add parse.h. Add dependencies on parse.o. Change references to addu into ones to addauth. | |||
1997-05-15 | (_parse_strlist, parse_numlist): | Miles Bader | |
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. | |||
1997-05-15 | (main: verify_passwd): | Miles Bader | |
Add user-in-group-0-can-use-his-own-password-to-su hack. | |||
1997-05-15 | Replaced by addauth.c | Miles Bader | |
1997-05-15 | Initial checkin | Miles Bader | |
1997-04-25 | (main): | Miles Bader | |
Use the parent process's auth port instead of the hurdids process's, because hurdids is usually installed setuid. | |||
1997-04-16 | Wed Apr 16 15:59:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* login.c (add_utmp_entry): Revert change of December 10, 1996. | |||
1997-04-16 | Tue Dec 10 11:40:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* login.c (add_utmp_entry): ut_addr has changed to be an array; stash the IP address in the first slot. | |||
1997-03-07 | . | Miles Bader | |
1997-03-07 | Add addu to dependents of libshouldbeinlibc & libps. | Miles Bader | |
(INSTALL-hurdids-ops, INSTALL-addu-ops): New variables. (SRCS): Add addu.c. (targets): Add addu. | |||
1997-03-07 | Initial revision | Miles Bader | |
1997-03-07 | . | Miles Bader | |
1997-03-07 | . | Miles Bader | |
1997-03-07 | (args_doc): | Miles Bader | |
Initialize with "[PID]". (main): Get the ids from the auth port instead of using libc grot. Support getting ids from other processes. | |||
1997-03-02 | . | Miles Bader | |
1997-03-02 | (main): | Miles Bader | |
Support USER... args. (add_utmp_procs): Ignore unused utmp entries. | |||
1997-02-26 | (main): Remove ERR. | Miles Bader | |
1997-02-26 | (main): | Miles Bader | |
Open device read-only. | |||
1997-02-26 | (main): | Miles Bader | |
Fetch DEVICE_MASTER *before* we use it. Use argp_failure instead of error. | |||
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-05 | Sat 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-25 | Get 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 | |