summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Expand)Author
2014-07-11Silence a compiler warning and build with -Wall etc.Florian Obser
2014-07-11use optval for setsockopt consistentlyFlorian Obser
2014-07-09Hopefully we are calculating the pkg size correctly by now;Florian Obser
2014-07-09We do have ICMP6_FILTER; no obj change.Florian Obser
2014-07-09We do have SO_SNDBUF & SO_RCVBUF; no obj change.Florian Obser
2014-07-09We do have NI_NODEADDR_FLAG_ANYCAST, no obj change.Florian Obser
2014-07-09We do have SIGINFO; no obj change.Florian Obser
2014-07-09We don't have IPV6_REACHCONF, no obj change after unifdef(1).Florian Obser
2014-07-09Kill code commented since forever; no obj change.Florian Obser
2014-04-28Do not sleep after poll returning an error. Blindly copied over fromFlorian Obser
2014-04-23Better name for fdmaskp, reduce the scope of some variables, don't abuseJeremie Courreges-Anglas
2014-02-26Still a lie, the default is not 0. It is inherited from the process.Claudio Jeker
2014-01-10Fix the unitialized rtableid bug discovered and fixed in the previousFlorian Obser
2014-01-10Fix a bug found in ping6 when rebuilding with stack protector strong.Brad Smith
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-10-21More rdomain / rtable support for useful diagnostic toolsPeter Hessler
2013-05-31don't truncate trailing zeros from the round-trip times; ok deraadt@ sthen@Christian Weisgerber
2013-04-16mark time_t edges with commentsTheo de Raadt
2013-04-16These are already static, because of ../Makefile.incTheo de Raadt
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-10-13move the exit status stuff into an EXIT STATUS section;Jason McIntyre
2012-09-22last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-08-23- rfc 4443 replaces rfc 2463Jason McIntyre
2011-03-03This change makes ping compare minimum amount of bytes between whatMike Belopuhov
2010-06-26allow a user to set a -c count of 0.Peter Hessler
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-02-21Actually use the gints addrinfo setup for gateway lookup, instead of usingTheo de Raadt
2009-12-24spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.hIgor Sobrado
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-01tweak previous;Jason McIntyre
2009-05-31add audible output to ping and ping6: -e beeps when pings are replied, -E bee...Chris Kuethe
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need toMark Kettenis
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2007-12-30add missing space between argument names and ellipsisIgor Sobrado
2007-06-23sync description of "-m" option to reality. mcbride@ okJun-ichiro itojun Hagino
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-19no need for -DJun-ichiro itojun Hagino
2006-12-15reduce RFC2292/3542 #ifdefs.Jun-ichiro itojun Hagino
2006-11-20knf: sizeof x -> sizeof(x)Jun-ichiro itojun Hagino
2006-11-16make RFC2292/3542 selection automagically happen.Jun-ichiro itojun Hagino
2006-08-10text improvements;Jason McIntyre
2006-08-10kill some .Tn;Jason McIntyre
2006-08-10kill a truckload of useless macros;Jason McIntyre
2006-08-10sync usage();Jason McIntyre
2006-08-10comment out -R:Jason McIntyre
2006-08-10oops, put -m in the right place;Jason McIntyre
2006-08-10document -m;Jason McIntyre
2006-08-10sort options;Jason McIntyre