Age | Commit message (Expand) | Author |
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 |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
1999-10-12 | avoid an infinite loop | Hugh Graham |
1999-07-18 | support fine timing interval and calculate std dev | Hugh Graham |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1999-04-21 | Removed deprecated -S option from synopsis. | Alex Feldman |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell |
1999-02-24 | fix default payload alignment error; hugh@ | Kjell Wooding |
1999-02-23 | Fix a buffer overrun with very large ICMP packets. | Kjell Wooding |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell |
1998-11-18 | obvious typo | Theo de Raadt |
1998-11-11 | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | Aaron Campbell |
1998-09-17 | sbin/ man page fixes | Aaron Campbell |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |
1998-05-17 | Unroll that last patch, Theo thinks there's a better way of solving | Angelos D. Keromytis |
1998-05-16 | Avoid the SIGALRM/ping DOS attack. From FreeBSD patch by Jason Young. | Angelos D. Keromytis |
1998-05-16 | put time in network byte order. I thought I fixed this! | Theo de Raadt |
1998-05-16 | on 64 bit architectures, tv_sec and tv_usec cause problems when we | Theo de Raadt |
1998-04-30 | certain variables are in msec not usec now | Theo de Raadt |
1998-04-03 | handle unknown option too. All this ipoption handling needs rewriting, I now ... | Theo de Raadt |
1998-04-02 | do not run off end of option buffer for LSRR either; tqbf | Theo de Raadt |
1998-03-31 | possible buf oflow in -R; reported by tqbf, fixed by me. | Theo de Raadt |
1998-03-03 | make ping work for large packet sizes. closing pr# 417. | Niels Provos |
1998-02-05 | Don't count DNS lookup time in ping -R. Problem noted by | Todd C. Miller |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-06 | do not clobber errno in signal handlers | Theo de Raadt |
1997-06-29 | Don't assume sizeof(in_addr_t) == 4 and don't coerce an in_addr_t | Todd C. Miller |
1997-06-23 | 64 bit clean and Wall | Theo de Raadt |
1997-06-11 | dynamic fd_set | Theo de Raadt |
1997-06-05 | getpid() is going to be OK in a few minutes | Theo de Raadt |
1997-06-02 | network byte order for icmp_seq; obfuscate ident (pid) more | Theo de Raadt |
1997-06-01 | i think this solves a number of byte order problems in the icmp code. | Theo de Raadt |
1997-06-01 | kill fp, fix unterminated buf, add lots of icmp code; denny1@home.com, PR#205 | Theo de Raadt |
1997-05-29 | print stats on SIGINFO | kstailey |
1997-02-04 | Changed ICMP "unreachable" code #defines to match the ones in | kstailey |
1997-02-04 | RFC-1812 addtion | kstailey |
1997-01-30 | deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.com | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Theo de Raadt |
1996-12-14 | indent correctly | Theo de Raadt |