| Age | Commit message (Expand) | Author |
| 2006-05-25 | Coverity CID 1188: Don't check for NULL just to log and then die | christos |
| 2006-05-25 | Coverity CID 1189, 1190: Don't check for NULL just to log and then die | christos |
| 2006-05-25 | Coverity CID 1191, 1192: Don't check for NULL allocation, just to log it | christos |
| 2006-05-25 | Coverity CID 2718: Avoid using free'd memory. | christos |
| 2006-05-12 | can't fit "256" in an 8bit value, don't have a switch case for it. | mrg |
| 2006-05-11 | if we are going to cast the 3rd argument to accept_info_request(), | mrg |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2003-09-07 | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. | wiz |
| 2003-09-06 | use arc4random | itojun |
| 2003-08-18 | SIOCGIFCONF -> getifaddrs conversion | itojun |
| 2003-07-13 | strdup is simpler | itojun |
| 2003-05-17 | remove obsolete comment | itojun |
| 2003-05-17 | A slightly better inet_parse(), tested in isolation. | dsl |
| 2003-05-16 | Revert previous change. Remove s parameter from teh function and rotate | dsl |
| 2003-05-16 | avoid possible buffer overruns - strlcpy, snprintf | itojun |
| 2003-03-07 | This seems to need a -I${.CURDIR} these days. | fvdl |
| 2003-03-05 | Add RCS Id; new sentence, new line; at least one mdoc fix; sort sections. | wiz |
| 2003-03-05 | mdocified man page from mpech@openbsd.org | wiz |
| 2003-03-05 | ANSIfy one more. | wiz |
| 2003-03-05 | Use vsnprintf instead of vsprintf. From OpenBSD. | wiz |
| 2003-03-05 | Add license (from Xerox), from OpenBSD. | wiz |
| 2003-03-05 | License update from Stanford, via OpenBSD. | wiz |
| 2003-03-05 | Move back from gnu/dist/mrouted, now that it's available under a BSD | wiz |
| 2002-10-01 | move mrouted out of basesrc, as it carries non-BSD license. | itojun |
| 2002-08-09 | die if fd_set overrun. (they're not setuid binary so it is not that critical) | itojun |
| 2002-08-01 | ifa->ifa_addr is already pointer, no need for "&". from love | itojun |
| 2002-08-01 | use getifaddrs, not SIOCGIFCONF. should fix PR12578 | itojun |
| 2002-08-01 | avoid issues with typecast optimization (taking advantage of pointer aliasing), | itojun |
| 2002-08-01 | u_short cleansing (should be u_int16_t) | itojun |
| 2002-07-14 | Unifdef __STDC__. Remove __P(). Remove register. ANSIfy. | wiz |
| 2002-06-02 | missing memset() for sockaddr. from deraadt | itojun |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-19 | Whitespace nits. | wiz |
| 2001-08-02 | copyright clarification. via openbsd | itojun |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2000-10-12 | Make it compile again after format string changes (this change was obviously | augustss |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-07-04 | More #include <stdlib.h> string, etc. cleanup | matt |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 1999-06-06 | Use pidfile(3). | thorpej |
| 1999-06-06 | Use daemon(3) and pidfile(3). | thorpej |
| 1999-01-23 | The ioctls have been issued on the wrong socket, so they failed with a | hwr |
| 1999-01-14 | Apply patches for mtrace in bin/5598 by yours truly. | he |
| 1998-08-27 | Add {} pairs to shut up egcs. | ross |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-05-09 | Use strerror(3) instead of sys_errlist and sys_nerr. | kleink |
| 1998-04-09 | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, | tv |
| 1998-03-30 | work around gcc warning. | mrg |