summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute/worker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* Since nearly 20 years the correct spelling offlorian2017-08-031-2/+2
* check_tos() gets a parameter so i can remove another global var.benno2017-05-281-4/+4
* introduce struct tr_conf to keep all of the configuration.benno2017-05-281-53/+59
* traceroute never sees a timeout when poll(2) returns when it receivesflorian2017-01-131-2/+2
* rearrange code: traceroute.c now only contains main() and usage(),benno2016-09-031-0/+980