summaryrefslogtreecommitdiff
path: root/sbin/ping
AgeCommit message (Expand)Author
2009-11-02remove ancient ifdefs (Aleksej Saushev)christos
2009-04-11fix sign-compare issueslukem
2009-03-31PR/41111: Ed Ravin: ping -R gives misleading error when remote side doesn'tchristos
2008-01-08Shutdown sloop socket for read as it's never read on toseanb
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-01-17Remove more duplicate #includes,hubertf
2006-09-28Change error message to say "setuid", forgotten in previous commit.elad
2006-09-24On 2nd thought, setuid() is better here.elad
2006-09-24PR/28741: Michael Santos: ping does [not] drop root privilegeselad
2006-07-14prtsig: remove a mysterious abort().yamt
2006-06-03Use SA_NOKERNINFO instead of playing with the tty.christos
2006-06-01Factor out the tty code and explain we prefer to stop in the ^Z bg casechristos
2006-06-01PR/33623: Chuck Cranor: Ping stops when ran in the backgroundchristos
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-03-21Clarify and correct the description of the -R (Record Route) flag.pavel
2006-03-21Bump date, requested by wiz.pavel
2006-03-21-I does work for unicast pings too (it sets the source address).pavel
2004-06-08add -h option in synopsis. Fixes PR#25863 from Kouichirou Hiratsuka.cjep
2004-05-13There's no point in bringing PRNG output to network byteorder prior tokleink
2004-04-22do not disclose endian. henning@openbsditojun
2004-01-26do not disclose endianness/sizeof(long) on probe packet. idea from openbsditojun
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-14permit -s 0. from Maxim Konovalovitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-16set sa_len rightitojun
2002-11-16die if strdup failsitojun
2002-11-16use strlcpy. initialize sa_len correctly.itojun
2002-10-26change description of -w option to match realityjdolecek
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz
2002-09-21Touch up error/warning messages.mycroft
2002-09-21select() -> poll()mycroft
2002-08-12Add support for printing out messages about missing packet gaps. This ismatt
2002-08-01u_short cleansing (use u_int16_t where appropriate)itojun
2002-05-31clarify comment when nreceived > ntransmitted. from deraadtitojun
2002-04-06.Nm . -> .Nm "" .bjh21
2001-12-20Sync options with usage.wiz
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-11-16Simplify markup, use .Nx, sort sections.wiz
2001-11-16Whitespace nitswiz
2001-11-01fix a couple of -Wshadow warningslukem
2001-10-10- use IP_MAXPACKET instead of 65535.yamt
2001-10-09- fix overrun bug.yamt
2001-06-25Update Dd to rev 1.31 (ipsec changes)jhawk
2001-06-05Drop arguments of .Os.wiz
2001-04-03Xr icmp(4), inet(4), ip(4)jhawk
2001-02-20Add a dependency on libm.bjh21
2001-02-19convert to use getprogname()cgd
2001-01-12correct use of howmany() for fd_set. commented by deraadtitojun
2000-10-10Format string cleanups by Bill Sommerfeld.is