freebsd-dev/sbin/ping
Julian Elischer 515dd2fa3f ping called printf() from a signal handler..
this is a NO-NO

re-arange to just set a "please die immediatly" flag in the signal handler
and handle this in the normal thread.

also handle ping -f better on slow links by backing off a bit when
we get a ENOBUFFS from the sendto().
1997-07-09 19:40:43 +00:00
..
Makefile Make ping -Wall clean (except for one warning). 1997-03-01 20:19:18 +00:00
ping.8 fix man page to use marcos instead of parens, quotes and braces 1997-03-02 23:38:05 +00:00
ping.c ping called printf() from a signal handler.. 1997-07-09 19:40:43 +00:00