summaryrefslogtreecommitdiff
path: root/traceroute.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More libc5 fixupsEric Andersen2001-08-021-0/+90
| | | | -Erik
* Silence some silly warningsEric Andersen2001-07-311-0/+3
|
* This is vodz' latest patch. Sorry it took so long...Eric Andersen2001-07-171-20/+13
| | | | | | | | | 1) ping cleanup (compile fix from this patch already applied). 2) traceroute call not spare ntohl() now (and reduce size); 3) Fix for functions not declared static in insmod, ash, vi and mount. 4) a more simple API cmdedit :)) 5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option 6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd)
* Patch from vodz:Eric Andersen2001-07-121-269/+242
| | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
* A traceroute applet from vodz. This could probably be slimmed down,Eric Andersen2001-07-101-0/+593
but will do for now...