summaryrefslogtreecommitdiff
path: root/sbin/ping6
AgeCommit message (Expand)Author
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
2006-07-18clean up -a and -f descriptions;Jason McIntyre
2006-07-18better explanation of return values;Jason McIntyre
2006-04-13fix more signal races; ok moritzTheo de Raadt
2006-04-10minimal cleanups prompted by lint; ok ottoTheo de Raadt
2006-03-17Off-by-one; from NetBSD's coverity analysis; ok millert@Otto Moerbeek
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2005-12-12Don't wait one time interval before sending the first packet.Jared Yanovich
2005-12-02mark signal racesTheo de Raadt
2004-11-10Use ${STATIC} rather than -static (dont hardcode). ok miod@Dale Rahn
2004-09-14remove unused variableTheo de Raadt
2004-06-09correct mistake in usage(). Chris PinnockJun-ichiro itojun Hagino
2004-01-25when dealing with structs in packets, be paranoid in case sometimeTheo de Raadt
2003-10-25adddress -> address; from Jared Yanovich;Jason McIntyre
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-07-25packet loss count in floating point (double). Wouter ClarieJun-ichiro itojun Hagino
2003-06-11ansificationTheo de Raadt
2003-06-11typoJun-ichiro itojun Hagino
2003-06-03- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-05correct sizeof() to memset(). sync w/kameJun-ichiro itojun Hagino
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-10-25use poll(2). sync w/kame (originally from netbsd)Jun-ichiro itojun Hagino
2002-10-25be picky about arg parsing (-b). sync w/kameJun-ichiro itojun Hagino
2002-09-08ansi pedantic. sync w/kameJun-ichiro itojun Hagino
2002-05-31clarify comment when nreceived > ntransmitted. from deraadtJun-ichiro itojun Hagino
2002-05-30missing "%s". from netbsdJun-ichiro itojun Hagino
2002-05-30typoTheo de Raadt
2002-05-26KNF. remove unneeded variable. from deraadtJun-ichiro itojun Hagino
2002-05-26re-integrate a grammar fixTheo de Raadt
2002-05-26sync with latest KAME tree. -S option uses bind(2), -g option, KNFJun-ichiro itojun Hagino
2002-05-12These small setuid programs allocate a resvport, and then immediately revokeTheo de Raadt
2002-03-11no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv>Jun-ichiro itojun Hagino
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17oopsTheo de Raadt
2001-11-17volatile sig_atomic_tTheo de Raadt
2001-11-05one more mistake in ping6_timeval conversionJun-ichiro itojun Hagino
2001-11-05one mistake in ping6_timeval conversion. use int32_t instead of intJun-ichiro itojun Hagino
2001-11-01ship timing info in network byte orderTheo de Raadt
2001-11-01fix 64 bit issues regarding timevalsTheo de Raadt
2001-10-26kill registers.Mike Pechkin
2001-08-18also handle snprintf() < 0Theo de Raadt