| Age | Commit message (Expand) | Author |
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2020-09-07 | change cksum prototype to const void *, and check alignment via assertion. | christos |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2015-02-05 | Fix bug in mrouted about aging neighbors. | gdt |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-08-31 | Use __dead | joerg |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-02-23 | Don't use bool as a variable name. | dyoung |
| 2009-04-17 | Fix WARNS=4 (-Wshadow -Wsign-compare -Wcast-qual) | lukem |
| 2009-03-15 | Fix markup. | joerg |
| 2008-08-26 | - Clean up warnings / errors. | seanb |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-02-21 | Move ctype.h header from defs.h to main.c where it's really used | hubertf |
| 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 |