aboutsummaryrefslogtreecommitdiff
path: root/utils/portinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-051-1/+2
|
* (doc): Add program description.Miles Bader1996-08-271-1/+2
|
* (main): For no args, use argp_usage.Miles Bader1996-07-211-2/+2
| | | | (options): Minor fixes.
* (argp_program_version): New variable.Miles Bader1996-07-061-0/+2
|
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-2/+9
|
* (options, doc):Miles Bader1996-04-081-6/+26
| | | | | | Change meaning of --translate's argument, in preparation for other changes. (options, main): Add, but don't really implement, --search option.
* (main): Use new names for functions, and pass stdout.Miles Bader1996-03-291-365/+18
| | | | | | | (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.
* (main): Pass new arg to argp_parse. Also use argp_usage correctly.Miles Bader1996-03-191-2/+3
|
* (options, main): Add --translate/-t option.Miles Bader1996-03-051-12/+276
| | | | | | | (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.
* Initial revisionMiles Bader1996-03-011-0/+265