summaryrefslogtreecommitdiff
path: root/utils/portinfo.c
AgeCommit message (Collapse)Author
2000-07-272000-07-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* portinfo.c: Comment out unimplemented argument `--show-targets'. Reported by Marcus.Brinkmann@ruhr-uni-bochum.de.
1999-09-041999-08-10 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* portinfo.c: Correct documentation for (currently implemented) --target-send and --target-send-once options. Reported by Marcus Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de).
1999-08-201999-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* portinfo.c (options): Doc fixes from Marcus.
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-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.
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1997-02-20(argp_program_version): Make const.Miles Bader
1996-09-05*** empty log message ***Thomas Bushnell
1996-08-27(doc): Add program description.Miles Bader
1996-07-21(main): For no args, use argp_usage.Miles Bader
(options): Minor fixes.
1996-07-06(argp_program_version): New variable.Miles Bader
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-04-08(options, doc):Miles Bader
Change meaning of --translate's argument, in preparation for other changes. (options, main): Add, but don't really implement, --search option.
1996-03-29(main): Use new names for functions, and pass stdout.Miles Bader
(port_info, ports_info, xlated_port_info, xlated_ports_info, name_xlator_create, name_xlator_free, name_xlator_xlate): Functions removed (renamed and put in libshouldbeinlibc). (parse_task): Use strtoul instead of atoi so pid 0 works.
1996-03-19(main): Pass new arg to argp_parse. Also use argp_usage correctly.Miles Bader
1996-03-05(options, main): Add --translate/-t option.Miles Bader
(struct name_xlator): New structure. (name_xlator_create, name_xlator_free, name_xlator_xlate): New functions. (xlated_port_info, xlated_ports_info): New functions. (main): Use xlated_port_info / xlated_ports_info.
1996-03-01Initial revisionMiles Bader