summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
1999-01-031999-01-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* syncfs.c: Replace -a/--asynchronous with -s/--synchronous. Default is now asynchronous.
1998-12-31.Roland McGrath
1998-12-31renamed to syncfs.c, which seeRoland McGrath
1998-12-311998-12-31 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* Makefile (SRCS, targets, targets rule): Rename sync to syncfs. * syncfs.c: Renamed from sync.c. Take flags -a/--asynchronous and -c/--no-children, and optional file arguments. Diagnose errors.
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1998-10-201998-10-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* Makefile (OBJS): Use % pattern instead of explicit list.
1998-08-25.Roland McGrath
1998-08-25Fri Aug 21 19:25:12 1998 Jose M. Moya <josem@gnu.org>Roland McGrath
* msgport.c: Comments added. (add_cmd): cmd_add renamed to add_cmd. (parse_cmd_opt): cmd_parse_opt renamed to parse_cmd_opt.
1998-08-03Mon Aug 3 17:10:05 1998 Joel N. Weber II <devnull@theobromine.ai.mit.edu>Thomas Bushnell
* Makefile (msgport): Add dependency on libshouldbeinlibc.
1998-07-25.Roland McGrath
1998-07-251998-07-25 Jose M. Moya <josem@gnu.org>Roland McGrath
* msgport.c: Fixed to deallocate ports.
1998-07-24.Roland McGrath
1998-07-241998-07-24 Jose M. Moya <josem@gnu.org>Roland McGrath
* msgport.c: New file. * Makefile (targets): Add `msgport'. (SRCS): Add `msgport.c'. (msgport): Add dependencies on parse.o and pids.o.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. * unsu.c (main): Likewise. * setauth.c (main): Likewise. * rmauth.c (main): Likewise. * addauth.c (main): Likewise.
1998-07-20.Roland McGrath
1998-07-20.Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. * w.c (main): Avoid warning from `while (a = b)'.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise.
1998-07-14*** empty log message ***Thomas Bushnell
1998-07-14*** empty log message ***Thomas Bushnell
1998-04-22Wed Apr 22 16:38:59 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* ping.c (MAXHOSTNAMELEN): Don't define. (main): Delete variable `hnamebuf'. Store directly into properly malloced `hostname' variable.
1998-04-22Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* ping.c: New file. Originally P.D. from US Army; then modified by BSD, then added to Linux. Taken from Linux ping and adapted for Hurd and submitted for inclusion by Kunihiro Ishiguro (kunihiro@zebra.org). * Makefile (targets): Add `ping'. (SRCS): Add `ping.c'. (ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the pfinet sources. (INSTALL-ping-ops): Install ping suid root. (ping): Depend on `../libthreads/libthreads.a'.
1997-09-29(frobauth_modify):Miles Bader
Add AUTHS & NUM_AUTHS parameters.
1997-09-29.Miles Bader
1997-09-29(main):Miles Bader
Remove DEFAULT_OUTPUT variable.
1997-09-29(frobauth_modify):Miles Bader
Add AUTHS & NUM_AUTHS parameters.
1997-09-29(argp_program_version):Miles Bader
Use correct program name. (main): Supply new args to frobauth_modify.
1997-09-29(main):Miles Bader
Supply new args to frobauth_modify.
1997-09-29(main):Miles Bader
Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
1997-09-29(main):Miles Bader
Supply new args to frobauth_modify. Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
1997-08-09Doc fix.Miles Bader
1997-08-08.Miles Bader
1997-08-08(append_basename):Miles Bader
New function. (main): Move target directory handling to append_basename. Use it also with remote transfers.
1997-08-08.Miles Bader
1997-08-08(econnect):Miles Bader
Add NAME parameter, & set connection hook from it. (cntl_debug): Print CONN->hook as a string before any output. (eappend, ebasename): New functions. (main): Use them. Set the connection hooks to appropriate strings.
1997-07-29.Miles Bader
1997-07-29(main):Miles Bader
When mungeing the destination to copy into a directory, do the name used to print error messages too.
1997-07-15.Miles Bader
1997-07-15(ensure_def_pager_info):Miles Bader
Don't report any errors if there's no default pager.
1997-07-14.Miles Bader
1997-07-14(main):Miles Bader
Don't print fields we cannot get.
1997-07-03.Miles Bader
1997-07-03(main):Miles Bader
Flush stdout after printing prefix/separator.
1997-06-20.Miles Bader
1997-06-20(main):Miles Bader
Print the translated-node name instead of the translator name if the translator startup error is due to opening it.
1997-06-20(SRCS):Miles Bader
Add storecat.c & storeread.c. (targets): Add storecat & storeread. Add storecat & storeread to appropriate dependency rules.
1997-06-20Moved here from ../libstoreMiles Bader
1997-06-10.Miles Bader
1997-06-10(argp_program_version):Miles Bader
Change name to `ids'.
1997-06-10Mon Jun 9 12:45:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c.