summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
1999-05-29.Roland McGrath
1999-05-291999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* ps.c (output_fmts): Add %start and %time specs before %command in "user" (ps -u) format.
1999-05-291999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* w.c (fetch_boot_time): New function. Use libps to get task_basic_info for PID 1 (init); its creation_time is "boot time". (uptime): Use it, instead of stat'ing /var/run/uptime.
1999-05-16.Roland McGrath
1999-05-161999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* portinfo.c (parse_task): Fail with appropriate error message if the fetched task is MACH_PORT_NULL.
1999-04-25.Roland McGrath
1999-04-251999-04-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* shd.c (run): Print child's PID when pausing before exec.
1999-03-12Fri Mar 12 15:22:02 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* login.c (add_utmp_entry): Properly call setutent and endutent around the getutline call.
1999-03-11.Roland McGrath
1999-03-111999-03-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* portinfo.c (main): Grok -E and inhibit error msg for print_xlated_port_info if set. (options): #if 0 -q option until we implement it.
1999-02-27.Roland McGrath
1999-02-271999-02-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mount.sh: Use `awk' instead of `gawk'.
1999-02-19Fri Feb 19 02:43:11 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* login.c (main): Correctly implement -f instead of always acting as if it were set.
1999-02-19Fri Feb 19 02:43:11 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* login.c (main): When transitioning from no UID's to having UID's create a new session like normal. Reported by Mark M. Kettenis <kettenis@wins.uva.nl>.
1999-02-101999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell
* login.c (main): If no effective uid, really use first auxiliary uid to use as password entry to get parameters from.
1999-01-03.Roland McGrath
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