aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (parse_enum, parse_numlist, parse_strlist):Miles Bader1997-05-271-36/+59
| | | | | | Add STATE argument, and pass it to callback functions. <argp.h>: New include.
* (parse_enum, parse_numlist, parse_strlist):Miles Bader1997-05-271-11/+19
| | | | | | Add STATE argument, and pass it to callback functions. <argp.h>: New include.
* (psout): Add const to appropriate arguments.Miles Bader1997-05-261-4/+5
|
* (current_lid, current_sid):Miles Bader1997-05-261-137/+75
| | | | | | | | | | | | | | Functions removed. (main): Use PIDS_ARGP to select processes. Use new forms of parse_ functions. (lookup_user): Take new STATE argument. (options): Rearranged to group similar options. Process-selection options removed. "pids.h": New include.
* Totally rewritten.Miles Bader1997-05-262-823/+52
|
* Renamed from hurdids.cMiles Bader1997-05-261-0/+196
|
* Renamed to ids.cMiles Bader1997-05-261-196/+0
|
* Initial checkinMiles Bader1997-05-269-0/+1209
|
* Initial checkinMiles Bader1997-05-261-0/+83
|
* (parser_init):Miles Bader1997-05-261-1/+1
| | | | Replace references to STATE->argp with STATE->root_argp.
* (__argp_state_help, argp_args_usage, hol_help):Miles Bader1997-05-261-3/+3
| | | | Replace references to STATE->argp with STATE->root_argp.
* (parser_init):Miles Bader1997-05-261-0/+8
| | | | | For the special case where no parsing function is supplied for an argp, propagate its input to its first child, if any.
* (struct argp_state):Miles Bader1997-05-261-1/+1
| | | | `argp' field renamed to `root_argp'.
* (hol_add_cluster):Miles Bader1997-05-231-0/+1
| | | | Initialize CL->depth.
* .Miles Bader1997-05-231-0/+1
|
* fix typoThomas Bushnell1997-05-231-1/+1
|
* Fri May 23 13:13:18 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-232-5/+18
| | | | | | | | * procstat.c (summarize_thread_basic_info): Don't include the kernel's idle threads in the summation. (summarize_thread_sched_info): Likewise. (summarize_thread_states): Likewise. (summarize_thread_waits): Likewise.
* *** empty log message ***Thomas Bushnell1997-05-232-9/+57
|
* Fri May 23 10:06:34 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-235-5/+87
| | | | | | | * configure.in: Use AC_PROG_CC_LOCAL instead of AC_PROG_CC. * aclocal.m4: New file. * Makefile (DIST_FILES): Add aclocal.m4. (Patch from Marcus G. Daniels, marcus@cathcart.sysc.pdx.edu).
* Wed May 21 12:07:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-212-1/+6
| | | | | * ops.c (netfs_attempt_create_file): Only attempt chown if the create succeeded.
* .Miles Bader1997-05-201-0/+7
|
* (ARGP_KEY_HELP_ARGS_DOC): New macro.Miles Bader1997-05-201-0/+1
|
* (_help): Supply STATE to argp_args_usage.Miles Bader1997-05-201-13/+19
| | | | | (argp_args_usage): Add filtering of the args doc string. (comma): Print cluster headers for the first entry too.
* *** empty log message ***Thomas Bushnell1997-05-201-1/+1
|
* *** empty log message ***Thomas Bushnell1997-05-201-4/+5
|
* *** empty log message ***Thomas Bushnell1997-05-201-4/+4
|
* Tue May 20 15:35:39 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-204-12/+55
| | | | | | | | | * nfs.c (xdr_encode_create_state): New arg OWNER. Set the owner of the new file to it. All callers changed. * nfs.h (xdr_encode_create_state): Update prototype. * ops.c (netfs_attempt_mkdir): If owner didn't get set correctly (some servers ignore it) then try a chown. (netfs_attempt_create_file): Likewise.
* .Miles Bader1997-05-151-0/+32
|
* 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.
* Initial checkinMiles Bader1997-05-152-0/+580
|
* Replaced by addauth.cMiles Bader1997-05-151-444/+0
|
* Initial checkinMiles Bader1997-05-151-0/+474
|
* .Miles Bader1997-05-141-0/+9
|
* (ftp_conn_unix_cont_get_stats): Clean up our ftp transfer when we're done.Miles Bader1997-05-141-0/+2
|
* (ftp_conn_login): Correct defaulting of username.Miles Bader1997-05-141-2/+2
|
* *** empty log message ***Thomas Bushnell1997-05-144-14/+51
|
* (CPPFLAGS):Miles Bader1997-05-121-0/+5
| | | | Add -DHAVE_HURD_HURD_TYPES_H.
* (ftp_conn_start_get_stats, ftp_conn_get_stats):Miles Bader1997-05-121-15/+10
| | | | Rename FORCE_DIR argument to CONTENTS.
* .Miles Bader1997-05-121-0/+49
|
* (REPLY_ABORT_OK):Miles Bader1997-05-121-0/+1
| | | | New macro.
* (ftp_conn_get_raw_reply):Miles Bader1997-05-121-24/+26
| | | | | | | | New declaration. (ftp_conn_get_stats, ftp_conn_start_get_stats, ftp_conn_unix_start_get_stats): Rename FORCE_DIR argument to CONTENTS. (struct ftp_conn_syshooks): Rename FORCE_DIR argument of START_GET_STATS field type to CONTENTS.
* (ftp_conn_open):Miles Bader1997-05-121-1/+1
| | | | Cast 2nd arg in connect call to `struct sockaddr *'.
* (ftp_conn_abort):Miles Bader1997-05-121-2/+3
| | | | | | Use ftp_conn_get_raw_reply instead of ftp_conn_get_reply. Accept REPLY_ABORT_OK as a final reply. Include <string.h>.
* (ftp_conn_get_reply):Miles Bader1997-05-121-12/+37
| | | | | | New function. (ftp_conn_get_raw_reply): Renamed from ftp_conn_get_reply.
* (ftp_conn_unix_cont_get_stats):Miles Bader1997-05-121-27/+80
| | | | | | | | | | | | | | | | | | | Remove any initial `./' we added. Abort CONN if we return an error. (ftp_conn_unix_start_get_stats): Don't use asprintf. Set ADDED_SLASH field. Change FORCE_DIR argument to CONTENTS. Pass -A flag. Prepend ./ to NAME if it doesn't contain a slash. Reject names containg possible meta-characters. (struct get_stats_state): Add ADDED_SLASH field. Add CONTENTS field. (parse_dir_entry): Only set stat->st_fstype if FSTYPE_FTP is defined. Only set stat->st_author if HAVE_STAT_ST_AUTHOR is defined. Only include <hurd/hurd_types.h> if HAVE_HURD_HURD_TYPES_H is defined.