Age | Commit message (Expand) | Author |
2007-02-06 | remove -j from usage(); | Jason McIntyre |
2006-07-18 | better explanation of return values; | Jason McIntyre |
2006-07-11 | +.Xr ping6 8, | Jason McIntyre |
2006-07-11 | stop a madman armed with .Tn from rampaging; | Jason McIntyre |
2006-04-13 | fix more signal races; ok moritz | Theo de Raadt |
2006-04-10 | minimal cleanups prompted by lint; ok otto | Theo de Raadt |
2006-03-23 | sloppy style to cast the sockaddrs backwards, and then potentially wrong size... | Theo de Raadt |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2006-01-09 | some minor types house cleaning, ok otto | Theo de Raadt |
2005-09-01 | Comment fix and make description of -c and -w match reality more | Otto Moerbeek |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-04-14 | arg to -I is an address, not if_name; | Jason McIntyre |
2005-01-19 | Don't ignore a provided source address, when building an own IP header. | Marco Pfatschbacher |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn |
2004-09-14 | df is a flag, not some u_char thing with -1 value; millert ok | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-05-03 | Use libc strtonum, not private copy. Based on a diff from tedu@. | Todd C. Miller |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell |
2004-03-21 | don't leak the stack on -R; ok deraadt@ | Markus Friedl |
2004-02-29 | better strtol with consistent usage, unsigned where appropriate, -Wall clean. | Ted Unangst |
2003-11-25 | - document interaction with SIGINFO, as observed by Franciszek Holop on misc@ | Jason McIntyre |
2003-07-24 | make packet loss double and print using %.1lf; based on diff from jeffi@rcn.com | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-06-11 | ansification | Theo de Raadt |
2003-06-03 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-14 | Defer incrementing ntransmitted until we are sure sendto succeeds. | Chad Loder |
2003-04-14 | permit -s0. from Maxim Konovalov | Jun-ichiro itojun Hagino |
2003-02-11 | typos; | Jason McIntyre |
2002-09-06 | socklen_t and various other minor tweaks | Theo de Raadt |
2002-07-03 | convert to ansi. suddenly realise that means yet another function is a | Theo de Raadt |
2002-06-29 | IPPROTO_ICMP will not change in our life; itojun ok | Theo de Raadt |
2002-06-22 | document -T option, PR#2766. ok deraadt@ | Jakob Schlyter |
2002-05-31 | KNF | Theo de Raadt |
2002-05-31 | kill the signal races | Theo de Raadt |
2002-05-31 | clarify comment when nreceived > ntransmitted. from deraadt | Jun-ichiro itojun Hagino |
2002-05-12 | These small setuid programs allocate a resvport, and then immediately revoke | Theo de Raadt |
2002-02-17 | correct arithmetic brain damage; maxim@macomnet.ru | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-28 | Request enough buffer space to fit the maximum size of a packet. | Hugh Graham |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-10-04 | trim warnx output | Jakob Schlyter |
2001-10-03 | try to increase receive buffer size, <ft@pi.se>. ok deraadt@ | Jakob Schlyter |
2001-06-23 | add missing -D to SYNOPSIS line | Peter Valchev |
2001-01-12 | remove extra + character in status output | Theo de Raadt |
2001-01-11 | comment on a signal race | Theo de Raadt |
2000-12-21 | use strlcpy | Theo de Raadt |
2000-09-26 | Some corrections from cd@sentia.nl. | Aaron Campbell |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-23 | tidy | Hugh Graham |