summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2020-09-07change cksum prototype to const void *, and check alignment via assertion.christos
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2015-02-05Fix bug in mrouted about aging neighbors.gdt
2011-08-31NULL does not need a castplunky
2011-08-31Use __deadjoerg
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-02-23Don't use bool as a variable name.dyoung
2009-04-17Fix WARNS=4 (-Wshadow -Wsign-compare -Wcast-qual)lukem
2009-03-15Fix markup.joerg
2008-08-26- Clean up warnings / errors.seanb
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-02-21Move ctype.h header from defs.h to main.c where it's really usedhubertf
2006-05-25Coverity CID 1188: Don't check for NULL just to log and then diechristos
2006-05-25Coverity CID 1189, 1190: Don't check for NULL just to log and then diechristos
2006-05-25Coverity CID 1191, 1192: Don't check for NULL allocation, just to log itchristos
2006-05-25Coverity CID 2718: Avoid using free'd memory.christos
2006-05-12can't fit "256" in an 8bit value, don't have a switch case for it.mrg
2006-05-11if we are going to cast the 3rd argument to accept_info_request(),mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-09-06use arc4randomitojun
2003-08-18SIOCGIFCONF -> getifaddrs conversionitojun
2003-07-13strdup is simpleritojun
2003-05-17remove obsolete commentitojun
2003-05-17A slightly better inet_parse(), tested in isolation.dsl
2003-05-16Revert previous change. Remove s parameter from teh function and rotatedsl
2003-05-16avoid possible buffer overruns - strlcpy, snprintfitojun
2003-03-07This seems to need a -I${.CURDIR} these days.fvdl
2003-03-05Add RCS Id; new sentence, new line; at least one mdoc fix; sort sections.wiz
2003-03-05mdocified man page from mpech@openbsd.orgwiz
2003-03-05ANSIfy one more.wiz
2003-03-05Use vsnprintf instead of vsprintf. From OpenBSD.wiz
2003-03-05Add license (from Xerox), from OpenBSD.wiz
2003-03-05License update from Stanford, via OpenBSD.wiz
2003-03-05Move back from gnu/dist/mrouted, now that it's available under a BSDwiz
2002-10-01move mrouted out of basesrc, as it carries non-BSD license.itojun
2002-08-09die if fd_set overrun. (they're not setuid binary so it is not that critical)itojun
2002-08-01ifa->ifa_addr is already pointer, no need for "&". from loveitojun
2002-08-01use getifaddrs, not SIOCGIFCONF. should fix PR12578itojun
2002-08-01avoid issues with typecast optimization (taking advantage of pointer aliasing),itojun
2002-08-01u_short cleansing (should be u_int16_t)itojun
2002-07-14Unifdef __STDC__. Remove __P(). Remove register. ANSIfy.wiz
2002-06-02missing memset() for sockaddr. from deraadtitojun
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross