Age | Commit message (Collapse) | Author |
|
For the special case where no parsing function is supplied for an argp,
propagate its input to its first child, if any.
|
|
`argp' field renamed to `root_argp'.
|
|
Initialize CL->depth.
|
|
|
|
|
|
* 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.
|
|
|
|
* 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).
|
|
* ops.c (netfs_attempt_create_file): Only attempt chown if the
create succeeded.
|
|
|
|
|
|
(argp_args_usage): Add filtering of the args doc string.
(comma): Print cluster headers for the first entry too.
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
(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.
|
|
Functions removed.
Include "parse.h".
|
|
Add parse.c.
(LCLHDRS):
Add parse.h.
Add dependencies on parse.o.
Change references to addu into ones to addauth.
|
|
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.
|
|
Add user-in-group-0-can-use-his-own-password-to-su hack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add -DHAVE_HURD_HURD_TYPES_H.
|
|
Rename FORCE_DIR argument to CONTENTS.
|
|
|
|
New macro.
|
|
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.
|
|
Cast 2nd arg in connect call to `struct sockaddr *'.
|
|
Use ftp_conn_get_raw_reply instead of ftp_conn_get_reply.
Accept REPLY_ABORT_OK as a final reply.
Include <string.h>.
|
|
New function.
(ftp_conn_get_raw_reply):
Renamed from ftp_conn_get_reply.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(ftp_conn_start_get_names, ftp_conn_cont_get_names, ftp_conn_get_names):
New functions.
|
|
|